diff --git a/Database_Dump/u280815660_school.sql b/Database_Dump/u280815660_school.sql new file mode 100644 index 0000000..143ff71 --- /dev/null +++ b/Database_Dump/u280815660_school.sql @@ -0,0 +1,36299 @@ +-- phpMyAdmin SQL Dump +-- version 5.2.2 +-- https://www.phpmyadmin.net/ +-- +-- Host: 127.0.0.1:3306 +-- Generation Time: Aug 27, 2026 at 04:27 PM +-- Server version: 11.8.8-MariaDB-log +-- 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: `u280815660_school` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `additional_charges` +-- + +CREATE TABLE `additional_charges` ( + `id` int(10) UNSIGNED NOT NULL, + `parent_id` int(10) UNSIGNED DEFAULT NULL, + `invoice_id` int(10) UNSIGNED DEFAULT NULL, + `school_year` varchar(20) NOT NULL, + `semester` varchar(20) NOT NULL, + `charge_type` enum('extra','previous') NOT NULL DEFAULT 'extra', + `title` varchar(255) NOT NULL, + `description` text DEFAULT NULL, + `amount` decimal(10,2) NOT NULL, + `due_date` date DEFAULT NULL, + `status` enum('pending','applied','void') NOT NULL DEFAULT 'pending', + `created_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `additional_charges` +-- + +INSERT INTO `additional_charges` (`id`, `parent_id`, `invoice_id`, `school_year`, `semester`, `charge_type`, `title`, `description`, `amount`, `due_date`, `status`, `created_by`, `created_at`, `updated_at`) VALUES +(6, 88, 68, '2025-2026', 'Fall', '', 'Tuition', 'Staff voluntary payment', 810.00, '2025-09-21', 'applied', 4, '2025-09-21 16:55:57', '2025-09-21 18:58:19'), +(7, 110, 70, '2025-2026', 'Fall', '', 'Tuition', 'Staff voluntary payment', 370.00, '2025-09-21', 'applied', 1, '2025-09-21 18:57:31', '2025-09-21 18:58:09'), +(9, 39, 30, '2025-2026', 'Fall', '', 'Tuition', 'Staff voluntary payment', 200.00, '2025-09-22', 'applied', 1, '2025-09-22 23:07:48', NULL), +(10, 37, 53, '2025-2026', 'Fall', '', 'Unpaid Tuition', 'Remaining balance from last year', 137.50, '2025-09-28', 'applied', 4, '2025-09-27 19:22:04', NULL), +(11, 53, 37, '2025-2026', 'Fall', '', 'Unpaid Tuition', 'Remaining balance from last year', 275.00, '2025-09-28', 'applied', 4, '2025-09-27 19:27:08', NULL), +(12, 126, 65, '2025-2026', 'Fall', '', 'Unpaid Tuition', 'Remaining balance from last year', 483.75, '2025-09-28', 'applied', 4, '2025-09-27 19:39:55', NULL), +(13, 167, 100, '2025-2026', 'Fall', '', 'Unpaid Tuition', 'Remaining balance from last year', 87.50, '2025-09-28', 'applied', 4, '2025-09-27 20:53:39', NULL), +(14, 53, 37, '2025-2026', 'Fall', '', 'Tuition Adjustment', 'Fee reversal upon checking records', -275.00, '2025-09-30', 'applied', 4, '2025-10-01 00:55:04', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `admin_notification_subjects` +-- + +CREATE TABLE `admin_notification_subjects` ( + `id` int(11) UNSIGNED NOT NULL, + `admin_id` int(11) UNSIGNED NOT NULL, + `subject` varchar(100) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `admin_notification_subjects` +-- + +INSERT INTO `admin_notification_subjects` (`id`, `admin_id`, `subject`, `created_at`, `updated_at`) VALUES +(1, 200, 'print_requests', '2026-02-01 02:19:28', '2026-02-01 02:19:28'), +(2, 147, 'print_requests', '2026-02-01 02:19:28', '2026-02-01 02:19:28'), +(3, 146, 'print_requests', '2026-02-01 02:19:28', '2026-02-01 02:19:28'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `attendance_comment_template` +-- + +CREATE TABLE `attendance_comment_template` ( + `id` int(11) UNSIGNED NOT NULL, + `min_score` decimal(5,2) NOT NULL, + `max_score` decimal(5,2) NOT NULL, + `template_text` text NOT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `attendance_comment_template` +-- + +INSERT INTO `attendance_comment_template` (`id`, `min_score`, `max_score`, `template_text`, `is_active`, `created_at`, `updated_at`) VALUES +(1, 100.00, 100.00, 'attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(2, 90.00, 99.00, 'attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(3, 80.00, 89.00, 'attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(4, 70.00, 79.00, 'attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(5, 60.00, 69.00, 'attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(6, 50.00, 59.00, 'attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'), +(7, 0.00, 49.00, 'attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', 1, '2025-12-27 00:36:14', '2025-12-27 00:49:28'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `attendance_data` +-- + +CREATE TABLE `attendance_data` ( + `id` int(11) UNSIGNED NOT NULL, + `class_id` int(11) NOT NULL, + `class_section_id` int(11) NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `date` date NOT NULL, + `status` enum('present','absent','late') NOT NULL DEFAULT 'present', + `reason` text DEFAULT NULL, + `is_reported` enum('no','yes') DEFAULT 'no', + `is_notified` enum('no','yes') NOT NULL DEFAULT 'no', + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) NOT NULL, + `modified_by` int(11) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `attendance_data` +-- + +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(1, 0, 1, 184, 'STU2500184', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(2, 0, 1, 122, 'STU2500122', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(3, 0, 1, 83, 'STU2500083', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(4, 0, 1, 128, 'STU2500128', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(5, 0, 1, 87, 'STU2500087', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(6, 0, 1, 166, 'STU2500166', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(7, 0, 1, 110, 'STU2500110', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(8, 0, 1, 232, 'STU2500232', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(9, 13, 1, 174, 'STU2500174', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(10, 0, 1, 98, 'STU2500098', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(11, 0, 1, 113, 'STU2500113', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 33, '2025-09-21 16:24:33', '2025-09-21 16:24:33'), +(12, 4, 41, 12, 'STU2500012', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(13, 4, 41, 121, 'STU2500121', '2025-09-21', 'absent', 'Unknown Reason', 'no', '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(14, 4, 41, 216, 'STU2500216', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(15, 4, 41, 13, 'STU2500013', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(16, 6, 60, 120, 'STU2500120', '2025-09-21', 'absent', 'Unknown Reason', 'no', '', 'Fall', '2025-2026', 4, '2025-09-21 16:33:57', '2025-09-28 14:20:20'), +(17, 4, 41, 156, 'STU2500156', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(18, 4, 41, 115, 'STU2500115', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(19, 4, 41, 109, 'STU2500109', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(20, 4, 41, 27, 'STU2500027', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(21, 4, 41, 152, 'STU2500152', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(22, 4, 41, 111, 'STU2500111', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(23, 4, 41, 129, 'STU2500129', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(24, 4, 41, 202, 'STU2500202', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2025-09-21 16:33:57'), +(25, 1, 10, 183, 'STU2500183', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:28:37'), +(26, 1, 10, 180, 'STU2500180', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:28:41'), +(27, 1, 10, 235, 'STU2500235', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:28:48'), +(28, 1, 10, 52, 'STU2500052', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:28:53'), +(29, 1, 10, 227, 'STU2500227', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:28:58'), +(30, 1, 10, 215, 'STU2500215', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:11'), +(31, 1, 10, 56, 'STU2500056', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:16'), +(32, 1, 10, 229, 'STU2500229', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:21'), +(33, 1, 10, 214, 'STU2500214', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:25'), +(34, 1, 10, 131, 'STU2500131', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:30'), +(35, 1, 10, 211, 'STU2500211', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 16:40:15', '2025-10-08 01:29:35'), +(36, 4, 42, 85, 'STU2500085', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(37, 4, 42, 118, 'STU2500118', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(38, 4, 42, 40, 'STU2500040', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(39, 4, 42, 106, 'STU2500106', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(40, 4, 42, 231, 'STU2500231', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(41, 0, 42, 138, 'STU2500138', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(42, 0, 42, 135, 'STU2500135', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(43, 0, 42, 55, 'STU2500055', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(44, 0, 42, 177, 'STU2500177', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(45, 0, 42, 51, 'STU2500051', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(46, 0, 42, 33, 'STU2500033', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(47, 0, 42, 63, 'STU2500063', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(48, 0, 42, 140, 'STU2500140', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(49, 0, 42, 218, 'STU2500218', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 68, '2025-09-21 16:47:39', '2025-09-21 16:47:39'), +(50, 0, 22, 92, 'STU2500092', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(51, 0, 22, 101, 'STU2500101', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(52, 1, 10, 221, 'STU2500221', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 16:52:53', '2025-10-26 14:54:48'), +(53, 0, 22, 41, 'STU2500041', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(54, 2, 22, 14, 'STU2500014', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(55, 0, 22, 58, 'STU2500058', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(56, 0, 22, 80, 'STU2500080', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(57, 0, 22, 104, 'STU2500104', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(58, 0, 22, 182, 'STU2500182', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(59, 0, 22, 228, 'STU2500228', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(60, 0, 22, 97, 'STU2500097', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(61, 0, 22, 178, 'STU2500178', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(62, 0, 22, 153, 'STU2500153', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(63, 0, 22, 79, 'STU2500079', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(64, 0, 22, 82, 'STU2500082', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(65, 0, 22, 197, 'STU2500197', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(66, 0, 22, 222, 'STU2500222', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 178, '2025-09-21 16:52:53', '2025-09-21 16:52:53'), +(67, 0, 21, 146, 'STU2500146', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(68, 0, 21, 112, 'STU2500112', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(69, 0, 21, 141, 'STU2500141', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(70, 0, 21, 45, 'STU2500045', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(71, 2, 21, 173, 'STU2500173', '2025-09-21', 'present', '', 'no', '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(72, 0, 21, 86, 'STU2500086', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(73, 0, 21, 105, 'STU2500105', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(74, 0, 21, 200, 'STU2500200', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(75, 0, 21, 226, 'STU2500226', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(76, 0, 21, 217, 'STU2500217', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(77, 0, 32, 130, 'STU2500130', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(78, 0, 21, 157, 'STU2500157', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(79, 0, 21, 36, 'STU2500036', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(80, 0, 21, 43, 'STU2500043', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(81, 0, 21, 147, 'STU2500147', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(82, 0, 21, 206, 'STU2500206', '2025-09-21', 'absent', '', 'no', 'no', 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2025-09-21 16:59:53'), +(83, 0, 32, 168, 'STU2500168', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(84, 3, 32, 7, 'STU2500007', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(85, 0, 32, 220, 'STU2500220', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(86, 0, 31, 30, 'STU2500030', '2025-09-21', 'absent', 'maybe went to 3-a', 'no', 'no', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(87, 0, 32, 75, 'STU2500075', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(88, 0, 32, 189, 'STU2500189', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(89, 0, 32, 54, 'STU2500054', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(90, 0, 32, 169, 'STU2500169', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(91, 0, 32, 179, 'STU2500179', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(92, 0, 32, 185, 'STU2500185', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(93, 0, 32, 145, 'STU2500145', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(94, 0, 32, 213, 'STU2500213', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(95, 3, 32, 18, 'STU2500018', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(96, 0, 32, 144, 'STU2500144', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(97, 0, 32, 74, 'STU2500074', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(98, 0, 32, 165, 'STU2500165', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(99, 0, 32, 123, 'STU2500123', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(100, 3, 32, 8, 'STU2500008', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2025-09-21 17:02:32'), +(101, 3, 31, 171, 'STU2500171', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(102, 3, 31, 21, 'STU2500021', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(103, 0, 31, 68, 'STU2500068', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(104, 0, 31, 78, 'STU2500078', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(105, 0, 31, 44, 'STU2500044', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(106, 0, 31, 57, 'STU2500057', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(107, 0, 31, 234, 'STU2500234', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(108, 0, 31, 70, 'STU2500070', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(109, 3, 31, 20, 'STU2500020', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(110, 0, 31, 64, 'STU2500064', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(111, 0, 31, 196, 'STU2500196', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(112, 3, 31, 16, 'STU2500016', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(113, 0, 31, 127, 'STU2500127', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(114, 0, 31, 81, 'STU2500081', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(115, 3, 31, 19, 'STU2500019', '2025-09-21', 'present', '', NULL, '', 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2025-09-21 17:03:56'), +(116, 0, 60, 37, 'STU2500037', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:05:37', '2025-09-21 17:05:37'), +(117, 0, 60, 90, 'STU2500090', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:05:43', '2025-09-21 17:05:43'), +(118, 0, 60, 137, 'STU2500137', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:05:47', '2025-09-21 17:05:47'), +(119, 0, 60, 209, 'STU2500209', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:05:53', '2025-09-21 17:05:53'), +(120, 0, 60, 193, 'STU2500193', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:05:59', '2025-09-21 17:05:59'), +(121, 0, 60, 161, 'STU2500161', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:04', '2025-09-21 17:06:04'), +(122, 7, 70, 158, 'STU2500158', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 17:06:18', '2025-09-28 14:14:57'), +(123, 6, 60, 9, 'STU2500009', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:24', '2025-09-21 17:06:24'), +(124, 6, 60, 10, 'STU2500010', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:34', '2025-09-21 17:06:34'), +(125, 0, 60, 139, 'STU2500139', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:39', '2025-09-21 17:06:39'), +(126, 6, 60, 170, 'STU2500170', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:45', '2025-09-21 17:06:45'), +(127, 0, 60, 191, 'STU2500191', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:49', '2025-09-21 17:06:49'), +(128, 0, 60, 77, 'STU2500077', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:06:54', '2025-09-21 17:06:54'), +(129, 0, 80, 76, 'STU2500076', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:07:44', '2025-09-21 17:07:44'), +(130, 0, 90, 204, 'STU2500204', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:10:42', '2025-09-21 17:10:42'), +(131, 0, 120, 136, 'STU2500136', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:14:38', '2025-09-21 17:14:38'), +(132, 0, 120, 31, 'STU2500031', '2025-09-21', 'present', NULL, NULL, 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:14:54', '2025-09-21 17:35:26'), +(133, 0, 120, 203, 'STU2500203', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:15:09', '2025-09-21 17:15:09'), +(134, 0, 120, 148, 'STU2500148', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:15:30', '2025-09-21 17:15:30'), +(135, 0, 120, 65, 'STU2500065', '2025-09-21', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-21 17:15:44', '2025-09-21 17:15:44'), +(137, 0, 51, 167, 'STU2500167', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:56:42', '2025-09-21 17:56:42'), +(138, 0, 51, 73, 'STU2500073', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:56:48', '2025-09-21 17:56:48'), +(139, 0, 51, 143, 'STU2500143', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:56:52', '2025-09-21 17:56:52'), +(140, 0, 51, 93, 'STU2500093', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:00', '2025-09-21 17:57:00'), +(141, 5, 52, 2, 'STU2500001', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:05', '2025-11-14 04:09:05'), +(142, 0, 51, 150, 'STU2500150', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:10', '2025-09-21 17:57:10'), +(143, 5, 52, 194, 'STU2500194', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:15', '2025-11-14 04:08:52'), +(144, 0, 51, 233, 'STU2500233', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:20', '2025-09-21 17:57:20'), +(145, 0, 51, 29, 'STU2500029', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:25', '2025-09-21 17:57:25'), +(146, 0, 51, 210, 'STU2500210', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:29', '2025-09-21 17:57:29'), +(147, 5, 51, 17, 'STU2500017', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:34', '2025-09-21 17:57:34'), +(148, 0, 51, 205, 'STU2500205', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:38', '2025-09-21 17:57:38'), +(149, 0, 51, 164, 'STU2500164', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:43', '2025-09-21 17:57:43'), +(150, 0, 52, 125, 'STU2500125', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:52', '2025-09-21 17:57:52'), +(151, 0, 52, 50, 'STU2500050', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:57:59', '2025-09-21 17:57:59'), +(152, 0, 52, 100, 'STU2500100', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:58:07', '2025-09-21 17:58:07'), +(153, 0, 52, 103, 'STU2500103', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:58:12', '2025-09-21 17:58:12'), +(154, 0, 52, 195, 'STU2500195', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:58:18', '2025-09-21 17:58:18'), +(155, 0, 52, 60, 'STU2500060', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 17:58:24', '2025-09-21 17:58:24'), +(156, 0, 52, 22, 'STU2500022', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:23:40', '2025-09-21 18:23:40'), +(157, 0, 52, 186, 'STU2500186', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:23:47', '2025-09-21 18:23:47'), +(158, 0, 52, 25, 'STU2500025', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:23:54', '2025-09-21 18:23:54'), +(159, 0, 52, 188, 'STU2500188', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:24:12', '2025-09-21 18:24:12'), +(160, 0, 52, 224, 'STU2500224', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:24:20', '2025-09-21 18:24:20'), +(161, 0, 52, 42, 'STU2500042', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 1, '2025-09-21 18:24:25', '2025-09-21 18:24:25'), +(162, 7, 70, 26, 'STU2500026', '2025-09-21', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:36', '2025-10-12 14:59:07'), +(163, 0, 70, 91, 'STU2500091', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:41', '2025-09-21 18:28:41'), +(164, 0, 70, 32, 'STU2500032', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:45', '2025-09-21 18:28:45'), +(165, 0, 70, 28, 'STU2500028', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:48', '2025-09-21 18:28:48'), +(166, 0, 70, 126, 'STU2500126', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:54', '2025-09-21 18:28:54'), +(167, 0, 70, 72, 'STU2500072', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:28:57', '2025-09-21 18:28:57'), +(168, 7, 70, 1, 'STU2500002', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:01', '2025-09-21 18:29:01'), +(169, 0, 70, 151, 'STU2500151', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:05', '2025-09-21 18:29:05'), +(170, 0, 70, 94, 'STU2500094', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:09', '2025-09-21 18:29:09'), +(171, 0, 70, 230, 'STU2500230', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:12', '2025-09-21 18:29:12'), +(172, 0, 70, 66, 'STU2500066', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:17', '2025-09-21 18:29:17'), +(173, 0, 70, 67, 'STU2500067', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:21', '2025-09-21 18:29:21'), +(174, 7, 70, 6, 'STU2500006', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:25', '2025-09-21 18:29:25'), +(175, 0, 70, 187, 'STU2500187', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:43', '2025-09-21 18:29:43'), +(176, 0, 70, 117, 'STU2500117', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:47', '2025-09-21 18:29:47'), +(177, 0, 70, 119, 'STU2500119', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:29:52', '2025-09-21 18:29:52'), +(178, 0, 80, 190, 'STU2500190', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:36', '2025-09-21 18:30:36'), +(179, 0, 80, 207, 'STU2500207', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:40', '2025-09-21 18:30:40'), +(180, 0, 80, 192, 'STU2500192', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:43', '2025-09-21 18:30:43'), +(181, 0, 80, 34, 'STU2500034', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:46', '2025-09-21 18:30:46'), +(182, 0, 80, 35, 'STU2500035', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:52', '2025-09-21 18:30:52'), +(183, 0, 80, 149, 'STU2500149', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:30:58', '2025-09-21 18:30:58'), +(184, 0, 80, 71, 'STU2500071', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:31:04', '2025-09-21 18:31:04'), +(185, 8, 80, 15, 'STU2500015', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:31:08', '2025-09-21 18:31:08'), +(186, 0, 80, 163, 'STU2500163', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:31:12', '2025-09-21 18:31:12'), +(187, 0, 80, 124, 'STU2500124', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:31:20', '2025-09-21 18:31:20'), +(188, 0, 80, 142, 'STU2500142', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:31:56', '2025-09-21 18:31:56'), +(189, 0, 80, 49, 'STU2500049', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:01', '2025-09-21 18:32:01'), +(190, 0, 80, 53, 'STU2500053', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:05', '2025-09-21 18:32:05'), +(191, 0, 80, 89, 'STU2500089', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:08', '2025-09-21 18:32:08'), +(192, 0, 80, 62, 'STU2500062', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:31', '2025-09-21 18:32:31'), +(193, 8, 80, 11, 'STU2500011', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:38', '2025-09-21 18:32:38'), +(194, 0, 80, 39, 'STU2500039', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:41', '2025-09-21 18:32:41'), +(195, 0, 80, 84, 'STU2500084', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:32:43', '2025-09-21 18:32:43'), +(196, 8, 80, 99, 'STU2500099', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 2, '2025-09-21 18:32:46', '2025-12-07 15:41:46'), +(197, 0, 90, 212, 'STU2500212', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:03', '2025-09-21 18:36:03'), +(198, 0, 90, 102, 'STU2500102', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:24', '2025-09-21 18:36:24'), +(199, 0, 90, 208, 'STU2500208', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:28', '2025-09-21 18:36:28'), +(200, 0, 90, 69, 'STU2500069', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:32', '2025-09-21 18:36:32'), +(201, 0, 90, 223, 'STU2500223', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:37', '2025-09-21 18:36:37'), +(202, 0, 90, 162, 'STU2500162', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:42', '2025-09-21 18:36:42'), +(203, 0, 90, 48, 'STU2500048', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:46', '2025-09-21 18:36:46'), +(204, 0, 90, 154, 'STU2500154', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:52', '2025-09-21 18:36:52'), +(205, 0, 90, 108, 'STU2500108', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:55', '2025-09-21 18:36:55'), +(206, 0, 90, 116, 'STU2500116', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:36:59', '2025-09-21 18:36:59'), +(207, 0, 120, 237, 'STU2500237', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:41:18', '2025-09-21 18:41:18'), +(208, 0, 120, 236, 'STU2500236', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:41:32', '2025-09-21 18:41:32'), +(209, 0, 120, 225, 'STU2500225', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:41:42', '2025-09-21 18:41:42'), +(210, 0, 120, 219, 'STU2500219', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:41:49', '2025-09-21 18:41:49'), +(211, 0, 120, 201, 'STU2500201', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:41:56', '2025-09-21 18:41:56'), +(212, 0, 120, 181, 'STU2500181', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:42:06', '2025-09-21 18:42:06'), +(213, 0, 120, 114, 'STU2500114', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:42:19', '2025-09-21 18:42:19'), +(214, 0, 120, 107, 'STU2500107', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:42:49', '2025-09-21 18:42:49'), +(215, 0, 120, 96, 'STU2500096', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:42:55', '2025-09-21 18:42:55'), +(216, 0, 120, 95, 'STU2500095', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:04', '2025-09-21 18:43:04'), +(217, 0, 120, 88, 'STU2500088', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:15', '2025-09-21 18:43:15'), +(218, 0, 120, 61, 'STU2500061', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:20', '2025-09-21 18:43:20'), +(219, 0, 120, 59, 'STU2500059', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:26', '2025-09-21 18:43:26'), +(220, 0, 120, 47, 'STU2500047', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:44', '2025-09-21 18:43:44'), +(221, 0, 120, 46, 'STU2500046', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:54', '2025-09-21 18:43:54'), +(222, 0, 120, 38, 'STU2500038', '2025-09-21', 'present', NULL, NULL, '', 'Fall', '2025-2026', 4, '2025-09-21 18:43:59', '2025-09-21 18:43:59'), +(223, 7, 70, 1, 'STU2500002', '2025-09-28', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-09-27 05:09:31', '2025-10-08 02:16:07'), +(224, 8, 80, 35, 'STU2500035', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 14:09:50', '2025-09-28 15:09:06'), +(225, 2, 21, 36, 'STU2500036', '2025-09-28', 'late', 'Brother had to get his book', 'no', '', 'Fall', '2025-2026', 24, '2025-09-28 14:10:57', '2025-09-28 14:10:57'), +(226, 8, 80, 89, 'STU2500089', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 14:14:13', '2025-09-28 15:09:06'), +(227, 12, 120, 88, 'STU2500088', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 14:14:31', '2025-09-28 16:09:49'), +(228, 1, 10, 215, 'STU2500215', '2025-09-28', 'late', 'Medical', 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 14:17:41', '2025-10-08 01:29:11'), +(229, 1, 10, 214, 'STU2500214', '2025-09-28', 'late', 'Medical', 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 14:18:12', '2025-10-08 01:29:25'), +(230, 1, 10, 229, 'STU2500229', '2025-09-28', 'late', 'Didn\'t know school schedule', 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 14:57:00', '2025-10-08 01:29:21'), +(231, 6, 60, 120, 'STU2500120', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(232, 6, 60, 37, 'STU2500037', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(233, 6, 60, 90, 'STU2500090', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(234, 6, 60, 137, 'STU2500137', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(235, 6, 60, 198, 'STU2500198', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(236, 6, 60, 209, 'STU2500209', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(237, 6, 60, 193, 'STU2500193', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(238, 6, 60, 161, 'STU2500161', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(239, 6, 60, 9, 'STU2500009', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(240, 6, 60, 10, 'STU2500010', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(241, 6, 60, 139, 'STU2500139', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(242, 6, 60, 170, 'STU2500170', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(243, 6, 60, 191, 'STU2500191', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(244, 6, 60, 77, 'STU2500077', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 157, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(245, 9, 90, 212, 'STU2500212', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(246, 9, 90, 204, 'STU2500204', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(247, 9, 90, 102, 'STU2500102', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(248, 9, 90, 208, 'STU2500208', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(249, 9, 90, 69, 'STU2500069', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(250, 9, 90, 223, 'STU2500223', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(251, 9, 90, 162, 'STU2500162', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(252, 9, 90, 48, 'STU2500048', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(253, 9, 90, 154, 'STU2500154', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(254, 9, 90, 108, 'STU2500108', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(255, 9, 90, 116, 'STU2500116', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(256, 2, 22, 228, 'STU2500228', '2025-09-28', 'late', 'Didn\'t know school schedule', 'no', '', 'Fall', '2025-2026', 24, '2025-09-28 14:58:47', '2025-09-28 14:58:47'), +(257, 2, 22, 182, 'STU2500182', '2025-09-28', 'late', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:02:25', '2025-09-28 15:11:50'), +(258, 3, 31, 171, 'STU2500171', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(259, 3, 31, 21, 'STU2500021', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(260, 3, 31, 199, 'STU2500199', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(261, 3, 31, 30, 'STU2500030', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(262, 3, 31, 68, 'STU2500068', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(263, 3, 31, 78, 'STU2500078', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(264, 3, 31, 44, 'STU2500044', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(265, 3, 31, 57, 'STU2500057', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(266, 3, 31, 234, 'STU2500234', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(267, 3, 31, 70, 'STU2500070', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(268, 3, 31, 20, 'STU2500020', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(269, 3, 31, 64, 'STU2500064', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(270, 3, 31, 196, 'STU2500196', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(271, 3, 31, 16, 'STU2500016', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(272, 3, 31, 245, 'STU2500245', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(273, 3, 31, 127, 'STU2500127', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(274, 3, 31, 81, 'STU2500081', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(275, 3, 31, 19, 'STU2500019', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(276, 4, 41, 12, 'STU2500012', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:48', '2025-09-28 15:03:48'), +(277, 4, 41, 121, 'STU2500121', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:48', '2025-09-28 15:03:48'), +(278, 4, 41, 216, 'STU2500216', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(279, 4, 41, 13, 'STU2500013', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(280, 4, 41, 156, 'STU2500156', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(281, 4, 41, 115, 'STU2500115', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(282, 4, 41, 109, 'STU2500109', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(283, 4, 41, 27, 'STU2500027', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(284, 4, 41, 152, 'STU2500152', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(285, 4, 41, 111, 'STU2500111', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(286, 4, 41, 129, 'STU2500129', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(287, 4, 41, 202, 'STU2500202', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-09-28 15:03:49', '2025-09-28 15:03:49'), +(288, 5, 52, 125, 'STU2500125', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(289, 5, 52, 50, 'STU2500050', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(290, 5, 52, 100, 'STU2500100', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(291, 5, 52, 103, 'STU2500103', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(292, 5, 52, 195, 'STU2500195', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(293, 5, 52, 60, 'STU2500060', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(294, 5, 52, 22, 'STU2500022', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(295, 5, 52, 186, 'STU2500186', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(296, 5, 52, 25, 'STU2500025', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(297, 5, 52, 188, 'STU2500188', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(298, 5, 52, 224, 'STU2500224', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(299, 5, 52, 244, 'STU2500244', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(300, 5, 52, 42, 'STU2500042', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(301, 8, 80, 99, 'STU2500099', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 2, '2025-09-28 15:09:06', '2025-12-07 15:41:46'), +(302, 8, 80, 84, 'STU2500084', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(303, 8, 80, 39, 'STU2500039', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(304, 8, 80, 11, 'STU2500011', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(305, 8, 80, 62, 'STU2500062', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(306, 8, 80, 53, 'STU2500053', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(307, 8, 80, 49, 'STU2500049', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(308, 8, 80, 142, 'STU2500142', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(309, 8, 80, 124, 'STU2500124', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(310, 8, 80, 163, 'STU2500163', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(311, 8, 80, 15, 'STU2500015', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(312, 8, 80, 71, 'STU2500071', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(313, 8, 80, 149, 'STU2500149', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(314, 8, 80, 76, 'STU2500076', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(315, 8, 80, 190, 'STU2500190', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(316, 8, 80, 207, 'STU2500207', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(317, 8, 80, 192, 'STU2500192', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(318, 8, 80, 34, 'STU2500034', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(319, 7, 70, 26, 'STU2500026', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(320, 7, 70, 91, 'STU2500091', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(321, 7, 70, 32, 'STU2500032', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(322, 7, 70, 242, 'STU2500242', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(323, 7, 70, 28, 'STU2500028', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(324, 7, 70, 126, 'STU2500126', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(325, 7, 70, 72, 'STU2500072', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(326, 7, 70, 151, 'STU2500151', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(327, 7, 70, 94, 'STU2500094', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(328, 7, 70, 158, 'STU2500158', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(329, 7, 70, 230, 'STU2500230', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(330, 7, 70, 66, 'STU2500066', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(331, 7, 70, 67, 'STU2500067', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(332, 7, 70, 6, 'STU2500006', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(333, 7, 70, 187, 'STU2500187', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(334, 7, 70, 117, 'STU2500117', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(335, 7, 70, 119, 'STU2500119', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 82, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(336, 1, 10, 183, 'STU2500183', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:28:37'), +(337, 1, 10, 180, 'STU2500180', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:28:41'), +(338, 1, 10, 235, 'STU2500235', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:28:48'), +(339, 1, 10, 52, 'STU2500052', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:28:53'), +(340, 1, 10, 227, 'STU2500227', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:28:58'), +(341, 1, 10, 159, 'STU2500159', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:29:03'), +(342, 1, 10, 160, 'STU2500160', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:29:07'), +(343, 1, 10, 56, 'STU2500056', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:29:16'), +(344, 1, 10, 131, 'STU2500131', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:29:30'), +(345, 1, 10, 211, 'STU2500211', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 15:10:41', '2025-10-08 01:29:35'), +(346, 2, 22, 92, 'STU2500092', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(347, 2, 22, 101, 'STU2500101', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(348, 1, 10, 221, 'STU2500221', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-09-28 15:11:50', '2025-10-26 14:54:48'), +(349, 2, 22, 41, 'STU2500041', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(350, 2, 22, 14, 'STU2500014', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(351, 2, 22, 58, 'STU2500058', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(352, 2, 22, 80, 'STU2500080', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(353, 2, 22, 104, 'STU2500104', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(354, 2, 22, 97, 'STU2500097', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(355, 2, 22, 178, 'STU2500178', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(356, 2, 22, 153, 'STU2500153', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(357, 2, 22, 79, 'STU2500079', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(358, 2, 22, 82, 'STU2500082', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(359, 2, 22, 197, 'STU2500197', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(360, 2, 22, 222, 'STU2500222', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(361, 2, 21, 173, 'STU2500173', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:12:01', '2025-09-28 15:15:26'), +(362, 2, 21, 146, 'STU2500146', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(363, 2, 21, 112, 'STU2500112', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(364, 2, 21, 141, 'STU2500141', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(365, 2, 21, 45, 'STU2500045', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(366, 2, 21, 86, 'STU2500086', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(367, 2, 21, 105, 'STU2500105', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(368, 2, 21, 200, 'STU2500200', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(369, 2, 21, 226, 'STU2500226', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(370, 2, 21, 217, 'STU2500217', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(371, 2, 21, 157, 'STU2500157', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(372, 2, 21, 43, 'STU2500043', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(373, 2, 21, 147, 'STU2500147', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(374, 2, 21, 206, 'STU2500206', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(375, 4, 42, 85, 'STU2500085', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(376, 4, 42, 118, 'STU2500118', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(377, 4, 42, 40, 'STU2500040', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(378, 4, 42, 106, 'STU2500106', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(379, 4, 42, 231, 'STU2500231', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(380, 4, 42, 138, 'STU2500138', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(381, 4, 42, 135, 'STU2500135', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(382, 4, 42, 55, 'STU2500055', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(383, 4, 42, 177, 'STU2500177', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(384, 4, 42, 51, 'STU2500051', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(385, 4, 42, 33, 'STU2500033', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(386, 4, 42, 63, 'STU2500063', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(387, 4, 42, 140, 'STU2500140', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(388, 4, 42, 218, 'STU2500218', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(389, 3, 32, 168, 'STU2500168', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(390, 3, 32, 7, 'STU2500007', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(391, 3, 32, 220, 'STU2500220', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(392, 3, 32, 75, 'STU2500075', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(393, 3, 32, 189, 'STU2500189', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(394, 3, 32, 54, 'STU2500054', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(395, 3, 32, 169, 'STU2500169', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(396, 3, 32, 179, 'STU2500179', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(397, 3, 32, 185, 'STU2500185', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(398, 3, 32, 145, 'STU2500145', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(399, 3, 32, 213, 'STU2500213', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(400, 3, 32, 18, 'STU2500018', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(401, 3, 32, 144, 'STU2500144', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(402, 3, 32, 130, 'STU2500130', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(403, 3, 32, 74, 'STU2500074', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(404, 3, 32, 165, 'STU2500165', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(405, 3, 32, 123, 'STU2500123', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(406, 3, 32, 8, 'STU2500008', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 84, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(407, 12, 120, 225, 'STU2500225', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(408, 12, 120, 238, 'STU2500238', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(409, 12, 120, 38, 'STU2500038', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(410, 12, 120, 59, 'STU2500059', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(411, 12, 120, 107, 'STU2500107', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(412, 12, 120, 96, 'STU2500096', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(413, 12, 120, 246, 'STU2500246', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(414, 12, 120, 95, 'STU2500095', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(415, 12, 120, 114, 'STU2500114', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(416, 12, 120, 181, 'STU2500181', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(417, 12, 120, 136, 'STU2500136', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(418, 12, 120, 237, 'STU2500237', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(419, 12, 120, 31, 'STU2500031', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(420, 12, 120, 203, 'STU2500203', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(421, 12, 120, 236, 'STU2500236', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-10-28 03:03:29'), +(422, 12, 120, 201, 'STU2500201', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(423, 12, 120, 148, 'STU2500148', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(424, 12, 120, 47, 'STU2500047', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(425, 12, 120, 61, 'STU2500061', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(426, 12, 120, 46, 'STU2500046', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(427, 8, 80, 240, 'STU2500240', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:09:49', '2025-10-28 02:14:54'), +(428, 12, 120, 239, 'STU2500239', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(429, 12, 120, 241, 'STU2500241', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(430, 12, 120, 65, 'STU2500065', '2025-09-28', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(431, 12, 120, 219, 'STU2500219', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 180, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(432, 5, 51, 167, 'STU2500167', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(433, 5, 51, 73, 'STU2500073', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(434, 5, 51, 143, 'STU2500143', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(435, 5, 51, 93, 'STU2500093', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(436, 5, 52, 2, 'STU2500001', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:10:26', '2025-11-14 04:09:05'), +(437, 5, 51, 150, 'STU2500150', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(438, 5, 52, 194, 'STU2500194', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:10:26', '2025-11-14 04:08:52'), +(439, 5, 51, 233, 'STU2500233', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(440, 5, 51, 29, 'STU2500029', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(441, 5, 51, 210, 'STU2500210', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(442, 5, 51, 17, 'STU2500017', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(443, 5, 51, 205, 'STU2500205', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(444, 5, 51, 164, 'STU2500164', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(445, 1, 1, 184, 'STU2500184', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:44:47'), +(446, 1, 1, 122, 'STU2500122', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:44:37'), +(447, 1, 1, 83, 'STU2500083', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:44:27'), +(448, 1, 1, 128, 'STU2500128', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:44:18'), +(449, 1, 1, 87, 'STU2500087', '2025-09-28', 'absent', 'no reason', 'no', 'no', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:44:06'), +(450, 1, 1, 166, 'STU2500166', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:43:39'), +(451, 1, 1, 110, 'STU2500110', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:43:29'), +(452, 13, 1, 175, 'STU2500175', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-09-28 16:26:17', '2025-09-28 16:26:17'), +(453, 1, 1, 232, 'STU2500232', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:43:06'), +(454, 13, 1, 174, 'STU2500174', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:42:56'), +(455, 1, 1, 98, 'STU2500098', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:42:46'), +(456, 1, 1, 113, 'STU2500113', '2025-09-28', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-09-28 16:26:17', '2025-09-29 01:42:31'), +(458, 6, 60, 193, 'STU2500193', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-10-04 15:34:24', '2025-10-29 01:02:51'), +(459, 5, 52, 194, 'STU2500194', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-04 15:35:32', '2025-11-14 04:08:52'), +(460, 4, 41, 121, 'STU2500121', '2025-10-05', 'late', 'Parents slept in', 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 14:10:40', '2025-10-05 15:10:04'), +(461, 6, 60, 120, 'STU2500120', '2025-10-05', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-05 14:11:15', '2025-10-05 14:11:15'), +(462, 13, 1, 122, 'STU2500122', '2025-10-05', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-05 14:11:56', '2025-10-05 14:11:56'), +(463, 4, 42, 177, 'STU2500177', '2025-10-05', 'present', 'parents slept in', 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 14:12:35', '2025-10-05 15:25:31'), +(464, 12, 120, 238, 'STU2500238', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 14:13:15', '2025-10-05 15:14:51'), +(465, 12, 120, 251, 'STU2500251', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 14:16:31', '2025-10-05 15:14:51'), +(466, 12, 120, 252, 'STU2500252', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 14:16:51', '2025-10-05 15:14:51'), +(467, 6, 60, 198, 'STU2500198', '2025-10-05', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-05 14:24:09', '2025-10-05 14:24:09'), +(468, 3, 31, 199, 'STU2500199', '2025-10-05', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-05 14:24:24', '2025-10-05 14:24:24'), +(469, 3, 31, 171, 'STU2500171', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(470, 3, 31, 21, 'STU2500021', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(471, 3, 31, 30, 'STU2500030', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(472, 3, 31, 68, 'STU2500068', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(473, 3, 31, 78, 'STU2500078', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(474, 3, 31, 44, 'STU2500044', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(475, 3, 31, 57, 'STU2500057', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(476, 3, 31, 234, 'STU2500234', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(477, 3, 31, 70, 'STU2500070', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(478, 3, 31, 20, 'STU2500020', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(479, 3, 31, 64, 'STU2500064', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(480, 3, 31, 196, 'STU2500196', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(481, 3, 31, 16, 'STU2500016', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(482, 3, 31, 245, 'STU2500245', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(483, 3, 31, 127, 'STU2500127', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(484, 3, 31, 81, 'STU2500081', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(485, 3, 31, 19, 'STU2500019', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-05 15:05:39', '2025-10-05 15:05:39'), +(486, 9, 90, 212, 'STU2500212', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(487, 9, 90, 204, 'STU2500204', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(488, 9, 90, 102, 'STU2500102', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(489, 9, 90, 208, 'STU2500208', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(490, 9, 90, 69, 'STU2500069', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(491, 9, 90, 223, 'STU2500223', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(492, 9, 90, 162, 'STU2500162', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(493, 9, 90, 48, 'STU2500048', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(494, 9, 90, 154, 'STU2500154', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(495, 9, 90, 108, 'STU2500108', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(496, 9, 90, 116, 'STU2500116', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(497, 3, 32, 168, 'STU2500168', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(498, 3, 32, 7, 'STU2500007', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(499, 3, 32, 220, 'STU2500220', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(500, 3, 32, 75, 'STU2500075', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(501, 3, 32, 189, 'STU2500189', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(502, 3, 32, 54, 'STU2500054', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(503, 3, 32, 169, 'STU2500169', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(504, 3, 32, 179, 'STU2500179', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-28 23:32:26'), +(505, 3, 32, 185, 'STU2500185', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(506, 3, 32, 145, 'STU2500145', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(507, 3, 32, 213, 'STU2500213', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(508, 3, 32, 18, 'STU2500018', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(509, 3, 32, 144, 'STU2500144', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(510, 3, 32, 130, 'STU2500130', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(511, 3, 32, 74, 'STU2500074', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(512, 3, 32, 165, 'STU2500165', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(513, 3, 32, 123, 'STU2500123', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(514, 3, 32, 8, 'STU2500008', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(515, 2, 21, 146, 'STU2500146', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(516, 2, 21, 249, 'STU2500249', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(517, 2, 21, 176, 'STU2500176', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(518, 2, 21, 112, 'STU2500112', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(519, 2, 21, 141, 'STU2500141', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(520, 2, 21, 45, 'STU2500045', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(521, 2, 21, 173, 'STU2500173', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(522, 2, 21, 86, 'STU2500086', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(523, 2, 21, 105, 'STU2500105', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(524, 2, 21, 256, 'STU2500256', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(525, 2, 21, 200, 'STU2500200', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(526, 2, 21, 226, 'STU2500226', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(527, 2, 21, 217, 'STU2500217', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(528, 2, 21, 157, 'STU2500157', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(529, 2, 21, 36, 'STU2500036', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(530, 2, 21, 43, 'STU2500043', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(531, 2, 21, 147, 'STU2500147', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(532, 2, 21, 206, 'STU2500206', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(533, 4, 41, 12, 'STU2500012', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(534, 4, 41, 216, 'STU2500216', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(535, 4, 41, 13, 'STU2500013', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(536, 4, 41, 156, 'STU2500156', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-28 23:32:44'), +(537, 4, 41, 115, 'STU2500115', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(538, 4, 41, 109, 'STU2500109', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(539, 4, 41, 248, 'STU2500248', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(540, 4, 41, 27, 'STU2500027', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(541, 4, 41, 152, 'STU2500152', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(542, 4, 41, 111, 'STU2500111', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(543, 4, 41, 129, 'STU2500129', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(544, 4, 41, 202, 'STU2500202', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2025-10-05 15:10:04'), +(545, 13, 1, 250, 'STU2500250', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(546, 13, 1, 184, 'STU2500184', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(547, 13, 1, 83, 'STU2500083', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(548, 13, 1, 128, 'STU2500128', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(549, 13, 1, 87, 'STU2500087', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(550, 13, 1, 166, 'STU2500166', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(551, 13, 1, 110, 'STU2500110', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(552, 13, 1, 175, 'STU2500175', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(553, 13, 1, 232, 'STU2500232', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(554, 13, 1, 174, 'STU2500174', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(555, 13, 1, 98, 'STU2500098', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(556, 13, 1, 113, 'STU2500113', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-05 15:11:27', '2025-10-05 15:11:27'), +(557, 12, 120, 225, 'STU2500225', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(558, 12, 120, 88, 'STU2500088', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(559, 12, 120, 38, 'STU2500038', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(560, 12, 120, 59, 'STU2500059', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(561, 12, 120, 247, 'STU2500247', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(562, 12, 120, 107, 'STU2500107', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(563, 12, 120, 96, 'STU2500096', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(564, 12, 120, 246, 'STU2500246', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(565, 12, 120, 95, 'STU2500095', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(566, 12, 120, 114, 'STU2500114', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(567, 12, 120, 181, 'STU2500181', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(568, 12, 120, 136, 'STU2500136', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(569, 12, 120, 237, 'STU2500237', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(570, 12, 120, 31, 'STU2500031', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(571, 12, 120, 203, 'STU2500203', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(572, 12, 120, 236, 'STU2500236', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(573, 12, 120, 201, 'STU2500201', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(574, 12, 120, 148, 'STU2500148', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(575, 12, 120, 47, 'STU2500047', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(576, 12, 120, 61, 'STU2500061', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(577, 12, 120, 46, 'STU2500046', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(578, 8, 80, 240, 'STU2500240', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:14:51', '2025-10-28 02:14:52'), +(579, 12, 120, 239, 'STU2500239', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(580, 12, 120, 253, 'STU2500253', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(581, 12, 120, 241, 'STU2500241', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(582, 12, 120, 65, 'STU2500065', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(583, 12, 120, 219, 'STU2500219', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 94, '2025-10-05 15:14:51', '2025-10-05 15:14:51'), +(584, 7, 70, 26, 'STU2500026', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:50', '2025-10-05 15:18:50'), +(585, 7, 70, 91, 'STU2500091', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:50', '2025-10-05 15:18:50'), +(586, 7, 70, 32, 'STU2500032', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(587, 7, 70, 242, 'STU2500242', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(588, 7, 70, 28, 'STU2500028', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(589, 7, 70, 126, 'STU2500126', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(590, 7, 70, 72, 'STU2500072', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(591, 7, 70, 1, 'STU2500002', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(592, 7, 70, 151, 'STU2500151', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(593, 7, 70, 94, 'STU2500094', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(594, 7, 70, 158, 'STU2500158', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(595, 7, 70, 230, 'STU2500230', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(596, 7, 70, 66, 'STU2500066', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(597, 7, 70, 67, 'STU2500067', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(598, 7, 70, 6, 'STU2500006', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(599, 7, 70, 187, 'STU2500187', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(600, 7, 70, 117, 'STU2500117', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(601, 7, 70, 119, 'STU2500119', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-05 15:18:51', '2025-10-05 15:18:51'), +(602, 4, 42, 85, 'STU2500085', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(603, 4, 42, 118, 'STU2500118', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(604, 4, 42, 40, 'STU2500040', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(605, 4, 42, 106, 'STU2500106', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(606, 4, 42, 231, 'STU2500231', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(607, 4, 42, 138, 'STU2500138', '2025-10-05', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:25:31', '2025-11-02 18:07:28'), +(608, 4, 42, 135, 'STU2500135', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(609, 4, 42, 55, 'STU2500055', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(610, 4, 42, 51, 'STU2500051', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(611, 4, 42, 33, 'STU2500033', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(612, 4, 42, 63, 'STU2500063', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(613, 4, 42, 140, 'STU2500140', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(614, 4, 42, 218, 'STU2500218', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-05 15:25:31', '2025-10-05 15:25:31'), +(615, 2, 22, 92, 'STU2500092', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(616, 2, 22, 101, 'STU2500101', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(617, 1, 10, 221, 'STU2500221', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 4, '2025-10-05 15:28:41', '2025-10-26 14:54:48'), +(618, 2, 22, 41, 'STU2500041', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(619, 2, 22, 14, 'STU2500014', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(620, 2, 22, 58, 'STU2500058', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(621, 2, 22, 80, 'STU2500080', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(622, 2, 22, 104, 'STU2500104', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(623, 2, 22, 182, 'STU2500182', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(624, 2, 22, 228, 'STU2500228', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(625, 2, 22, 97, 'STU2500097', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(626, 2, 22, 178, 'STU2500178', '2025-10-05', 'late', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(627, 2, 22, 153, 'STU2500153', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(628, 2, 22, 79, 'STU2500079', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(629, 2, 22, 82, 'STU2500082', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(630, 2, 22, 197, 'STU2500197', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(631, 2, 22, 222, 'STU2500222', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(632, 6, 60, 37, 'STU2500037', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(633, 6, 60, 90, 'STU2500090', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(634, 6, 60, 137, 'STU2500137', '2025-10-05', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:29:51', '2025-11-02 18:07:06'), +(635, 6, 60, 209, 'STU2500209', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(636, 6, 60, 161, 'STU2500161', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(637, 6, 60, 254, 'STU2500254', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(638, 6, 60, 9, 'STU2500009', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(639, 6, 60, 10, 'STU2500010', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(640, 6, 60, 139, 'STU2500139', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(641, 6, 60, 170, 'STU2500170', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(642, 6, 60, 191, 'STU2500191', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(643, 6, 60, 77, 'STU2500077', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-05 15:29:51', '2025-10-05 15:29:51'), +(644, 5, 52, 125, 'STU2500125', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-29 01:05:12'), +(645, 5, 52, 50, 'STU2500050', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(646, 5, 52, 100, 'STU2500100', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(647, 5, 52, 103, 'STU2500103', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(648, 5, 52, 195, 'STU2500195', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(649, 5, 52, 60, 'STU2500060', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-28 23:33:02'), +(650, 5, 52, 22, 'STU2500022', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(651, 5, 52, 186, 'STU2500186', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(652, 5, 52, 25, 'STU2500025', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(653, 5, 52, 188, 'STU2500188', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(654, 5, 52, 224, 'STU2500224', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(655, 5, 52, 244, 'STU2500244', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(656, 5, 52, 42, 'STU2500042', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(657, 8, 80, 99, 'STU2500099', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 2, '2025-10-05 15:31:39', '2025-12-07 15:41:46'), +(658, 8, 80, 84, 'STU2500084', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(659, 8, 80, 39, 'STU2500039', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(660, 8, 80, 257, 'STU2500257', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(661, 8, 80, 11, 'STU2500011', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(662, 8, 80, 62, 'STU2500062', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(663, 8, 80, 89, 'STU2500089', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(664, 8, 80, 53, 'STU2500053', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(665, 8, 80, 49, 'STU2500049', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(666, 8, 80, 142, 'STU2500142', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(667, 8, 80, 124, 'STU2500124', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-29 01:03:49'), +(668, 8, 80, 163, 'STU2500163', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(669, 8, 80, 15, 'STU2500015', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(670, 8, 80, 71, 'STU2500071', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(671, 8, 80, 149, 'STU2500149', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(672, 8, 80, 35, 'STU2500035', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(673, 8, 80, 76, 'STU2500076', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(674, 8, 80, 190, 'STU2500190', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(675, 8, 80, 207, 'STU2500207', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(676, 8, 80, 192, 'STU2500192', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(677, 8, 80, 34, 'STU2500034', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(678, 1, 10, 183, 'STU2500183', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:28:37'), +(679, 1, 10, 180, 'STU2500180', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:28:41'), +(680, 1, 10, 235, 'STU2500235', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:28:48'), +(681, 1, 10, 52, 'STU2500052', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:28:53'), +(682, 1, 10, 227, 'STU2500227', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:28:58'), +(683, 1, 10, 159, 'STU2500159', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:03'), +(684, 1, 10, 160, 'STU2500160', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:07'), +(685, 1, 10, 215, 'STU2500215', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:11'), +(686, 1, 10, 56, 'STU2500056', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:16'), +(687, 1, 10, 229, 'STU2500229', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:21'), +(688, 1, 10, 214, 'STU2500214', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:25'), +(689, 1, 10, 131, 'STU2500131', '2025-10-05', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-29 01:04:36'), +(690, 1, 10, 211, 'STU2500211', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 15:33:46', '2025-10-08 01:29:35'), +(691, 5, 51, 167, 'STU2500167', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(692, 5, 51, 73, 'STU2500073', '2025-10-05', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 4, '2025-10-05 16:17:14', '2025-10-29 01:14:36'), +(693, 5, 51, 143, 'STU2500143', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(694, 5, 51, 93, 'STU2500093', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(695, 5, 52, 2, 'STU2500001', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-05 16:17:14', '2025-11-14 04:09:05'), +(696, 5, 51, 255, 'STU2500255', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(697, 5, 51, 150, 'STU2500150', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(698, 5, 51, 233, 'STU2500233', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(699, 5, 51, 29, 'STU2500029', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(700, 5, 51, 210, 'STU2500210', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(701, 5, 51, 17, 'STU2500017', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(702, 5, 51, 205, 'STU2500205', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(703, 5, 51, 164, 'STU2500164', '2025-10-05', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-05 16:17:14', '2025-10-05 16:17:14'), +(704, 6, 60, 120, 'STU2500120', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 14:09:09', '2025-10-12 16:51:20'), +(705, 12, 120, 251, 'STU2500251', '2025-10-12', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 14:09:22', '2025-10-12 15:30:56'), +(706, 12, 120, 252, 'STU2500252', '2025-10-12', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 14:09:36', '2025-10-12 15:30:56'), +(707, 4, 41, 121, 'STU2500121', '2025-10-12', 'late', '—', 'no', '', 'Fall', '2025-2026', 24, '2025-10-12 14:09:53', '2025-10-28 03:00:28'), +(708, 13, 1, 122, 'STU2500122', '2025-10-12', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 14:10:13', '2025-10-28 03:01:29'), +(709, 3, 31, 234, 'STU2500234', '2025-10-12', 'late', '—', 'no', '', 'Fall', '2025-2026', 24, '2025-10-12 14:15:51', '2025-10-12 14:15:51'), +(710, 5, 51, 233, 'STU2500233', '2025-10-12', 'late', '—', 'no', '', 'Fall', '2025-2026', 24, '2025-10-12 14:16:17', '2025-10-12 14:16:17'), +(711, 12, 120, 95, 'STU2500095', '2025-10-12', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 14:28:35', '2025-10-12 15:30:56'), +(712, 5, 51, 93, 'STU2500093', '2025-10-12', 'late', '—', 'no', '', 'Fall', '2025-2026', 24, '2025-10-12 14:28:55', '2025-10-12 14:28:55'), +(713, 7, 70, 94, 'STU2500094', '2025-10-12', 'late', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 14:29:14', '2025-10-12 15:29:42'), +(714, 13, 1, 250, 'STU2500250', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(715, 13, 1, 184, 'STU2500184', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(716, 13, 1, 83, 'STU2500083', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(717, 13, 1, 128, 'STU2500128', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(718, 13, 1, 87, 'STU2500087', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(719, 13, 1, 166, 'STU2500166', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(720, 13, 1, 110, 'STU2500110', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(721, 13, 1, 175, 'STU2500175', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(722, 13, 1, 232, 'STU2500232', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(723, 13, 1, 174, 'STU2500174', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(724, 13, 1, 98, 'STU2500098', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(725, 13, 1, 113, 'STU2500113', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-12 14:58:35', '2025-10-12 14:58:35'), +(726, 8, 80, 89, 'STU2500089', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:00:40', '2025-10-12 15:24:53'), +(727, 8, 80, 163, 'STU2500163', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-10-12 15:01:03', '2025-10-12 15:24:53'), +(728, 2, 21, 146, 'STU2500146', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(729, 2, 21, 249, 'STU2500249', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(730, 2, 21, 176, 'STU2500176', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(731, 2, 21, 112, 'STU2500112', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(732, 2, 21, 141, 'STU2500141', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(733, 2, 21, 45, 'STU2500045', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(734, 2, 21, 173, 'STU2500173', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(735, 2, 21, 86, 'STU2500086', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(736, 2, 21, 105, 'STU2500105', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(737, 2, 21, 256, 'STU2500256', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(738, 2, 21, 200, 'STU2500200', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(739, 2, 21, 226, 'STU2500226', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(740, 2, 21, 217, 'STU2500217', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(741, 2, 21, 157, 'STU2500157', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(742, 2, 21, 36, 'STU2500036', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(743, 2, 21, 43, 'STU2500043', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(744, 2, 21, 147, 'STU2500147', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(745, 2, 21, 206, 'STU2500206', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(746, 5, 52, 125, 'STU2500125', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(747, 5, 52, 50, 'STU2500050', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(748, 5, 52, 100, 'STU2500100', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(749, 5, 52, 103, 'STU2500103', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(750, 5, 52, 195, 'STU2500195', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(751, 5, 52, 60, 'STU2500060', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(752, 5, 52, 22, 'STU2500022', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-28 03:30:29'), +(753, 5, 52, 186, 'STU2500186', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(754, 5, 52, 25, 'STU2500025', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(755, 5, 52, 188, 'STU2500188', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(756, 5, 52, 224, 'STU2500224', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(757, 5, 52, 244, 'STU2500244', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(758, 5, 52, 42, 'STU2500042', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(759, 8, 80, 99, 'STU2500099', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 2, '2025-10-12 15:24:53', '2025-12-07 15:41:46'), +(760, 8, 80, 84, 'STU2500084', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(761, 8, 80, 39, 'STU2500039', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(762, 8, 80, 257, 'STU2500257', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(763, 8, 80, 11, 'STU2500011', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(764, 8, 80, 62, 'STU2500062', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(765, 8, 80, 53, 'STU2500053', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(766, 8, 80, 49, 'STU2500049', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(767, 8, 80, 142, 'STU2500142', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(768, 8, 80, 124, 'STU2500124', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(769, 8, 80, 15, 'STU2500015', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(770, 8, 80, 71, 'STU2500071', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(771, 8, 80, 149, 'STU2500149', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(772, 8, 80, 35, 'STU2500035', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(773, 8, 80, 240, 'STU2500240', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-12 15:24:53', '2025-10-28 02:14:47'), +(774, 8, 80, 76, 'STU2500076', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(775, 8, 80, 190, 'STU2500190', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(776, 8, 80, 207, 'STU2500207', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(777, 8, 80, 192, 'STU2500192', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(778, 8, 80, 34, 'STU2500034', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 89, '2025-10-12 15:24:53', '2025-10-12 15:24:53'), +(779, 9, 90, 212, 'STU2500212', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(780, 9, 90, 204, 'STU2500204', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-28 03:28:18'), +(781, 9, 90, 102, 'STU2500102', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(782, 9, 90, 208, 'STU2500208', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(783, 9, 90, 69, 'STU2500069', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(784, 9, 90, 223, 'STU2500223', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(785, 9, 90, 162, 'STU2500162', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(786, 9, 90, 48, 'STU2500048', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(787, 9, 90, 154, 'STU2500154', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(788, 9, 90, 108, 'STU2500108', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(789, 9, 90, 116, 'STU2500116', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(790, 3, 32, 168, 'STU2500168', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(791, 3, 32, 7, 'STU2500007', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(792, 3, 32, 220, 'STU2500220', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(793, 3, 32, 75, 'STU2500075', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(794, 3, 32, 189, 'STU2500189', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(795, 3, 32, 54, 'STU2500054', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(796, 3, 32, 169, 'STU2500169', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(797, 3, 32, 179, 'STU2500179', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(798, 3, 32, 185, 'STU2500185', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-28 03:30:04'), +(799, 3, 32, 145, 'STU2500145', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(800, 3, 32, 213, 'STU2500213', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(801, 3, 32, 18, 'STU2500018', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(802, 3, 32, 144, 'STU2500144', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(803, 3, 32, 130, 'STU2500130', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(804, 3, 32, 74, 'STU2500074', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(805, 3, 32, 165, 'STU2500165', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(806, 3, 32, 123, 'STU2500123', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(807, 3, 32, 8, 'STU2500008', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(808, 2, 22, 92, 'STU2500092', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(809, 2, 22, 101, 'STU2500101', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(810, 1, 10, 221, 'STU2500221', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 15:27:28', '2025-10-26 14:54:48'), +(811, 2, 22, 41, 'STU2500041', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(812, 2, 22, 14, 'STU2500014', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(813, 2, 22, 58, 'STU2500058', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(814, 2, 22, 80, 'STU2500080', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(815, 2, 22, 104, 'STU2500104', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(816, 2, 22, 182, 'STU2500182', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(817, 2, 22, 228, 'STU2500228', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(818, 2, 22, 97, 'STU2500097', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(819, 2, 22, 178, 'STU2500178', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(820, 2, 22, 153, 'STU2500153', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(821, 2, 22, 79, 'STU2500079', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(822, 2, 22, 82, 'STU2500082', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(823, 2, 22, 197, 'STU2500197', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(824, 2, 22, 222, 'STU2500222', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 5, '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(825, 4, 42, 85, 'STU2500085', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(826, 4, 42, 118, 'STU2500118', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(827, 4, 42, 40, 'STU2500040', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-28 03:26:53'), +(828, 4, 42, 106, 'STU2500106', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(829, 4, 42, 231, 'STU2500231', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(830, 4, 42, 138, 'STU2500138', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(831, 4, 42, 135, 'STU2500135', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(832, 4, 42, 55, 'STU2500055', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(833, 4, 42, 177, 'STU2500177', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(834, 4, 42, 51, 'STU2500051', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(835, 4, 42, 33, 'STU2500033', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(836, 4, 42, 63, 'STU2500063', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(837, 4, 42, 140, 'STU2500140', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(838, 4, 42, 218, 'STU2500218', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 68, '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(839, 1, 10, 183, 'STU2500183', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(840, 1, 10, 180, 'STU2500180', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(841, 1, 10, 235, 'STU2500235', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(842, 1, 10, 52, 'STU2500052', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(843, 1, 10, 227, 'STU2500227', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(844, 1, 10, 159, 'STU2500159', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(845, 1, 10, 160, 'STU2500160', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(846, 1, 10, 215, 'STU2500215', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(847, 1, 10, 56, 'STU2500056', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(848, 1, 10, 229, 'STU2500229', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(849, 1, 10, 214, 'STU2500214', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(850, 1, 10, 131, 'STU2500131', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(851, 1, 10, 211, 'STU2500211', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(852, 7, 70, 26, 'STU2500026', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(853, 7, 70, 91, 'STU2500091', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(854, 7, 70, 32, 'STU2500032', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(855, 7, 70, 242, 'STU2500242', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(856, 7, 70, 28, 'STU2500028', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(857, 7, 70, 126, 'STU2500126', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(858, 7, 70, 72, 'STU2500072', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(859, 7, 70, 1, 'STU2500002', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(860, 7, 70, 151, 'STU2500151', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(861, 7, 70, 158, 'STU2500158', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(862, 7, 70, 230, 'STU2500230', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(863, 7, 70, 66, 'STU2500066', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(864, 7, 70, 67, 'STU2500067', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(865, 7, 70, 6, 'STU2500006', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(866, 7, 70, 187, 'STU2500187', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(867, 7, 70, 117, 'STU2500117', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(868, 7, 70, 119, 'STU2500119', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-12 15:29:42', '2025-10-12 15:29:42'), +(869, 3, 31, 171, 'STU2500171', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(870, 3, 31, 21, 'STU2500021', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(871, 3, 31, 199, 'STU2500199', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(872, 3, 31, 30, 'STU2500030', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(873, 3, 31, 68, 'STU2500068', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(874, 3, 31, 78, 'STU2500078', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(875, 3, 31, 44, 'STU2500044', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(876, 3, 31, 57, 'STU2500057', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(877, 3, 31, 70, 'STU2500070', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(878, 3, 31, 20, 'STU2500020', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(879, 3, 31, 64, 'STU2500064', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(880, 3, 31, 196, 'STU2500196', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(881, 3, 31, 16, 'STU2500016', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(882, 3, 31, 245, 'STU2500245', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(883, 3, 31, 127, 'STU2500127', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(884, 3, 31, 81, 'STU2500081', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(885, 3, 31, 19, 'STU2500019', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(886, 12, 120, 225, 'STU2500225', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(887, 12, 120, 88, 'STU2500088', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(888, 12, 120, 238, 'STU2500238', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(889, 12, 120, 38, 'STU2500038', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-28 03:00:49'), +(890, 12, 120, 59, 'STU2500059', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(891, 12, 120, 247, 'STU2500247', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-28 03:27:52'), +(892, 12, 120, 107, 'STU2500107', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(893, 12, 120, 96, 'STU2500096', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(894, 12, 120, 246, 'STU2500246', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(895, 12, 120, 114, 'STU2500114', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-12 15:30:56', '2025-10-28 03:35:19'), +(896, 12, 120, 181, 'STU2500181', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-12 15:30:56', '2025-10-28 02:14:33'), +(897, 12, 120, 136, 'STU2500136', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(898, 12, 120, 237, 'STU2500237', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(899, 12, 120, 31, 'STU2500031', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-28 03:04:14'), +(900, 12, 120, 203, 'STU2500203', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-28 03:29:46'), +(901, 12, 120, 236, 'STU2500236', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(902, 12, 120, 201, 'STU2500201', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-28 03:29:28'), +(903, 12, 120, 148, 'STU2500148', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(904, 12, 120, 47, 'STU2500047', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 4, '2025-10-12 15:30:56', '2025-10-28 23:38:42'), +(905, 12, 120, 61, 'STU2500061', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(906, 12, 120, 46, 'STU2500046', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 4, '2025-10-12 15:30:56', '2025-10-28 23:38:54'), +(907, 12, 120, 239, 'STU2500239', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(908, 12, 120, 253, 'STU2500253', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(909, 12, 120, 241, 'STU2500241', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(910, 12, 120, 65, 'STU2500065', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(911, 12, 120, 219, 'STU2500219', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-12 15:30:56', '2025-10-12 15:30:56'), +(912, 4, 41, 12, 'STU2500012', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(913, 4, 41, 216, 'STU2500216', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(914, 4, 41, 13, 'STU2500013', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(915, 4, 41, 156, 'STU2500156', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(916, 4, 41, 115, 'STU2500115', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-12 15:34:32', '2025-10-28 03:35:02'), +(917, 4, 41, 109, 'STU2500109', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(918, 4, 41, 248, 'STU2500248', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(919, 4, 41, 27, 'STU2500027', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(920, 4, 41, 152, 'STU2500152', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(921, 4, 41, 111, 'STU2500111', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(922, 4, 41, 129, 'STU2500129', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(923, 4, 41, 202, 'STU2500202', '2025-10-12', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-10-12 15:34:32', '2025-10-12 15:34:32'), +(924, 6, 60, 37, 'STU2500037', '2025-10-12', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-12 16:44:23', '2025-10-28 03:19:23'), +(925, 6, 60, 90, 'STU2500090', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:45:19', '2025-10-12 16:51:20'), +(926, 6, 60, 137, 'STU2500137', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(927, 6, 60, 198, 'STU2500198', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(928, 6, 60, 209, 'STU2500209', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(929, 6, 60, 193, 'STU2500193', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(930, 6, 60, 161, 'STU2500161', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(931, 6, 60, 254, 'STU2500254', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(932, 6, 60, 9, 'STU2500009', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(933, 6, 60, 10, 'STU2500010', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(934, 6, 60, 139, 'STU2500139', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(935, 6, 60, 258, 'STU2500258', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(936, 6, 60, 170, 'STU2500170', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(937, 6, 60, 191, 'STU2500191', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(938, 6, 60, 77, 'STU2500077', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 47, '2025-10-12 16:51:20', '2025-10-12 16:51:20'), +(939, 5, 51, 167, 'STU2500167', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:54:46', '2025-10-12 16:55:14'), +(940, 5, 51, 73, 'STU2500073', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:54:48', '2025-10-12 16:55:16'), +(941, 5, 51, 143, 'STU2500143', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:54:56', '2025-10-12 16:55:19'), +(942, 5, 52, 2, 'STU2500001', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-12 16:54:59', '2025-11-14 04:09:05'), +(943, 5, 51, 255, 'STU2500255', '2025-10-12', 'late', '—', 'yes', '', 'Fall', '2025-2026', 108, '2025-10-12 16:55:02', '2025-10-12 17:03:34'), +(944, 5, 51, 150, 'STU2500150', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:05', '2025-10-12 16:56:02'), +(945, 5, 51, 210, 'STU2500210', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:28', '2025-10-12 16:56:22'), +(946, 5, 52, 194, 'STU2500194', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-12 16:55:28', '2025-11-14 04:08:52'), +(947, 5, 51, 17, 'STU2500017', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:28', '2025-10-12 16:56:24'), +(948, 5, 51, 29, 'STU2500029', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:28', '2025-10-12 16:56:17'), +(949, 5, 51, 205, 'STU2500205', '2025-10-12', 'absent', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:28', '2025-10-28 23:31:17'), +(950, 5, 51, 164, 'STU2500164', '2025-10-12', 'present', NULL, 'no', '', 'Fall', '2025-2026', 4, '2025-10-12 16:55:28', '2025-10-12 16:56:33'), +(951, 13, 1, 250, 'STU2500250', '2025-10-26', 'late', '—', 'yes', '', 'Fall', '2025-2026', 4, '2025-10-26 14:03:28', '2025-10-26 14:03:28'), +(952, 7, 70, 66, 'STU2500066', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 14:07:05', '2025-10-26 15:07:31'), +(953, 2, 22, 197, 'STU2500197', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 14:08:33', '2025-10-26 15:01:02'), +(954, 12, 120, 238, 'STU2500238', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:09:09', '2025-10-26 15:15:06'), +(955, 12, 120, 239, 'STU2500239', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:09:39', '2025-10-26 15:15:06'), +(956, 3, 32, 123, 'STU2500123', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:10:20', '2025-10-26 14:10:20'), +(957, 12, 120, 203, 'STU2500203', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:11:05', '2025-10-26 15:15:06'), +(958, 9, 90, 204, 'STU2500204', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:11:55', '2025-10-26 14:11:55'), +(959, 2, 21, 206, 'STU2500206', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:12:26', '2025-10-26 14:12:26'), +(960, 5, 51, 205, 'STU2500205', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:12:49', '2025-10-26 14:12:49'), +(961, 12, 120, 246, 'STU2500246', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:13:45', '2025-10-26 15:15:06'), +(962, 7, 70, 94, 'STU2500094', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 14:14:14', '2025-10-28 02:58:02'), +(963, 5, 51, 93, 'STU2500093', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:14:52', '2025-10-28 02:59:56'), +(964, 12, 120, 95, 'STU2500095', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:15:33', '2025-10-28 02:55:35'), +(965, 12, 120, 251, 'STU2500251', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:16:03', '2025-10-26 15:15:06'), +(966, 12, 120, 252, 'STU2500252', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:16:31', '2025-10-26 15:15:06'), +(967, 7, 70, 158, 'STU2500158', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 14:17:10', '2025-10-26 15:07:31'), +(968, 12, 120, 253, 'STU2500253', '2025-10-26', 'late', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 14:17:37', '2025-10-26 15:15:06'), +(969, 6, 60, 254, 'STU2500254', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:18:14', '2025-10-26 14:18:14'), +(970, 3, 31, 20, 'STU2500020', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:18:58', '2025-10-26 14:18:58'), +(971, 1, 10, 215, 'STU2500215', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:28:10', '2025-10-26 14:28:10'), +(972, 1, 10, 214, 'STU2500214', '2025-10-26', 'late', '—', 'no', '', 'Fall', '2025-2026', 4, '2025-10-26 14:29:09', '2025-10-26 14:29:09'), +(973, 4, 42, 85, 'STU2500085', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(974, 4, 42, 118, 'STU2500118', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(975, 4, 42, 40, 'STU2500040', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(976, 4, 42, 106, 'STU2500106', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(977, 4, 42, 231, 'STU2500231', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(978, 4, 42, 138, 'STU2500138', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(979, 4, 42, 135, 'STU2500135', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-28 23:30:55'), +(980, 4, 42, 55, 'STU2500055', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(981, 4, 42, 177, 'STU2500177', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(982, 4, 42, 51, 'STU2500051', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(983, 4, 42, 33, 'STU2500033', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(984, 4, 42, 63, 'STU2500063', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(985, 4, 42, 140, 'STU2500140', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(986, 4, 42, 218, 'STU2500218', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 129, '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(987, 2, 21, 146, 'STU2500146', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(988, 2, 21, 249, 'STU2500249', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(989, 2, 21, 176, 'STU2500176', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(990, 2, 21, 112, 'STU2500112', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(991, 2, 21, 141, 'STU2500141', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(992, 2, 21, 45, 'STU2500045', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(993, 2, 21, 173, 'STU2500173', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(994, 2, 21, 86, 'STU2500086', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(995, 2, 21, 105, 'STU2500105', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(996, 2, 21, 256, 'STU2500256', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(997, 2, 21, 200, 'STU2500200', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(998, 2, 21, 226, 'STU2500226', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(999, 2, 21, 217, 'STU2500217', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(1000, 2, 21, 157, 'STU2500157', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(1001, 2, 21, 36, 'STU2500036', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(1002, 2, 21, 43, 'STU2500043', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(1003, 2, 21, 147, 'STU2500147', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 71, '2025-10-26 14:56:06', '2025-10-26 14:56:06'), +(1004, 3, 31, 171, 'STU2500171', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-28 03:02:38'), +(1005, 3, 31, 21, 'STU2500021', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1006, 3, 31, 199, 'STU2500199', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1007, 3, 31, 30, 'STU2500030', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1008, 3, 31, 68, 'STU2500068', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1009, 3, 31, 78, 'STU2500078', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1010, 3, 31, 44, 'STU2500044', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1011, 3, 31, 57, 'STU2500057', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1012, 3, 31, 234, 'STU2500234', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1013, 3, 31, 70, 'STU2500070', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1014, 3, 31, 64, 'STU2500064', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1015, 3, 31, 196, 'STU2500196', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1016, 3, 31, 16, 'STU2500016', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1017, 3, 31, 245, 'STU2500245', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1018, 3, 31, 127, 'STU2500127', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1019, 3, 31, 81, 'STU2500081', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1020, 3, 31, 19, 'STU2500019', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 155, '2025-10-26 14:59:56', '2025-10-26 14:59:56'), +(1021, 2, 22, 92, 'STU2500092', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1022, 2, 22, 101, 'STU2500101', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1023, 2, 22, 41, 'STU2500041', '2025-10-26', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-10-26 15:01:02', '2025-11-09 15:56:56'), +(1024, 2, 22, 14, 'STU2500014', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1025, 2, 22, 58, 'STU2500058', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1026, 2, 22, 80, 'STU2500080', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1027, 2, 22, 104, 'STU2500104', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1028, 2, 22, 182, 'STU2500182', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1029, 2, 22, 228, 'STU2500228', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1030, 2, 22, 97, 'STU2500097', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1031, 2, 22, 178, 'STU2500178', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1032, 2, 22, 153, 'STU2500153', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1033, 2, 22, 79, 'STU2500079', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1034, 2, 22, 82, 'STU2500082', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1035, 2, 22, 222, 'STU2500222', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 132, '2025-10-26 15:01:02', '2025-10-26 15:01:02'), +(1036, 1, 10, 183, 'STU2500183', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1037, 1, 10, 180, 'STU2500180', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1038, 1, 10, 221, 'STU2500221', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1039, 1, 10, 235, 'STU2500235', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1040, 1, 10, 52, 'STU2500052', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1041, 1, 10, 227, 'STU2500227', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1042, 1, 10, 159, 'STU2500159', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1043, 1, 10, 160, 'STU2500160', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1044, 1, 10, 56, 'STU2500056', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1045, 1, 10, 229, 'STU2500229', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1046, 1, 10, 131, 'STU2500131', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'), +(1047, 1, 10, 211, 'STU2500211', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 3, '2025-10-26 15:01:41', '2025-10-26 15:01:41'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(1048, 3, 32, 168, 'STU2500168', '2025-10-26', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-26 15:05:08', '2025-10-28 03:54:16'), +(1049, 3, 32, 7, 'STU2500007', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1050, 3, 32, 220, 'STU2500220', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1051, 3, 32, 75, 'STU2500075', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1052, 3, 32, 189, 'STU2500189', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1053, 3, 32, 54, 'STU2500054', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1054, 3, 32, 169, 'STU2500169', '2025-10-26', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-26 15:05:08', '2025-10-28 03:54:33'), +(1055, 3, 32, 179, 'STU2500179', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1056, 3, 32, 185, 'STU2500185', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1057, 3, 32, 145, 'STU2500145', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1058, 3, 32, 213, 'STU2500213', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1059, 3, 32, 18, 'STU2500018', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1060, 3, 32, 144, 'STU2500144', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1061, 3, 32, 130, 'STU2500130', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1062, 3, 32, 74, 'STU2500074', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1063, 3, 32, 165, 'STU2500165', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1064, 3, 32, 8, 'STU2500008', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 45, '2025-10-26 15:05:08', '2025-10-26 15:05:08'), +(1065, 4, 41, 12, 'STU2500012', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1066, 4, 41, 121, 'STU2500121', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1067, 4, 41, 216, 'STU2500216', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1068, 4, 41, 13, 'STU2500013', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1069, 4, 41, 156, 'STU2500156', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1070, 4, 41, 115, 'STU2500115', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1071, 4, 41, 109, 'STU2500109', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1072, 4, 41, 248, 'STU2500248', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1073, 4, 41, 27, 'STU2500027', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1074, 4, 41, 152, 'STU2500152', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1075, 4, 41, 111, 'STU2500111', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1076, 4, 41, 129, 'STU2500129', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1077, 4, 41, 202, 'STU2500202', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 186, '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(1078, 5, 52, 125, 'STU2500125', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1079, 5, 52, 50, 'STU2500050', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1080, 5, 52, 100, 'STU2500100', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1081, 5, 52, 103, 'STU2500103', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1082, 5, 52, 195, 'STU2500195', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1083, 5, 52, 60, 'STU2500060', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1084, 5, 52, 22, 'STU2500022', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1085, 5, 52, 186, 'STU2500186', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1086, 5, 52, 25, 'STU2500025', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1087, 5, 52, 188, 'STU2500188', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1088, 5, 52, 224, 'STU2500224', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1089, 5, 52, 244, 'STU2500244', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-28 03:26:39'), +(1090, 5, 52, 42, 'STU2500042', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 40, '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(1091, 7, 70, 26, 'STU2500026', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1092, 7, 70, 91, 'STU2500091', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1093, 7, 70, 32, 'STU2500032', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1094, 7, 70, 242, 'STU2500242', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1095, 7, 70, 28, 'STU2500028', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1096, 7, 70, 126, 'STU2500126', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1097, 7, 70, 72, 'STU2500072', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1098, 7, 70, 1, 'STU2500002', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1099, 7, 70, 151, 'STU2500151', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1100, 7, 70, 230, 'STU2500230', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1101, 7, 70, 67, 'STU2500067', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-28 03:03:56'), +(1102, 7, 70, 6, 'STU2500006', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1103, 7, 70, 187, 'STU2500187', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1104, 7, 70, 117, 'STU2500117', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1105, 7, 70, 119, 'STU2500119', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 79, '2025-10-26 15:07:31', '2025-10-26 15:07:31'), +(1106, 8, 80, 99, 'STU2500099', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 2, '2025-10-26 15:07:54', '2025-12-07 15:41:46'), +(1107, 8, 80, 84, 'STU2500084', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1108, 8, 80, 39, 'STU2500039', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1109, 8, 80, 257, 'STU2500257', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1110, 8, 80, 11, 'STU2500011', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1111, 8, 80, 62, 'STU2500062', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1112, 8, 80, 89, 'STU2500089', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-28 23:16:18'), +(1113, 8, 80, 53, 'STU2500053', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1114, 8, 80, 49, 'STU2500049', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1115, 8, 80, 142, 'STU2500142', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1116, 8, 80, 124, 'STU2500124', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1117, 8, 80, 163, 'STU2500163', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1118, 8, 80, 15, 'STU2500015', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1119, 8, 80, 71, 'STU2500071', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1120, 8, 80, 149, 'STU2500149', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1121, 8, 80, 35, 'STU2500035', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1122, 8, 80, 240, 'STU2500240', '2025-10-26', 'absent', '—', 'no', '', 'Fall', '2025-2026', 1, '2025-10-26 15:07:54', '2025-10-28 23:19:18'), +(1123, 8, 80, 76, 'STU2500076', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1124, 8, 80, 190, 'STU2500190', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1125, 8, 80, 207, 'STU2500207', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1126, 8, 80, 192, 'STU2500192', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1127, 8, 80, 34, 'STU2500034', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 74, '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(1128, 9, 90, 212, 'STU2500212', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1129, 9, 90, 102, 'STU2500102', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1130, 9, 90, 208, 'STU2500208', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1131, 9, 90, 69, 'STU2500069', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1132, 9, 90, 223, 'STU2500223', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1133, 9, 90, 162, 'STU2500162', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1134, 9, 90, 48, 'STU2500048', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1135, 9, 90, 154, 'STU2500154', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1136, 9, 90, 108, 'STU2500108', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1137, 9, 90, 116, 'STU2500116', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 138, '2025-10-26 15:08:54', '2025-10-26 15:08:54'), +(1138, 6, 60, 120, 'STU2500120', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1139, 6, 60, 37, 'STU2500037', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1140, 6, 60, 90, 'STU2500090', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1141, 6, 60, 137, 'STU2500137', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1142, 6, 60, 198, 'STU2500198', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1143, 6, 60, 209, 'STU2500209', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1144, 6, 60, 193, 'STU2500193', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1145, 6, 60, 161, 'STU2500161', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1146, 6, 60, 9, 'STU2500009', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1147, 6, 60, 10, 'STU2500010', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1148, 6, 60, 139, 'STU2500139', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1149, 6, 60, 258, 'STU2500258', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1150, 6, 60, 170, 'STU2500170', '2025-10-26', 'absent', '—', 'no', '', 'Fall', '2025-2026', 1, '2025-10-26 15:10:20', '2025-10-28 03:26:08'), +(1151, 6, 60, 191, 'STU2500191', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1152, 6, 60, 77, 'STU2500077', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 120, '2025-10-26 15:10:20', '2025-10-26 15:10:20'), +(1153, 13, 1, 184, 'STU2500184', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1154, 13, 1, 122, 'STU2500122', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1155, 13, 1, 83, 'STU2500083', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1156, 13, 1, 128, 'STU2500128', '2025-10-26', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-10-26 15:12:58', '2025-11-02 18:02:58'), +(1157, 13, 1, 87, 'STU2500087', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1158, 13, 1, 166, 'STU2500166', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1159, 13, 1, 110, 'STU2500110', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1160, 13, 1, 175, 'STU2500175', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1161, 13, 1, 232, 'STU2500232', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1162, 13, 1, 174, 'STU2500174', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1163, 13, 1, 98, 'STU2500098', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1164, 13, 1, 113, 'STU2500113', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 115, '2025-10-26 15:12:58', '2025-10-26 15:12:58'), +(1165, 5, 51, 167, 'STU2500167', '2025-10-26', 'absent', '—', 'yes', '', 'Fall', '2025-2026', 1, '2025-10-26 15:14:31', '2025-10-28 03:54:01'), +(1166, 5, 51, 73, 'STU2500073', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1167, 5, 51, 143, 'STU2500143', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1168, 5, 52, 2, 'STU2500001', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-26 15:14:31', '2025-11-14 04:09:05'), +(1169, 5, 51, 255, 'STU2500255', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1170, 5, 51, 150, 'STU2500150', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1171, 5, 52, 194, 'STU2500194', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 1, '2025-10-26 15:14:31', '2025-11-14 04:08:52'), +(1172, 5, 51, 233, 'STU2500233', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1173, 5, 51, 29, 'STU2500029', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1174, 5, 51, 210, 'STU2500210', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1175, 5, 51, 17, 'STU2500017', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1176, 5, 51, 164, 'STU2500164', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 73, '2025-10-26 15:14:31', '2025-10-26 15:14:31'), +(1177, 12, 120, 225, 'STU2500225', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1178, 12, 120, 88, 'STU2500088', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-28 23:12:23'), +(1179, 12, 120, 38, 'STU2500038', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1180, 12, 120, 59, 'STU2500059', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1181, 12, 120, 247, 'STU2500247', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1182, 12, 120, 107, 'STU2500107', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1183, 12, 120, 96, 'STU2500096', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1184, 12, 120, 114, 'STU2500114', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1185, 12, 120, 181, 'STU2500181', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1186, 12, 120, 136, 'STU2500136', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1187, 12, 120, 237, 'STU2500237', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-28 23:29:26'), +(1188, 12, 120, 31, 'STU2500031', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1189, 12, 120, 236, 'STU2500236', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1190, 12, 120, 201, 'STU2500201', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1191, 12, 120, 148, 'STU2500148', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1192, 12, 120, 47, 'STU2500047', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1193, 12, 120, 61, 'STU2500061', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1194, 12, 120, 46, 'STU2500046', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1195, 12, 120, 241, 'STU2500241', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-28 03:03:40'), +(1196, 12, 120, 65, 'STU2500065', '2025-10-26', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1197, 12, 120, 219, 'STU2500219', '2025-10-26', 'present', NULL, 'no', '', 'Fall', '2025-2026', 99, '2025-10-26 15:15:06', '2025-10-26 15:15:06'), +(1198, 7, 70, 158, 'STU2500158', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 00:34:32', '2025-11-02 16:04:58'), +(1199, 7, 70, 1, 'STU2500002', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-02 03:40:33', '2025-11-03 23:29:25'), +(1200, 6, 60, 254, 'STU2500254', '2025-11-02', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 14:07:18', '2025-11-02 16:26:12'), +(1201, 12, 120, 253, 'STU2500253', '2025-11-02', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 94, '2025-11-02 14:07:18', '2025-11-13 02:15:34'), +(1202, 12, 120, 246, 'STU2500246', '2025-11-02', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 15:05:50', '2025-11-02 16:31:09'), +(1203, 5, 52, 244, 'STU2500244', '2025-11-02', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-02 15:09:25', '2025-11-02 15:09:25'), +(1204, 6, 60, 120, 'STU2500120', '2025-11-02', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-02 15:09:58', '2025-11-02 15:09:58'), +(1205, 4, 41, 121, 'STU2500121', '2025-11-02', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-02 15:10:27', '2025-11-02 15:10:27'), +(1206, 13, 1, 122, 'STU2500122', '2025-11-02', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-02 15:10:55', '2025-11-02 15:10:55'), +(1207, 12, 120, 247, 'STU2500247', '2025-11-02', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 15:11:46', '2025-11-02 16:31:09'), +(1208, 5, 52, 60, 'STU2500060', '2025-11-02', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-02 15:14:50', '2025-11-02 15:14:50'), +(1209, 12, 120, 59, 'STU2500059', '2025-11-02', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 15:16:09', '2025-11-02 16:31:09'), +(1210, 4, 42, 85, 'STU2500085', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1211, 4, 42, 118, 'STU2500118', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1212, 4, 42, 40, 'STU2500040', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1213, 4, 42, 106, 'STU2500106', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1214, 4, 42, 231, 'STU2500231', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1215, 4, 42, 138, 'STU2500138', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1216, 4, 42, 135, 'STU2500135', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1217, 4, 42, 55, 'STU2500055', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1218, 4, 42, 177, 'STU2500177', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 15:20:42', '2025-11-09 16:15:36'), +(1219, 4, 42, 51, 'STU2500051', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1220, 4, 42, 33, 'STU2500033', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1221, 4, 42, 63, 'STU2500063', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 15:20:42', '2025-11-09 16:01:54'), +(1222, 4, 42, 140, 'STU2500140', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1223, 4, 42, 218, 'STU2500218', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(1224, 4, 41, 12, 'STU2500012', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1225, 4, 41, 216, 'STU2500216', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1226, 4, 41, 13, 'STU2500013', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1227, 4, 41, 156, 'STU2500156', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1228, 4, 41, 115, 'STU2500115', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1229, 4, 41, 109, 'STU2500109', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1230, 4, 41, 248, 'STU2500248', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1231, 4, 41, 27, 'STU2500027', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1232, 4, 41, 152, 'STU2500152', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1233, 4, 41, 111, 'STU2500111', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1234, 4, 41, 129, 'STU2500129', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1235, 4, 41, 202, 'STU2500202', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-02 15:23:32', '2025-11-02 15:23:32'), +(1236, 1, 10, 183, 'STU2500183', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1237, 1, 10, 180, 'STU2500180', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1238, 1, 10, 221, 'STU2500221', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1239, 1, 10, 235, 'STU2500235', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1240, 1, 10, 52, 'STU2500052', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1241, 1, 10, 227, 'STU2500227', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1242, 1, 10, 159, 'STU2500159', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1243, 1, 10, 160, 'STU2500160', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1244, 1, 10, 215, 'STU2500215', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1245, 1, 10, 56, 'STU2500056', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1246, 1, 10, 229, 'STU2500229', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1247, 1, 10, 214, 'STU2500214', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1248, 1, 10, 131, 'STU2500131', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1249, 1, 10, 211, 'STU2500211', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(1250, 3, 31, 171, 'STU2500171', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1251, 3, 31, 21, 'STU2500021', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1252, 3, 31, 199, 'STU2500199', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1253, 3, 31, 30, 'STU2500030', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1254, 3, 31, 68, 'STU2500068', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1255, 3, 31, 78, 'STU2500078', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1256, 3, 31, 44, 'STU2500044', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1257, 3, 31, 57, 'STU2500057', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1258, 3, 31, 234, 'STU2500234', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1259, 3, 31, 70, 'STU2500070', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1260, 3, 31, 20, 'STU2500020', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1261, 3, 31, 64, 'STU2500064', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 15:25:24', '2025-11-09 16:01:34'), +(1262, 3, 31, 196, 'STU2500196', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1263, 3, 31, 16, 'STU2500016', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1264, 3, 31, 245, 'STU2500245', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 15:25:24', '2025-11-09 15:43:45'), +(1265, 3, 31, 127, 'STU2500127', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1266, 3, 31, 81, 'STU2500081', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1267, 3, 31, 19, 'STU2500019', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(1268, 3, 32, 168, 'STU2500168', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1269, 3, 32, 7, 'STU2500007', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1270, 3, 32, 220, 'STU2500220', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1271, 3, 32, 75, 'STU2500075', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1272, 3, 32, 189, 'STU2500189', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1273, 3, 32, 54, 'STU2500054', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1274, 3, 32, 169, 'STU2500169', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1275, 3, 32, 179, 'STU2500179', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1276, 3, 32, 185, 'STU2500185', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1277, 3, 32, 145, 'STU2500145', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1278, 3, 32, 213, 'STU2500213', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1279, 3, 32, 18, 'STU2500018', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1280, 3, 32, 144, 'STU2500144', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1281, 3, 32, 130, 'STU2500130', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1282, 3, 32, 74, 'STU2500074', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1283, 3, 32, 165, 'STU2500165', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1284, 3, 32, 123, 'STU2500123', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1285, 3, 32, 8, 'STU2500008', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(1286, 13, 1, 250, 'STU2500250', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1287, 13, 1, 184, 'STU2500184', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1288, 13, 1, 83, 'STU2500083', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1289, 13, 1, 128, 'STU2500128', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1290, 13, 1, 87, 'STU2500087', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1291, 13, 1, 166, 'STU2500166', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1292, 13, 1, 110, 'STU2500110', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1293, 13, 1, 175, 'STU2500175', '2025-11-02', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1294, 13, 1, 232, 'STU2500232', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1295, 13, 1, 174, 'STU2500174', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1296, 13, 1, 98, 'STU2500098', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1297, 13, 1, 113, 'STU2500113', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-02 15:28:52', '2025-11-02 15:28:52'), +(1298, 9, 90, 212, 'STU2500212', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1299, 9, 90, 204, 'STU2500204', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1300, 9, 90, 102, 'STU2500102', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1301, 9, 90, 208, 'STU2500208', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1302, 9, 90, 69, 'STU2500069', '2025-11-02', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1303, 9, 90, 223, 'STU2500223', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1304, 9, 90, 162, 'STU2500162', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1305, 9, 90, 48, 'STU2500048', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1306, 9, 90, 154, 'STU2500154', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1307, 9, 90, 108, 'STU2500108', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1308, 9, 90, 116, 'STU2500116', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(1309, 7, 70, 26, 'STU2500026', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1310, 7, 70, 91, 'STU2500091', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1311, 7, 70, 32, 'STU2500032', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1312, 7, 70, 242, 'STU2500242', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1313, 7, 70, 28, 'STU2500028', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1314, 7, 70, 126, 'STU2500126', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1315, 7, 70, 72, 'STU2500072', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1316, 7, 70, 151, 'STU2500151', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1317, 7, 70, 94, 'STU2500094', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1318, 7, 70, 230, 'STU2500230', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1319, 7, 70, 66, 'STU2500066', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1320, 7, 70, 67, 'STU2500067', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1321, 7, 70, 6, 'STU2500006', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1322, 7, 70, 187, 'STU2500187', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1323, 7, 70, 117, 'STU2500117', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1324, 7, 70, 119, 'STU2500119', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(1325, 2, 21, 256, 'STU2500256', '2025-11-02', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 24, '2025-11-02 16:15:07', '2025-11-02 16:15:07'), +(1326, 6, 60, 37, 'STU2500037', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1327, 6, 60, 90, 'STU2500090', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1328, 6, 60, 137, 'STU2500137', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1329, 6, 60, 198, 'STU2500198', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1330, 6, 60, 209, 'STU2500209', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1331, 6, 60, 193, 'STU2500193', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1332, 6, 60, 161, 'STU2500161', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1333, 6, 60, 9, 'STU2500009', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1334, 6, 60, 10, 'STU2500010', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1335, 6, 60, 139, 'STU2500139', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1336, 6, 60, 258, 'STU2500258', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1337, 6, 60, 170, 'STU2500170', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1338, 6, 60, 191, 'STU2500191', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1339, 6, 60, 77, 'STU2500077', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2025-11-02 16:26:12', '2025-11-02 16:26:12'), +(1340, 5, 52, 125, 'STU2500125', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1341, 5, 52, 50, 'STU2500050', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1342, 5, 52, 100, 'STU2500100', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1343, 5, 52, 103, 'STU2500103', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1344, 5, 52, 195, 'STU2500195', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1345, 5, 52, 22, 'STU2500022', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1346, 5, 52, 186, 'STU2500186', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1347, 5, 52, 25, 'STU2500025', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1348, 5, 52, 188, 'STU2500188', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1349, 5, 52, 224, 'STU2500224', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1350, 5, 52, 42, 'STU2500042', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-02 16:29:02', '2025-11-02 16:29:02'), +(1351, 2, 21, 146, 'STU2500146', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1352, 2, 21, 249, 'STU2500249', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1353, 2, 21, 176, 'STU2500176', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1354, 2, 21, 112, 'STU2500112', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1355, 2, 21, 141, 'STU2500141', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1356, 2, 21, 45, 'STU2500045', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1357, 2, 21, 173, 'STU2500173', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1358, 2, 21, 86, 'STU2500086', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1359, 2, 21, 105, 'STU2500105', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1360, 2, 21, 200, 'STU2500200', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1361, 2, 21, 226, 'STU2500226', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1362, 2, 21, 217, 'STU2500217', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 19, '2025-11-02 16:29:16', '2025-11-06 02:34:00'), +(1363, 2, 21, 157, 'STU2500157', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1364, 2, 21, 36, 'STU2500036', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:29:16', '2025-11-09 15:42:16'), +(1365, 2, 21, 43, 'STU2500043', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 19, '2025-11-02 16:29:16', '2025-11-06 02:32:50'), +(1366, 2, 21, 147, 'STU2500147', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1367, 2, 21, 206, 'STU2500206', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-02 16:29:16', '2025-11-02 16:29:16'), +(1368, 8, 80, 99, 'STU2500099', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-02 16:30:32', '2025-12-07 15:41:46'), +(1369, 8, 80, 84, 'STU2500084', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1370, 8, 80, 39, 'STU2500039', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1371, 8, 80, 257, 'STU2500257', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:30:32', '2025-11-09 16:18:31'), +(1372, 8, 80, 11, 'STU2500011', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1373, 8, 80, 62, 'STU2500062', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:30:32', '2025-11-09 16:02:17'), +(1374, 8, 80, 89, 'STU2500089', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:30:32', '2025-11-09 16:44:33'), +(1375, 8, 80, 53, 'STU2500053', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1376, 8, 80, 49, 'STU2500049', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1377, 8, 80, 142, 'STU2500142', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1378, 8, 80, 124, 'STU2500124', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1379, 8, 80, 163, 'STU2500163', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:30:32', '2025-11-09 16:07:39'), +(1380, 8, 80, 15, 'STU2500015', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1381, 8, 80, 71, 'STU2500071', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1382, 8, 80, 149, 'STU2500149', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1383, 8, 80, 35, 'STU2500035', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:30:32', '2025-11-09 15:41:20'), +(1384, 8, 80, 240, 'STU2500240', '2025-11-02', 'absent', 'Parent-reported — Shafiqa is no longer going to be attending this class. If she can attend the the Youth class it will be great. Otherwise, she will no longer be coming.\r\nEmman', 'yes', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 17:07:47'), +(1385, 8, 80, 76, 'STU2500076', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1386, 8, 80, 190, 'STU2500190', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1387, 8, 80, 207, 'STU2500207', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1388, 8, 80, 192, 'STU2500192', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(1389, 8, 80, 34, 'STU2500034', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(1390, 12, 120, 225, 'STU2500225', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1391, 12, 120, 88, 'STU2500088', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:31:09', '2025-11-09 17:08:25'), +(1392, 12, 120, 238, 'STU2500238', '2025-11-02', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-13 02:14:53'), +(1393, 12, 120, 38, 'STU2500038', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1394, 12, 120, 107, 'STU2500107', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1395, 12, 120, 96, 'STU2500096', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1396, 12, 120, 252, 'STU2500252', '2025-11-02', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1397, 12, 120, 251, 'STU2500251', '2025-11-02', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1398, 12, 120, 95, 'STU2500095', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1399, 12, 120, 114, 'STU2500114', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1400, 12, 120, 181, 'STU2500181', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1401, 12, 120, 136, 'STU2500136', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1402, 12, 120, 237, 'STU2500237', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:31:09', '2025-11-09 16:21:26'), +(1403, 12, 120, 31, 'STU2500031', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1404, 12, 120, 203, 'STU2500203', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1405, 12, 120, 236, 'STU2500236', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:31:09', '2025-11-09 16:21:50'), +(1406, 12, 120, 201, 'STU2500201', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1407, 12, 120, 47, 'STU2500047', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1408, 12, 120, 61, 'STU2500061', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1409, 12, 120, 46, 'STU2500046', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1410, 12, 120, 239, 'STU2500239', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1411, 12, 120, 241, 'STU2500241', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1412, 12, 120, 219, 'STU2500219', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-11-02 16:31:09', '2025-11-02 16:31:09'), +(1413, 5, 51, 167, 'STU2500167', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1414, 5, 51, 73, 'STU2500073', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 16:32:32', '2025-11-09 16:12:58'), +(1415, 5, 51, 143, 'STU2500143', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1416, 5, 51, 93, 'STU2500093', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1417, 5, 52, 2, 'STU2500001', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-11-02 16:32:32', '2025-11-14 04:09:05'), +(1418, 5, 51, 255, 'STU2500255', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1419, 5, 51, 150, 'STU2500150', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1420, 5, 52, 194, 'STU2500194', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-02 16:32:32', '2025-11-14 04:08:52'), +(1421, 5, 51, 233, 'STU2500233', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1422, 5, 51, 29, 'STU2500029', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1423, 5, 51, 210, 'STU2500210', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1424, 5, 51, 17, 'STU2500017', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1425, 5, 51, 205, 'STU2500205', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1426, 5, 51, 164, 'STU2500164', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(1427, 2, 22, 92, 'STU2500092', '2025-11-02', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-13 02:12:57'), +(1428, 2, 22, 101, 'STU2500101', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1429, 2, 22, 41, 'STU2500041', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1430, 2, 22, 14, 'STU2500014', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1431, 2, 22, 58, 'STU2500058', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1432, 2, 22, 80, 'STU2500080', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1433, 2, 22, 104, 'STU2500104', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1434, 2, 22, 182, 'STU2500182', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1435, 2, 22, 228, 'STU2500228', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1436, 2, 22, 97, 'STU2500097', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1437, 2, 22, 178, 'STU2500178', '2025-11-02', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-02 17:41:13', '2025-11-09 16:14:00'), +(1438, 2, 22, 153, 'STU2500153', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1439, 2, 22, 79, 'STU2500079', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1440, 2, 22, 82, 'STU2500082', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1441, 2, 22, 197, 'STU2500197', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1442, 2, 22, 222, 'STU2500222', '2025-11-02', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(1443, 8, 80, 99, 'STU2500099', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 2, '2025-11-09 00:19:05', '2025-12-07 15:41:46'), +(1444, 2, 22, 101, 'STU2500101', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-09 00:19:05', '2025-11-18 01:25:35'), +(1445, 5, 52, 100, 'STU2500100', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-09 00:19:05', '2025-11-18 01:25:09'), +(1446, 3, 31, 70, 'STU2500070', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 155, '2025-11-09 06:00:58', '2025-11-13 02:20:53'), +(1447, 3, 31, 68, 'STU2500068', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 155, '2025-11-09 07:50:51', '2025-11-13 02:08:17'), +(1448, 7, 70, 67, 'STU2500067', '2025-11-09', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 07:50:51', '2025-11-09 16:04:44'), +(1449, 2, 21, 176, 'STU2500176', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 71, '2025-11-09 11:48:47', '2025-11-13 01:55:46'), +(1450, 4, 41, 202, 'STU2500202', '2025-11-09', 'absent', 'caught a cold', 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 14:27:09', '2025-11-09 16:24:33'), +(1451, 2, 21, 112, 'STU2500112', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 19, '2025-11-09 14:34:53', '2025-11-13 02:28:09'), +(1452, 13, 1, 113, 'STU2500113', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 19, '2025-11-09 14:34:53', '2025-11-13 02:27:52'), +(1453, 4, 41, 111, 'STU2500111', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 19, '2025-11-09 14:34:53', '2025-11-13 02:28:25'), +(1454, 7, 70, 187, 'STU2500187', '2025-11-09', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 15:10:33', '2025-11-09 16:04:44'), +(1455, 5, 52, 188, 'STU2500188', '2025-11-09', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-09 15:11:14', '2025-11-09 15:11:14'), +(1456, 3, 32, 213, 'STU2500213', '2025-11-09', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:11:47', '2025-11-09 15:21:00'), +(1457, 12, 120, 238, 'STU2500238', '2025-11-09', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 15:13:55', '2025-11-09 16:37:21'), +(1458, 12, 120, 239, 'STU2500239', '2025-11-09', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 15:14:24', '2025-11-09 16:37:21'), +(1459, 3, 32, 168, 'STU2500168', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:20:59', '2025-11-09 15:20:59'), +(1460, 3, 32, 7, 'STU2500007', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:20:59', '2025-11-09 15:20:59'), +(1461, 3, 32, 220, 'STU2500220', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1462, 3, 32, 75, 'STU2500075', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1463, 3, 32, 189, 'STU2500189', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1464, 3, 32, 54, 'STU2500054', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1465, 3, 32, 169, 'STU2500169', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1466, 3, 32, 179, 'STU2500179', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1467, 3, 32, 185, 'STU2500185', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1468, 3, 32, 145, 'STU2500145', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1469, 3, 32, 18, 'STU2500018', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1470, 3, 32, 144, 'STU2500144', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1471, 3, 32, 130, 'STU2500130', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1472, 3, 32, 74, 'STU2500074', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1473, 3, 32, 165, 'STU2500165', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1474, 3, 32, 123, 'STU2500123', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1475, 3, 32, 8, 'STU2500008', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-09 15:21:00', '2025-11-09 15:21:00'), +(1476, 5, 51, 150, 'STU2500150', '2025-11-09', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-09 15:21:47', '2025-11-09 15:21:47'), +(1477, 6, 60, 120, 'STU2500120', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1478, 6, 60, 37, 'STU2500037', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1479, 6, 60, 90, 'STU2500090', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 15:22:36', '2025-11-09 16:47:48'), +(1480, 6, 60, 137, 'STU2500137', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1481, 6, 60, 198, 'STU2500198', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1482, 6, 60, 209, 'STU2500209', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1483, 6, 60, 193, 'STU2500193', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1484, 6, 60, 161, 'STU2500161', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1485, 6, 60, 254, 'STU2500254', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1486, 6, 60, 9, 'STU2500009', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1487, 6, 60, 10, 'STU2500010', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1488, 6, 60, 139, 'STU2500139', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1489, 6, 60, 258, 'STU2500258', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1490, 6, 60, 170, 'STU2500170', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1491, 6, 60, 191, 'STU2500191', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1492, 6, 60, 77, 'STU2500077', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(1493, 1, 10, 183, 'STU2500183', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1494, 1, 10, 180, 'STU2500180', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1495, 1, 10, 221, 'STU2500221', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1496, 1, 10, 235, 'STU2500235', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1497, 1, 10, 52, 'STU2500052', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1498, 1, 10, 227, 'STU2500227', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1499, 1, 10, 159, 'STU2500159', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1500, 1, 10, 160, 'STU2500160', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1501, 1, 10, 215, 'STU2500215', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1502, 1, 10, 56, 'STU2500056', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1503, 1, 10, 229, 'STU2500229', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1504, 1, 10, 214, 'STU2500214', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1505, 1, 10, 131, 'STU2500131', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1506, 1, 10, 211, 'STU2500211', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(1507, 12, 120, 246, 'STU2500246', '2025-11-09', 'late', NULL, 'no', 'yes', 'Fall', '2025-2026', 99, '2025-11-09 15:25:46', '2025-11-13 01:54:21'), +(1508, 3, 31, 171, 'STU2500171', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1509, 3, 31, 21, 'STU2500021', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 15:27:09', '2025-11-09 16:44:01'), +(1510, 3, 31, 199, 'STU2500199', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1511, 3, 31, 30, 'STU2500030', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1512, 3, 31, 78, 'STU2500078', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1513, 3, 31, 44, 'STU2500044', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1514, 3, 31, 57, 'STU2500057', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1515, 3, 31, 234, 'STU2500234', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1516, 3, 31, 20, 'STU2500020', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1517, 3, 31, 64, 'STU2500064', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1518, 3, 31, 196, 'STU2500196', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1519, 3, 31, 16, 'STU2500016', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1520, 3, 31, 245, 'STU2500245', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1521, 3, 31, 127, 'STU2500127', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1522, 3, 31, 81, 'STU2500081', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1523, 3, 31, 19, 'STU2500019', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(1524, 8, 80, 84, 'STU2500084', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1525, 8, 80, 39, 'STU2500039', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1526, 8, 80, 257, 'STU2500257', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-13 01:51:51'), +(1527, 8, 80, 11, 'STU2500011', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1528, 8, 80, 62, 'STU2500062', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1529, 8, 80, 89, 'STU2500089', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1530, 8, 80, 53, 'STU2500053', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1531, 8, 80, 49, 'STU2500049', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1532, 8, 80, 142, 'STU2500142', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1533, 8, 80, 124, 'STU2500124', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1534, 8, 80, 163, 'STU2500163', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1535, 8, 80, 15, 'STU2500015', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1536, 8, 80, 71, 'STU2500071', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1537, 8, 80, 149, 'STU2500149', '2025-11-09', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1538, 8, 80, 35, 'STU2500035', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1539, 8, 80, 240, 'STU2500240', '2025-11-09', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1540, 8, 80, 76, 'STU2500076', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1541, 8, 80, 190, 'STU2500190', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1542, 8, 80, 207, 'STU2500207', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1543, 8, 80, 192, 'STU2500192', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1544, 8, 80, 34, 'STU2500034', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(1545, 9, 90, 212, 'STU2500212', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1546, 9, 90, 204, 'STU2500204', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1547, 9, 90, 102, 'STU2500102', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1548, 9, 90, 208, 'STU2500208', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1549, 9, 90, 69, 'STU2500069', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-15 17:14:51'), +(1550, 9, 90, 223, 'STU2500223', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-13 02:21:29'), +(1551, 9, 90, 162, 'STU2500162', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1552, 9, 90, 48, 'STU2500048', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1553, 9, 90, 154, 'STU2500154', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1554, 9, 90, 108, 'STU2500108', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1555, 9, 90, 116, 'STU2500116', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(1556, 2, 22, 92, 'STU2500092', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1557, 2, 22, 41, 'STU2500041', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1558, 2, 22, 14, 'STU2500014', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1559, 2, 22, 58, 'STU2500058', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1560, 2, 22, 80, 'STU2500080', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1561, 2, 22, 104, 'STU2500104', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1562, 2, 22, 182, 'STU2500182', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1563, 2, 22, 228, 'STU2500228', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1564, 2, 22, 97, 'STU2500097', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1565, 2, 22, 178, 'STU2500178', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 15:42:36', '2025-11-09 16:36:46'), +(1566, 2, 22, 153, 'STU2500153', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1567, 2, 22, 79, 'STU2500079', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1568, 2, 22, 82, 'STU2500082', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1569, 2, 22, 197, 'STU2500197', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1570, 2, 22, 222, 'STU2500222', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(1571, 4, 42, 85, 'STU2500085', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1572, 4, 42, 118, 'STU2500118', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1573, 4, 42, 40, 'STU2500040', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1574, 4, 42, 106, 'STU2500106', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 15:59:40', '2025-11-09 16:49:18'), +(1575, 4, 42, 231, 'STU2500231', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1576, 4, 42, 138, 'STU2500138', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1577, 4, 42, 135, 'STU2500135', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1578, 4, 42, 55, 'STU2500055', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1579, 4, 42, 177, 'STU2500177', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 15:59:40', '2025-11-09 16:37:06'), +(1580, 4, 42, 51, 'STU2500051', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1581, 4, 42, 33, 'STU2500033', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1582, 4, 42, 63, 'STU2500063', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1583, 4, 42, 140, 'STU2500140', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1584, 4, 42, 218, 'STU2500218', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(1585, 7, 70, 26, 'STU2500026', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1586, 7, 70, 91, 'STU2500091', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1587, 7, 70, 32, 'STU2500032', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1588, 7, 70, 242, 'STU2500242', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1589, 7, 70, 28, 'STU2500028', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1590, 7, 70, 126, 'STU2500126', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1591, 7, 70, 72, 'STU2500072', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1592, 7, 70, 1, 'STU2500002', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1593, 7, 70, 151, 'STU2500151', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1594, 7, 70, 94, 'STU2500094', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1595, 7, 70, 158, 'STU2500158', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1596, 7, 70, 230, 'STU2500230', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1597, 7, 70, 66, 'STU2500066', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1598, 7, 70, 6, 'STU2500006', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1599, 7, 70, 117, 'STU2500117', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1600, 7, 70, 119, 'STU2500119', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-09 16:04:44', '2025-11-09 16:04:44'), +(1601, 2, 21, 146, 'STU2500146', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1602, 2, 21, 249, 'STU2500249', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1603, 2, 21, 141, 'STU2500141', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1604, 2, 21, 45, 'STU2500045', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1605, 2, 21, 173, 'STU2500173', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1606, 2, 21, 86, 'STU2500086', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1607, 2, 21, 105, 'STU2500105', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1608, 2, 21, 256, 'STU2500256', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1609, 2, 21, 200, 'STU2500200', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1610, 2, 21, 226, 'STU2500226', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1611, 2, 21, 217, 'STU2500217', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1612, 2, 21, 157, 'STU2500157', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1613, 2, 21, 36, 'STU2500036', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1614, 2, 21, 43, 'STU2500043', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1615, 2, 21, 147, 'STU2500147', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1616, 2, 21, 206, 'STU2500206', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(1617, 5, 51, 167, 'STU2500167', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1618, 5, 51, 73, 'STU2500073', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1619, 5, 51, 143, 'STU2500143', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1620, 5, 51, 93, 'STU2500093', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1621, 5, 52, 2, 'STU2500001', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 1, '2025-11-09 16:19:56', '2025-11-14 04:09:05'), +(1622, 5, 51, 255, 'STU2500255', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1623, 5, 52, 194, 'STU2500194', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 1, '2025-11-09 16:19:56', '2025-11-14 04:08:52'), +(1624, 5, 51, 233, 'STU2500233', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1625, 5, 51, 29, 'STU2500029', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1626, 5, 51, 210, 'STU2500210', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1627, 5, 51, 17, 'STU2500017', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1628, 5, 51, 205, 'STU2500205', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1629, 5, 51, 164, 'STU2500164', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-09 16:19:56', '2025-11-09 16:19:56'), +(1630, 5, 52, 125, 'STU2500125', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1631, 5, 52, 50, 'STU2500050', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1632, 5, 52, 103, 'STU2500103', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1633, 5, 52, 195, 'STU2500195', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1634, 5, 52, 60, 'STU2500060', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1635, 5, 52, 22, 'STU2500022', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1636, 5, 52, 186, 'STU2500186', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1637, 5, 52, 25, 'STU2500025', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1638, 5, 52, 224, 'STU2500224', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-13 02:20:05'), +(1639, 5, 52, 244, 'STU2500244', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1640, 5, 52, 42, 'STU2500042', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-09 16:22:27', '2025-11-09 16:22:27'), +(1641, 4, 41, 12, 'STU2500012', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1642, 4, 41, 121, 'STU2500121', '2025-11-09', 'late', NULL, 'no', 'yes', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-13 01:53:09'), +(1643, 4, 41, 216, 'STU2500216', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1644, 4, 41, 13, 'STU2500013', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1645, 4, 41, 156, 'STU2500156', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1646, 4, 41, 115, 'STU2500115', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1647, 4, 41, 109, 'STU2500109', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1648, 4, 41, 248, 'STU2500248', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1649, 4, 41, 27, 'STU2500027', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1650, 4, 41, 152, 'STU2500152', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1651, 4, 41, 129, 'STU2500129', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(1652, 13, 1, 250, 'STU2500250', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1653, 13, 1, 184, 'STU2500184', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1654, 13, 1, 122, 'STU2500122', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1655, 13, 1, 83, 'STU2500083', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1656, 13, 1, 128, 'STU2500128', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1657, 13, 1, 87, 'STU2500087', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1658, 13, 1, 166, 'STU2500166', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1659, 13, 1, 110, 'STU2500110', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1660, 13, 1, 175, 'STU2500175', '2025-11-09', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1661, 13, 1, 232, 'STU2500232', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1662, 13, 1, 174, 'STU2500174', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1663, 13, 1, 98, 'STU2500098', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(1664, 12, 120, 225, 'STU2500225', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1665, 12, 120, 88, 'STU2500088', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1666, 12, 120, 38, 'STU2500038', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1667, 12, 120, 59, 'STU2500059', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1668, 12, 120, 247, 'STU2500247', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-13 01:59:38'), +(1669, 12, 120, 107, 'STU2500107', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1670, 12, 120, 96, 'STU2500096', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-13 02:13:23'), +(1671, 12, 120, 252, 'STU2500252', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-15 17:14:28'), +(1672, 12, 120, 251, 'STU2500251', '2025-11-09', 'absent', NULL, 'no', 'yes', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-15 17:14:38'), +(1673, 12, 120, 95, 'STU2500095', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1674, 12, 120, 114, 'STU2500114', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1675, 12, 120, 181, 'STU2500181', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 16:37:21', '2025-11-09 17:09:36'), +(1676, 12, 120, 136, 'STU2500136', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1677, 12, 120, 237, 'STU2500237', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1678, 12, 120, 31, 'STU2500031', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1679, 12, 120, 203, 'STU2500203', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1680, 12, 120, 236, 'STU2500236', '2025-11-09', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-09 16:37:21', '2025-11-16 17:08:18'), +(1681, 12, 120, 201, 'STU2500201', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1682, 12, 120, 47, 'STU2500047', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1683, 12, 120, 61, 'STU2500061', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1684, 12, 120, 46, 'STU2500046', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1685, 12, 120, 253, 'STU2500253', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1686, 12, 120, 259, 'STU2500259', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1687, 12, 120, 241, 'STU2500241', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1688, 12, 120, 219, 'STU2500219', '2025-11-09', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2025-11-09 16:37:21'), +(1689, 13, 1, 98, 'STU2500098', '2025-12-07', 'absent', 'Parent-reported — We are going to Pakistan.', 'yes', 'no', 'Fall', '2025-2026', 64, '2025-11-12 16:48:02', '2025-11-12 16:48:02'), +(1690, 2, 22, 97, 'STU2500097', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-12 16:48:02', '2026-01-09 03:39:25'), +(1691, 13, 1, 98, 'STU2500098', '2025-12-14', 'absent', 'Parent-reported — We are going to Pakistan.', 'yes', 'no', 'Fall', '2025-2026', 64, '2025-11-12 16:48:33', '2025-11-12 16:48:33'), +(1692, 2, 22, 97, 'STU2500097', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-12 16:48:33', '2026-01-09 03:39:29'), +(1693, 7, 70, 32, 'STU2500032', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-15 14:49:47', '2025-11-16 16:07:59'), +(1694, 12, 120, 31, 'STU2500031', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-15 14:49:47', '2025-11-16 17:51:51'), +(1695, 4, 42, 33, 'STU2500033', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-15 14:49:47', '2025-11-16 15:55:02'), +(1696, 3, 32, 165, 'STU2500165', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-15 16:35:59', '2026-01-09 03:21:21'), +(1697, 2, 21, 105, 'STU2500105', '2025-12-07', 'absent', 'Parent-reported — Traveling abroad due to family emergency.', 'yes', 'no', 'Fall', '2025-2026', 70, '2025-11-15 17:43:31', '2025-11-15 17:43:31'), +(1698, 2, 21, 105, 'STU2500105', '2025-12-14', 'absent', 'Parent-reported — Traveling abroad due to family emergency.', 'yes', 'no', 'Fall', '2025-2026', 70, '2025-11-15 17:45:08', '2025-11-15 17:45:08'), +(1699, 2, 21, 105, 'STU2500105', '2026-01-04', 'absent', 'Parent-reported — Traveling abroad due to family emergency.', 'yes', 'no', 'Fall', '2025-2026', 70, '2025-11-15 17:46:01', '2025-11-15 17:46:01'), +(1700, 2, 21, 105, 'STU2500105', '2026-01-11', 'absent', 'Parent-reported — Traveling abroad due to family emergency.', 'yes', 'no', 'Fall', '2025-2026', 70, '2025-11-15 17:46:21', '2025-11-15 17:46:21'), +(1701, 8, 80, 39, 'STU2500039', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-15 22:10:21', '2025-11-16 15:21:04'), +(1702, 12, 120, 38, 'STU2500038', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-15 22:10:21', '2025-11-16 17:51:51'), +(1703, 4, 42, 40, 'STU2500040', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-15 22:10:21', '2025-11-16 15:55:02'), +(1704, 7, 70, 158, 'STU2500158', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 01:57:59', '2025-11-16 16:07:59'), +(1705, 13, 1, 166, 'STU2500166', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-16 14:29:31', '2026-01-09 03:19:50'), +(1706, 5, 51, 164, 'STU2500164', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 14:29:31', '2025-11-16 17:33:54'), +(1707, 5, 52, 103, 'STU2500103', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-16 14:44:30', '2026-01-09 04:05:12'), +(1708, 12, 120, 241, 'STU2500241', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:06:22', '2025-11-16 17:51:51'), +(1709, 3, 32, 213, 'STU2500213', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:06:43', '2025-11-16 17:06:40'), +(1710, 7, 70, 242, 'STU2500242', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:07:22', '2025-11-16 16:21:11'), +(1711, 12, 120, 252, 'STU2500252', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:07:47', '2025-11-16 17:51:51'), +(1712, 4, 41, 202, 'STU2500202', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:08:19', '2025-11-16 15:50:27'), +(1713, 4, 41, 111, 'STU2500111', '2025-11-16', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:08:59', '2025-11-16 17:56:59'), +(1714, 2, 21, 112, 'STU2500112', '2025-11-16', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:09:51', '2025-11-16 18:05:20'), +(1715, 3, 32, 185, 'STU2500185', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:10:23', '2025-11-16 15:38:49'), +(1716, 12, 120, 201, 'STU2500201', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:10:58', '2025-11-16 17:51:51'), +(1717, 12, 120, 88, 'STU2500088', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:11:19', '2025-11-16 17:51:51'), +(1718, 8, 80, 89, 'STU2500089', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:11:53', '2025-11-16 15:11:53'), +(1719, 13, 1, 250, 'STU2500250', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:11:54', '2025-11-16 15:17:01'), +(1720, 13, 1, 184, 'STU2500184', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1721, 13, 1, 122, 'STU2500122', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1722, 13, 1, 83, 'STU2500083', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1723, 13, 1, 128, 'STU2500128', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1724, 13, 1, 87, 'STU2500087', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:11:54', '2025-11-16 17:58:57'), +(1725, 13, 1, 110, 'STU2500110', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1726, 13, 1, 175, 'STU2500175', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(1727, 13, 1, 232, 'STU2500232', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1728, 13, 1, 174, 'STU2500174', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1729, 13, 1, 98, 'STU2500098', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1730, 13, 1, 113, 'STU2500113', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(1731, 12, 120, 203, 'STU2500203', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:12:20', '2025-11-16 17:51:51'), +(1732, 9, 90, 204, 'STU2500204', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:12:41', '2025-11-16 15:12:41'), +(1733, 2, 21, 206, 'STU2500206', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:13:05', '2025-11-16 15:13:05'), +(1734, 5, 51, 205, 'STU2500205', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 15:13:30', '2025-11-16 16:02:10'), +(1735, 6, 60, 161, 'STU2500161', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:14:09', '2025-11-16 15:22:38'), +(1736, 6, 60, 170, 'STU2500170', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:14:33', '2025-11-16 15:22:38'), +(1737, 3, 31, 171, 'STU2500171', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 15:15:10', '2025-11-16 16:02:04'), +(1738, 8, 80, 149, 'STU2500149', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:15:40', '2025-11-16 15:21:04'), +(1739, 5, 51, 233, 'STU2500233', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 15:15:54', '2025-11-16 16:02:10'), +(1740, 1, 10, 235, 'STU2500235', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:16:30', '2025-11-16 15:16:30'), +(1741, 9, 90, 212, 'STU2500212', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1742, 9, 90, 102, 'STU2500102', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1743, 9, 90, 208, 'STU2500208', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1744, 9, 90, 69, 'STU2500069', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1745, 9, 90, 223, 'STU2500223', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1746, 9, 90, 162, 'STU2500162', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1747, 9, 90, 48, 'STU2500048', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1748, 9, 90, 154, 'STU2500154', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1749, 9, 90, 108, 'STU2500108', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1750, 9, 90, 116, 'STU2500116', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-16 15:16:38', '2025-11-16 15:16:38'), +(1751, 4, 41, 248, 'STU2500248', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:17:40', '2025-11-16 15:50:27'), +(1752, 2, 21, 249, 'STU2500249', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:18:04', '2025-11-16 15:18:04'), +(1753, 12, 120, 247, 'STU2500247', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:18:41', '2025-11-16 17:51:51'), +(1754, 12, 120, 259, 'STU2500259', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:19:26', '2025-11-16 17:51:51'), +(1755, 5, 52, 60, 'STU2500060', '2025-11-16', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-16 15:20:09', '2025-11-16 15:20:09'), +(1756, 12, 120, 59, 'STU2500059', '2025-11-16', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 15:20:39', '2025-11-16 17:51:51'), +(1757, 3, 31, 19, 'STU2500019', '2025-11-16', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:21:04', '2025-11-16 17:52:27'), +(1758, 8, 80, 99, 'STU2500099', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:21:04', '2025-12-07 15:41:46'), +(1759, 8, 80, 84, 'STU2500084', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1760, 8, 80, 257, 'STU2500257', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1761, 8, 80, 11, 'STU2500011', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1762, 8, 80, 62, 'STU2500062', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1763, 8, 80, 53, 'STU2500053', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1764, 8, 80, 49, 'STU2500049', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1765, 8, 80, 142, 'STU2500142', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1766, 8, 80, 124, 'STU2500124', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1767, 8, 80, 163, 'STU2500163', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1768, 8, 80, 15, 'STU2500015', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1769, 8, 80, 71, 'STU2500071', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1770, 8, 80, 35, 'STU2500035', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1771, 8, 80, 240, 'STU2500240', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1772, 8, 80, 76, 'STU2500076', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1773, 8, 80, 190, 'STU2500190', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1774, 8, 80, 207, 'STU2500207', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1775, 8, 80, 192, 'STU2500192', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1776, 8, 80, 34, 'STU2500034', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-11-16 15:21:04', '2025-11-16 15:21:04'), +(1777, 6, 60, 120, 'STU2500120', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1778, 6, 60, 37, 'STU2500037', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1779, 6, 60, 90, 'STU2500090', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1780, 6, 60, 137, 'STU2500137', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1781, 6, 60, 198, 'STU2500198', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1782, 6, 60, 209, 'STU2500209', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1783, 6, 60, 193, 'STU2500193', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1784, 6, 60, 254, 'STU2500254', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1785, 6, 60, 9, 'STU2500009', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1786, 6, 60, 10, 'STU2500010', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1787, 6, 60, 139, 'STU2500139', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1788, 6, 60, 258, 'STU2500258', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1789, 6, 60, 191, 'STU2500191', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1790, 6, 60, 77, 'STU2500077', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-16 15:22:38', '2025-11-16 15:22:38'), +(1791, 2, 21, 146, 'STU2500146', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1792, 2, 21, 176, 'STU2500176', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1793, 2, 21, 141, 'STU2500141', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1794, 2, 21, 45, 'STU2500045', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1795, 2, 21, 173, 'STU2500173', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1796, 2, 21, 86, 'STU2500086', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:37:55', '2025-11-16 18:03:19'), +(1797, 2, 21, 105, 'STU2500105', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1798, 2, 21, 256, 'STU2500256', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1799, 2, 21, 200, 'STU2500200', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1800, 2, 21, 226, 'STU2500226', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1801, 2, 21, 217, 'STU2500217', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:37:55', '2025-11-16 17:13:00'), +(1802, 2, 21, 157, 'STU2500157', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1803, 2, 21, 36, 'STU2500036', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1804, 2, 21, 43, 'STU2500043', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1805, 2, 21, 147, 'STU2500147', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-16 15:37:55', '2025-11-16 15:37:55'), +(1806, 3, 32, 168, 'STU2500168', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1807, 3, 32, 7, 'STU2500007', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1808, 3, 32, 220, 'STU2500220', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1809, 3, 32, 75, 'STU2500075', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1810, 3, 32, 189, 'STU2500189', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1811, 3, 32, 54, 'STU2500054', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1812, 3, 32, 169, 'STU2500169', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1813, 3, 32, 179, 'STU2500179', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1814, 3, 32, 145, 'STU2500145', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1815, 3, 32, 18, 'STU2500018', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1816, 3, 32, 144, 'STU2500144', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1817, 3, 32, 130, 'STU2500130', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1818, 3, 32, 74, 'STU2500074', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1819, 3, 32, 123, 'STU2500123', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1820, 3, 32, 8, 'STU2500008', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-16 15:38:49', '2025-11-16 15:38:49'), +(1821, 4, 41, 12, 'STU2500012', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1822, 4, 41, 121, 'STU2500121', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1823, 4, 41, 216, 'STU2500216', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:50:27', '2025-11-16 17:12:45'), +(1824, 4, 41, 13, 'STU2500013', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1825, 4, 41, 156, 'STU2500156', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1826, 4, 41, 115, 'STU2500115', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1827, 4, 41, 109, 'STU2500109', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1828, 4, 41, 27, 'STU2500027', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1829, 4, 41, 152, 'STU2500152', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1830, 4, 41, 129, 'STU2500129', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-11-16 15:50:27', '2025-11-16 15:50:27'), +(1831, 2, 22, 92, 'STU2500092', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1832, 2, 22, 101, 'STU2500101', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1833, 2, 22, 41, 'STU2500041', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1834, 2, 22, 14, 'STU2500014', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1835, 2, 22, 58, 'STU2500058', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1836, 2, 22, 80, 'STU2500080', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1837, 2, 22, 104, 'STU2500104', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1838, 2, 22, 182, 'STU2500182', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1839, 2, 22, 228, 'STU2500228', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1840, 2, 22, 97, 'STU2500097', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1841, 2, 22, 178, 'STU2500178', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1842, 2, 22, 153, 'STU2500153', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1843, 2, 22, 79, 'STU2500079', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1844, 2, 22, 82, 'STU2500082', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1845, 2, 22, 197, 'STU2500197', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1846, 2, 22, 222, 'STU2500222', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(1847, 4, 42, 85, 'STU2500085', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1848, 4, 42, 118, 'STU2500118', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1849, 4, 42, 106, 'STU2500106', '2025-11-16', 'absent', 'Parent-reported — Sorry we forgot to on the alarm', 'yes', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:57:46'), +(1850, 4, 42, 231, 'STU2500231', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1851, 4, 42, 138, 'STU2500138', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1852, 4, 42, 135, 'STU2500135', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1853, 4, 42, 55, 'STU2500055', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1854, 4, 42, 177, 'STU2500177', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1855, 4, 42, 51, 'STU2500051', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1856, 4, 42, 63, 'STU2500063', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1857, 4, 42, 140, 'STU2500140', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1858, 4, 42, 218, 'STU2500218', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(1859, 1, 10, 183, 'STU2500183', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:02', '2025-11-16 15:59:02'), +(1860, 1, 10, 180, 'STU2500180', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:08', '2025-11-16 15:59:08'), +(1861, 1, 10, 221, 'STU2500221', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:14', '2025-11-16 15:59:14'), +(1862, 1, 10, 52, 'STU2500052', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:23', '2025-11-16 15:59:23'), +(1863, 1, 10, 227, 'STU2500227', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:27', '2025-11-16 15:59:27'), +(1864, 1, 10, 159, 'STU2500159', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:59:38', '2025-11-16 17:31:48'), +(1865, 1, 10, 160, 'STU2500160', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 15:59:55', '2025-11-16 17:31:52'), +(1866, 1, 10, 215, 'STU2500215', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 15:59:59', '2025-11-16 15:59:59'), +(1867, 1, 10, 56, 'STU2500056', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 16:00:02', '2025-11-16 16:00:02'), +(1868, 1, 10, 229, 'STU2500229', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 16:00:04', '2025-11-16 16:00:04'), +(1869, 1, 10, 214, 'STU2500214', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 16:00:06', '2025-11-16 16:00:06'), +(1870, 1, 10, 131, 'STU2500131', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 16:00:09', '2025-11-16 16:00:09'), +(1871, 1, 10, 211, 'STU2500211', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-16 16:00:10', '2025-11-16 16:00:10'), +(1872, 3, 31, 21, 'STU2500021', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1873, 3, 31, 199, 'STU2500199', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1874, 3, 31, 30, 'STU2500030', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1875, 3, 31, 68, 'STU2500068', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1876, 3, 31, 78, 'STU2500078', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1877, 3, 31, 44, 'STU2500044', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1878, 3, 31, 57, 'STU2500057', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1879, 3, 31, 234, 'STU2500234', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1880, 3, 31, 70, 'STU2500070', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1881, 3, 31, 20, 'STU2500020', '2025-11-16', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-16 16:02:04', '2025-11-16 17:26:16'), +(1882, 3, 31, 64, 'STU2500064', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1883, 3, 31, 196, 'STU2500196', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1884, 3, 31, 16, 'STU2500016', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1885, 3, 31, 245, 'STU2500245', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1886, 3, 31, 127, 'STU2500127', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1887, 3, 31, 81, 'STU2500081', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 140, '2025-11-16 16:02:04', '2025-11-16 16:02:04'), +(1888, 5, 51, 167, 'STU2500167', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1889, 5, 51, 73, 'STU2500073', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1890, 5, 51, 143, 'STU2500143', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1891, 5, 51, 93, 'STU2500093', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1892, 5, 51, 255, 'STU2500255', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1893, 5, 51, 150, 'STU2500150', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1894, 5, 51, 29, 'STU2500029', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1895, 5, 51, 210, 'STU2500210', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1896, 5, 51, 17, 'STU2500017', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2025-11-16 16:02:10', '2025-11-16 16:02:10'), +(1897, 12, 120, 225, 'STU2500225', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 16:04:13', '2025-11-16 17:51:51'), +(1898, 7, 70, 26, 'STU2500026', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1899, 7, 70, 91, 'STU2500091', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1900, 7, 70, 28, 'STU2500028', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1901, 7, 70, 126, 'STU2500126', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1902, 7, 70, 72, 'STU2500072', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1903, 7, 70, 1, 'STU2500002', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1904, 7, 70, 151, 'STU2500151', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1905, 7, 70, 94, 'STU2500094', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1906, 7, 70, 230, 'STU2500230', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1907, 7, 70, 66, 'STU2500066', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1908, 7, 70, 67, 'STU2500067', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1909, 7, 70, 6, 'STU2500006', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1910, 7, 70, 187, 'STU2500187', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1911, 7, 70, 117, 'STU2500117', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1912, 7, 70, 119, 'STU2500119', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-16 16:07:59', '2025-11-16 16:07:59'), +(1913, 5, 52, 125, 'STU2500125', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1914, 5, 52, 50, 'STU2500050', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1915, 5, 52, 100, 'STU2500100', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1916, 5, 52, 195, 'STU2500195', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1917, 5, 52, 2, 'STU2500001', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1918, 5, 52, 22, 'STU2500022', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1919, 5, 52, 186, 'STU2500186', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1920, 5, 52, 25, 'STU2500025', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1921, 5, 52, 194, 'STU2500194', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1922, 5, 52, 188, 'STU2500188', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1923, 5, 52, 224, 'STU2500224', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1924, 5, 52, 244, 'STU2500244', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1925, 5, 52, 42, 'STU2500042', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-11-16 16:12:33', '2025-11-16 16:12:33'), +(1926, 12, 120, 181, 'STU2500181', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:29:53', '2025-11-16 17:51:51'), +(1927, 12, 120, 238, 'STU2500238', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1928, 12, 120, 107, 'STU2500107', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1929, 12, 120, 96, 'STU2500096', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1930, 12, 120, 246, 'STU2500246', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1931, 12, 120, 251, 'STU2500251', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1932, 12, 120, 95, 'STU2500095', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1933, 12, 120, 114, 'STU2500114', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1934, 12, 120, 136, 'STU2500136', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1935, 12, 120, 237, 'STU2500237', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1936, 12, 120, 236, 'STU2500236', '2025-11-16', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1937, 12, 120, 47, 'STU2500047', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1938, 12, 120, 61, 'STU2500061', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1939, 12, 120, 46, 'STU2500046', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1940, 12, 120, 239, 'STU2500239', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1941, 12, 120, 253, 'STU2500253', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1942, 12, 120, 219, 'STU2500219', '2025-11-16', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-16 17:51:51', '2025-11-16 17:51:51'), +(1943, 6, 60, 193, 'STU2500193', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-22 21:17:32', '2026-01-09 04:07:21'), +(1944, 2, 21, 112, 'STU2500112', '2025-12-14', 'absent', 'Parent-reported — Travel overseas', 'yes', 'no', 'Fall', '2025-2026', 74, '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(1945, 2, 21, 112, 'STU2500112', '2026-01-04', 'absent', 'Parent-reported — Travel overseas', 'yes', 'no', 'Fall', '2025-2026', 74, '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(1946, 13, 1, 113, 'STU2500113', '2025-12-14', 'absent', 'Parent-reported — Travel overseas', 'yes', 'no', 'Fall', '2025-2026', 74, '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(1947, 13, 1, 113, 'STU2500113', '2026-01-04', 'absent', 'Parent-reported — Travel overseas', 'yes', 'no', 'Fall', '2025-2026', 74, '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(1948, 4, 41, 111, 'STU2500111', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-22 21:19:32', '2026-01-09 03:49:10'), +(1949, 4, 41, 111, 'STU2500111', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-22 21:19:32', '2026-01-09 03:49:22'), +(1950, 8, 80, 99, 'STU2500099', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-23 03:12:21', '2026-01-10 06:57:43'), +(1951, 8, 80, 99, 'STU2500099', '2026-01-11', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 2, '2025-11-23 03:12:21', '2025-12-07 15:41:46'), +(1952, 8, 80, 99, 'STU2500099', '2026-01-18', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 2, '2025-11-23 03:12:21', '2025-12-07 15:41:46'), +(1953, 8, 80, 99, 'STU2500099', '2026-01-25', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Spring', '2025-2026', 2, '2025-11-23 03:12:21', '2025-12-07 15:41:46'), +(1954, 2, 22, 101, 'STU2500101', '2026-01-04', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1955, 2, 22, 101, 'STU2500101', '2026-01-11', 'absent', 'Parent-reported — Traveling on vacation', 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 03:12:21', '2026-01-11 17:13:12'), +(1956, 2, 22, 101, 'STU2500101', '2026-01-18', 'absent', 'Parent-reported — Traveling on vacation', 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 03:12:21', '2026-01-18 15:37:25'), +(1957, 2, 22, 101, 'STU2500101', '2026-01-25', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Spring', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1958, 5, 52, 100, 'STU2500100', '2026-01-04', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1959, 5, 52, 100, 'STU2500100', '2026-01-11', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1960, 5, 52, 100, 'STU2500100', '2026-01-18', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Fall', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1961, 5, 52, 100, 'STU2500100', '2026-01-25', 'absent', 'Parent-reported — Traveling on vacation', 'yes', 'no', 'Spring', '2025-2026', 66, '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(1962, 6, 60, 254, 'STU2500254', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-23 03:31:31', '2026-01-09 04:08:45'), +(1963, 12, 120, 253, 'STU2500253', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-23 03:31:31', '2026-01-09 04:08:50'), +(1964, 12, 120, 61, 'STU2500061', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-23 14:00:47', '2026-01-09 04:50:04'), +(1965, 5, 52, 194, 'STU2500194', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-23 14:15:46', '2026-01-09 04:06:50'), +(1966, 1, 10, 215, 'STU2500215', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-23 14:40:06', '2026-01-09 03:26:51'), +(1967, 1, 10, 214, 'STU2500214', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-23 14:40:06', '2025-12-01 01:02:48'), +(1968, 5, 52, 244, 'STU2500244', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 15:08:14', '2025-11-23 16:35:00'), +(1969, 12, 120, 241, 'STU2500241', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 15:12:09', '2025-11-23 16:23:48'), +(1970, 7, 70, 242, 'STU2500242', '2025-11-23', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:12:35', '2025-11-23 15:47:53'), +(1971, 7, 70, 158, 'STU2500158', '2025-11-23', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:13:09', '2025-11-23 15:47:53'), +(1972, 1, 10, 235, 'STU2500235', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:13:56', '2025-11-23 15:13:56'), +(1973, 5, 51, 233, 'STU2500233', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:14:43', '2025-11-23 15:14:43'), +(1974, 3, 31, 234, 'STU2500234', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:15:02', '2025-11-23 15:15:02'), +(1975, 4, 41, 248, 'STU2500248', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:15:33', '2025-11-23 15:15:33'), +(1976, 13, 1, 250, 'STU2500250', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:16:20', '2025-11-23 15:16:20'), +(1977, 2, 21, 249, 'STU2500249', '2025-11-23', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-11-23 15:16:39', '2025-11-23 15:16:39'), +(1978, 3, 32, 168, 'STU2500168', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1979, 3, 32, 7, 'STU2500007', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1980, 3, 32, 220, 'STU2500220', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1981, 3, 32, 75, 'STU2500075', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1982, 3, 32, 189, 'STU2500189', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1983, 3, 32, 54, 'STU2500054', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1984, 3, 32, 169, 'STU2500169', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1985, 3, 32, 179, 'STU2500179', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1986, 3, 32, 185, 'STU2500185', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1987, 3, 32, 145, 'STU2500145', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1988, 3, 32, 213, 'STU2500213', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1989, 3, 32, 18, 'STU2500018', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1990, 3, 32, 144, 'STU2500144', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1991, 3, 32, 130, 'STU2500130', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1992, 3, 32, 74, 'STU2500074', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1993, 3, 32, 165, 'STU2500165', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1994, 3, 32, 123, 'STU2500123', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1995, 3, 32, 8, 'STU2500008', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(1996, 4, 42, 85, 'STU2500085', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(1997, 4, 42, 118, 'STU2500118', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(1998, 4, 42, 40, 'STU2500040', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(1999, 4, 42, 106, 'STU2500106', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2000, 4, 42, 231, 'STU2500231', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2001, 4, 42, 138, 'STU2500138', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2002, 4, 42, 135, 'STU2500135', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2003, 4, 42, 55, 'STU2500055', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2004, 4, 42, 177, 'STU2500177', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2005, 4, 42, 51, 'STU2500051', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2006, 4, 42, 33, 'STU2500033', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2007, 4, 42, 63, 'STU2500063', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2008, 4, 42, 140, 'STU2500140', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2009, 4, 42, 218, 'STU2500218', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(2010, 8, 80, 99, 'STU2500099', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2025-11-23 15:25:44', '2025-12-07 15:41:46'), +(2011, 8, 80, 84, 'STU2500084', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2012, 8, 80, 39, 'STU2500039', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2013, 8, 80, 257, 'STU2500257', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2014, 8, 80, 11, 'STU2500011', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2015, 8, 80, 62, 'STU2500062', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2016, 8, 80, 89, 'STU2500089', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:25:44', '2025-11-23 16:21:19'), +(2017, 8, 80, 53, 'STU2500053', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2018, 8, 80, 49, 'STU2500049', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2019, 8, 80, 142, 'STU2500142', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2020, 8, 80, 124, 'STU2500124', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2021, 8, 80, 163, 'STU2500163', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2022, 8, 80, 15, 'STU2500015', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2023, 8, 80, 71, 'STU2500071', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2024, 8, 80, 149, 'STU2500149', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2025, 8, 80, 35, 'STU2500035', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-23 15:25:44', '2026-01-09 03:35:03'), +(2026, 8, 80, 240, 'STU2500240', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2027, 8, 80, 76, 'STU2500076', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2028, 8, 80, 190, 'STU2500190', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2029, 8, 80, 207, 'STU2500207', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(2030, 8, 80, 192, 'STU2500192', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:25:44', '2025-11-23 15:47:00'), +(2031, 8, 80, 34, 'STU2500034', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:25:44', '2025-11-23 16:11:18'), +(2032, 9, 90, 212, 'STU2500212', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2033, 9, 90, 204, 'STU2500204', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2034, 9, 90, 102, 'STU2500102', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2035, 9, 90, 208, 'STU2500208', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2036, 9, 90, 69, 'STU2500069', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2037, 9, 90, 223, 'STU2500223', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2038, 9, 90, 162, 'STU2500162', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2039, 9, 90, 48, 'STU2500048', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2040, 9, 90, 154, 'STU2500154', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2041, 9, 90, 108, 'STU2500108', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2042, 9, 90, 116, 'STU2500116', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(2043, 1, 10, 183, 'STU2500183', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2044, 1, 10, 180, 'STU2500180', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2045, 1, 10, 221, 'STU2500221', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2046, 1, 10, 52, 'STU2500052', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2047, 1, 10, 227, 'STU2500227', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2048, 1, 10, 159, 'STU2500159', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2049, 1, 10, 160, 'STU2500160', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2050, 1, 10, 56, 'STU2500056', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2051, 1, 10, 229, 'STU2500229', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2052, 1, 10, 131, 'STU2500131', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2053, 1, 10, 211, 'STU2500211', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 97, '2025-11-23 15:34:17', '2025-11-23 15:34:17'), +(2054, 6, 60, 120, 'STU2500120', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2055, 6, 60, 37, 'STU2500037', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2056, 6, 60, 90, 'STU2500090', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2057, 6, 60, 137, 'STU2500137', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2058, 6, 60, 198, 'STU2500198', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2059, 6, 60, 209, 'STU2500209', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2060, 6, 60, 161, 'STU2500161', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2061, 6, 60, 9, 'STU2500009', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2062, 6, 60, 10, 'STU2500010', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2063, 6, 60, 139, 'STU2500139', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(2064, 6, 60, 258, 'STU2500258', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2065, 6, 60, 170, 'STU2500170', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2066, 6, 60, 191, 'STU2500191', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2067, 6, 60, 77, 'STU2500077', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(2068, 5, 52, 188, 'STU2500188', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:46:07', '2025-12-07 15:39:49'), +(2069, 7, 70, 26, 'STU2500026', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2070, 7, 70, 91, 'STU2500091', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2071, 7, 70, 32, 'STU2500032', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2072, 7, 70, 28, 'STU2500028', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2073, 7, 70, 126, 'STU2500126', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2074, 7, 70, 72, 'STU2500072', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2075, 7, 70, 1, 'STU2500002', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2076, 7, 70, 151, 'STU2500151', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2077, 7, 70, 94, 'STU2500094', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2078, 7, 70, 230, 'STU2500230', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2079, 7, 70, 66, 'STU2500066', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2080, 7, 70, 67, 'STU2500067', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2081, 7, 70, 6, 'STU2500006', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2082, 7, 70, 187, 'STU2500187', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2083, 7, 70, 117, 'STU2500117', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2084, 7, 70, 119, 'STU2500119', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-11-23 15:47:53', '2025-11-23 15:47:53'), +(2085, 4, 41, 12, 'STU2500012', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:49:08', '2025-11-23 15:49:08'), +(2086, 2, 21, 86, 'STU2500086', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:52:07', '2025-11-23 15:52:07'), +(2087, 2, 21, 217, 'STU2500217', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:52:30', '2025-11-23 15:52:30'), +(2088, 4, 41, 216, 'STU2500216', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 15:52:44', '2025-11-23 15:52:44'), +(2089, 2, 21, 256, 'STU2500256', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:04:56', '2025-11-23 16:04:56'), +(2090, 13, 1, 184, 'STU2500184', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2091, 13, 1, 122, 'STU2500122', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2092, 13, 1, 83, 'STU2500083', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2093, 13, 1, 128, 'STU2500128', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2094, 13, 1, 87, 'STU2500087', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2095, 13, 1, 166, 'STU2500166', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2096, 13, 1, 110, 'STU2500110', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2097, 13, 1, 175, 'STU2500175', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2098, 13, 1, 232, 'STU2500232', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2099, 13, 1, 174, 'STU2500174', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2100, 13, 1, 98, 'STU2500098', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2101, 13, 1, 113, 'STU2500113', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-11-23 16:07:24', '2025-11-23 16:07:24'), +(2102, 2, 22, 92, 'STU2500092', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2103, 2, 22, 101, 'STU2500101', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2104, 2, 22, 41, 'STU2500041', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2105, 2, 22, 14, 'STU2500014', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2106, 2, 22, 58, 'STU2500058', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2107, 2, 22, 80, 'STU2500080', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2108, 2, 22, 104, 'STU2500104', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2109, 2, 22, 182, 'STU2500182', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2110, 2, 22, 228, 'STU2500228', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2111, 2, 22, 97, 'STU2500097', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2112, 2, 22, 178, 'STU2500178', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2113, 2, 22, 153, 'STU2500153', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2114, 2, 22, 79, 'STU2500079', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2115, 2, 22, 82, 'STU2500082', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2116, 2, 22, 197, 'STU2500197', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2117, 2, 22, 222, 'STU2500222', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(2118, 2, 21, 146, 'STU2500146', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2119, 2, 21, 176, 'STU2500176', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2120, 2, 21, 112, 'STU2500112', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2121, 2, 21, 141, 'STU2500141', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2122, 2, 21, 45, 'STU2500045', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2123, 2, 21, 173, 'STU2500173', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2124, 2, 21, 105, 'STU2500105', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2125, 2, 21, 200, 'STU2500200', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2126, 2, 21, 226, 'STU2500226', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2127, 2, 21, 157, 'STU2500157', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2128, 2, 21, 36, 'STU2500036', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-11-23 16:14:23', '2026-01-09 03:34:27'), +(2129, 2, 21, 43, 'STU2500043', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:14:23', '2025-11-23 16:25:09'), +(2130, 2, 21, 147, 'STU2500147', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2131, 2, 21, 206, 'STU2500206', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-11-23 16:14:23', '2025-11-23 16:14:23'), +(2132, 12, 120, 225, 'STU2500225', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:21:58', '2025-12-07 15:57:10'), +(2133, 3, 31, 81, 'STU2500081', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:23:19', '2025-11-23 16:23:19'), +(2134, 12, 120, 88, 'STU2500088', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2135, 12, 120, 238, 'STU2500238', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2136, 12, 120, 38, 'STU2500038', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2137, 12, 120, 59, 'STU2500059', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2138, 12, 120, 247, 'STU2500247', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-11-23 16:23:48', '2026-01-09 04:47:52'), +(2139, 12, 120, 107, 'STU2500107', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2140, 12, 120, 96, 'STU2500096', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2141, 12, 120, 252, 'STU2500252', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2142, 12, 120, 246, 'STU2500246', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2143, 12, 120, 251, 'STU2500251', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2144, 12, 120, 95, 'STU2500095', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2145, 12, 120, 114, 'STU2500114', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2146, 12, 120, 181, 'STU2500181', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2147, 12, 120, 136, 'STU2500136', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2148, 12, 120, 237, 'STU2500237', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2149, 12, 120, 31, 'STU2500031', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2150, 12, 120, 203, 'STU2500203', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2151, 12, 120, 236, 'STU2500236', '2025-11-23', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2152, 12, 120, 201, 'STU2500201', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2153, 12, 120, 47, 'STU2500047', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2154, 12, 120, 46, 'STU2500046', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2155, 12, 120, 239, 'STU2500239', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2156, 12, 120, 259, 'STU2500259', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2157, 12, 120, 219, 'STU2500219', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-11-23 16:23:48', '2025-11-23 16:23:48'), +(2158, 5, 52, 42, 'STU2500042', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:23:55', '2025-12-07 15:53:53'), +(2159, 5, 52, 125, 'STU2500125', '2025-11-23', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-11-23 16:24:06', '2025-12-07 15:54:08'), +(2160, 5, 51, 167, 'STU2500167', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2161, 5, 51, 73, 'STU2500073', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2162, 5, 51, 143, 'STU2500143', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2163, 5, 51, 93, 'STU2500093', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2164, 5, 51, 255, 'STU2500255', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2165, 5, 51, 150, 'STU2500150', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2166, 5, 51, 29, 'STU2500029', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2167, 5, 51, 210, 'STU2500210', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2168, 5, 51, 17, 'STU2500017', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2169, 5, 51, 205, 'STU2500205', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2170, 5, 51, 164, 'STU2500164', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-11-23 16:26:30', '2025-11-23 16:26:30'), +(2171, 4, 41, 121, 'STU2500121', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2172, 4, 41, 13, 'STU2500013', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2173, 4, 41, 156, 'STU2500156', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2174, 4, 41, 115, 'STU2500115', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2175, 4, 41, 109, 'STU2500109', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2176, 4, 41, 27, 'STU2500027', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2177, 4, 41, 152, 'STU2500152', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2178, 4, 41, 111, 'STU2500111', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2179, 4, 41, 129, 'STU2500129', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2180, 4, 41, 202, 'STU2500202', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 43, '2025-11-23 16:33:39', '2025-11-23 16:33:39'), +(2181, 5, 52, 50, 'STU2500050', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2182, 5, 52, 100, 'STU2500100', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2183, 5, 52, 103, 'STU2500103', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2184, 5, 52, 195, 'STU2500195', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2185, 5, 52, 60, 'STU2500060', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2186, 5, 52, 2, 'STU2500001', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2187, 5, 52, 22, 'STU2500022', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2188, 5, 52, 186, 'STU2500186', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2189, 5, 52, 25, 'STU2500025', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2190, 5, 52, 224, 'STU2500224', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 135, '2025-11-23 16:35:00', '2025-11-23 16:35:00'), +(2191, 3, 31, 171, 'STU2500171', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2192, 3, 31, 21, 'STU2500021', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2193, 3, 31, 199, 'STU2500199', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2194, 3, 31, 30, 'STU2500030', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2195, 3, 31, 68, 'STU2500068', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2196, 3, 31, 78, 'STU2500078', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2197, 3, 31, 44, 'STU2500044', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2198, 3, 31, 57, 'STU2500057', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2199, 3, 31, 70, 'STU2500070', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2200, 3, 31, 20, 'STU2500020', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2201, 3, 31, 64, 'STU2500064', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2202, 3, 31, 196, 'STU2500196', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2203, 3, 31, 16, 'STU2500016', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2204, 3, 31, 245, 'STU2500245', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2205, 3, 31, 127, 'STU2500127', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2206, 3, 31, 19, 'STU2500019', '2025-11-23', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-11-23 17:35:25', '2025-11-23 17:35:25'), +(2207, 3, 31, 19, 'STU2500019', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:06:33', '2025-12-07 15:06:33'), +(2208, 3, 31, 234, 'STU2500234', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:08:24', '2025-12-07 15:08:24'), +(2209, 5, 51, 233, 'STU2500233', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:09:08', '2025-12-07 15:09:08'), +(2210, 1, 10, 183, 'STU2500183', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:09:59', '2025-12-07 15:09:59'), +(2211, 1, 10, 235, 'STU2500235', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:10:51', '2025-12-07 15:10:51'), +(2212, 3, 32, 168, 'STU2500168', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2213, 3, 32, 7, 'STU2500007', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2214, 3, 32, 220, 'STU2500220', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2215, 3, 32, 75, 'STU2500075', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-07 15:15:19', '2026-01-09 03:45:15'), +(2216, 3, 32, 189, 'STU2500189', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2217, 3, 32, 54, 'STU2500054', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2218, 3, 32, 169, 'STU2500169', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2219, 3, 32, 179, 'STU2500179', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2220, 3, 32, 185, 'STU2500185', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2221, 3, 32, 145, 'STU2500145', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2222, 3, 32, 213, 'STU2500213', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2223, 3, 32, 18, 'STU2500018', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2224, 3, 32, 144, 'STU2500144', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2225, 3, 32, 130, 'STU2500130', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2226, 3, 32, 74, 'STU2500074', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2227, 3, 32, 165, 'STU2500165', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2228, 3, 32, 123, 'STU2500123', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2229, 3, 32, 8, 'STU2500008', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 151, '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(2230, 12, 120, 95, 'STU2500095', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 15:16:02', '2025-12-07 17:34:19'), +(2231, 7, 70, 94, 'STU2500094', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:16:51', '2025-12-07 15:30:57'), +(2232, 5, 51, 93, 'STU2500093', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:17:33', '2025-12-07 15:17:33'), +(2233, 12, 120, 251, 'STU2500251', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 15:18:02', '2025-12-07 17:34:19'), +(2234, 12, 120, 252, 'STU2500252', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 15:19:09', '2025-12-07 17:34:19'), +(2235, 9, 90, 204, 'STU2500204', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 15:19:33', '2025-12-07 16:25:04'), +(2236, 12, 120, 203, 'STU2500203', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 15:19:55', '2025-12-07 17:34:19'), +(2237, 2, 21, 206, 'STU2500206', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:20:15', '2025-12-07 15:20:15'), +(2238, 5, 51, 205, 'STU2500205', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:20:36', '2025-12-07 15:20:36'), +(2239, 7, 70, 187, 'STU2500187', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 2, '2025-12-07 15:25:33', '2025-12-07 16:33:54'), +(2240, 5, 52, 188, 'STU2500188', '2025-12-07', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2025-12-07 15:26:22', '2025-12-07 15:26:22'), +(2241, 4, 42, 85, 'STU2500085', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2242, 4, 42, 118, 'STU2500118', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2243, 4, 42, 40, 'STU2500040', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2244, 4, 42, 106, 'STU2500106', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2245, 4, 42, 231, 'STU2500231', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2246, 4, 42, 138, 'STU2500138', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2247, 4, 42, 135, 'STU2500135', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2248, 4, 42, 55, 'STU2500055', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2249, 4, 42, 177, 'STU2500177', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2250, 4, 42, 51, 'STU2500051', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2251, 4, 42, 33, 'STU2500033', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2252, 4, 42, 63, 'STU2500063', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2253, 4, 42, 140, 'STU2500140', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2254, 4, 42, 218, 'STU2500218', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(2255, 6, 60, 120, 'STU2500120', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2256, 6, 60, 37, 'STU2500037', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2257, 6, 60, 90, 'STU2500090', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2258, 6, 60, 137, 'STU2500137', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2259, 6, 60, 198, 'STU2500198', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2260, 6, 60, 209, 'STU2500209', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2261, 6, 60, 193, 'STU2500193', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2262, 6, 60, 161, 'STU2500161', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2263, 6, 60, 254, 'STU2500254', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2264, 6, 60, 9, 'STU2500009', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2265, 6, 60, 10, 'STU2500010', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2266, 6, 60, 139, 'STU2500139', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2267, 6, 60, 258, 'STU2500258', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2268, 6, 60, 170, 'STU2500170', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2269, 6, 60, 191, 'STU2500191', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2270, 6, 60, 77, 'STU2500077', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(2271, 7, 70, 26, 'STU2500026', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2272, 7, 70, 91, 'STU2500091', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2273, 7, 70, 32, 'STU2500032', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2274, 7, 70, 242, 'STU2500242', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2275, 7, 70, 28, 'STU2500028', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2276, 7, 70, 126, 'STU2500126', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2277, 7, 70, 72, 'STU2500072', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2278, 7, 70, 1, 'STU2500002', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2279, 7, 70, 151, 'STU2500151', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2280, 7, 70, 158, 'STU2500158', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2281, 7, 70, 230, 'STU2500230', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2282, 7, 70, 66, 'STU2500066', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2283, 7, 70, 67, 'STU2500067', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2284, 7, 70, 6, 'STU2500006', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2285, 7, 70, 117, 'STU2500117', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2286, 7, 70, 119, 'STU2500119', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-07 15:30:57', '2025-12-07 15:30:57'), +(2287, 3, 31, 171, 'STU2500171', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2288, 3, 31, 21, 'STU2500021', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2289, 3, 31, 199, 'STU2500199', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2290, 3, 31, 30, 'STU2500030', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2291, 3, 31, 68, 'STU2500068', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2292, 3, 31, 78, 'STU2500078', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2293, 3, 31, 44, 'STU2500044', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2294, 3, 31, 57, 'STU2500057', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2295, 3, 31, 70, 'STU2500070', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2296, 3, 31, 20, 'STU2500020', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2297, 3, 31, 64, 'STU2500064', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2298, 3, 31, 196, 'STU2500196', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2299, 3, 31, 16, 'STU2500016', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2300, 3, 31, 245, 'STU2500245', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2301, 3, 31, 127, 'STU2500127', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2302, 3, 31, 81, 'STU2500081', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-07 15:36:27', '2025-12-07 15:36:27'), +(2303, 2, 22, 92, 'STU2500092', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2304, 2, 22, 101, 'STU2500101', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2305, 2, 22, 41, 'STU2500041', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2306, 2, 22, 14, 'STU2500014', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2307, 2, 22, 58, 'STU2500058', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2308, 2, 22, 80, 'STU2500080', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2309, 2, 22, 104, 'STU2500104', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2310, 2, 22, 182, 'STU2500182', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2311, 2, 22, 228, 'STU2500228', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 15:51:56', '2025-12-14 16:12:24'), +(2312, 2, 22, 178, 'STU2500178', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2313, 2, 22, 153, 'STU2500153', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 15:51:56', '2025-12-14 18:01:41'), +(2314, 2, 22, 79, 'STU2500079', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2315, 2, 22, 82, 'STU2500082', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2316, 2, 22, 197, 'STU2500197', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2317, 2, 22, 222, 'STU2500222', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(2318, 2, 21, 146, 'STU2500146', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2319, 2, 21, 249, 'STU2500249', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2320, 2, 21, 176, 'STU2500176', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2321, 2, 21, 112, 'STU2500112', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2322, 2, 21, 141, 'STU2500141', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2323, 2, 21, 45, 'STU2500045', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2324, 2, 21, 173, 'STU2500173', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2325, 2, 21, 86, 'STU2500086', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2326, 2, 21, 256, 'STU2500256', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2327, 2, 21, 200, 'STU2500200', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2328, 2, 21, 226, 'STU2500226', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2329, 2, 21, 217, 'STU2500217', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2330, 2, 21, 157, 'STU2500157', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 16:18:22', '2025-12-14 16:36:02'), +(2331, 2, 21, 36, 'STU2500036', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2332, 2, 21, 43, 'STU2500043', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2333, 2, 21, 147, 'STU2500147', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-07 16:18:22', '2025-12-07 16:18:22'), +(2334, 4, 41, 12, 'STU2500012', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2335, 4, 41, 121, 'STU2500121', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2336, 4, 41, 216, 'STU2500216', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2337, 4, 41, 13, 'STU2500013', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2338, 4, 41, 156, 'STU2500156', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 24, '2025-12-07 16:21:50', '2025-12-07 17:26:59'), +(2339, 4, 41, 115, 'STU2500115', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2340, 4, 41, 109, 'STU2500109', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2341, 4, 41, 248, 'STU2500248', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2342, 4, 41, 27, 'STU2500027', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2343, 4, 41, 152, 'STU2500152', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2344, 4, 41, 111, 'STU2500111', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2345, 4, 41, 129, 'STU2500129', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2346, 4, 41, 202, 'STU2500202', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(2347, 5, 51, 167, 'STU2500167', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2348, 5, 51, 73, 'STU2500073', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2349, 5, 51, 143, 'STU2500143', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2350, 5, 51, 255, 'STU2500255', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2351, 5, 51, 150, 'STU2500150', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2352, 5, 51, 29, 'STU2500029', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2353, 5, 51, 210, 'STU2500210', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2354, 5, 51, 17, 'STU2500017', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2355, 5, 51, 164, 'STU2500164', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-07 16:24:40', '2025-12-07 16:24:40'), +(2356, 9, 90, 212, 'STU2500212', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2357, 9, 90, 102, 'STU2500102', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2358, 9, 90, 208, 'STU2500208', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2359, 9, 90, 69, 'STU2500069', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2360, 9, 90, 223, 'STU2500223', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2361, 9, 90, 162, 'STU2500162', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2362, 9, 90, 48, 'STU2500048', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2363, 9, 90, 154, 'STU2500154', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2364, 9, 90, 108, 'STU2500108', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2365, 9, 90, 116, 'STU2500116', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2025-12-07 16:25:04', '2025-12-07 16:25:04'), +(2366, 13, 1, 250, 'STU2500250', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2367, 13, 1, 184, 'STU2500184', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2368, 13, 1, 122, 'STU2500122', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2369, 13, 1, 83, 'STU2500083', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2370, 13, 1, 128, 'STU2500128', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2371, 13, 1, 87, 'STU2500087', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2372, 13, 1, 166, 'STU2500166', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2373, 13, 1, 110, 'STU2500110', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2374, 13, 1, 175, 'STU2500175', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2375, 13, 1, 232, 'STU2500232', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2376, 13, 1, 174, 'STU2500174', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2377, 13, 1, 113, 'STU2500113', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(2378, 8, 80, 99, 'STU2500099', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2379, 8, 80, 84, 'STU2500084', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2380, 8, 80, 39, 'STU2500039', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2381, 8, 80, 257, 'STU2500257', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2382, 8, 80, 11, 'STU2500011', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2383, 8, 80, 62, 'STU2500062', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2384, 8, 80, 89, 'STU2500089', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:02:09', '2025-12-14 18:08:19'), +(2385, 8, 80, 53, 'STU2500053', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2386, 8, 80, 49, 'STU2500049', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2387, 8, 80, 142, 'STU2500142', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2388, 8, 80, 124, 'STU2500124', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2389, 8, 80, 163, 'STU2500163', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2390, 8, 80, 15, 'STU2500015', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2391, 8, 80, 71, 'STU2500071', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2392, 8, 80, 149, 'STU2500149', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2393, 8, 80, 35, 'STU2500035', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2394, 8, 80, 240, 'STU2500240', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2395, 8, 80, 76, 'STU2500076', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2396, 8, 80, 190, 'STU2500190', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2397, 8, 80, 207, 'STU2500207', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2398, 8, 80, 192, 'STU2500192', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2399, 8, 80, 34, 'STU2500034', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(2400, 5, 52, 125, 'STU2500125', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2401, 5, 52, 50, 'STU2500050', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2402, 5, 52, 100, 'STU2500100', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2403, 5, 52, 103, 'STU2500103', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2404, 5, 52, 195, 'STU2500195', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(2405, 5, 52, 60, 'STU2500060', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2406, 5, 52, 2, 'STU2500001', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2407, 5, 52, 22, 'STU2500022', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2408, 5, 52, 186, 'STU2500186', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2409, 5, 52, 25, 'STU2500025', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2410, 5, 52, 194, 'STU2500194', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2411, 5, 52, 224, 'STU2500224', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2412, 5, 52, 244, 'STU2500244', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:18:27', '2025-12-14 16:30:34'), +(2413, 5, 52, 42, 'STU2500042', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 78, '2025-12-07 17:18:27', '2025-12-07 17:18:27'), +(2414, 1, 10, 180, 'STU2500180', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2415, 1, 10, 221, 'STU2500221', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2416, 1, 10, 52, 'STU2500052', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2417, 1, 10, 227, 'STU2500227', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2418, 1, 10, 159, 'STU2500159', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2419, 1, 10, 160, 'STU2500160', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2420, 1, 10, 215, 'STU2500215', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2421, 1, 10, 56, 'STU2500056', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2422, 1, 10, 229, 'STU2500229', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:28:24', '2025-12-14 16:09:56'), +(2423, 1, 10, 214, 'STU2500214', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2424, 1, 10, 131, 'STU2500131', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2425, 1, 10, 211, 'STU2500211', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-07 17:28:24', '2025-12-07 17:28:24'), +(2426, 12, 120, 225, 'STU2500225', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2427, 12, 120, 88, 'STU2500088', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:34:19', '2025-12-14 18:06:12'), +(2428, 12, 120, 238, 'STU2500238', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2429, 12, 120, 38, 'STU2500038', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2430, 12, 120, 59, 'STU2500059', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2431, 12, 120, 247, 'STU2500247', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2432, 12, 120, 107, 'STU2500107', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2433, 12, 120, 96, 'STU2500096', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:34:19', '2025-12-14 16:39:28'), +(2434, 12, 120, 246, 'STU2500246', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2435, 12, 120, 114, 'STU2500114', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2436, 12, 120, 181, 'STU2500181', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2437, 12, 120, 136, 'STU2500136', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2438, 12, 120, 237, 'STU2500237', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2439, 12, 120, 31, 'STU2500031', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2440, 12, 120, 236, 'STU2500236', '2025-12-07', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2441, 12, 120, 201, 'STU2500201', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2442, 12, 120, 47, 'STU2500047', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2443, 12, 120, 61, 'STU2500061', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2444, 12, 120, 46, 'STU2500046', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2445, 12, 120, 239, 'STU2500239', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2446, 12, 120, 253, 'STU2500253', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2447, 12, 120, 259, 'STU2500259', '2025-12-07', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-07 17:34:19', '2025-12-14 18:05:54'), +(2448, 12, 120, 241, 'STU2500241', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2449, 12, 120, 219, 'STU2500219', '2025-12-07', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2025-12-07 17:34:19', '2025-12-07 17:34:19'), +(2450, 3, 32, 168, 'STU2500168', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-09 20:05:21', '2025-12-14 16:42:29'), +(2451, 5, 51, 167, 'STU2500167', '2025-12-14', 'absent', 'Parent-reported — Travelling that weekend', 'yes', 'no', 'Fall', '2025-2026', 118, '2025-12-09 20:05:21', '2025-12-09 20:05:21'), +(2452, 3, 32, 169, 'STU2500169', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-09 20:05:21', '2025-12-14 16:42:40'), +(2453, 6, 60, 161, 'STU2500161', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-13 22:41:34', '2025-12-14 17:50:37'), +(2454, 8, 80, 163, 'STU2500163', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 03:47:28', '2026-01-09 04:35:51'), +(2455, 8, 80, 163, 'STU2500163', '2026-01-11', 'absent', 'Parent-reported — Traveling to Pakistan from December 25- January 18th', 'yes', 'no', 'Fall', '2025-2026', 114, '2025-12-14 03:47:28', '2025-12-14 03:47:28'), +(2456, 8, 80, 163, 'STU2500163', '2026-01-18', 'absent', 'Parent-reported — Traveling to Pakistan from December 25- January 18th', 'yes', 'no', 'Fall', '2025-2026', 114, '2025-12-14 03:47:28', '2025-12-14 03:47:28'), +(2457, 12, 120, 241, 'STU2500241', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 06:17:37', '2025-12-14 17:52:58'), +(2458, 7, 70, 67, 'STU2500067', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 07:15:17', '2025-12-14 17:53:19'), +(2459, 3, 31, 68, 'STU2500068', '2025-12-14', 'absent', 'Parent-reported — Her sister not feeling because of flu.', 'yes', 'no', 'Fall', '2025-2026', 44, '2025-12-14 07:16:35', '2025-12-14 07:16:35'), +(2460, 6, 60, 193, 'STU2500193', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 12:56:50', '2025-12-14 17:53:46'), +(2461, 8, 80, 15, 'STU2500015', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 13:41:32', '2025-12-14 17:54:06'), +(2462, 4, 41, 115, 'STU2500115', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 13:49:59', '2025-12-14 17:32:05'), +(2463, 12, 120, 114, 'STU2500114', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 13:51:02', '2025-12-14 17:54:56'), +(2464, 12, 120, 61, 'STU2500061', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 14:20:07', '2025-12-14 17:55:34'), +(2465, 5, 52, 194, 'STU2500194', '2025-12-14', 'absent', 'Parent-reported — Omar is sick', 'yes', 'no', 'Fall', '2025-2026', 68, '2025-12-14 14:21:10', '2025-12-14 14:21:10'), +(2466, 5, 52, 100, 'STU2500100', '2025-12-14', 'absent', 'Parent-reported — Nit feeling well', 'yes', 'no', 'Fall', '2025-2026', 66, '2025-12-14 15:39:42', '2025-12-14 15:39:42'), +(2467, 3, 32, 7, 'STU2500007', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2468, 3, 32, 220, 'STU2500220', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2469, 3, 32, 75, 'STU2500075', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 15:46:09', '2026-01-09 03:45:17'), +(2470, 3, 32, 189, 'STU2500189', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2471, 3, 32, 54, 'STU2500054', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2472, 3, 32, 179, 'STU2500179', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2473, 3, 32, 185, 'STU2500185', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2474, 3, 32, 145, 'STU2500145', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2475, 3, 32, 213, 'STU2500213', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-12-14 15:46:09', '2026-01-09 04:18:16'), +(2476, 3, 32, 18, 'STU2500018', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2477, 3, 32, 144, 'STU2500144', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2478, 3, 32, 130, 'STU2500130', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2479, 3, 32, 74, 'STU2500074', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2480, 3, 32, 165, 'STU2500165', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2481, 3, 32, 123, 'STU2500123', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2482, 3, 32, 8, 'STU2500008', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(2483, 9, 90, 212, 'STU2500212', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2484, 9, 90, 204, 'STU2500204', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 15:49:56', '2026-01-09 04:38:37'), +(2485, 9, 90, 102, 'STU2500102', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2486, 9, 90, 208, 'STU2500208', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2487, 9, 90, 69, 'STU2500069', '2025-12-14', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2488, 9, 90, 223, 'STU2500223', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 15:49:56', '2025-12-14 18:04:00'), +(2489, 9, 90, 162, 'STU2500162', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2490, 9, 90, 48, 'STU2500048', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2491, 9, 90, 154, 'STU2500154', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2492, 9, 90, 108, 'STU2500108', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2493, 9, 90, 116, 'STU2500116', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(2494, 13, 1, 250, 'STU2500250', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2495, 13, 1, 184, 'STU2500184', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2496, 13, 1, 122, 'STU2500122', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2497, 13, 1, 83, 'STU2500083', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2498, 13, 1, 128, 'STU2500128', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2499, 13, 1, 87, 'STU2500087', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2500, 13, 1, 166, 'STU2500166', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2501, 13, 1, 110, 'STU2500110', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2502, 13, 1, 175, 'STU2500175', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2025-12-14 15:57:22', '2026-01-09 04:17:37'), +(2503, 13, 1, 232, 'STU2500232', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2504, 13, 1, 174, 'STU2500174', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(2505, 7, 70, 26, 'STU2500026', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2506, 7, 70, 91, 'STU2500091', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2507, 7, 70, 32, 'STU2500032', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2508, 7, 70, 242, 'STU2500242', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 15:57:49', '2026-01-09 04:17:30'), +(2509, 7, 70, 28, 'STU2500028', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2510, 7, 70, 126, 'STU2500126', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2511, 7, 70, 72, 'STU2500072', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2512, 7, 70, 1, 'STU2500002', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2513, 7, 70, 151, 'STU2500151', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2514, 7, 70, 94, 'STU2500094', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 15:57:49', '2026-01-09 04:17:35'), +(2515, 7, 70, 158, 'STU2500158', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2516, 7, 70, 230, 'STU2500230', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 15:57:49', '2026-01-09 04:17:39'), +(2517, 7, 70, 66, 'STU2500066', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 15:57:49', '2025-12-14 17:59:59'), +(2518, 7, 70, 6, 'STU2500006', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2519, 7, 70, 187, 'STU2500187', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2520, 7, 70, 117, 'STU2500117', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(2521, 7, 70, 119, 'STU2500119', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 15:57:49', '2025-12-14 17:44:29'), +(2522, 4, 41, 12, 'STU2500012', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:04:39', '2025-12-14 16:18:07'), +(2523, 4, 41, 121, 'STU2500121', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2524, 4, 41, 216, 'STU2500216', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2525, 4, 41, 13, 'STU2500013', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:04:39', '2025-12-14 16:18:23'), +(2526, 4, 41, 156, 'STU2500156', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2527, 4, 41, 109, 'STU2500109', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2528, 4, 41, 248, 'STU2500248', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2529, 4, 41, 27, 'STU2500027', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2530, 4, 41, 152, 'STU2500152', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2531, 4, 41, 129, 'STU2500129', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2532, 4, 41, 202, 'STU2500202', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(2533, 3, 31, 171, 'STU2500171', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2534, 3, 31, 21, 'STU2500021', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:07:26', '2025-12-14 18:05:03'), +(2535, 3, 31, 199, 'STU2500199', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2536, 3, 31, 30, 'STU2500030', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2537, 3, 31, 78, 'STU2500078', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2538, 3, 31, 44, 'STU2500044', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:07:26', '2025-12-14 18:04:44'), +(2539, 3, 31, 57, 'STU2500057', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2540, 3, 31, 234, 'STU2500234', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2541, 3, 31, 70, 'STU2500070', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2542, 3, 31, 20, 'STU2500020', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:07:26', '2025-12-14 17:37:58'), +(2543, 3, 31, 64, 'STU2500064', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2544, 3, 31, 196, 'STU2500196', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2545, 3, 31, 16, 'STU2500016', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2546, 3, 31, 245, 'STU2500245', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2547, 3, 31, 127, 'STU2500127', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2548, 3, 31, 81, 'STU2500081', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2549, 3, 31, 19, 'STU2500019', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(2550, 8, 80, 99, 'STU2500099', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2551, 8, 80, 84, 'STU2500084', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2552, 8, 80, 39, 'STU2500039', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2553, 8, 80, 257, 'STU2500257', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2554, 8, 80, 11, 'STU2500011', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:11:41', '2025-12-14 16:23:43'), +(2555, 8, 80, 62, 'STU2500062', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2556, 8, 80, 89, 'STU2500089', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:11:41', '2025-12-14 18:09:12'), +(2557, 8, 80, 53, 'STU2500053', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2558, 8, 80, 49, 'STU2500049', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2559, 8, 80, 142, 'STU2500142', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2560, 8, 80, 124, 'STU2500124', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2561, 8, 80, 163, 'STU2500163', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2562, 8, 80, 71, 'STU2500071', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2563, 8, 80, 149, 'STU2500149', '2025-12-14', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2564, 8, 80, 35, 'STU2500035', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2565, 8, 80, 240, 'STU2500240', '2025-12-14', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2566, 8, 80, 76, 'STU2500076', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:11:41', '2025-12-14 17:39:11'), +(2567, 8, 80, 190, 'STU2500190', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2568, 8, 80, 207, 'STU2500207', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2569, 8, 80, 192, 'STU2500192', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2570, 8, 80, 34, 'STU2500034', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(2571, 2, 22, 92, 'STU2500092', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2572, 2, 22, 101, 'STU2500101', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2573, 2, 22, 41, 'STU2500041', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2574, 2, 22, 14, 'STU2500014', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:12:13', '2025-12-14 16:17:47'), +(2575, 2, 22, 58, 'STU2500058', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2576, 2, 22, 80, 'STU2500080', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2577, 2, 22, 104, 'STU2500104', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2578, 2, 22, 182, 'STU2500182', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2579, 2, 22, 228, 'STU2500228', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2580, 2, 22, 178, 'STU2500178', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2581, 2, 22, 153, 'STU2500153', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2582, 2, 22, 79, 'STU2500079', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2583, 2, 22, 82, 'STU2500082', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2584, 2, 22, 197, 'STU2500197', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:12:13', '2025-12-14 18:01:55'), +(2585, 2, 22, 222, 'STU2500222', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(2586, 12, 120, 136, 'STU2500136', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:14:15', '2026-01-04 15:31:08'), +(2587, 6, 60, 120, 'STU2500120', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2588, 6, 60, 37, 'STU2500037', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2589, 6, 60, 90, 'STU2500090', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2590, 6, 60, 137, 'STU2500137', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2591, 6, 60, 198, 'STU2500198', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2592, 6, 60, 209, 'STU2500209', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2593, 6, 60, 254, 'STU2500254', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2594, 6, 60, 9, 'STU2500009', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2595, 6, 60, 10, 'STU2500010', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2596, 6, 60, 139, 'STU2500139', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2597, 6, 60, 258, 'STU2500258', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2598, 6, 60, 170, 'STU2500170', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2599, 6, 60, 191, 'STU2500191', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(2600, 6, 60, 77, 'STU2500077', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:20:30', '2025-12-14 17:39:25'), +(2601, 2, 21, 146, 'STU2500146', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2602, 2, 21, 249, 'STU2500249', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2603, 2, 21, 176, 'STU2500176', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2604, 2, 21, 141, 'STU2500141', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2605, 2, 21, 45, 'STU2500045', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:22:32', '2025-12-14 18:00:30'), +(2606, 2, 21, 173, 'STU2500173', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2607, 2, 21, 86, 'STU2500086', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2608, 2, 21, 256, 'STU2500256', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2609, 2, 21, 200, 'STU2500200', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2610, 2, 21, 226, 'STU2500226', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2611, 2, 21, 217, 'STU2500217', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2612, 2, 21, 157, 'STU2500157', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2613, 2, 21, 36, 'STU2500036', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2614, 2, 21, 43, 'STU2500043', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2615, 2, 21, 147, 'STU2500147', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2616, 2, 21, 206, 'STU2500206', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(2617, 12, 120, 247, 'STU2500247', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:24:17', '2025-12-14 18:09:41'), +(2618, 12, 120, 59, 'STU2500059', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:26:05', '2026-01-09 04:39:16'), +(2619, 5, 52, 60, 'STU2500060', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:26:29', '2025-12-14 16:26:29'), +(2620, 5, 52, 125, 'STU2500125', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2621, 5, 52, 50, 'STU2500050', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2622, 5, 52, 103, 'STU2500103', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2623, 5, 52, 195, 'STU2500195', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2624, 5, 52, 2, 'STU2500001', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2625, 5, 52, 22, 'STU2500022', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2626, 5, 52, 186, 'STU2500186', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2627, 5, 52, 25, 'STU2500025', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2628, 5, 52, 188, 'STU2500188', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2629, 5, 52, 224, 'STU2500224', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2630, 5, 52, 244, 'STU2500244', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2631, 5, 52, 42, 'STU2500042', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2025-12-14 16:29:58', '2025-12-14 16:29:58'), +(2632, 4, 42, 85, 'STU2500085', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2633, 4, 42, 118, 'STU2500118', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:33:19', '2025-12-14 17:44:07'), +(2634, 4, 42, 40, 'STU2500040', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2635, 4, 42, 106, 'STU2500106', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:33:19', '2025-12-14 18:01:06'), +(2636, 4, 42, 231, 'STU2500231', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2637, 4, 42, 138, 'STU2500138', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2638, 4, 42, 135, 'STU2500135', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2639, 4, 42, 55, 'STU2500055', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2640, 4, 42, 177, 'STU2500177', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2641, 4, 42, 51, 'STU2500051', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2642, 4, 42, 33, 'STU2500033', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2643, 4, 42, 63, 'STU2500063', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2644, 4, 42, 140, 'STU2500140', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2645, 4, 42, 218, 'STU2500218', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 68, '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(2646, 12, 120, 225, 'STU2500225', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2647, 12, 120, 88, 'STU2500088', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:34:25', '2025-12-14 18:07:56'), +(2648, 12, 120, 238, 'STU2500238', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2649, 12, 120, 38, 'STU2500038', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2650, 12, 120, 107, 'STU2500107', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2651, 12, 120, 96, 'STU2500096', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2652, 12, 120, 252, 'STU2500252', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2653, 12, 120, 246, 'STU2500246', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:34:25', '2026-01-09 04:39:29'), +(2654, 12, 120, 251, 'STU2500251', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2655, 12, 120, 95, 'STU2500095', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:34:25', '2026-01-09 04:39:32'), +(2656, 12, 120, 181, 'STU2500181', '2025-12-14', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:34:25', '2025-12-14 17:55:09'), +(2657, 12, 120, 237, 'STU2500237', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:34:25', '2026-01-04 15:31:14'), +(2658, 12, 120, 31, 'STU2500031', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2659, 12, 120, 203, 'STU2500203', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:34:25', '2026-01-09 04:43:03'), +(2660, 12, 120, 236, 'STU2500236', '2025-12-14', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2661, 12, 120, 201, 'STU2500201', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2662, 12, 120, 47, 'STU2500047', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2663, 12, 120, 46, 'STU2500046', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2664, 12, 120, 239, 'STU2500239', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2665, 12, 120, 253, 'STU2500253', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2666, 12, 120, 259, 'STU2500259', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 16:34:25', '2025-12-14 18:07:46'), +(2667, 12, 120, 219, 'STU2500219', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2025-12-14 16:34:25', '2025-12-14 16:34:25'), +(2668, 5, 51, 73, 'STU2500073', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2669, 5, 51, 143, 'STU2500143', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2670, 5, 51, 93, 'STU2500093', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:34:34', '2026-01-09 04:18:18'), +(2671, 5, 51, 255, 'STU2500255', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2672, 5, 51, 150, 'STU2500150', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2025-12-14 16:34:34', '2026-01-09 04:00:57'), +(2673, 5, 51, 233, 'STU2500233', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2674, 5, 51, 29, 'STU2500029', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2675, 5, 51, 210, 'STU2500210', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2676, 5, 51, 17, 'STU2500017', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2677, 5, 51, 205, 'STU2500205', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2678, 5, 51, 164, 'STU2500164', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(2679, 1, 10, 215, 'STU2500215', '2025-12-14', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 17:27:16', '2025-12-14 17:27:16'), +(2680, 1, 10, 214, 'STU2500214', '2025-12-14', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 17:27:38', '2025-12-14 17:27:38'), +(2681, 1, 10, 159, 'STU2500159', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 17:41:04', '2025-12-14 17:41:04'), +(2682, 1, 10, 160, 'STU2500160', '2025-12-14', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2025-12-14 17:41:25', '2025-12-14 17:41:25'), +(2683, 1, 10, 183, 'STU2500183', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2684, 1, 10, 180, 'STU2500180', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2685, 1, 10, 221, 'STU2500221', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2686, 1, 10, 235, 'STU2500235', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2687, 1, 10, 52, 'STU2500052', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2688, 1, 10, 227, 'STU2500227', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2689, 1, 10, 56, 'STU2500056', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2690, 1, 10, 229, 'STU2500229', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2691, 1, 10, 131, 'STU2500131', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2692, 1, 10, 211, 'STU2500211', '2025-12-14', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2025-12-14 18:00:40', '2025-12-14 18:00:40'), +(2693, 1, 10, 183, 'STU2500183', '2026-01-04', 'absent', 'Parent-reported — Sickness', 'yes', 'no', 'Fall', '2025-2026', 132, '2026-01-03 22:39:58', '2026-01-03 22:39:58'), +(2694, 13, 1, 184, 'STU2500184', '2026-01-04', 'absent', 'Parent-reported — Sickness', 'yes', 'no', 'Fall', '2025-2026', 132, '2026-01-03 22:39:58', '2026-01-03 22:39:58'), +(2695, 5, 52, 25, 'STU2500025', '2026-01-04', 'absent', 'Parent-reported — Melody's great grandmother passed 2 weeks ago and melody and I the parent are out of the country. We will be returning next week.', 'yes', 'no', 'Fall', '2025-2026', 16, '2026-01-04 13:22:44', '2026-01-04 13:22:44'), +(2696, 2, 21, 176, 'STU2500176', '2026-01-04', 'absent', 'Parent-reported — Afrah has a bad cold', 'yes', 'no', 'Fall', '2025-2026', 125, '2026-01-04 13:26:12', '2026-01-04 13:26:12'), +(2697, 1, 10, 215, 'STU2500215', '2026-01-04', 'absent', 'Parent-reported — I and my daughter are sick with cough and I have no one else to take my son', 'yes', 'no', 'Fall', '2025-2026', 164, '2026-01-04 14:04:47', '2026-01-04 14:04:47'), +(2698, 1, 10, 214, 'STU2500214', '2026-01-04', 'absent', 'Parent-reported — I and my daughter are sick with cough and I have no one else to take my son', 'yes', 'no', 'Fall', '2025-2026', 164, '2026-01-04 14:04:47', '2026-01-04 14:04:47'), +(2699, 7, 70, 28, 'STU2500028', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-04 14:09:43', '2026-01-09 04:03:47'), +(2700, 5, 51, 29, 'STU2500029', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2026-01-04 14:09:43', '2026-01-09 04:04:09'), +(2701, 3, 31, 30, 'STU2500030', '2026-01-04', 'absent', 'Parent-reported — Still away on winter vacation', 'yes', 'no', 'Fall', '2025-2026', 22, '2026-01-04 14:49:20', '2026-01-04 14:49:20'), +(2702, 3, 32, 165, 'STU2500165', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:11:39', '2026-01-04 15:11:39'), +(2703, 5, 52, 244, 'STU2500244', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:12:35', '2026-01-04 15:12:35'), +(2704, 13, 1, 166, 'STU2500166', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:13:40', '2026-01-04 15:13:40'), +(2705, 5, 51, 205, 'STU2500205', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 15:14:31', '2026-01-04 16:23:49'), +(2706, 2, 21, 206, 'STU2500206', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:14:54', '2026-01-04 15:14:54'), +(2707, 9, 90, 204, 'STU2500204', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:15:23', '2026-01-04 15:15:23'), +(2708, 4, 42, 85, 'STU2500085', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2709, 4, 42, 118, 'STU2500118', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2710, 4, 42, 40, 'STU2500040', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2711, 4, 42, 106, 'STU2500106', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2712, 4, 42, 231, 'STU2500231', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2713, 4, 42, 138, 'STU2500138', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2714, 4, 42, 135, 'STU2500135', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2715, 4, 42, 55, 'STU2500055', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2716, 4, 42, 177, 'STU2500177', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2717, 4, 42, 51, 'STU2500051', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2718, 4, 42, 33, 'STU2500033', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2719, 4, 42, 63, 'STU2500063', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2720, 4, 42, 140, 'STU2500140', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2721, 4, 42, 218, 'STU2500218', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(2722, 12, 120, 241, 'STU2500241', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:16:53', '2026-01-04 15:44:29'), +(2723, 7, 70, 242, 'STU2500242', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:17:24', '2026-01-04 15:37:13'), +(2724, 3, 31, 19, 'STU2500019', '2026-01-04', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:18:43', '2026-01-04 16:24:31'), +(2725, 4, 41, 248, 'STU2500248', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 15:19:15', '2026-01-04 16:01:25'), +(2726, 2, 21, 249, 'STU2500249', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:19:56', '2026-01-04 15:19:56'), +(2727, 13, 1, 250, 'STU2500250', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-04 15:20:24', '2026-01-04 15:20:24'), +(2728, 9, 90, 212, 'STU2500212', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2729, 9, 90, 102, 'STU2500102', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2730, 9, 90, 208, 'STU2500208', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2731, 9, 90, 69, 'STU2500069', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2732, 9, 90, 223, 'STU2500223', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2733, 9, 90, 162, 'STU2500162', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2734, 9, 90, 48, 'STU2500048', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2735, 9, 90, 154, 'STU2500154', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2736, 9, 90, 108, 'STU2500108', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2737, 9, 90, 116, 'STU2500116', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-04 15:21:53', '2026-01-04 15:21:53'), +(2738, 13, 1, 122, 'STU2500122', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2739, 13, 1, 83, 'STU2500083', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2740, 13, 1, 128, 'STU2500128', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(2741, 13, 1, 87, 'STU2500087', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2742, 13, 1, 110, 'STU2500110', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2743, 13, 1, 175, 'STU2500175', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2744, 13, 1, 232, 'STU2500232', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2745, 13, 1, 174, 'STU2500174', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2746, 13, 1, 98, 'STU2500098', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-04 15:22:08', '2026-01-04 15:22:08'), +(2747, 12, 120, 246, 'STU2500246', '2026-01-04', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:23:38', '2026-01-04 15:44:29'), +(2748, 3, 32, 168, 'STU2500168', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2749, 3, 32, 7, 'STU2500007', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2750, 3, 32, 220, 'STU2500220', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2751, 3, 32, 75, 'STU2500075', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-04 15:28:34', '2026-01-09 03:45:28'), +(2752, 3, 32, 189, 'STU2500189', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2753, 3, 32, 54, 'STU2500054', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2754, 3, 32, 169, 'STU2500169', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2755, 3, 32, 179, 'STU2500179', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2756, 3, 32, 185, 'STU2500185', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2757, 3, 32, 145, 'STU2500145', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2758, 3, 32, 213, 'STU2500213', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2759, 3, 32, 18, 'STU2500018', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2760, 3, 32, 144, 'STU2500144', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2761, 3, 32, 130, 'STU2500130', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2762, 3, 32, 74, 'STU2500074', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2763, 3, 32, 123, 'STU2500123', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2764, 3, 32, 8, 'STU2500008', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 45, '2026-01-04 15:28:34', '2026-01-04 15:28:34'), +(2765, 7, 70, 26, 'STU2500026', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2766, 7, 70, 91, 'STU2500091', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2767, 7, 70, 32, 'STU2500032', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2768, 7, 70, 126, 'STU2500126', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2769, 7, 70, 72, 'STU2500072', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2770, 7, 70, 1, 'STU2500002', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2771, 7, 70, 151, 'STU2500151', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2772, 7, 70, 94, 'STU2500094', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2773, 7, 70, 158, 'STU2500158', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2774, 7, 70, 230, 'STU2500230', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2775, 7, 70, 66, 'STU2500066', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2776, 7, 70, 67, 'STU2500067', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2777, 7, 70, 6, 'STU2500006', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2778, 7, 70, 187, 'STU2500187', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2779, 7, 70, 117, 'STU2500117', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2780, 7, 70, 119, 'STU2500119', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-04 15:37:13', '2026-01-04 15:37:13'), +(2781, 3, 31, 171, 'STU2500171', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2782, 3, 31, 21, 'STU2500021', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:38:41', '2026-01-04 16:24:17'), +(2783, 3, 31, 199, 'STU2500199', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2784, 3, 31, 68, 'STU2500068', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2785, 3, 31, 78, 'STU2500078', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2786, 3, 31, 44, 'STU2500044', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2787, 3, 31, 57, 'STU2500057', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2788, 3, 31, 234, 'STU2500234', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2789, 3, 31, 70, 'STU2500070', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2790, 3, 31, 20, 'STU2500020', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2791, 3, 31, 64, 'STU2500064', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2792, 3, 31, 196, 'STU2500196', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2793, 3, 31, 16, 'STU2500016', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2794, 3, 31, 245, 'STU2500245', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2795, 3, 31, 127, 'STU2500127', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2796, 3, 31, 81, 'STU2500081', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-04 15:38:41', '2026-01-04 15:38:41'), +(2797, 12, 120, 225, 'STU2500225', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2798, 12, 120, 88, 'STU2500088', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2799, 12, 120, 238, 'STU2500238', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2800, 12, 120, 38, 'STU2500038', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2801, 12, 120, 59, 'STU2500059', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:44:29', '2026-01-04 15:51:09'), +(2802, 12, 120, 247, 'STU2500247', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2803, 12, 120, 107, 'STU2500107', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2804, 12, 120, 96, 'STU2500096', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2805, 12, 120, 252, 'STU2500252', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2806, 12, 120, 251, 'STU2500251', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2807, 12, 120, 95, 'STU2500095', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2808, 12, 120, 114, 'STU2500114', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2809, 12, 120, 181, 'STU2500181', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2810, 12, 120, 136, 'STU2500136', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2811, 12, 120, 237, 'STU2500237', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2812, 12, 120, 31, 'STU2500031', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2813, 12, 120, 203, 'STU2500203', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2814, 12, 120, 236, 'STU2500236', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2815, 12, 120, 201, 'STU2500201', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:44:29', '2026-01-04 16:04:27'), +(2816, 12, 120, 47, 'STU2500047', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2817, 12, 120, 61, 'STU2500061', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-04 15:44:29', '2026-01-09 04:52:01'), +(2818, 12, 120, 46, 'STU2500046', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2819, 12, 120, 239, 'STU2500239', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2820, 12, 120, 253, 'STU2500253', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2821, 12, 120, 259, 'STU2500259', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2822, 12, 120, 219, 'STU2500219', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-04 15:44:29', '2026-01-04 15:44:29'), +(2823, 2, 22, 228, 'STU2500228', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:44:30', '2026-01-04 15:44:30'), +(2824, 1, 10, 229, 'STU2500229', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:45:00', '2026-01-04 15:45:00'), +(2825, 5, 52, 125, 'STU2500125', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:45:25', '2026-01-04 16:25:09'), +(2826, 5, 52, 50, 'STU2500050', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2827, 5, 52, 103, 'STU2500103', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2828, 5, 52, 195, 'STU2500195', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2829, 5, 52, 60, 'STU2500060', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2830, 5, 52, 2, 'STU2500001', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2831, 5, 52, 22, 'STU2500022', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2832, 5, 52, 186, 'STU2500186', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2833, 5, 52, 194, 'STU2500194', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2834, 5, 52, 188, 'STU2500188', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2835, 5, 52, 224, 'STU2500224', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-04 15:45:25', '2026-01-04 15:45:25'), +(2836, 5, 52, 42, 'STU2500042', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:45:25', '2026-01-04 16:25:18'), +(2837, 8, 80, 192, 'STU2500192', '2026-01-04', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 15:46:39', '2026-01-04 16:16:07'), +(2838, 2, 22, 14, 'STU2500014', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:49:21', '2026-01-04 15:49:21'), +(2839, 4, 41, 12, 'STU2500012', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2026-01-04 15:49:45', '2026-01-09 03:52:01'), +(2840, 4, 41, 13, 'STU2500013', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2026-01-04 15:49:50', '2026-01-09 03:52:07'), +(2841, 8, 80, 11, 'STU2500011', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-04 15:50:11', '2026-01-09 03:53:12'), +(2842, 2, 22, 92, 'STU2500092', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:56:51', '2026-01-04 16:26:04'), +(2843, 2, 22, 41, 'STU2500041', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2844, 2, 22, 58, 'STU2500058', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2845, 2, 22, 80, 'STU2500080', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2846, 2, 22, 104, 'STU2500104', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2847, 2, 22, 182, 'STU2500182', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2848, 2, 22, 97, 'STU2500097', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2849, 2, 22, 178, 'STU2500178', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2850, 2, 22, 153, 'STU2500153', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2851, 2, 22, 79, 'STU2500079', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2852, 2, 22, 82, 'STU2500082', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2853, 2, 22, 197, 'STU2500197', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2854, 2, 22, 222, 'STU2500222', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 5, '2026-01-04 15:56:51', '2026-01-04 15:56:51'), +(2855, 1, 10, 159, 'STU2500159', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:59:23', '2026-01-04 15:59:23'), +(2856, 1, 10, 160, 'STU2500160', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 15:59:45', '2026-01-04 15:59:45'), +(2857, 4, 41, 121, 'STU2500121', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2858, 4, 41, 216, 'STU2500216', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2859, 4, 41, 156, 'STU2500156', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2860, 4, 41, 115, 'STU2500115', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2861, 4, 41, 109, 'STU2500109', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2862, 4, 41, 27, 'STU2500027', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2863, 4, 41, 152, 'STU2500152', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2864, 4, 41, 129, 'STU2500129', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2865, 4, 41, 202, 'STU2500202', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-04 16:01:25', '2026-01-04 16:01:25'), +(2866, 6, 60, 120, 'STU2500120', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2867, 6, 60, 37, 'STU2500037', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2868, 6, 60, 90, 'STU2500090', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2869, 6, 60, 137, 'STU2500137', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2870, 6, 60, 198, 'STU2500198', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2871, 6, 60, 209, 'STU2500209', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2026-01-04 16:15:38', '2026-01-09 04:09:34'), +(2872, 6, 60, 193, 'STU2500193', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2873, 6, 60, 161, 'STU2500161', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2874, 6, 60, 254, 'STU2500254', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2875, 6, 60, 9, 'STU2500009', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2876, 6, 60, 10, 'STU2500010', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2877, 6, 60, 139, 'STU2500139', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2878, 6, 60, 258, 'STU2500258', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2879, 6, 60, 170, 'STU2500170', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2880, 6, 60, 191, 'STU2500191', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 1, '2026-01-04 16:15:38', '2026-01-09 04:09:45'), +(2881, 6, 60, 77, 'STU2500077', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 120, '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(2882, 8, 80, 99, 'STU2500099', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2883, 8, 80, 84, 'STU2500084', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2884, 8, 80, 39, 'STU2500039', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2885, 8, 80, 257, 'STU2500257', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2886, 8, 80, 62, 'STU2500062', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2887, 8, 80, 89, 'STU2500089', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 16:16:07', '2026-01-04 16:23:34'), +(2888, 8, 80, 53, 'STU2500053', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2889, 8, 80, 49, 'STU2500049', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2890, 8, 80, 142, 'STU2500142', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2891, 8, 80, 124, 'STU2500124', '2026-01-04', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 16:16:07', '2026-01-04 16:22:52'), +(2892, 8, 80, 15, 'STU2500015', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2893, 8, 80, 71, 'STU2500071', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2894, 8, 80, 149, 'STU2500149', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2895, 8, 80, 35, 'STU2500035', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2896, 8, 80, 240, 'STU2500240', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2897, 8, 80, 76, 'STU2500076', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2898, 8, 80, 190, 'STU2500190', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2899, 8, 80, 207, 'STU2500207', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2900, 8, 80, 34, 'STU2500034', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 89, '2026-01-04 16:16:07', '2026-01-04 16:16:07'), +(2901, 1, 10, 180, 'STU2500180', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2902, 1, 10, 221, 'STU2500221', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2903, 1, 10, 235, 'STU2500235', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2904, 1, 10, 52, 'STU2500052', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2905, 1, 10, 227, 'STU2500227', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2906, 1, 10, 56, 'STU2500056', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2907, 1, 10, 131, 'STU2500131', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2908, 1, 10, 211, 'STU2500211', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-04 16:19:43', '2026-01-04 16:19:43'), +(2909, 2, 21, 146, 'STU2500146', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2910, 2, 21, 141, 'STU2500141', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2911, 2, 21, 45, 'STU2500045', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2912, 2, 21, 173, 'STU2500173', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2913, 2, 21, 86, 'STU2500086', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2914, 2, 21, 256, 'STU2500256', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2915, 2, 21, 200, 'STU2500200', '2026-01-04', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-04 16:20:04', '2026-01-04 16:31:30'), +(2916, 2, 21, 226, 'STU2500226', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2917, 2, 21, 217, 'STU2500217', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2918, 2, 21, 157, 'STU2500157', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2919, 2, 21, 36, 'STU2500036', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2920, 2, 21, 43, 'STU2500043', '2026-01-04', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2921, 2, 21, 147, 'STU2500147', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-04 16:20:04', '2026-01-04 16:20:04'), +(2922, 5, 51, 167, 'STU2500167', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2923, 5, 51, 73, 'STU2500073', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2924, 5, 51, 143, 'STU2500143', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2925, 5, 51, 93, 'STU2500093', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2926, 5, 51, 255, 'STU2500255', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2927, 5, 51, 150, 'STU2500150', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2928, 5, 51, 233, 'STU2500233', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2929, 5, 51, 210, 'STU2500210', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2930, 5, 51, 17, 'STU2500017', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2931, 5, 51, 164, 'STU2500164', '2026-01-04', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 301, '2026-01-04 16:23:49', '2026-01-04 16:23:49'), +(2932, 3, 32, 75, 'STU2500075', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-09 03:46:22', '2026-01-09 03:46:22'), +(2933, 3, 32, 75, 'STU2500075', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-09 03:46:24', '2026-01-25 23:52:29'), +(2934, 6, 60, 191, 'STU2500191', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-09 04:10:55', '2026-01-09 04:10:55'), +(2935, 6, 60, 209, 'STU2500209', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-09 04:11:00', '2026-01-09 04:11:00'), +(2936, 4, 41, 115, 'STU2500115', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-11 13:53:31', '2026-01-14 01:00:10'), +(2937, 6, 60, 254, 'STU2500254', '2026-01-11', 'absent', 'Parent-reported — Not feeling well .', 'yes', 'no', 'Fall', '2025-2026', 205, '2026-01-11 14:09:19', '2026-01-11 14:09:19'), +(2938, 12, 120, 253, 'STU2500253', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 4, '2026-01-11 14:09:19', '2026-01-14 00:54:51'), +(2939, 3, 32, 165, 'STU2500165', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:07:37', '2026-01-11 15:07:37'), +(2940, 1, 10, 215, 'STU2500215', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:08:34', '2026-01-11 15:08:34'), +(2941, 9, 90, 212, 'STU2500212', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:09:14', '2026-01-11 15:09:14'), +(2942, 13, 1, 166, 'STU2500166', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:10:07', '2026-01-11 15:10:07'), +(2943, 5, 51, 164, 'STU2500164', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:10:49', '2026-01-11 15:10:49'), +(2944, 3, 32, 213, 'STU2500213', '2026-01-11', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:11:23', '2026-01-11 15:29:03'), +(2945, 5, 51, 150, 'STU2500150', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-11 15:11:59', '2026-01-11 15:11:59'), +(2946, 12, 120, 252, 'STU2500252', '2026-01-11', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 15:14:08', '2026-01-11 16:10:22'), +(2947, 9, 90, 204, 'STU2500204', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2948, 9, 90, 102, 'STU2500102', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2949, 9, 90, 208, 'STU2500208', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2950, 9, 90, 69, 'STU2500069', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2951, 9, 90, 223, 'STU2500223', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2952, 9, 90, 162, 'STU2500162', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2953, 9, 90, 48, 'STU2500048', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2954, 9, 90, 154, 'STU2500154', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2955, 9, 90, 108, 'STU2500108', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2956, 9, 90, 116, 'STU2500116', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-11 15:38:11', '2026-01-11 15:38:11'), +(2957, 7, 70, 26, 'STU2500026', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2958, 7, 70, 91, 'STU2500091', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2959, 7, 70, 32, 'STU2500032', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2960, 7, 70, 242, 'STU2500242', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2961, 7, 70, 28, 'STU2500028', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2962, 7, 70, 126, 'STU2500126', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2963, 7, 70, 72, 'STU2500072', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2964, 7, 70, 1, 'STU2500002', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2965, 7, 70, 151, 'STU2500151', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2966, 7, 70, 94, 'STU2500094', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2967, 7, 70, 158, 'STU2500158', '2026-01-11', 'absent', 'Parent-reported — Not feeling well', 'yes', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 16:52:40'), +(2968, 7, 70, 230, 'STU2500230', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2969, 7, 70, 66, 'STU2500066', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2970, 7, 70, 67, 'STU2500067', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2971, 7, 70, 6, 'STU2500006', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2972, 7, 70, 187, 'STU2500187', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2973, 7, 70, 117, 'STU2500117', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2974, 7, 70, 119, 'STU2500119', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(2975, 12, 120, 59, 'STU2500059', '2026-01-11', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 15:40:59', '2026-01-11 16:10:22'), +(2976, 12, 120, 241, 'STU2500241', '2026-01-11', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 15:42:21', '2026-01-11 16:10:22'), +(2977, 13, 1, 250, 'STU2500250', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2978, 13, 1, 184, 'STU2500184', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2979, 13, 1, 122, 'STU2500122', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2980, 13, 1, 83, 'STU2500083', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2981, 13, 1, 128, 'STU2500128', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2982, 13, 1, 87, 'STU2500087', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2983, 13, 1, 110, 'STU2500110', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2984, 13, 1, 175, 'STU2500175', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2985, 13, 1, 232, 'STU2500232', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2986, 13, 1, 174, 'STU2500174', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2987, 13, 1, 98, 'STU2500098', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2988, 13, 1, 113, 'STU2500113', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 33, '2026-01-11 15:59:02', '2026-01-11 15:59:02'), +(2989, 5, 52, 244, 'STU2500244', '2026-01-11', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 24, '2026-01-11 16:06:49', '2026-01-11 16:06:49'), +(2990, 1, 10, 159, 'STU2500159', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-11 16:06:55', '2026-01-11 16:06:55'), +(2991, 3, 31, 171, 'STU2500171', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2992, 3, 31, 21, 'STU2500021', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2993, 3, 31, 199, 'STU2500199', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2994, 3, 31, 30, 'STU2500030', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2995, 3, 31, 68, 'STU2500068', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2996, 3, 31, 78, 'STU2500078', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2997, 3, 31, 44, 'STU2500044', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2998, 3, 31, 57, 'STU2500057', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(2999, 3, 31, 234, 'STU2500234', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3000, 3, 31, 70, 'STU2500070', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3001, 3, 31, 20, 'STU2500020', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3002, 3, 31, 64, 'STU2500064', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3003, 3, 31, 196, 'STU2500196', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3004, 3, 31, 16, 'STU2500016', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3005, 3, 31, 245, 'STU2500245', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3006, 3, 31, 127, 'STU2500127', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3007, 3, 31, 81, 'STU2500081', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3008, 3, 31, 19, 'STU2500019', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(3009, 12, 120, 225, 'STU2500225', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3010, 12, 120, 88, 'STU2500088', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3011, 12, 120, 238, 'STU2500238', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3012, 12, 120, 38, 'STU2500038', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3013, 12, 120, 247, 'STU2500247', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3014, 12, 120, 107, 'STU2500107', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3015, 12, 120, 96, 'STU2500096', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3016, 12, 120, 246, 'STU2500246', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3017, 12, 120, 251, 'STU2500251', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3018, 12, 120, 95, 'STU2500095', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3019, 12, 120, 114, 'STU2500114', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3020, 12, 120, 181, 'STU2500181', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3021, 12, 120, 136, 'STU2500136', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3022, 12, 120, 237, 'STU2500237', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3023, 12, 120, 31, 'STU2500031', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3024, 12, 120, 203, 'STU2500203', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3025, 12, 120, 236, 'STU2500236', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3026, 12, 120, 201, 'STU2500201', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3027, 12, 120, 47, 'STU2500047', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3028, 12, 120, 61, 'STU2500061', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3029, 12, 120, 46, 'STU2500046', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3030, 12, 120, 239, 'STU2500239', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3031, 12, 120, 259, 'STU2500259', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3032, 12, 120, 219, 'STU2500219', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 94, '2026-01-11 16:10:22', '2026-01-11 16:10:22'), +(3033, 4, 42, 85, 'STU2500085', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3034, 4, 42, 118, 'STU2500118', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3035, 4, 42, 40, 'STU2500040', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3036, 4, 42, 106, 'STU2500106', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3037, 4, 42, 231, 'STU2500231', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3038, 4, 42, 138, 'STU2500138', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3039, 4, 42, 135, 'STU2500135', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3040, 4, 42, 55, 'STU2500055', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3041, 4, 42, 177, 'STU2500177', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3042, 4, 42, 51, 'STU2500051', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3043, 4, 42, 33, 'STU2500033', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3044, 4, 42, 63, 'STU2500063', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3045, 4, 42, 140, 'STU2500140', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3046, 4, 42, 218, 'STU2500218', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(3047, 2, 21, 146, 'STU2500146', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3048, 2, 21, 249, 'STU2500249', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3049, 2, 21, 176, 'STU2500176', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3050, 2, 21, 112, 'STU2500112', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3051, 2, 21, 141, 'STU2500141', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3052, 2, 21, 45, 'STU2500045', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3053, 2, 21, 173, 'STU2500173', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3054, 2, 21, 86, 'STU2500086', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3055, 2, 21, 256, 'STU2500256', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3056, 2, 21, 200, 'STU2500200', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3057, 2, 21, 226, 'STU2500226', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3058, 2, 21, 217, 'STU2500217', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3059, 2, 21, 157, 'STU2500157', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3060, 2, 21, 36, 'STU2500036', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3061, 2, 21, 43, 'STU2500043', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3062, 2, 21, 147, 'STU2500147', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3063, 2, 21, 206, 'STU2500206', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(3064, 4, 41, 12, 'STU2500012', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3065, 4, 41, 121, 'STU2500121', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3066, 4, 41, 216, 'STU2500216', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3067, 4, 41, 13, 'STU2500013', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3068, 4, 41, 156, 'STU2500156', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3069, 4, 41, 109, 'STU2500109', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3070, 4, 41, 248, 'STU2500248', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3071, 4, 41, 27, 'STU2500027', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3072, 4, 41, 152, 'STU2500152', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3073, 4, 41, 111, 'STU2500111', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3074, 4, 41, 129, 'STU2500129', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3075, 4, 41, 202, 'STU2500202', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(3076, 8, 80, 89, 'STU2500089', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-11 16:26:19', '2026-01-11 16:26:19'), +(3077, 5, 52, 125, 'STU2500125', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3078, 5, 52, 50, 'STU2500050', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3079, 5, 52, 103, 'STU2500103', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3080, 5, 52, 195, 'STU2500195', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(3081, 5, 52, 60, 'STU2500060', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3082, 5, 52, 2, 'STU2500001', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3083, 5, 52, 22, 'STU2500022', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3084, 5, 52, 186, 'STU2500186', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3085, 5, 52, 25, 'STU2500025', '2026-01-11', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3086, 5, 52, 194, 'STU2500194', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3087, 5, 52, 188, 'STU2500188', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3088, 5, 52, 224, 'STU2500224', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3089, 5, 52, 42, 'STU2500042', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-11 16:32:29', '2026-01-11 16:32:29'), +(3090, 2, 22, 92, 'STU2500092', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3091, 2, 22, 41, 'STU2500041', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3092, 2, 22, 14, 'STU2500014', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3093, 2, 22, 58, 'STU2500058', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3094, 2, 22, 80, 'STU2500080', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3095, 2, 22, 104, 'STU2500104', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3096, 2, 22, 182, 'STU2500182', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3097, 2, 22, 228, 'STU2500228', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3098, 2, 22, 97, 'STU2500097', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3099, 2, 22, 178, 'STU2500178', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3100, 2, 22, 153, 'STU2500153', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3101, 2, 22, 79, 'STU2500079', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3102, 2, 22, 82, 'STU2500082', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3103, 2, 22, 197, 'STU2500197', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3104, 2, 22, 222, 'STU2500222', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(3105, 5, 51, 167, 'STU2500167', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3106, 5, 51, 73, 'STU2500073', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3107, 5, 51, 143, 'STU2500143', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3108, 5, 51, 93, 'STU2500093', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3109, 5, 51, 255, 'STU2500255', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3110, 5, 51, 233, 'STU2500233', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3111, 5, 51, 29, 'STU2500029', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3112, 5, 51, 210, 'STU2500210', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3113, 5, 51, 17, 'STU2500017', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3114, 5, 51, 205, 'STU2500205', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 73, '2026-01-11 17:16:03', '2026-01-11 17:16:03'), +(3115, 1, 10, 160, 'STU2500160', '2026-01-11', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:39', '2026-01-11 17:57:39'), +(3116, 1, 10, 183, 'STU2500183', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:43', '2026-01-11 17:57:43'), +(3117, 1, 10, 180, 'STU2500180', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:44', '2026-01-11 17:57:44'), +(3118, 1, 10, 221, 'STU2500221', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:46', '2026-01-11 17:57:46'), +(3119, 1, 10, 235, 'STU2500235', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:48', '2026-01-11 17:57:48'), +(3120, 1, 10, 52, 'STU2500052', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:49', '2026-01-11 17:57:49'), +(3121, 1, 10, 227, 'STU2500227', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:50', '2026-01-11 17:57:50'), +(3122, 1, 10, 56, 'STU2500056', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:53', '2026-01-11 17:57:53'), +(3123, 1, 10, 229, 'STU2500229', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:56', '2026-01-11 17:57:56'), +(3124, 1, 10, 214, 'STU2500214', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:57:58', '2026-01-11 17:58:05'), +(3125, 1, 10, 131, 'STU2500131', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:58:08', '2026-01-11 17:58:08'), +(3126, 1, 10, 211, 'STU2500211', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 17:58:09', '2026-01-11 17:58:09'), +(3127, 3, 32, 168, 'STU2500168', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:24', '2026-01-11 18:00:24'), +(3128, 3, 32, 7, 'STU2500007', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:26', '2026-01-11 18:00:26'), +(3129, 3, 32, 220, 'STU2500220', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:27', '2026-01-11 18:00:27'), +(3130, 3, 32, 189, 'STU2500189', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:30', '2026-01-11 18:00:30'), +(3131, 3, 32, 54, 'STU2500054', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:31', '2026-01-11 18:00:31'), +(3132, 3, 32, 169, 'STU2500169', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:35', '2026-01-11 18:00:35'), +(3133, 3, 32, 179, 'STU2500179', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:37', '2026-01-11 18:00:37'), +(3134, 3, 32, 185, 'STU2500185', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:39', '2026-01-11 18:00:39'), +(3135, 3, 32, 145, 'STU2500145', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:41', '2026-01-11 18:00:41'), +(3136, 3, 32, 18, 'STU2500018', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:00:43', '2026-01-11 18:00:43'), +(3137, 3, 32, 144, 'STU2500144', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:01:08', '2026-01-11 18:01:08'), +(3138, 3, 32, 130, 'STU2500130', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:01:09', '2026-01-11 18:01:09'), +(3139, 3, 32, 74, 'STU2500074', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:01:10', '2026-01-11 18:01:10'), +(3140, 3, 32, 123, 'STU2500123', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:01:12', '2026-01-11 18:01:12'), +(3141, 3, 32, 8, 'STU2500008', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:01:18', '2026-01-11 18:01:18'), +(3142, 6, 60, 170, 'STU2500170', '2026-01-11', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:02:57', '2026-01-11 18:02:57'), +(3143, 6, 60, 120, 'STU2500120', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:05:48', '2026-01-11 18:05:48'), +(3144, 6, 60, 37, 'STU2500037', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:05:50', '2026-01-11 18:05:50'), +(3145, 6, 60, 90, 'STU2500090', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:05:52', '2026-01-11 18:05:52'), +(3146, 6, 60, 137, 'STU2500137', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:03', '2026-01-11 18:06:03'), +(3147, 6, 60, 198, 'STU2500198', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:19', '2026-01-11 18:06:19'), +(3148, 6, 60, 193, 'STU2500193', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:26', '2026-01-11 18:06:26'), +(3149, 6, 60, 161, 'STU2500161', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:28', '2026-01-11 18:06:28'), +(3150, 6, 60, 9, 'STU2500009', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:34', '2026-01-11 18:06:34'), +(3151, 6, 60, 10, 'STU2500010', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:36', '2026-01-11 18:06:36'), +(3152, 6, 60, 139, 'STU2500139', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:38', '2026-01-11 18:06:38'), +(3153, 6, 60, 258, 'STU2500258', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:39', '2026-01-11 18:06:39'), +(3154, 6, 60, 77, 'STU2500077', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:06:43', '2026-01-11 18:06:43'), +(3155, 8, 80, 149, 'STU2500149', '2026-01-11', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:16', '2026-01-11 18:08:16'), +(3156, 8, 80, 240, 'STU2500240', '2026-01-11', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:21', '2026-01-11 18:08:21'), +(3157, 8, 80, 84, 'STU2500084', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:26', '2026-01-11 18:08:26'), +(3158, 8, 80, 39, 'STU2500039', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:28', '2026-01-11 18:08:28'), +(3159, 8, 80, 257, 'STU2500257', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:30', '2026-01-11 18:08:30'), +(3160, 8, 80, 11, 'STU2500011', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:32', '2026-01-11 18:08:32'), +(3161, 8, 80, 62, 'STU2500062', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:34', '2026-01-11 18:08:34'), +(3162, 8, 80, 53, 'STU2500053', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:37', '2026-01-11 18:08:37'), +(3163, 8, 80, 49, 'STU2500049', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:45', '2026-01-11 18:08:45'), +(3164, 8, 80, 142, 'STU2500142', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:47', '2026-01-11 18:08:47'), +(3165, 8, 80, 124, 'STU2500124', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:49', '2026-01-11 18:08:49'), +(3166, 8, 80, 15, 'STU2500015', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:52', '2026-01-11 18:08:52'), +(3167, 8, 80, 71, 'STU2500071', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:54', '2026-01-11 18:08:54'), +(3168, 8, 80, 35, 'STU2500035', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:08:57', '2026-01-11 18:08:57'), +(3169, 8, 80, 76, 'STU2500076', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:09:03', '2026-01-11 18:09:03'), +(3170, 8, 80, 190, 'STU2500190', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:09:05', '2026-01-11 18:09:05'), +(3171, 8, 80, 207, 'STU2500207', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:09:07', '2026-01-11 18:09:07'), +(3172, 8, 80, 192, 'STU2500192', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:09:09', '2026-01-11 18:09:09'), +(3173, 8, 80, 34, 'STU2500034', '2026-01-11', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 2, '2026-01-11 18:09:10', '2026-01-11 18:09:10'), +(3174, 1, 10, 215, 'STU2500215', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 0, '2026-01-18 15:11:44', '2026-01-18 15:11:44'), +(3175, 3, 32, 168, 'STU2500168', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3176, 3, 32, 7, 'STU2500007', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3177, 3, 32, 220, 'STU2500220', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3178, 3, 32, 189, 'STU2500189', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3179, 3, 32, 54, 'STU2500054', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3180, 3, 32, 169, 'STU2500169', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3181, 3, 32, 179, 'STU2500179', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3182, 3, 32, 185, 'STU2500185', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3183, 3, 32, 145, 'STU2500145', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3184, 3, 32, 213, 'STU2500213', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3185, 3, 32, 18, 'STU2500018', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3186, 3, 32, 144, 'STU2500144', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3187, 3, 32, 130, 'STU2500130', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3188, 3, 32, 74, 'STU2500074', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3189, 3, 32, 165, 'STU2500165', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3190, 3, 32, 123, 'STU2500123', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3191, 3, 32, 8, 'STU2500008', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 84, '2026-01-18 15:11:53', '2026-01-18 15:11:53'), +(3192, 4, 41, 248, 'STU2500248', '2026-01-18', 'late', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:12:42', '2026-01-18 15:35:21'), +(3193, 13, 1, 250, 'STU2500250', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 0, '2026-01-18 15:13:46', '2026-01-18 15:13:46'), +(3194, 2, 21, 249, 'STU2500249', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 0, '2026-01-18 15:14:11', '2026-01-18 15:14:11'), +(3195, 12, 120, 251, 'STU2500251', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 15:17:58', '2026-01-18 18:44:24'), +(3196, 12, 120, 252, 'STU2500252', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 15:18:28', '2026-01-18 18:44:24'), +(3197, 2, 21, 176, 'STU2500176', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 24, '2026-01-18 15:22:45', '2026-01-18 15:22:45'), +(3198, 2, 21, 112, 'STU2500112', '2026-01-18', 'absent', 'Parent-reported — Stomach flu', 'yes', 'no', 'Fall', '2025-2026', 74, '2026-01-18 15:23:51', '2026-01-18 15:23:51'), +(3199, 13, 1, 113, 'STU2500113', '2026-01-18', 'absent', 'Parent-reported — Stomach flu', 'yes', 'no', 'Fall', '2025-2026', 74, '2026-01-18 15:23:51', '2026-01-18 15:23:51'), +(3200, 4, 41, 111, 'STU2500111', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 15:23:51', '2026-01-18 16:52:21'), +(3201, 3, 31, 171, 'STU2500171', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3202, 3, 31, 21, 'STU2500021', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3203, 3, 31, 199, 'STU2500199', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3204, 3, 31, 30, 'STU2500030', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3205, 3, 31, 68, 'STU2500068', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3206, 3, 31, 78, 'STU2500078', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3207, 3, 31, 44, 'STU2500044', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3208, 3, 31, 57, 'STU2500057', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3209, 3, 31, 234, 'STU2500234', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3210, 3, 31, 70, 'STU2500070', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3211, 3, 31, 20, 'STU2500020', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3212, 3, 31, 64, 'STU2500064', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3213, 3, 31, 196, 'STU2500196', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3214, 3, 31, 16, 'STU2500016', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3215, 3, 31, 245, 'STU2500245', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3216, 3, 31, 127, 'STU2500127', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3217, 3, 31, 81, 'STU2500081', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 155, '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(3218, 3, 31, 19, 'STU2500019', '2026-01-18', 'late', '—', 'yes', 'no', 'Fall', '2025-2026', 24, '2026-01-18 15:29:04', '2026-01-18 15:57:50'), +(3219, 12, 120, 246, 'STU2500246', '2026-01-18', 'late', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 15:30:34', '2026-01-18 18:44:24'), +(3220, 2, 21, 146, 'STU2500146', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3221, 2, 21, 141, 'STU2500141', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3222, 2, 21, 45, 'STU2500045', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3223, 2, 21, 173, 'STU2500173', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3224, 2, 21, 86, 'STU2500086', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3225, 2, 21, 105, 'STU2500105', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3226, 2, 21, 256, 'STU2500256', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3227, 2, 21, 200, 'STU2500200', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3228, 2, 21, 226, 'STU2500226', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3229, 2, 21, 217, 'STU2500217', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3230, 2, 21, 157, 'STU2500157', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3231, 2, 21, 36, 'STU2500036', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3232, 2, 21, 43, 'STU2500043', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3233, 2, 21, 147, 'STU2500147', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3234, 2, 21, 206, 'STU2500206', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 71, '2026-01-18 15:31:16', '2026-01-18 15:31:16'), +(3235, 7, 70, 242, 'STU2500242', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 15:32:38', '2026-01-18 16:51:16'), +(3236, 12, 120, 241, 'STU2500241', '2026-01-18', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 15:33:03', '2026-01-18 18:44:24'), +(3237, 4, 42, 85, 'STU2500085', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3238, 4, 42, 118, 'STU2500118', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3239, 4, 42, 40, 'STU2500040', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 15:33:13', '2026-01-18 16:53:39'), +(3240, 4, 42, 106, 'STU2500106', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3241, 4, 42, 231, 'STU2500231', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3242, 4, 42, 138, 'STU2500138', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3243, 4, 42, 135, 'STU2500135', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3244, 4, 42, 55, 'STU2500055', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3245, 4, 42, 177, 'STU2500177', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3246, 4, 42, 51, 'STU2500051', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3247, 4, 42, 33, 'STU2500033', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3248, 4, 42, 63, 'STU2500063', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3249, 4, 42, 140, 'STU2500140', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3250, 4, 42, 218, 'STU2500218', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 129, '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(3251, 4, 41, 12, 'STU2500012', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3252, 4, 41, 121, 'STU2500121', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3253, 4, 41, 216, 'STU2500216', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3254, 4, 41, 13, 'STU2500013', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3255, 4, 41, 156, 'STU2500156', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3256, 4, 41, 115, 'STU2500115', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3257, 4, 41, 109, 'STU2500109', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3258, 4, 41, 27, 'STU2500027', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3259, 4, 41, 152, 'STU2500152', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3260, 4, 41, 129, 'STU2500129', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3261, 4, 41, 202, 'STU2500202', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 160, '2026-01-18 15:35:21', '2026-01-18 15:35:21'), +(3262, 2, 22, 92, 'STU2500092', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3263, 2, 22, 41, 'STU2500041', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3264, 2, 22, 14, 'STU2500014', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3265, 2, 22, 58, 'STU2500058', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3266, 2, 22, 80, 'STU2500080', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3267, 2, 22, 104, 'STU2500104', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3268, 2, 22, 182, 'STU2500182', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3269, 2, 22, 228, 'STU2500228', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3270, 2, 22, 97, 'STU2500097', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3271, 2, 22, 178, 'STU2500178', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3272, 2, 22, 153, 'STU2500153', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3273, 2, 22, 79, 'STU2500079', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3274, 2, 22, 82, 'STU2500082', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3275, 2, 22, 197, 'STU2500197', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3276, 2, 22, 222, 'STU2500222', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 132, '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(3277, 9, 90, 212, 'STU2500212', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3278, 9, 90, 204, 'STU2500204', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3279, 9, 90, 102, 'STU2500102', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3280, 9, 90, 208, 'STU2500208', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3281, 9, 90, 69, 'STU2500069', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3282, 9, 90, 223, 'STU2500223', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3283, 9, 90, 162, 'STU2500162', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3284, 9, 90, 48, 'STU2500048', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3285, 9, 90, 154, 'STU2500154', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3286, 9, 90, 108, 'STU2500108', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3287, 9, 90, 116, 'STU2500116', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 138, '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(3288, 6, 60, 120, 'STU2500120', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3289, 6, 60, 37, 'STU2500037', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3290, 6, 60, 90, 'STU2500090', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3291, 6, 60, 137, 'STU2500137', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3292, 6, 60, 198, 'STU2500198', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3293, 6, 60, 209, 'STU2500209', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3294, 6, 60, 193, 'STU2500193', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3295, 6, 60, 161, 'STU2500161', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3296, 6, 60, 254, 'STU2500254', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3297, 6, 60, 9, 'STU2500009', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3298, 6, 60, 10, 'STU2500010', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3299, 6, 60, 139, 'STU2500139', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3300, 6, 60, 258, 'STU2500258', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3301, 6, 60, 170, 'STU2500170', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3302, 6, 60, 191, 'STU2500191', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3303, 6, 60, 77, 'STU2500077', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 83, '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(3304, 7, 70, 26, 'STU2500026', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3305, 7, 70, 91, 'STU2500091', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3306, 7, 70, 32, 'STU2500032', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3307, 7, 70, 28, 'STU2500028', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3308, 7, 70, 126, 'STU2500126', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3309, 7, 70, 72, 'STU2500072', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3310, 7, 70, 1, 'STU2500002', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3311, 7, 70, 151, 'STU2500151', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3312, 7, 70, 94, 'STU2500094', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3313, 7, 70, 158, 'STU2500158', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3314, 7, 70, 230, 'STU2500230', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3315, 7, 70, 66, 'STU2500066', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3316, 7, 70, 67, 'STU2500067', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3317, 7, 70, 6, 'STU2500006', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3318, 7, 70, 187, 'STU2500187', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 15:46:18', '2026-01-18 16:55:39'), +(3319, 7, 70, 117, 'STU2500117', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3320, 7, 70, 119, 'STU2500119', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 79, '2026-01-18 15:46:18', '2026-01-18 15:46:18'), +(3321, 5, 52, 125, 'STU2500125', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3322, 5, 52, 50, 'STU2500050', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3323, 5, 52, 103, 'STU2500103', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3324, 5, 52, 195, 'STU2500195', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3325, 5, 52, 60, 'STU2500060', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3326, 5, 52, 2, 'STU2500001', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3327, 5, 52, 22, 'STU2500022', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3328, 5, 52, 186, 'STU2500186', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3329, 5, 52, 25, 'STU2500025', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3330, 5, 52, 194, 'STU2500194', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3331, 5, 52, 188, 'STU2500188', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 15:55:35', '2026-01-18 16:55:57'), +(3332, 5, 52, 224, 'STU2500224', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3333, 5, 52, 244, 'STU2500244', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3334, 5, 52, 42, 'STU2500042', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 40, '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(3335, 13, 1, 184, 'STU2500184', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3336, 13, 1, 122, 'STU2500122', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3337, 13, 1, 83, 'STU2500083', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 16:01:38', '2026-01-18 16:55:02'), +(3338, 13, 1, 128, 'STU2500128', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 16:01:38', '2026-01-18 16:54:48'), +(3339, 13, 1, 87, 'STU2500087', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3340, 13, 1, 166, 'STU2500166', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3341, 13, 1, 110, 'STU2500110', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3342, 13, 1, 175, 'STU2500175', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3343, 13, 1, 232, 'STU2500232', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3344, 13, 1, 174, 'STU2500174', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3345, 13, 1, 98, 'STU2500098', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 115, '2026-01-18 16:01:38', '2026-01-18 16:01:38'), +(3346, 5, 51, 167, 'STU2500167', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3347, 5, 51, 73, 'STU2500073', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3348, 5, 51, 143, 'STU2500143', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3349, 5, 51, 93, 'STU2500093', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3350, 5, 51, 255, 'STU2500255', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3351, 5, 51, 150, 'STU2500150', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3352, 5, 51, 233, 'STU2500233', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3353, 5, 51, 29, 'STU2500029', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3354, 5, 51, 210, 'STU2500210', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3355, 5, 51, 17, 'STU2500017', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3356, 5, 51, 205, 'STU2500205', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3357, 5, 51, 164, 'STU2500164', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 161, '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(3358, 1, 10, 183, 'STU2500183', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3359, 1, 10, 180, 'STU2500180', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3360, 1, 10, 221, 'STU2500221', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3361, 1, 10, 235, 'STU2500235', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3362, 1, 10, 52, 'STU2500052', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3363, 1, 10, 227, 'STU2500227', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3364, 1, 10, 159, 'STU2500159', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3365, 1, 10, 160, 'STU2500160', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3366, 1, 10, 56, 'STU2500056', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3367, 1, 10, 229, 'STU2500229', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3368, 1, 10, 214, 'STU2500214', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3369, 1, 10, 131, 'STU2500131', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3370, 1, 10, 211, 'STU2500211', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 3, '2026-01-18 16:37:59', '2026-01-18 16:37:59'), +(3371, 8, 80, 84, 'STU2500084', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3372, 8, 80, 39, 'STU2500039', '2026-01-18', 'absent', '—', 'yes', 'no', 'Fall', '2025-2026', 108, '2026-01-18 16:39:07', '2026-01-18 16:54:11'), +(3373, 8, 80, 257, 'STU2500257', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3374, 8, 80, 11, 'STU2500011', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3375, 8, 80, 62, 'STU2500062', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3376, 8, 80, 89, 'STU2500089', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3377, 8, 80, 53, 'STU2500053', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3378, 8, 80, 49, 'STU2500049', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3379, 8, 80, 142, 'STU2500142', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3380, 8, 80, 124, 'STU2500124', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3381, 8, 80, 15, 'STU2500015', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3382, 8, 80, 71, 'STU2500071', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3383, 8, 80, 149, 'STU2500149', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3384, 8, 80, 35, 'STU2500035', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3385, 8, 80, 240, 'STU2500240', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3386, 8, 80, 76, 'STU2500076', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3387, 8, 80, 190, 'STU2500190', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3388, 8, 80, 207, 'STU2500207', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3389, 8, 80, 192, 'STU2500192', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3390, 8, 80, 34, 'STU2500034', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 74, '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(3391, 12, 120, 259, 'STU2500259', '2026-01-18', 'absent', '—', 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 16:56:44', '2026-01-18 18:44:24'), +(3392, 12, 120, 225, 'STU2500225', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3393, 12, 120, 88, 'STU2500088', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3394, 12, 120, 238, 'STU2500238', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3395, 12, 120, 38, 'STU2500038', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3396, 12, 120, 59, 'STU2500059', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3397, 12, 120, 247, 'STU2500247', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3398, 12, 120, 107, 'STU2500107', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3399, 12, 120, 96, 'STU2500096', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3400, 12, 120, 95, 'STU2500095', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3401, 12, 120, 114, 'STU2500114', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3402, 12, 120, 181, 'STU2500181', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3403, 12, 120, 136, 'STU2500136', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3404, 12, 120, 237, 'STU2500237', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3405, 12, 120, 31, 'STU2500031', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3406, 12, 120, 203, 'STU2500203', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3407, 12, 120, 236, 'STU2500236', '2026-01-18', 'absent', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3408, 12, 120, 201, 'STU2500201', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3409, 12, 120, 47, 'STU2500047', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3410, 12, 120, 61, 'STU2500061', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3411, 12, 120, 46, 'STU2500046', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3412, 12, 120, 239, 'STU2500239', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3413, 12, 120, 253, 'STU2500253', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3414, 12, 120, 219, 'STU2500219', '2026-01-18', 'present', NULL, 'no', 'no', 'Fall', '2025-2026', 99, '2026-01-18 18:44:24', '2026-01-18 18:44:24'), +(3415, 12, 120, 46, 'STU2500046', '2026-02-01', 'absent', 'Parent-reported — Sarah will be going for a ski retreat with about 50 Muslim teenagers as part of the ARKANUM program', 'no', 'no', 'Spring', '2025-2026', 94, '2026-01-31 14:12:12', '2026-02-01 16:19:01'), +(3416, 13, 1, 250, 'STU2500250', '2026-02-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 200, '2026-02-01 15:07:41', '2026-02-01 15:07:41'), +(3417, 9, 90, 212, 'STU2500212', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3418, 9, 90, 204, 'STU2500204', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3419, 9, 90, 102, 'STU2500102', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3420, 9, 90, 208, 'STU2500208', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(3421, 9, 90, 69, 'STU2500069', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 17:47:51'), +(3422, 9, 90, 223, 'STU2500223', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3423, 9, 90, 162, 'STU2500162', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3424, 9, 90, 48, 'STU2500048', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3425, 9, 90, 154, 'STU2500154', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3426, 9, 90, 108, 'STU2500108', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3427, 9, 90, 116, 'STU2500116', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(3428, 12, 120, 247, 'STU2500247', '2026-02-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 15:11:44', '2026-02-01 16:19:01'), +(3429, 7, 70, 158, 'STU2500158', '2026-02-01', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-02-01 15:12:32', '2026-03-01 17:48:00'), +(3430, 6, 60, 198, 'STU2500198', '2026-02-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-02-01 15:13:22', '2026-02-01 15:13:22'), +(3431, 2, 22, 178, 'STU2500178', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:15:15', '2026-02-01 15:42:34'), +(3432, 4, 42, 177, 'STU2500177', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:15:15', '2026-02-01 17:40:04'), +(3433, 5, 52, 125, 'STU2500125', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3434, 5, 52, 50, 'STU2500050', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3435, 5, 52, 100, 'STU2500100', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3436, 5, 52, 103, 'STU2500103', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3437, 5, 52, 195, 'STU2500195', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3438, 5, 52, 60, 'STU2500060', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:23:48', '2026-02-17 23:19:38'), +(3439, 5, 52, 2, 'STU2500001', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3440, 5, 52, 22, 'STU2500022', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3441, 5, 52, 186, 'STU2500186', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3442, 5, 52, 25, 'STU2500025', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3443, 5, 52, 194, 'STU2500194', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3444, 5, 52, 188, 'STU2500188', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:23:48', '2026-02-01 15:47:37'), +(3445, 5, 52, 224, 'STU2500224', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3446, 5, 52, 244, 'STU2500244', '2026-02-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-02-01 15:23:48', '2026-02-01 16:11:38'), +(3447, 5, 52, 42, 'STU2500042', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(3448, 3, 32, 168, 'STU2500168', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3449, 3, 32, 7, 'STU2500007', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3450, 3, 32, 220, 'STU2500220', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:24:16', '2026-02-01 15:30:33'), +(3451, 3, 32, 75, 'STU2500075', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 1, '2026-02-01 15:24:16', '2026-02-10 07:26:03'), +(3452, 3, 32, 189, 'STU2500189', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3453, 3, 32, 54, 'STU2500054', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3454, 3, 32, 169, 'STU2500169', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3455, 3, 32, 179, 'STU2500179', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3456, 3, 32, 185, 'STU2500185', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3457, 3, 32, 145, 'STU2500145', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3458, 3, 32, 213, 'STU2500213', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3459, 3, 32, 18, 'STU2500018', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3460, 3, 32, 144, 'STU2500144', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3461, 3, 32, 130, 'STU2500130', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3462, 3, 32, 74, 'STU2500074', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3463, 3, 32, 165, 'STU2500165', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3464, 3, 32, 123, 'STU2500123', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3465, 3, 32, 8, 'STU2500008', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(3466, 7, 70, 26, 'STU2500026', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3467, 7, 70, 91, 'STU2500091', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3468, 7, 70, 32, 'STU2500032', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3469, 7, 70, 242, 'STU2500242', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3470, 7, 70, 28, 'STU2500028', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3471, 7, 70, 126, 'STU2500126', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3472, 7, 70, 72, 'STU2500072', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3473, 7, 70, 1, 'STU2500002', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3474, 7, 70, 151, 'STU2500151', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3475, 7, 70, 94, 'STU2500094', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3476, 7, 70, 230, 'STU2500230', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3477, 7, 70, 66, 'STU2500066', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3478, 7, 70, 67, 'STU2500067', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3479, 7, 70, 6, 'STU2500006', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3480, 7, 70, 187, 'STU2500187', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:27:42', '2026-02-01 15:47:57'), +(3481, 7, 70, 117, 'STU2500117', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3482, 7, 70, 119, 'STU2500119', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-01 15:27:42', '2026-02-01 15:27:42'), +(3483, 2, 22, 92, 'STU2500092', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3484, 2, 22, 101, 'STU2500101', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3485, 2, 22, 41, 'STU2500041', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3486, 2, 22, 14, 'STU2500014', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3487, 2, 22, 58, 'STU2500058', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3488, 2, 22, 80, 'STU2500080', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3489, 2, 22, 104, 'STU2500104', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3490, 2, 22, 182, 'STU2500182', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3491, 2, 22, 228, 'STU2500228', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3492, 2, 22, 97, 'STU2500097', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3493, 2, 22, 153, 'STU2500153', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3494, 2, 22, 79, 'STU2500079', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3495, 2, 22, 82, 'STU2500082', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3496, 2, 22, 197, 'STU2500197', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:29:09', '2026-02-17 23:24:40'), +(3497, 2, 22, 222, 'STU2500222', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(3498, 1, 10, 52, 'STU2500052', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:31:04', '2026-02-01 15:31:04'), +(3499, 4, 41, 12, 'STU2500012', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3500, 4, 41, 121, 'STU2500121', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3501, 4, 41, 216, 'STU2500216', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:31:40', '2026-02-01 15:33:46'), +(3502, 4, 41, 13, 'STU2500013', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3503, 4, 41, 156, 'STU2500156', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:31:40', '2026-02-01 15:35:35'), +(3504, 4, 41, 115, 'STU2500115', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3505, 4, 41, 109, 'STU2500109', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3506, 4, 41, 248, 'STU2500248', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3507, 4, 41, 27, 'STU2500027', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3508, 4, 41, 152, 'STU2500152', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3509, 4, 41, 111, 'STU2500111', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3510, 4, 41, 129, 'STU2500129', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3511, 4, 41, 202, 'STU2500202', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(3512, 2, 21, 217, 'STU2500217', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:34:01', '2026-02-01 15:34:01'), +(3513, 2, 21, 157, 'STU2500157', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:35:54', '2026-02-01 15:35:54'), +(3514, 8, 80, 84, 'STU2500084', '2026-02-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:41:05', '2026-02-01 15:41:15'), +(3515, 4, 42, 85, 'STU2500085', '2026-02-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:41:40', '2026-02-17 23:41:27'), +(3516, 4, 42, 118, 'STU2500118', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3517, 4, 42, 40, 'STU2500040', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3518, 4, 42, 106, 'STU2500106', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3519, 4, 42, 231, 'STU2500231', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3520, 4, 42, 138, 'STU2500138', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3521, 4, 42, 135, 'STU2500135', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3522, 4, 42, 55, 'STU2500055', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3523, 4, 42, 51, 'STU2500051', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3524, 4, 42, 33, 'STU2500033', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3525, 4, 42, 63, 'STU2500063', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3526, 4, 42, 140, 'STU2500140', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3527, 4, 42, 218, 'STU2500218', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-02-01 15:46:29', '2026-02-01 15:46:29'), +(3528, 12, 120, 238, 'STU2500238', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:47:11', '2026-02-17 23:44:55'), +(3529, 8, 80, 89, 'STU2500089', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 15:49:28', '2026-02-01 15:49:28'), +(3530, 2, 21, 146, 'STU2500146', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3531, 2, 21, 249, 'STU2500249', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3532, 2, 21, 176, 'STU2500176', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3533, 2, 21, 112, 'STU2500112', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3534, 2, 21, 141, 'STU2500141', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3535, 2, 21, 45, 'STU2500045', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3536, 2, 21, 173, 'STU2500173', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3537, 2, 21, 86, 'STU2500086', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3538, 2, 21, 105, 'STU2500105', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3539, 2, 21, 256, 'STU2500256', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3540, 2, 21, 200, 'STU2500200', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3541, 2, 21, 226, 'STU2500226', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3542, 2, 21, 36, 'STU2500036', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3543, 2, 21, 43, 'STU2500043', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3544, 2, 21, 147, 'STU2500147', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3545, 2, 21, 206, 'STU2500206', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-02-01 15:58:15'), +(3546, 1, 10, 183, 'STU2500183', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3547, 1, 10, 180, 'STU2500180', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3548, 1, 10, 221, 'STU2500221', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3549, 1, 10, 235, 'STU2500235', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3550, 1, 10, 227, 'STU2500227', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3551, 1, 10, 159, 'STU2500159', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3552, 1, 10, 160, 'STU2500160', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3553, 1, 10, 215, 'STU2500215', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3554, 1, 10, 56, 'STU2500056', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3555, 1, 10, 229, 'STU2500229', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3556, 1, 10, 214, 'STU2500214', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3557, 1, 10, 131, 'STU2500131', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3558, 1, 10, 211, 'STU2500211', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-01 16:04:39', '2026-02-01 16:04:39'), +(3559, 8, 80, 99, 'STU2500099', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3560, 8, 80, 39, 'STU2500039', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3561, 8, 80, 257, 'STU2500257', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3562, 8, 80, 11, 'STU2500011', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3563, 8, 80, 62, 'STU2500062', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3564, 8, 80, 53, 'STU2500053', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3565, 8, 80, 49, 'STU2500049', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3566, 8, 80, 142, 'STU2500142', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3567, 8, 80, 124, 'STU2500124', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3568, 8, 80, 163, 'STU2500163', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3569, 8, 80, 15, 'STU2500015', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3570, 8, 80, 71, 'STU2500071', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3571, 8, 80, 149, 'STU2500149', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 17:56:28'), +(3572, 8, 80, 35, 'STU2500035', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3573, 8, 80, 240, 'STU2500240', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 17:53:26'), +(3574, 8, 80, 76, 'STU2500076', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3575, 8, 80, 190, 'STU2500190', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3576, 8, 80, 207, 'STU2500207', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3577, 8, 80, 192, 'STU2500192', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3578, 8, 80, 34, 'STU2500034', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(3579, 3, 31, 171, 'STU2500171', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3580, 3, 31, 21, 'STU2500021', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3581, 3, 31, 199, 'STU2500199', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3582, 3, 31, 30, 'STU2500030', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3583, 3, 31, 68, 'STU2500068', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3584, 3, 31, 78, 'STU2500078', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3585, 3, 31, 44, 'STU2500044', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3586, 3, 31, 57, 'STU2500057', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3587, 3, 31, 234, 'STU2500234', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3588, 3, 31, 70, 'STU2500070', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3589, 3, 31, 20, 'STU2500020', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3590, 3, 31, 64, 'STU2500064', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3591, 3, 31, 196, 'STU2500196', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3592, 3, 31, 16, 'STU2500016', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3593, 3, 31, 245, 'STU2500245', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3594, 3, 31, 127, 'STU2500127', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3595, 3, 31, 81, 'STU2500081', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3596, 3, 31, 19, 'STU2500019', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(3597, 5, 51, 167, 'STU2500167', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3598, 5, 51, 73, 'STU2500073', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3599, 5, 51, 143, 'STU2500143', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3600, 5, 51, 93, 'STU2500093', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3601, 5, 51, 255, 'STU2500255', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3602, 5, 51, 150, 'STU2500150', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3603, 5, 51, 233, 'STU2500233', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3604, 5, 51, 29, 'STU2500029', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3605, 5, 51, 210, 'STU2500210', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3606, 5, 51, 17, 'STU2500017', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3607, 5, 51, 205, 'STU2500205', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3608, 5, 51, 164, 'STU2500164', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(3609, 13, 1, 184, 'STU2500184', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3610, 13, 1, 122, 'STU2500122', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3611, 13, 1, 83, 'STU2500083', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3612, 13, 1, 128, 'STU2500128', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3613, 13, 1, 87, 'STU2500087', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3614, 13, 1, 166, 'STU2500166', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3615, 13, 1, 110, 'STU2500110', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3616, 13, 1, 175, 'STU2500175', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3617, 13, 1, 232, 'STU2500232', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3618, 13, 1, 174, 'STU2500174', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3619, 13, 1, 98, 'STU2500098', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3620, 13, 1, 113, 'STU2500113', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-02-01 16:17:17'), +(3621, 6, 60, 120, 'STU2500120', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3622, 6, 60, 37, 'STU2500037', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3623, 6, 60, 90, 'STU2500090', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3624, 6, 60, 137, 'STU2500137', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3625, 6, 60, 209, 'STU2500209', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3626, 6, 60, 193, 'STU2500193', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3627, 6, 60, 161, 'STU2500161', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3628, 6, 60, 254, 'STU2500254', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3629, 6, 60, 9, 'STU2500009', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3630, 6, 60, 10, 'STU2500010', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3631, 6, 60, 139, 'STU2500139', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3632, 6, 60, 258, 'STU2500258', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 4, '2026-02-01 16:17:43', '2026-02-04 03:44:43'), +(3633, 6, 60, 170, 'STU2500170', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3634, 6, 60, 77, 'STU2500077', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-02-01 16:17:43'), +(3635, 12, 120, 225, 'STU2500225', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3636, 12, 120, 88, 'STU2500088', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3637, 12, 120, 38, 'STU2500038', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3638, 12, 120, 59, 'STU2500059', '2026-02-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 16:19:01', '2026-02-17 23:18:24'), +(3639, 12, 120, 107, 'STU2500107', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3640, 12, 120, 96, 'STU2500096', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3641, 12, 120, 252, 'STU2500252', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3642, 12, 120, 246, 'STU2500246', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3643, 12, 120, 251, 'STU2500251', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3644, 12, 120, 95, 'STU2500095', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-03-01 17:13:52'), +(3645, 12, 120, 114, 'STU2500114', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3646, 12, 120, 181, 'STU2500181', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 17:32:33'), +(3647, 12, 120, 136, 'STU2500136', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3648, 12, 120, 237, 'STU2500237', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 17:38:08'), +(3649, 12, 120, 31, 'STU2500031', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3650, 12, 120, 203, 'STU2500203', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3651, 12, 120, 236, 'STU2500236', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 17:49:57'), +(3652, 12, 120, 201, 'STU2500201', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3653, 12, 120, 47, 'STU2500047', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3654, 12, 120, 61, 'STU2500061', '2026-02-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-03-01 16:39:49'), +(3655, 12, 120, 239, 'STU2500239', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3656, 12, 120, 253, 'STU2500253', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3657, 12, 120, 259, 'STU2500259', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3658, 12, 120, 241, 'STU2500241', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3659, 12, 120, 219, 'STU2500219', '2026-02-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(3660, 6, 60, 90, 'STU2500090', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-01 20:18:44', '2026-02-17 23:25:21'), +(3661, 6, 60, 90, 'STU2500090', '2026-02-22', 'absent', 'Parent-reported — Emira will be staying with her sister in Cambridge while her parents are out of town, and won\'t be able to commute to Sunday School. Please provide the homework. Thanks.', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-02-01 20:18:44', '2026-02-01 20:18:44'), +(3662, 6, 60, 254, 'STU2500254', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-07 15:50:58', '2026-02-17 23:31:22'), +(3663, 12, 120, 253, 'STU2500253', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-07 15:50:58', '2026-02-17 23:31:37'), +(3664, 4, 41, 121, 'STU2500121', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-07 16:28:51', '2026-02-17 23:31:58'), +(3665, 2, 21, 176, 'STU2500176', '2026-02-08', 'absent', 'Parent-reported — Sick', 'yes', 'no', 'Spring', '2025-2026', 125, '2026-02-08 02:36:26', '2026-02-08 02:36:26'), +(3666, 12, 120, 114, 'STU2500114', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 19, '2026-02-08 14:30:11', '2026-02-22 17:32:13'), +(3667, 12, 120, 47, 'STU2500047', '2026-02-08', 'absent', 'Parent-reported — Assalamualaikum \r\nWe are in New York City for meeting family from west coast', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 14:33:24', '2026-02-08 16:02:29'), +(3668, 12, 120, 46, 'STU2500046', '2026-02-08', 'absent', 'Parent-reported — Assalamualaikum \r\nWe are in New York City for meeting family from west coast', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 14:33:24', '2026-02-08 16:02:29'), +(3669, 6, 60, 120, 'STU2500120', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3670, 6, 60, 37, 'STU2500037', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3671, 6, 60, 137, 'STU2500137', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3672, 6, 60, 198, 'STU2500198', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3673, 6, 60, 209, 'STU2500209', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3674, 6, 60, 193, 'STU2500193', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3675, 6, 60, 161, 'STU2500161', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3676, 6, 60, 9, 'STU2500009', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3677, 6, 60, 10, 'STU2500010', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3678, 6, 60, 139, 'STU2500139', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3679, 6, 60, 258, 'STU2500258', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3680, 6, 60, 170, 'STU2500170', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3681, 6, 60, 77, 'STU2500077', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(3682, 7, 70, 158, 'STU2500158', '2026-02-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-02-08 15:27:13', '2026-03-01 17:48:00'), +(3683, 3, 32, 168, 'STU2500168', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3684, 3, 32, 7, 'STU2500007', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3685, 3, 32, 220, 'STU2500220', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3686, 3, 32, 75, 'STU2500075', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 1, '2026-02-08 15:36:58', '2026-02-10 07:26:00'), +(3687, 3, 32, 189, 'STU2500189', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3688, 3, 32, 54, 'STU2500054', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3689, 3, 32, 169, 'STU2500169', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3690, 3, 32, 179, 'STU2500179', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3691, 3, 32, 185, 'STU2500185', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3692, 3, 32, 145, 'STU2500145', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3693, 3, 32, 213, 'STU2500213', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3694, 3, 32, 18, 'STU2500018', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3695, 3, 32, 144, 'STU2500144', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3696, 3, 32, 130, 'STU2500130', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3697, 3, 32, 74, 'STU2500074', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3698, 3, 32, 165, 'STU2500165', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3699, 3, 32, 123, 'STU2500123', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3700, 3, 32, 8, 'STU2500008', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(3701, 4, 42, 85, 'STU2500085', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3702, 4, 42, 118, 'STU2500118', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:38:21', '2026-02-17 23:30:43'), +(3703, 4, 42, 40, 'STU2500040', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-22 17:38:27'), +(3704, 4, 42, 106, 'STU2500106', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3705, 4, 42, 231, 'STU2500231', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-03-28 15:10:03'), +(3706, 4, 42, 138, 'STU2500138', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3707, 4, 42, 135, 'STU2500135', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3708, 4, 42, 55, 'STU2500055', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3709, 4, 42, 177, 'STU2500177', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3710, 4, 42, 51, 'STU2500051', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3711, 4, 42, 33, 'STU2500033', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3712, 4, 42, 63, 'STU2500063', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3713, 4, 42, 140, 'STU2500140', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3714, 4, 42, 218, 'STU2500218', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(3715, 3, 31, 171, 'STU2500171', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3716, 3, 31, 21, 'STU2500021', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3717, 3, 31, 199, 'STU2500199', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3718, 3, 31, 30, 'STU2500030', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3719, 3, 31, 68, 'STU2500068', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3720, 3, 31, 78, 'STU2500078', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3721, 3, 31, 44, 'STU2500044', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3722, 3, 31, 57, 'STU2500057', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3723, 3, 31, 234, 'STU2500234', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3724, 3, 31, 70, 'STU2500070', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3725, 3, 31, 20, 'STU2500020', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3726, 3, 31, 64, 'STU2500064', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3727, 3, 31, 196, 'STU2500196', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3728, 3, 31, 16, 'STU2500016', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3729, 3, 31, 245, 'STU2500245', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3730, 3, 31, 127, 'STU2500127', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3731, 3, 31, 81, 'STU2500081', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3732, 3, 31, 19, 'STU2500019', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(3733, 7, 70, 26, 'STU2500026', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3734, 7, 70, 91, 'STU2500091', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3735, 7, 70, 32, 'STU2500032', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3736, 7, 70, 242, 'STU2500242', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3737, 7, 70, 28, 'STU2500028', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3738, 7, 70, 126, 'STU2500126', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3739, 7, 70, 72, 'STU2500072', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3740, 7, 70, 1, 'STU2500002', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3741, 7, 70, 151, 'STU2500151', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3742, 7, 70, 94, 'STU2500094', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-03-01 17:18:15'), +(3743, 7, 70, 230, 'STU2500230', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-03-28 15:10:53'), +(3744, 7, 70, 66, 'STU2500066', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3745, 7, 70, 67, 'STU2500067', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3746, 7, 70, 6, 'STU2500006', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3747, 7, 70, 187, 'STU2500187', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3748, 7, 70, 117, 'STU2500117', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-02-08 15:40:06', '2026-02-08 15:40:06'), +(3749, 7, 70, 119, 'STU2500119', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:40:06', '2026-02-17 23:30:19'), +(3750, 5, 51, 167, 'STU2500167', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3751, 5, 51, 73, 'STU2500073', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3752, 5, 51, 143, 'STU2500143', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3753, 5, 51, 93, 'STU2500093', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-03-01 17:19:53'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(3754, 5, 51, 255, 'STU2500255', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3755, 5, 51, 150, 'STU2500150', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3756, 5, 51, 233, 'STU2500233', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3757, 5, 51, 29, 'STU2500029', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3758, 5, 51, 210, 'STU2500210', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3759, 5, 51, 17, 'STU2500017', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3760, 5, 51, 205, 'STU2500205', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3761, 5, 51, 164, 'STU2500164', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(3762, 1, 10, 183, 'STU2500183', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3763, 1, 10, 180, 'STU2500180', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3764, 1, 10, 221, 'STU2500221', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:46:06', '2026-02-17 23:38:11'), +(3765, 1, 10, 235, 'STU2500235', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3766, 1, 10, 52, 'STU2500052', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3767, 1, 10, 227, 'STU2500227', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:46:06', '2026-02-17 23:37:49'), +(3768, 1, 10, 159, 'STU2500159', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3769, 1, 10, 160, 'STU2500160', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3770, 1, 10, 215, 'STU2500215', '2026-02-08', 'absent', 'Parent-reported — Sick. Nyla had a lot of medical appointments this past week and we caught something. Can you please email the work done in class today and homework for next week and I will have them do it at home? Jazakallah', 'yes', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 16:01:44'), +(3771, 1, 10, 56, 'STU2500056', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3772, 1, 10, 229, 'STU2500229', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3773, 1, 10, 214, 'STU2500214', '2026-02-08', 'absent', 'Parent-reported — Sick. Nyla had a lot of medical appointments this past week and we caught something. Can you please email the work done in class today and homework for next week and I will have them do it at home? Jazakallah', 'yes', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 16:01:44'), +(3774, 1, 10, 131, 'STU2500131', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3775, 1, 10, 211, 'STU2500211', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(3776, 9, 90, 212, 'STU2500212', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3777, 9, 90, 204, 'STU2500204', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3778, 9, 90, 102, 'STU2500102', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3779, 9, 90, 208, 'STU2500208', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3780, 9, 90, 223, 'STU2500223', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:46:35', '2026-02-17 23:42:24'), +(3781, 9, 90, 162, 'STU2500162', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3782, 9, 90, 48, 'STU2500048', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3783, 9, 90, 154, 'STU2500154', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3784, 9, 90, 108, 'STU2500108', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3785, 9, 90, 116, 'STU2500116', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(3786, 4, 41, 12, 'STU2500012', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3787, 4, 41, 216, 'STU2500216', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3788, 4, 41, 13, 'STU2500013', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3789, 4, 41, 156, 'STU2500156', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3790, 4, 41, 115, 'STU2500115', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3791, 4, 41, 109, 'STU2500109', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3792, 4, 41, 248, 'STU2500248', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3793, 4, 41, 27, 'STU2500027', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3794, 4, 41, 152, 'STU2500152', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3795, 4, 41, 111, 'STU2500111', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3796, 4, 41, 129, 'STU2500129', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3797, 4, 41, 202, 'STU2500202', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(3798, 8, 80, 99, 'STU2500099', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3799, 8, 80, 84, 'STU2500084', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3800, 8, 80, 39, 'STU2500039', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3801, 8, 80, 257, 'STU2500257', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3802, 8, 80, 11, 'STU2500011', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3803, 8, 80, 62, 'STU2500062', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3804, 8, 80, 89, 'STU2500089', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:59:21', '2026-02-17 23:40:46'), +(3805, 8, 80, 53, 'STU2500053', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3806, 8, 80, 49, 'STU2500049', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3807, 8, 80, 142, 'STU2500142', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3808, 8, 80, 124, 'STU2500124', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-22 18:05:20'), +(3809, 8, 80, 163, 'STU2500163', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3810, 8, 80, 15, 'STU2500015', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3811, 8, 80, 71, 'STU2500071', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3812, 8, 80, 149, 'STU2500149', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-03-08 16:03:12'), +(3813, 8, 80, 35, 'STU2500035', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3814, 8, 80, 76, 'STU2500076', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3815, 8, 80, 190, 'STU2500190', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3816, 8, 80, 207, 'STU2500207', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3817, 8, 80, 192, 'STU2500192', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3818, 8, 80, 34, 'STU2500034', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(3819, 5, 52, 125, 'STU2500125', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-22 17:40:03'), +(3820, 5, 52, 50, 'STU2500050', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3821, 5, 52, 100, 'STU2500100', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3822, 5, 52, 103, 'STU2500103', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3823, 5, 52, 195, 'STU2500195', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3824, 5, 52, 60, 'STU2500060', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:59:41', '2026-02-17 23:19:40'), +(3825, 5, 52, 2, 'STU2500001', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3826, 5, 52, 22, 'STU2500022', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3827, 5, 52, 186, 'STU2500186', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3828, 5, 52, 25, 'STU2500025', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3829, 5, 52, 194, 'STU2500194', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3830, 5, 52, 188, 'STU2500188', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3831, 5, 52, 224, 'STU2500224', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:59:41', '2026-02-17 23:44:26'), +(3832, 5, 52, 244, 'STU2500244', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3833, 5, 52, 42, 'STU2500042', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(3834, 2, 22, 92, 'STU2500092', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3835, 2, 22, 101, 'STU2500101', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3836, 2, 22, 41, 'STU2500041', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3837, 2, 22, 14, 'STU2500014', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3838, 2, 22, 58, 'STU2500058', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3839, 2, 22, 80, 'STU2500080', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3840, 2, 22, 104, 'STU2500104', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3841, 2, 22, 182, 'STU2500182', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3842, 2, 22, 228, 'STU2500228', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3843, 2, 22, 97, 'STU2500097', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3844, 2, 22, 178, 'STU2500178', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3845, 2, 22, 153, 'STU2500153', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3846, 2, 22, 79, 'STU2500079', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3847, 2, 22, 82, 'STU2500082', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3848, 2, 22, 197, 'STU2500197', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(3849, 2, 22, 222, 'STU2500222', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 15:59:56', '2026-02-17 23:39:08'), +(3850, 2, 21, 146, 'STU2500146', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3851, 2, 21, 249, 'STU2500249', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3852, 2, 21, 112, 'STU2500112', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3853, 2, 21, 141, 'STU2500141', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3854, 2, 21, 45, 'STU2500045', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3855, 2, 21, 173, 'STU2500173', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3856, 2, 21, 86, 'STU2500086', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3857, 2, 21, 105, 'STU2500105', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3858, 2, 21, 256, 'STU2500256', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3859, 2, 21, 200, 'STU2500200', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3860, 2, 21, 226, 'STU2500226', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:01:34', '2026-02-17 23:39:21'), +(3861, 2, 21, 217, 'STU2500217', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3862, 2, 21, 157, 'STU2500157', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3863, 2, 21, 36, 'STU2500036', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3864, 2, 21, 43, 'STU2500043', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3865, 2, 21, 147, 'STU2500147', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3866, 2, 21, 206, 'STU2500206', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(3867, 12, 120, 225, 'STU2500225', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:02:29', '2026-02-17 23:45:08'), +(3868, 12, 120, 88, 'STU2500088', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3869, 12, 120, 238, 'STU2500238', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3870, 12, 120, 38, 'STU2500038', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-22 18:05:39'), +(3871, 12, 120, 59, 'STU2500059', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:02:29', '2026-02-17 23:19:04'), +(3872, 12, 120, 247, 'STU2500247', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3873, 12, 120, 107, 'STU2500107', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3874, 12, 120, 96, 'STU2500096', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:02:29', '2026-02-17 23:29:10'), +(3875, 12, 120, 252, 'STU2500252', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3876, 12, 120, 246, 'STU2500246', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3877, 12, 120, 251, 'STU2500251', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3878, 12, 120, 95, 'STU2500095', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:02:29', '2026-02-17 23:32:40'), +(3879, 12, 120, 136, 'STU2500136', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3880, 12, 120, 237, 'STU2500237', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-22 17:38:54'), +(3881, 12, 120, 31, 'STU2500031', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3882, 12, 120, 203, 'STU2500203', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3883, 12, 120, 236, 'STU2500236', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-03-28 15:05:14'), +(3884, 12, 120, 201, 'STU2500201', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3885, 12, 120, 61, 'STU2500061', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3886, 12, 120, 239, 'STU2500239', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3887, 12, 120, 259, 'STU2500259', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3888, 12, 120, 241, 'STU2500241', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3889, 12, 120, 219, 'STU2500219', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(3890, 13, 1, 250, 'STU2500250', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3891, 13, 1, 184, 'STU2500184', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3892, 13, 1, 122, 'STU2500122', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3893, 13, 1, 83, 'STU2500083', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3894, 13, 1, 128, 'STU2500128', '2026-02-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-08 16:10:14', '2026-02-17 23:45:45'), +(3895, 13, 1, 87, 'STU2500087', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3896, 13, 1, 166, 'STU2500166', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3897, 13, 1, 110, 'STU2500110', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3898, 13, 1, 175, 'STU2500175', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-22 18:06:03'), +(3899, 13, 1, 232, 'STU2500232', '2026-02-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-22 17:39:15'), +(3900, 13, 1, 174, 'STU2500174', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3901, 13, 1, 98, 'STU2500098', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3902, 13, 1, 260, 'STU2600001', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3903, 13, 1, 113, 'STU2500113', '2026-02-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(3904, 3, 31, 30, 'STU2500030', '2026-02-22', 'absent', 'Parent-reported — Family event.', 'yes', 'no', 'Spring', '2025-2026', 22, '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(3905, 7, 70, 28, 'STU2500028', '2026-02-22', 'absent', 'Parent-reported — Family event.', 'yes', 'no', 'Spring', '2025-2026', 22, '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(3906, 5, 51, 29, 'STU2500029', '2026-02-22', 'absent', 'Parent-reported — Family event.', 'yes', 'no', 'Spring', '2025-2026', 22, '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(3907, 7, 70, 242, 'STU2500242', '2026-02-22', 'absent', 'Parent-reported — Traveling to see family', 'yes', 'no', 'Spring', '2025-2026', 187, '2026-02-21 17:14:50', '2026-02-21 17:14:50'), +(3908, 12, 120, 241, 'STU2500241', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-21 17:14:50', '2026-02-22 16:29:29'), +(3909, 2, 21, 112, 'STU2500112', '2026-02-22', 'absent', 'Parent-reported — Mom sick, no ride', 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 14:46:14', '2026-02-22 16:47:13'), +(3910, 13, 1, 113, 'STU2500113', '2026-02-22', 'absent', 'Parent-reported — Mom sick, no ride', 'yes', 'no', 'Spring', '2025-2026', 74, '2026-02-22 14:46:14', '2026-02-22 14:46:17'), +(3911, 4, 41, 111, 'STU2500111', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 14:46:14', '2026-02-22 16:46:49'), +(3912, 12, 120, 47, 'STU2500047', '2026-02-22', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:09:25', '2026-02-22 16:25:12'), +(3913, 12, 120, 46, 'STU2500046', '2026-02-22', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:10:09', '2026-02-22 16:25:12'), +(3914, 9, 90, 212, 'STU2500212', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3915, 9, 90, 204, 'STU2500204', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3916, 9, 90, 102, 'STU2500102', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3917, 9, 90, 208, 'STU2500208', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3918, 9, 90, 223, 'STU2500223', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3919, 9, 90, 162, 'STU2500162', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3920, 9, 90, 48, 'STU2500048', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3921, 9, 90, 154, 'STU2500154', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3922, 9, 90, 108, 'STU2500108', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3923, 9, 90, 116, 'STU2500116', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(3924, 12, 120, 239, 'STU2500239', '2026-02-22', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:10:56', '2026-02-22 16:25:12'), +(3925, 12, 120, 253, 'STU2500253', '2026-02-22', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:12:46', '2026-02-22 16:55:25'), +(3926, 7, 70, 158, 'STU2500158', '2026-02-22', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-02-22 16:16:17', '2026-03-01 17:48:00'), +(3927, 12, 120, 259, 'STU2500259', '2026-02-22', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:17:59', '2026-02-22 16:25:12'), +(3928, 4, 41, 12, 'STU2500012', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3929, 4, 41, 121, 'STU2500121', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3930, 4, 41, 216, 'STU2500216', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3931, 4, 41, 13, 'STU2500013', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3932, 4, 41, 156, 'STU2500156', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3933, 4, 41, 115, 'STU2500115', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3934, 4, 41, 109, 'STU2500109', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3935, 4, 41, 248, 'STU2500248', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3936, 4, 41, 27, 'STU2500027', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3937, 4, 41, 152, 'STU2500152', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3938, 4, 41, 129, 'STU2500129', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3939, 4, 41, 202, 'STU2500202', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(3940, 7, 70, 26, 'STU2500026', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3941, 7, 70, 91, 'STU2500091', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3942, 7, 70, 32, 'STU2500032', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3943, 7, 70, 126, 'STU2500126', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3944, 7, 70, 72, 'STU2500072', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3945, 7, 70, 1, 'STU2500002', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3946, 7, 70, 151, 'STU2500151', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3947, 7, 70, 94, 'STU2500094', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-03-01 17:18:15'), +(3948, 7, 70, 230, 'STU2500230', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-03-28 15:10:53'), +(3949, 7, 70, 66, 'STU2500066', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3950, 7, 70, 67, 'STU2500067', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3951, 7, 70, 6, 'STU2500006', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3952, 7, 70, 187, 'STU2500187', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-03-08 16:36:19'), +(3953, 7, 70, 117, 'STU2500117', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3954, 7, 70, 119, 'STU2500119', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-02-22 16:21:38', '2026-02-22 16:21:38'), +(3955, 3, 32, 168, 'STU2500168', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3956, 3, 32, 7, 'STU2500007', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3957, 3, 32, 220, 'STU2500220', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3958, 3, 32, 75, 'STU2500075', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3959, 3, 32, 189, 'STU2500189', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3960, 3, 32, 54, 'STU2500054', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3961, 3, 32, 169, 'STU2500169', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3962, 3, 32, 179, 'STU2500179', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3963, 3, 32, 185, 'STU2500185', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3964, 3, 32, 145, 'STU2500145', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3965, 3, 32, 213, 'STU2500213', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3966, 3, 32, 18, 'STU2500018', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3967, 3, 32, 144, 'STU2500144', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3968, 3, 32, 130, 'STU2500130', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3969, 3, 32, 74, 'STU2500074', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3970, 3, 32, 165, 'STU2500165', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3971, 3, 32, 123, 'STU2500123', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3972, 3, 32, 8, 'STU2500008', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(3973, 5, 52, 125, 'STU2500125', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3974, 5, 52, 50, 'STU2500050', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3975, 5, 52, 100, 'STU2500100', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3976, 5, 52, 103, 'STU2500103', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3977, 5, 52, 195, 'STU2500195', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3978, 5, 52, 60, 'STU2500060', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3979, 5, 52, 2, 'STU2500001', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3980, 5, 52, 22, 'STU2500022', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3981, 5, 52, 186, 'STU2500186', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3982, 5, 52, 25, 'STU2500025', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3983, 5, 52, 194, 'STU2500194', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3984, 5, 52, 188, 'STU2500188', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-03-08 16:38:50'), +(3985, 5, 52, 224, 'STU2500224', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3986, 5, 52, 244, 'STU2500244', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3987, 5, 52, 42, 'STU2500042', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(3988, 12, 120, 225, 'STU2500225', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3989, 12, 120, 88, 'STU2500088', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3990, 12, 120, 238, 'STU2500238', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-01 16:25:42'), +(3991, 12, 120, 38, 'STU2500038', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3992, 12, 120, 59, 'STU2500059', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3993, 12, 120, 247, 'STU2500247', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3994, 12, 120, 107, 'STU2500107', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-01 16:44:23'), +(3995, 12, 120, 96, 'STU2500096', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-01 16:42:26'), +(3996, 12, 120, 252, 'STU2500252', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3997, 12, 120, 246, 'STU2500246', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-01 16:41:47'), +(3998, 12, 120, 251, 'STU2500251', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(3999, 12, 120, 95, 'STU2500095', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-01 17:13:52'), +(4000, 12, 120, 114, 'STU2500114', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4001, 12, 120, 136, 'STU2500136', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4002, 12, 120, 237, 'STU2500237', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4003, 12, 120, 31, 'STU2500031', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4004, 12, 120, 203, 'STU2500203', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4005, 12, 120, 236, 'STU2500236', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-03-28 15:05:14'), +(4006, 12, 120, 201, 'STU2500201', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4007, 12, 120, 61, 'STU2500061', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4008, 12, 120, 219, 'STU2500219', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-02-22 16:25:12', '2026-02-22 16:25:12'), +(4009, 1, 10, 183, 'STU2500183', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4010, 1, 10, 180, 'STU2500180', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4011, 1, 10, 221, 'STU2500221', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-03-01 16:43:22'), +(4012, 1, 10, 235, 'STU2500235', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4013, 1, 10, 52, 'STU2500052', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4014, 1, 10, 227, 'STU2500227', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4015, 1, 10, 159, 'STU2500159', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:32:07', '2026-02-22 16:37:01'), +(4016, 1, 10, 160, 'STU2500160', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:32:07', '2026-02-22 16:37:31'), +(4017, 1, 10, 215, 'STU2500215', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4018, 1, 10, 56, 'STU2500056', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4019, 1, 10, 229, 'STU2500229', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4020, 1, 10, 214, 'STU2500214', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4021, 1, 10, 131, 'STU2500131', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4022, 1, 10, 211, 'STU2500211', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(4023, 3, 31, 171, 'STU2500171', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4024, 3, 31, 21, 'STU2500021', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:35:38', '2026-02-22 17:18:32'), +(4025, 3, 31, 199, 'STU2500199', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-03-01 16:27:21'), +(4026, 3, 31, 68, 'STU2500068', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4027, 3, 31, 78, 'STU2500078', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4028, 3, 31, 44, 'STU2500044', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4029, 3, 31, 57, 'STU2500057', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4030, 3, 31, 234, 'STU2500234', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4031, 3, 31, 70, 'STU2500070', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4032, 3, 31, 20, 'STU2500020', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4033, 3, 31, 64, 'STU2500064', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4034, 3, 31, 196, 'STU2500196', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4035, 3, 31, 16, 'STU2500016', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4036, 3, 31, 245, 'STU2500245', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4037, 3, 31, 127, 'STU2500127', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4038, 3, 31, 81, 'STU2500081', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4039, 3, 31, 19, 'STU2500019', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(4040, 2, 22, 92, 'STU2500092', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4041, 2, 22, 101, 'STU2500101', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4042, 2, 22, 41, 'STU2500041', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4043, 2, 22, 14, 'STU2500014', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4044, 2, 22, 58, 'STU2500058', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4045, 2, 22, 80, 'STU2500080', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4046, 2, 22, 104, 'STU2500104', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4047, 2, 22, 182, 'STU2500182', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4048, 2, 22, 228, 'STU2500228', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4049, 2, 22, 97, 'STU2500097', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4050, 2, 22, 178, 'STU2500178', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:41:19', '2026-02-22 16:53:24'), +(4051, 2, 22, 153, 'STU2500153', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4052, 2, 22, 79, 'STU2500079', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4053, 2, 22, 82, 'STU2500082', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4054, 2, 22, 197, 'STU2500197', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(4055, 2, 22, 222, 'STU2500222', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-02-22 16:41:19', '2026-03-01 16:30:58'), +(4056, 6, 60, 120, 'STU2500120', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4057, 6, 60, 37, 'STU2500037', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4058, 6, 60, 137, 'STU2500137', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4059, 6, 60, 198, 'STU2500198', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-03-01 16:28:46'), +(4060, 6, 60, 209, 'STU2500209', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4061, 6, 60, 193, 'STU2500193', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4062, 6, 60, 161, 'STU2500161', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4063, 6, 60, 254, 'STU2500254', '2026-02-22', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:41:55', '2026-02-22 16:54:42'), +(4064, 6, 60, 9, 'STU2500009', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4065, 6, 60, 10, 'STU2500010', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4066, 6, 60, 139, 'STU2500139', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4067, 6, 60, 258, 'STU2500258', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-03-01 16:29:03'), +(4068, 6, 60, 170, 'STU2500170', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4069, 6, 60, 77, 'STU2500077', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(4070, 5, 51, 167, 'STU2500167', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4071, 5, 51, 73, 'STU2500073', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4072, 5, 51, 143, 'STU2500143', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4073, 5, 51, 93, 'STU2500093', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-03-01 17:19:53'), +(4074, 5, 51, 255, 'STU2500255', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4075, 5, 51, 150, 'STU2500150', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-03-01 16:28:23'), +(4076, 5, 51, 233, 'STU2500233', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4077, 5, 51, 210, 'STU2500210', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4078, 5, 51, 17, 'STU2500017', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4079, 5, 51, 205, 'STU2500205', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4080, 5, 51, 164, 'STU2500164', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(4081, 4, 42, 85, 'STU2500085', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4082, 4, 42, 118, 'STU2500118', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4083, 4, 42, 40, 'STU2500040', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4084, 4, 42, 106, 'STU2500106', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(4085, 4, 42, 231, 'STU2500231', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-03-28 15:10:03'), +(4086, 4, 42, 138, 'STU2500138', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4087, 4, 42, 135, 'STU2500135', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4088, 4, 42, 55, 'STU2500055', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4089, 4, 42, 177, 'STU2500177', '2026-02-22', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 16:46:12', '2026-02-22 16:53:03'), +(4090, 4, 42, 51, 'STU2500051', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4091, 4, 42, 33, 'STU2500033', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4092, 4, 42, 63, 'STU2500063', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4093, 4, 42, 140, 'STU2500140', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4094, 4, 42, 218, 'STU2500218', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(4095, 2, 21, 146, 'STU2500146', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4096, 2, 21, 249, 'STU2500249', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4097, 2, 21, 176, 'STU2500176', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4098, 2, 21, 141, 'STU2500141', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4099, 2, 21, 45, 'STU2500045', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4100, 2, 21, 173, 'STU2500173', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4101, 2, 21, 86, 'STU2500086', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4102, 2, 21, 105, 'STU2500105', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4103, 2, 21, 256, 'STU2500256', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4104, 2, 21, 200, 'STU2500200', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4105, 2, 21, 226, 'STU2500226', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4106, 2, 21, 217, 'STU2500217', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4107, 2, 21, 157, 'STU2500157', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4108, 2, 21, 36, 'STU2500036', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4109, 2, 21, 43, 'STU2500043', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4110, 2, 21, 147, 'STU2500147', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4111, 2, 21, 206, 'STU2500206', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(4112, 8, 80, 99, 'STU2500099', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4113, 8, 80, 84, 'STU2500084', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4114, 8, 80, 39, 'STU2500039', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4115, 8, 80, 257, 'STU2500257', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4116, 8, 80, 11, 'STU2500011', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4117, 8, 80, 62, 'STU2500062', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4118, 8, 80, 89, 'STU2500089', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4119, 8, 80, 53, 'STU2500053', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4120, 8, 80, 49, 'STU2500049', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4121, 8, 80, 142, 'STU2500142', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4122, 8, 80, 124, 'STU2500124', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 1, '2026-02-22 16:55:24', '2026-02-22 17:44:24'), +(4123, 8, 80, 163, 'STU2500163', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4124, 8, 80, 15, 'STU2500015', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4125, 8, 80, 71, 'STU2500071', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4126, 8, 80, 149, 'STU2500149', '2026-02-22', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-03-08 16:03:12'), +(4127, 8, 80, 35, 'STU2500035', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4128, 8, 80, 76, 'STU2500076', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4129, 8, 80, 190, 'STU2500190', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4130, 8, 80, 207, 'STU2500207', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4131, 8, 80, 192, 'STU2500192', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4132, 8, 80, 34, 'STU2500034', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(4133, 1, 10, 159, 'STU2500159', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 17:15:29', '2026-02-22 17:15:29'), +(4134, 1, 10, 159, 'STU2500159', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 17:15:31', '2026-02-22 17:15:31'), +(4135, 1, 10, 160, 'STU2500160', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 17:15:37', '2026-02-22 17:15:37'), +(4136, 1, 10, 160, 'STU2500160', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-02-22 17:15:39', '2026-02-22 17:15:39'), +(4137, 13, 1, 250, 'STU2500250', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4138, 13, 1, 184, 'STU2500184', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4139, 13, 1, 122, 'STU2500122', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4140, 13, 1, 83, 'STU2500083', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4141, 13, 1, 128, 'STU2500128', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4142, 13, 1, 87, 'STU2500087', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4143, 13, 1, 166, 'STU2500166', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4144, 13, 1, 110, 'STU2500110', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4145, 13, 1, 175, 'STU2500175', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4146, 13, 1, 232, 'STU2500232', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4147, 13, 1, 174, 'STU2500174', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4148, 13, 1, 98, 'STU2500098', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4149, 13, 1, 260, 'STU2600001', '2026-02-22', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(4150, 3, 31, 70, 'STU2500070', '2026-03-01', 'absent', 'Parent-reported — Assalamu alaikum,\r\nIkram is sick. Kindly excuse him. JAK', 'yes', 'no', 'Spring', '2025-2026', 46, '2026-03-01 10:48:35', '2026-03-01 10:48:35'), +(4151, 6, 60, 193, 'STU2500193', '2026-03-01', 'absent', 'Parent-reported — Jyda and Omar are not feeling well.', 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-03-01 13:15:00', '2026-04-11 15:01:02'), +(4152, 5, 52, 194, 'STU2500194', '2026-03-01', 'absent', 'Parent-reported — Jyda and Omar are not feeling well.', 'yes', 'no', 'Spring', '2025-2026', 68, '2026-03-01 13:15:00', '2026-03-01 13:15:06'), +(4153, 9, 90, 212, 'STU2500212', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4154, 9, 90, 204, 'STU2500204', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4155, 9, 90, 102, 'STU2500102', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4156, 9, 90, 208, 'STU2500208', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4157, 9, 90, 223, 'STU2500223', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4158, 9, 90, 162, 'STU2500162', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4159, 9, 90, 48, 'STU2500048', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4160, 9, 90, 154, 'STU2500154', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4161, 9, 90, 108, 'STU2500108', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4162, 9, 90, 116, 'STU2500116', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(4163, 4, 41, 12, 'STU2500012', '2026-03-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:08:52', '2026-03-01 16:37:10'), +(4164, 4, 41, 13, 'STU2500013', '2026-03-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:09:34', '2026-03-01 16:37:19'), +(4165, 2, 22, 14, 'STU2500014', '2026-03-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:10:03', '2026-03-10 04:32:33'), +(4166, 8, 80, 11, 'STU2500011', '2026-03-01', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:10:32', '2026-03-01 16:38:15'), +(4167, 3, 32, 168, 'STU2500168', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4168, 3, 32, 7, 'STU2500007', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4169, 3, 32, 220, 'STU2500220', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4170, 3, 32, 75, 'STU2500075', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4171, 3, 32, 189, 'STU2500189', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4172, 3, 32, 54, 'STU2500054', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4173, 3, 32, 169, 'STU2500169', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4174, 3, 32, 179, 'STU2500179', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4175, 3, 32, 185, 'STU2500185', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4176, 3, 32, 145, 'STU2500145', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-08 16:51:50'), +(4177, 3, 32, 213, 'STU2500213', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4178, 3, 32, 18, 'STU2500018', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4179, 3, 32, 144, 'STU2500144', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-08 16:53:17'), +(4180, 3, 32, 130, 'STU2500130', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4181, 3, 32, 74, 'STU2500074', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4182, 3, 32, 165, 'STU2500165', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4183, 3, 32, 123, 'STU2500123', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4184, 3, 32, 8, 'STU2500008', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(4185, 4, 42, 177, 'STU2500177', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:11:11', '2026-03-01 16:46:59'), +(4186, 2, 22, 178, 'STU2500178', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:11:48', '2026-03-01 16:54:50'), +(4187, 12, 120, 38, 'STU2500038', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:14:37', '2026-03-01 16:50:05'), +(4188, 13, 1, 250, 'STU2500250', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4189, 13, 1, 184, 'STU2500184', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4190, 13, 1, 122, 'STU2500122', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4191, 13, 1, 83, 'STU2500083', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4192, 13, 1, 128, 'STU2500128', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:14:48', '2026-03-10 04:38:20'), +(4193, 13, 1, 87, 'STU2500087', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4194, 13, 1, 166, 'STU2500166', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:14:48', '2026-03-10 04:38:11'), +(4195, 13, 1, 110, 'STU2500110', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4196, 13, 1, 175, 'STU2500175', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4197, 13, 1, 232, 'STU2500232', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-08 16:51:03'), +(4198, 13, 1, 174, 'STU2500174', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4199, 13, 1, 98, 'STU2500098', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:14:48', '2026-03-10 04:38:03'), +(4200, 13, 1, 260, 'STU2600001', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4201, 13, 1, 113, 'STU2500113', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 33, '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(4202, 8, 80, 39, 'STU2500039', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-01 16:15:14', '2026-03-01 16:15:14'), +(4203, 5, 52, 125, 'STU2500125', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4204, 5, 52, 50, 'STU2500050', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4205, 5, 52, 100, 'STU2500100', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4206, 5, 52, 103, 'STU2500103', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4207, 5, 52, 195, 'STU2500195', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4208, 5, 52, 60, 'STU2500060', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4209, 5, 52, 2, 'STU2500001', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4210, 5, 52, 22, 'STU2500022', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4211, 5, 52, 186, 'STU2500186', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4212, 5, 52, 25, 'STU2500025', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4213, 5, 52, 188, 'STU2500188', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-08 16:38:50'), +(4214, 5, 52, 224, 'STU2500224', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4215, 5, 52, 244, 'STU2500244', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-01 16:15:34', '2026-03-01 16:30:13'), +(4216, 5, 52, 42, 'STU2500042', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(4217, 4, 42, 40, 'STU2500040', '2026-03-01', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:15:43', '2026-03-01 16:46:59'), +(4218, 2, 21, 146, 'STU2500146', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-03-01 16:17:38', '2026-03-08 16:50:43'), +(4219, 2, 21, 147, 'STU2500147', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-03-01 16:17:51', '2026-03-08 16:48:26'), +(4220, 3, 32, 145, 'STU2500145', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 4, '2026-03-01 16:18:07', '2026-03-08 15:30:01'), +(4221, 3, 32, 144, 'STU2500144', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 4, '2026-03-01 16:18:14', '2026-03-08 15:29:43'), +(4222, 6, 60, 120, 'STU2500120', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4223, 6, 60, 37, 'STU2500037', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4224, 6, 60, 90, 'STU2500090', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4225, 6, 60, 137, 'STU2500137', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4226, 6, 60, 198, 'STU2500198', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4227, 6, 60, 209, 'STU2500209', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4228, 6, 60, 161, 'STU2500161', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4229, 6, 60, 254, 'STU2500254', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:18:50', '2026-03-01 16:28:57'), +(4230, 6, 60, 9, 'STU2500009', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4231, 6, 60, 10, 'STU2500010', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4232, 6, 60, 139, 'STU2500139', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4233, 6, 60, 258, 'STU2500258', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4234, 6, 60, 170, 'STU2500170', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4235, 6, 60, 77, 'STU2500077', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(4236, 7, 70, 72, 'STU2500072', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-01 16:19:25', '2026-03-08 16:54:05'), +(4237, 4, 41, 121, 'STU2500121', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4238, 4, 41, 216, 'STU2500216', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4239, 4, 41, 156, 'STU2500156', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4240, 4, 41, 115, 'STU2500115', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4241, 4, 41, 109, 'STU2500109', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4242, 4, 41, 248, 'STU2500248', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4243, 4, 41, 27, 'STU2500027', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4244, 4, 41, 152, 'STU2500152', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4245, 4, 41, 111, 'STU2500111', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4246, 4, 41, 129, 'STU2500129', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4247, 4, 41, 202, 'STU2500202', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-01 16:22:01', '2026-03-01 16:22:01'), +(4248, 2, 21, 249, 'STU2500249', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4249, 2, 21, 176, 'STU2500176', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:23:41', '2026-03-01 16:40:48'), +(4250, 2, 21, 112, 'STU2500112', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4251, 2, 21, 141, 'STU2500141', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4252, 2, 21, 45, 'STU2500045', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4253, 2, 21, 173, 'STU2500173', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4254, 2, 21, 86, 'STU2500086', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4255, 2, 21, 105, 'STU2500105', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4256, 2, 21, 256, 'STU2500256', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4257, 2, 21, 200, 'STU2500200', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4258, 2, 21, 226, 'STU2500226', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4259, 2, 21, 217, 'STU2500217', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4260, 2, 21, 157, 'STU2500157', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4261, 2, 21, 36, 'STU2500036', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4262, 2, 21, 43, 'STU2500043', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-01 16:23:41', '2026-04-05 14:34:13'), +(4263, 2, 21, 206, 'STU2500206', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-01 16:23:41', '2026-03-01 16:23:41'), +(4264, 7, 70, 26, 'STU2500026', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4265, 7, 70, 91, 'STU2500091', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4266, 7, 70, 32, 'STU2500032', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4267, 7, 70, 242, 'STU2500242', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:23:58', '2026-03-01 16:32:48'), +(4268, 7, 70, 28, 'STU2500028', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4269, 7, 70, 126, 'STU2500126', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4270, 7, 70, 1, 'STU2500002', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4271, 7, 70, 151, 'STU2500151', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4272, 7, 70, 94, 'STU2500094', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4273, 7, 70, 158, 'STU2500158', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4274, 7, 70, 230, 'STU2500230', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-28 15:10:53'), +(4275, 7, 70, 66, 'STU2500066', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4276, 7, 70, 67, 'STU2500067', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4277, 7, 70, 6, 'STU2500006', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4278, 7, 70, 187, 'STU2500187', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-08 16:36:19'), +(4279, 7, 70, 117, 'STU2500117', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4280, 7, 70, 119, 'STU2500119', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-01 16:23:58', '2026-03-01 16:23:58'), +(4281, 12, 120, 253, 'STU2500253', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:29:28', '2026-03-28 15:12:52'), +(4282, 3, 31, 171, 'STU2500171', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:30:00', '2026-03-01 16:35:38'), +(4283, 3, 31, 21, 'STU2500021', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:30:00', '2026-03-01 16:35:24'), +(4284, 3, 31, 199, 'STU2500199', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4285, 3, 31, 30, 'STU2500030', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4286, 3, 31, 68, 'STU2500068', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4287, 3, 31, 78, 'STU2500078', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4288, 3, 31, 44, 'STU2500044', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4289, 3, 31, 57, 'STU2500057', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4290, 3, 31, 234, 'STU2500234', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4291, 3, 31, 20, 'STU2500020', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4292, 3, 31, 64, 'STU2500064', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4293, 3, 31, 196, 'STU2500196', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4294, 3, 31, 16, 'STU2500016', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4295, 3, 31, 245, 'STU2500245', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4296, 3, 31, 127, 'STU2500127', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4297, 3, 31, 81, 'STU2500081', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4298, 3, 31, 19, 'STU2500019', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(4299, 12, 120, 96, 'STU2500096', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:30:55', '2026-03-08 16:28:37'), +(4300, 12, 120, 241, 'STU2500241', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:32:29', '2026-03-08 16:39:49'), +(4301, 8, 80, 89, 'STU2500089', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:38:01', '2026-03-01 16:38:01'), +(4302, 12, 120, 88, 'STU2500088', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:39:01', '2026-03-08 16:27:38'), +(4303, 12, 120, 238, 'STU2500238', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:39:23', '2026-03-08 16:53:45'), +(4304, 12, 120, 239, 'STU2500239', '2026-03-01', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:39:31', '2026-03-08 16:49:52'), +(4305, 4, 42, 85, 'STU2500085', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4306, 4, 42, 118, 'STU2500118', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4307, 4, 42, 106, 'STU2500106', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:46:59', '2026-03-10 04:28:36'), +(4308, 4, 42, 231, 'STU2500231', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-28 15:10:03'), +(4309, 4, 42, 138, 'STU2500138', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4310, 4, 42, 135, 'STU2500135', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4311, 4, 42, 55, 'STU2500055', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4312, 4, 42, 51, 'STU2500051', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4313, 4, 42, 33, 'STU2500033', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4314, 4, 42, 63, 'STU2500063', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4315, 4, 42, 140, 'STU2500140', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4316, 4, 42, 218, 'STU2500218', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-01 16:46:59', '2026-03-01 16:46:59'), +(4317, 12, 120, 225, 'STU2500225', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4318, 12, 120, 59, 'STU2500059', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4319, 12, 120, 247, 'STU2500247', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-28 15:21:10'), +(4320, 12, 120, 107, 'STU2500107', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4321, 12, 120, 252, 'STU2500252', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-28 15:18:48'), +(4322, 12, 120, 246, 'STU2500246', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4323, 12, 120, 251, 'STU2500251', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-28 15:19:47'), +(4324, 12, 120, 95, 'STU2500095', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4325, 12, 120, 114, 'STU2500114', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4326, 12, 120, 136, 'STU2500136', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4327, 12, 120, 237, 'STU2500237', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-28 15:21:39'), +(4328, 12, 120, 31, 'STU2500031', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4329, 12, 120, 203, 'STU2500203', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4330, 12, 120, 236, 'STU2500236', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-28 15:05:14'), +(4331, 12, 120, 201, 'STU2500201', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4332, 12, 120, 47, 'STU2500047', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4333, 12, 120, 61, 'STU2500061', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 19, '2026-03-01 16:50:05', '2026-03-08 16:58:36'), +(4334, 12, 120, 46, 'STU2500046', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4335, 12, 120, 259, 'STU2500259', '2026-03-01', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-01 16:50:05', '2026-03-10 04:35:29'), +(4336, 12, 120, 219, 'STU2500219', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-01 16:50:05', '2026-03-01 16:50:05'), +(4337, 2, 22, 92, 'STU2500092', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4338, 2, 22, 101, 'STU2500101', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4339, 2, 22, 41, 'STU2500041', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4340, 2, 22, 58, 'STU2500058', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4341, 2, 22, 80, 'STU2500080', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4342, 2, 22, 104, 'STU2500104', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4343, 2, 22, 182, 'STU2500182', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4344, 2, 22, 228, 'STU2500228', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4345, 2, 22, 97, 'STU2500097', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4346, 2, 22, 153, 'STU2500153', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4347, 2, 22, 79, 'STU2500079', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4348, 2, 22, 82, 'STU2500082', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4349, 2, 22, 197, 'STU2500197', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4350, 2, 22, 222, 'STU2500222', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-01 16:54:50', '2026-03-01 16:54:50'), +(4351, 8, 80, 99, 'STU2500099', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4352, 8, 80, 84, 'STU2500084', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4353, 8, 80, 257, 'STU2500257', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4354, 8, 80, 62, 'STU2500062', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4355, 8, 80, 53, 'STU2500053', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4356, 8, 80, 49, 'STU2500049', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4357, 8, 80, 142, 'STU2500142', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4358, 8, 80, 124, 'STU2500124', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4359, 8, 80, 163, 'STU2500163', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4360, 8, 80, 15, 'STU2500015', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4361, 8, 80, 71, 'STU2500071', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4362, 8, 80, 149, 'STU2500149', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-08 16:03:12'), +(4363, 8, 80, 35, 'STU2500035', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4364, 8, 80, 76, 'STU2500076', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4365, 8, 80, 190, 'STU2500190', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-08 16:48:56'), +(4366, 8, 80, 207, 'STU2500207', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4367, 8, 80, 192, 'STU2500192', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4368, 8, 80, 34, 'STU2500034', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-01 17:04:47', '2026-03-01 17:04:47'), +(4369, 5, 51, 167, 'STU2500167', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4370, 5, 51, 73, 'STU2500073', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4371, 5, 51, 143, 'STU2500143', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4372, 5, 51, 93, 'STU2500093', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4373, 5, 51, 255, 'STU2500255', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4374, 5, 51, 150, 'STU2500150', '2026-03-01', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-04-11 15:01:11'), +(4375, 5, 51, 233, 'STU2500233', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4376, 5, 51, 29, 'STU2500029', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4377, 5, 51, 210, 'STU2500210', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4378, 5, 51, 17, 'STU2500017', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4379, 5, 51, 205, 'STU2500205', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4380, 5, 51, 164, 'STU2500164', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(4381, 1, 10, 183, 'STU2500183', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4382, 1, 10, 180, 'STU2500180', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4383, 1, 10, 221, 'STU2500221', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4384, 1, 10, 235, 'STU2500235', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4385, 1, 10, 52, 'STU2500052', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4386, 1, 10, 227, 'STU2500227', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4387, 1, 10, 215, 'STU2500215', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4388, 1, 10, 56, 'STU2500056', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4389, 1, 10, 229, 'STU2500229', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4390, 1, 10, 214, 'STU2500214', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4391, 1, 10, 131, 'STU2500131', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4392, 1, 10, 211, 'STU2500211', '2026-03-01', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-03-01 17:23:41', '2026-03-01 17:23:41'), +(4393, 6, 60, 137, 'STU2500137', '2026-03-08', 'absent', 'Parent-reported — Out sick on 3/8/26.', 'yes', 'no', 'Spring', '2025-2026', 75, '2026-03-08 11:39:56', '2026-03-08 11:39:56'), +(4394, 4, 42, 138, 'STU2500138', '2026-03-08', 'absent', 'Parent-reported — Out sick on 3/8/26.', 'yes', 'no', 'Spring', '2025-2026', 75, '2026-03-08 11:39:56', '2026-03-08 11:39:56'), +(4395, 2, 21, 176, 'STU2500176', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 15:06:15', '2026-03-08 16:02:38'), +(4396, 12, 120, 219, 'STU2500219', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 15:07:20', '2026-03-08 16:35:28'), +(4397, 3, 31, 19, 'STU2500019', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:07:43', '2026-03-08 15:07:43'), +(4398, 2, 22, 82, 'STU2500082', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:08:10', '2026-03-08 15:57:48'), +(4399, 9, 90, 212, 'STU2500212', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-28 15:15:13'), +(4400, 9, 90, 204, 'STU2500204', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4401, 9, 90, 102, 'STU2500102', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4402, 9, 90, 208, 'STU2500208', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4403, 9, 90, 223, 'STU2500223', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4404, 9, 90, 162, 'STU2500162', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4405, 9, 90, 48, 'STU2500048', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4406, 9, 90, 154, 'STU2500154', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4407, 9, 90, 108, 'STU2500108', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4408, 9, 90, 116, 'STU2500116', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(4409, 4, 42, 218, 'STU2500218', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:09:05', '2026-03-08 15:09:05'), +(4410, 3, 31, 81, 'STU2500081', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:09:42', '2026-03-08 15:09:42'), +(4411, 8, 80, 71, 'STU2500071', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:10:23', '2026-03-08 15:10:23'), +(4412, 5, 51, 73, 'STU2500073', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:10:49', '2026-03-08 15:27:21'), +(4413, 7, 70, 72, 'STU2500072', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:11:26', '2026-03-08 15:33:42'), +(4414, 3, 32, 74, 'STU2500074', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:11:57', '2026-03-08 15:11:57'), +(4415, 3, 32, 189, 'STU2500189', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:12:46', '2026-03-08 15:12:46'), +(4416, 7, 70, 94, 'STU2500094', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-08 15:13:11', '2026-04-11 14:59:35'), +(4417, 5, 51, 93, 'STU2500093', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 161, '2026-03-08 15:13:53', '2026-04-11 15:00:43'), +(4418, 7, 70, 67, 'STU2500067', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:14:24', '2026-03-08 15:33:42'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(4419, 3, 31, 68, 'STU2500068', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:15:00', '2026-03-08 15:15:00'), +(4420, 4, 42, 135, 'STU2500135', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-03-08 15:15:41', '2026-04-11 15:00:31'), +(4421, 12, 120, 136, 'STU2500136', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 15:16:19', '2026-04-11 14:58:42'), +(4422, 3, 32, 8, 'STU2500008', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:17:00', '2026-03-08 15:17:00'), +(4423, 5, 52, 125, 'STU2500125', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4424, 5, 52, 50, 'STU2500050', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4425, 5, 52, 100, 'STU2500100', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4426, 5, 52, 103, 'STU2500103', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4427, 5, 52, 195, 'STU2500195', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4428, 5, 52, 60, 'STU2500060', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4429, 5, 52, 2, 'STU2500001', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4430, 5, 52, 22, 'STU2500022', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4431, 5, 52, 186, 'STU2500186', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4432, 5, 52, 25, 'STU2500025', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4433, 5, 52, 194, 'STU2500194', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4434, 5, 52, 188, 'STU2500188', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 16:38:50'), +(4435, 5, 52, 224, 'STU2500224', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4436, 5, 52, 244, 'STU2500244', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4437, 5, 52, 42, 'STU2500042', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(4438, 3, 32, 220, 'STU2500220', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:17:38', '2026-03-08 15:17:38'), +(4439, 7, 70, 6, 'STU2500006', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:18:31', '2026-03-08 15:33:42'), +(4440, 3, 32, 7, 'STU2500007', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:19:01', '2026-03-08 15:19:01'), +(4441, 3, 32, 123, 'STU2500123', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:19:54', '2026-03-08 15:19:54'), +(4442, 6, 60, 258, 'STU2500258', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-08 15:20:31', '2026-03-08 15:20:31'), +(4443, 12, 120, 95, 'STU2500095', '2026-03-08', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 15:21:12', '2026-03-08 16:35:28'), +(4444, 6, 60, 198, 'STU2500198', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-03-08 15:22:19', '2026-04-11 14:59:57'), +(4445, 2, 22, 178, 'STU2500178', '2026-03-08', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:23:15', '2026-03-10 04:32:03'), +(4446, 3, 32, 168, 'STU2500168', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4447, 3, 32, 75, 'STU2500075', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4448, 3, 32, 54, 'STU2500054', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4449, 3, 32, 169, 'STU2500169', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4450, 3, 32, 179, 'STU2500179', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4451, 3, 32, 185, 'STU2500185', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4452, 3, 32, 213, 'STU2500213', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4453, 3, 32, 18, 'STU2500018', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4454, 3, 32, 130, 'STU2500130', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4455, 3, 32, 165, 'STU2500165', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:23:21', '2026-03-10 04:30:36'), +(4456, 8, 80, 99, 'STU2500099', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4457, 8, 80, 84, 'STU2500084', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4458, 8, 80, 39, 'STU2500039', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-28 15:12:20'), +(4459, 8, 80, 257, 'STU2500257', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4460, 8, 80, 11, 'STU2500011', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4461, 8, 80, 62, 'STU2500062', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4462, 8, 80, 89, 'STU2500089', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:23:21', '2026-03-10 04:34:08'), +(4463, 8, 80, 53, 'STU2500053', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4464, 8, 80, 49, 'STU2500049', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4465, 8, 80, 142, 'STU2500142', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4466, 8, 80, 124, 'STU2500124', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4467, 8, 80, 163, 'STU2500163', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4468, 8, 80, 15, 'STU2500015', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4469, 8, 80, 149, 'STU2500149', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 16:03:12'), +(4470, 8, 80, 35, 'STU2500035', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4471, 8, 80, 76, 'STU2500076', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4472, 8, 80, 190, 'STU2500190', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4473, 8, 80, 207, 'STU2500207', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4474, 8, 80, 192, 'STU2500192', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:23:21', '2026-03-10 04:34:23'), +(4475, 8, 80, 34, 'STU2500034', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-08 15:23:21', '2026-03-08 15:23:21'), +(4476, 5, 51, 167, 'STU2500167', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4477, 5, 51, 143, 'STU2500143', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4478, 5, 51, 255, 'STU2500255', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4479, 5, 51, 233, 'STU2500233', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4480, 5, 51, 29, 'STU2500029', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4481, 5, 51, 210, 'STU2500210', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4482, 5, 51, 17, 'STU2500017', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4483, 5, 51, 205, 'STU2500205', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-03-08 15:27:21', '2026-03-08 15:27:21'), +(4484, 5, 51, 164, 'STU2500164', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:27:21', '2026-03-10 04:39:19'), +(4485, 7, 70, 26, 'STU2500026', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4486, 7, 70, 91, 'STU2500091', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4487, 7, 70, 32, 'STU2500032', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4488, 7, 70, 242, 'STU2500242', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4489, 7, 70, 28, 'STU2500028', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4490, 7, 70, 126, 'STU2500126', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4491, 7, 70, 1, 'STU2500002', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4492, 7, 70, 151, 'STU2500151', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4493, 7, 70, 158, 'STU2500158', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4494, 7, 70, 230, 'STU2500230', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4495, 7, 70, 66, 'STU2500066', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4496, 7, 70, 187, 'STU2500187', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 16:36:19'), +(4497, 7, 70, 117, 'STU2500117', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4498, 7, 70, 119, 'STU2500119', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-08 15:33:42', '2026-03-08 15:33:42'), +(4499, 6, 60, 120, 'STU2500120', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4500, 6, 60, 37, 'STU2500037', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4501, 6, 60, 90, 'STU2500090', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4502, 6, 60, 209, 'STU2500209', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4503, 6, 60, 193, 'STU2500193', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4504, 6, 60, 161, 'STU2500161', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4505, 6, 60, 254, 'STU2500254', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:33:46', '2026-03-10 04:15:28'), +(4506, 6, 60, 9, 'STU2500009', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4507, 6, 60, 10, 'STU2500010', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4508, 6, 60, 139, 'STU2500139', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4509, 6, 60, 170, 'STU2500170', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4510, 6, 60, 77, 'STU2500077', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-08 15:33:46', '2026-03-08 15:33:46'), +(4511, 4, 42, 85, 'STU2500085', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4512, 4, 42, 118, 'STU2500118', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4513, 4, 42, 40, 'STU2500040', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-28 15:14:06'), +(4514, 4, 42, 106, 'STU2500106', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:43:03', '2026-03-10 04:29:33'), +(4515, 4, 42, 231, 'STU2500231', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4516, 4, 42, 55, 'STU2500055', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4517, 4, 42, 177, 'STU2500177', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:43:03', '2026-03-10 04:29:22'), +(4518, 4, 42, 51, 'STU2500051', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4519, 4, 42, 33, 'STU2500033', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4520, 4, 42, 63, 'STU2500063', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4521, 4, 42, 140, 'STU2500140', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-03-08 15:43:03', '2026-03-08 15:43:03'), +(4522, 3, 31, 171, 'STU2500171', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4523, 3, 31, 21, 'STU2500021', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4524, 3, 31, 199, 'STU2500199', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4525, 3, 31, 30, 'STU2500030', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 15:45:15', '2026-03-10 04:13:12'), +(4526, 3, 31, 78, 'STU2500078', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4527, 3, 31, 44, 'STU2500044', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4528, 3, 31, 57, 'STU2500057', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4529, 3, 31, 234, 'STU2500234', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4530, 3, 31, 70, 'STU2500070', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4531, 3, 31, 20, 'STU2500020', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4532, 3, 31, 64, 'STU2500064', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4533, 3, 31, 196, 'STU2500196', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4534, 3, 31, 16, 'STU2500016', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4535, 3, 31, 245, 'STU2500245', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4536, 3, 31, 127, 'STU2500127', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-08 15:45:15', '2026-03-08 15:45:15'), +(4537, 1, 10, 183, 'STU2500183', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4538, 1, 10, 180, 'STU2500180', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4539, 1, 10, 221, 'STU2500221', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4540, 1, 10, 235, 'STU2500235', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4541, 1, 10, 52, 'STU2500052', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4542, 1, 10, 227, 'STU2500227', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4543, 1, 10, 215, 'STU2500215', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4544, 1, 10, 56, 'STU2500056', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4545, 1, 10, 229, 'STU2500229', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4546, 1, 10, 214, 'STU2500214', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4547, 1, 10, 131, 'STU2500131', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4548, 1, 10, 211, 'STU2500211', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-08 15:50:49', '2026-03-08 15:50:49'), +(4549, 2, 22, 92, 'STU2500092', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4550, 2, 22, 101, 'STU2500101', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4551, 2, 22, 41, 'STU2500041', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-28 15:15:23'), +(4552, 2, 22, 14, 'STU2500014', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4553, 2, 22, 58, 'STU2500058', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4554, 2, 22, 80, 'STU2500080', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4555, 2, 22, 104, 'STU2500104', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4556, 2, 22, 182, 'STU2500182', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4557, 2, 22, 228, 'STU2500228', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4558, 2, 22, 97, 'STU2500097', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4559, 2, 22, 153, 'STU2500153', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4560, 2, 22, 79, 'STU2500079', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4561, 2, 22, 197, 'STU2500197', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-28 15:13:22'), +(4562, 2, 22, 222, 'STU2500222', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-03-08 15:57:48', '2026-03-08 15:57:48'), +(4563, 13, 1, 250, 'STU2500250', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4564, 13, 1, 184, 'STU2500184', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4565, 13, 1, 122, 'STU2500122', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4566, 13, 1, 83, 'STU2500083', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4567, 13, 1, 128, 'STU2500128', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-28 15:12:39'), +(4568, 13, 1, 87, 'STU2500087', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4569, 13, 1, 166, 'STU2500166', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-28 15:14:17'), +(4570, 13, 1, 110, 'STU2500110', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4571, 13, 1, 175, 'STU2500175', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4572, 13, 1, 232, 'STU2500232', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4573, 13, 1, 174, 'STU2500174', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4574, 13, 1, 98, 'STU2500098', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-28 15:13:52'), +(4575, 13, 1, 260, 'STU2600001', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4576, 13, 1, 113, 'STU2500113', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(4577, 2, 21, 146, 'STU2500146', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4578, 2, 21, 249, 'STU2500249', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4579, 2, 21, 112, 'STU2500112', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4580, 2, 21, 141, 'STU2500141', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4581, 2, 21, 45, 'STU2500045', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4582, 2, 21, 173, 'STU2500173', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4583, 2, 21, 86, 'STU2500086', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4584, 2, 21, 105, 'STU2500105', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4585, 2, 21, 256, 'STU2500256', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4586, 2, 21, 200, 'STU2500200', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4587, 2, 21, 226, 'STU2500226', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4588, 2, 21, 217, 'STU2500217', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4589, 2, 21, 157, 'STU2500157', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:02:38', '2026-03-10 04:17:41'), +(4590, 2, 21, 36, 'STU2500036', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4591, 2, 21, 43, 'STU2500043', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4592, 2, 21, 147, 'STU2500147', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4593, 2, 21, 206, 'STU2500206', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-08 16:02:38', '2026-03-08 16:02:38'), +(4594, 4, 41, 12, 'STU2500012', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4595, 4, 41, 121, 'STU2500121', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4596, 4, 41, 216, 'STU2500216', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4597, 4, 41, 13, 'STU2500013', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4598, 4, 41, 156, 'STU2500156', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:02:39', '2026-03-10 04:17:26'), +(4599, 4, 41, 115, 'STU2500115', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4600, 4, 41, 109, 'STU2500109', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4601, 4, 41, 248, 'STU2500248', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4602, 4, 41, 27, 'STU2500027', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4603, 4, 41, 152, 'STU2500152', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4604, 4, 41, 111, 'STU2500111', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4605, 4, 41, 129, 'STU2500129', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4606, 4, 41, 202, 'STU2500202', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(4607, 12, 120, 225, 'STU2500225', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:14:44'), +(4608, 12, 120, 88, 'STU2500088', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:35:28', '2026-03-10 04:35:54'), +(4609, 12, 120, 238, 'STU2500238', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4610, 12, 120, 38, 'STU2500038', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:14:33'), +(4611, 12, 120, 59, 'STU2500059', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4612, 12, 120, 247, 'STU2500247', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:21:10'), +(4613, 12, 120, 107, 'STU2500107', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4614, 12, 120, 96, 'STU2500096', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:35:28', '2026-03-10 04:16:43'), +(4615, 12, 120, 252, 'STU2500252', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:18:48'), +(4616, 12, 120, 246, 'STU2500246', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4617, 12, 120, 251, 'STU2500251', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:19:47'), +(4618, 12, 120, 114, 'STU2500114', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4619, 12, 120, 237, 'STU2500237', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:21:39'), +(4620, 12, 120, 31, 'STU2500031', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4621, 12, 120, 203, 'STU2500203', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4622, 12, 120, 236, 'STU2500236', '2026-03-08', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-28 15:05:14'), +(4623, 12, 120, 201, 'STU2500201', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4624, 12, 120, 47, 'STU2500047', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4625, 12, 120, 61, 'STU2500061', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4626, 12, 120, 46, 'STU2500046', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4627, 12, 120, 239, 'STU2500239', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4628, 12, 120, 253, 'STU2500253', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:35:28', '2026-03-10 04:16:02'), +(4629, 12, 120, 259, 'STU2500259', '2026-03-08', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-03-08 16:35:28', '2026-03-10 04:35:43'), +(4630, 12, 120, 241, 'STU2500241', '2026-03-08', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-03-08 16:35:28', '2026-03-08 16:35:28'), +(4631, 2, 22, 197, 'STU2500197', '2026-03-29', 'absent', 'Parent-reported — Traveling abroad', 'yes', 'no', 'Spring', '2025-2026', 149, '2026-03-28 16:37:57', '2026-03-28 16:37:57'), +(4632, 2, 22, 197, 'STU2500197', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-28 16:39:31', '2026-04-05 16:40:01'), +(4633, 2, 22, 197, 'STU2500197', '2026-04-12', 'absent', 'Parent-reported — Traveling abroad.', 'yes', 'no', 'Spring', '2025-2026', 149, '2026-03-28 16:39:31', '2026-03-28 16:39:31'), +(4634, 2, 22, 197, 'STU2500197', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-28 16:39:31', '2026-04-19 16:31:16'), +(4635, 6, 60, 254, 'STU2500254', '2026-03-29', 'absent', 'Parent-reported — Not feeling well .', 'yes', 'no', 'Spring', '2025-2026', 205, '2026-03-29 01:58:34', '2026-03-29 01:58:34'), +(4636, 12, 120, 253, 'STU2500253', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 01:58:34', '2026-03-29 16:48:54'), +(4637, 6, 60, 193, 'STU2500193', '2026-03-29', 'absent', 'Parent-reported — School Event', 'yes', 'no', 'Spring', '2025-2026', 68, '2026-03-29 02:13:06', '2026-03-29 02:13:06'), +(4638, 5, 52, 194, 'STU2500194', '2026-03-29', 'absent', 'Parent-reported — School Event', 'yes', 'no', 'Spring', '2025-2026', 68, '2026-03-29 02:13:33', '2026-03-29 02:13:33'), +(4639, 4, 41, 121, 'STU2500121', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 03:43:37', '2026-03-29 16:31:03'), +(4640, 3, 31, 16, 'STU2500016', '2026-03-29', 'absent', 'Parent-reported — Mariam is sick today with a fever and GI symptoms.', 'yes', 'no', 'Spring', '2025-2026', 9, '2026-03-29 12:49:28', '2026-03-29 12:49:28'), +(4641, 6, 60, 137, 'STU2500137', '2026-03-29', 'absent', 'Parent-reported — Out sick on 3/29/26.', 'yes', 'no', 'Spring', '2025-2026', 75, '2026-03-29 12:53:33', '2026-03-29 12:53:33'), +(4642, 4, 42, 138, 'STU2500138', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 12:53:33', '2026-03-29 16:35:03'), +(4643, 8, 80, 257, 'STU2500257', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:07:29', '2026-03-29 14:07:29'), +(4644, 2, 22, 222, 'STU2500222', '2026-03-29', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-03-29 14:08:27', '2026-04-11 15:00:54'), +(4645, 12, 120, 46, 'STU2500046', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 14:09:05', '2026-03-29 15:29:05'), +(4646, 12, 120, 239, 'STU2500239', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 14:09:42', '2026-03-29 15:29:05'), +(4647, 12, 120, 238, 'STU2500238', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 14:10:20', '2026-03-29 15:29:05'), +(4648, 6, 60, 170, 'STU2500170', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:11:10', '2026-03-29 14:11:10'), +(4649, 3, 31, 171, 'STU2500171', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:11:49', '2026-03-29 14:11:49'), +(4650, 3, 31, 234, 'STU2500234', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:14:11', '2026-03-29 14:14:11'), +(4651, 1, 10, 235, 'STU2500235', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:14:37', '2026-03-29 14:14:37'), +(4652, 3, 31, 20, 'STU2500020', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:15:08', '2026-03-29 14:15:08'), +(4653, 5, 51, 233, 'STU2500233', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:16:52', '2026-03-29 14:16:52'), +(4654, 1, 10, 159, 'STU2500159', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:17:34', '2026-03-29 14:17:34'), +(4655, 1, 10, 160, 'STU2500160', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:18:15', '2026-03-29 14:18:15'), +(4656, 1, 10, 221, 'STU2500221', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:18:54', '2026-03-29 14:18:54'), +(4657, 5, 52, 125, 'STU2500125', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:19:43', '2026-03-29 14:19:43'), +(4658, 5, 52, 244, 'STU2500244', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:20:06', '2026-03-29 14:20:06'), +(4659, 4, 41, 248, 'STU2500248', '2026-03-29', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 186, '2026-03-29 14:20:46', '2026-04-12 17:06:02'), +(4660, 2, 21, 249, 'STU2500249', '2026-03-29', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-03-29 14:21:23', '2026-04-12 17:05:47'), +(4661, 12, 120, 252, 'STU2500252', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 14:21:54', '2026-03-29 15:29:05'), +(4662, 12, 120, 251, 'STU2500251', '2026-03-29', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 14:22:34', '2026-04-11 14:58:54'), +(4663, 8, 80, 39, 'STU2500039', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 14:23:16', '2026-03-29 14:23:16'), +(4664, 4, 42, 40, 'STU2500040', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 14:23:47', '2026-03-29 15:09:55'), +(4665, 12, 120, 246, 'STU2500246', '2026-03-29', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 14:26:09', '2026-03-29 15:29:05'), +(4666, 5, 51, 150, 'STU2500150', '2026-03-08', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-03-29 14:27:28', '2026-04-04 13:36:43'), +(4667, 9, 90, 212, 'STU2500212', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4668, 9, 90, 204, 'STU2500204', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4669, 9, 90, 102, 'STU2500102', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4670, 9, 90, 208, 'STU2500208', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:01:04', '2026-03-29 16:45:53'), +(4671, 9, 90, 223, 'STU2500223', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-04-04 13:37:25'), +(4672, 9, 90, 162, 'STU2500162', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4673, 9, 90, 48, 'STU2500048', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4674, 9, 90, 154, 'STU2500154', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4675, 9, 90, 108, 'STU2500108', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4676, 9, 90, 116, 'STU2500116', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(4677, 2, 22, 92, 'STU2500092', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:03:49', '2026-03-29 16:26:22'), +(4678, 2, 22, 101, 'STU2500101', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-04-04 13:34:43'), +(4679, 2, 22, 41, 'STU2500041', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4680, 2, 22, 14, 'STU2500014', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4681, 2, 22, 58, 'STU2500058', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4682, 2, 22, 80, 'STU2500080', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4683, 2, 22, 104, 'STU2500104', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4684, 2, 22, 182, 'STU2500182', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4685, 2, 22, 228, 'STU2500228', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4686, 2, 22, 97, 'STU2500097', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4687, 2, 22, 178, 'STU2500178', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4688, 2, 22, 153, 'STU2500153', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4689, 2, 22, 79, 'STU2500079', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4690, 2, 22, 82, 'STU2500082', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-03-29 15:03:49', '2026-03-29 15:03:49'), +(4691, 7, 70, 26, 'STU2500026', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4692, 7, 70, 91, 'STU2500091', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:04:29', '2026-03-29 15:23:35'), +(4693, 7, 70, 32, 'STU2500032', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4694, 7, 70, 242, 'STU2500242', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:04:29', '2026-03-29 15:17:33'), +(4695, 7, 70, 28, 'STU2500028', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4696, 7, 70, 126, 'STU2500126', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4697, 7, 70, 72, 'STU2500072', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4698, 7, 70, 1, 'STU2500002', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4699, 7, 70, 151, 'STU2500151', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4700, 7, 70, 94, 'STU2500094', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4701, 7, 70, 158, 'STU2500158', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4702, 7, 70, 230, 'STU2500230', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-04-04 13:36:09'), +(4703, 7, 70, 66, 'STU2500066', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4704, 7, 70, 67, 'STU2500067', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4705, 7, 70, 6, 'STU2500006', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4706, 7, 70, 187, 'STU2500187', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-04-04 13:37:33'), +(4707, 7, 70, 117, 'STU2500117', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4708, 7, 70, 119, 'STU2500119', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(4709, 2, 21, 146, 'STU2500146', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4710, 2, 21, 176, 'STU2500176', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4711, 2, 21, 112, 'STU2500112', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4712, 2, 21, 141, 'STU2500141', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4713, 2, 21, 45, 'STU2500045', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4714, 2, 21, 173, 'STU2500173', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4715, 2, 21, 86, 'STU2500086', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4716, 2, 21, 105, 'STU2500105', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4717, 2, 21, 256, 'STU2500256', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4718, 2, 21, 200, 'STU2500200', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4719, 2, 21, 226, 'STU2500226', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-04-04 13:36:00'), +(4720, 2, 21, 217, 'STU2500217', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4721, 2, 21, 157, 'STU2500157', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-04-04 13:38:06'), +(4722, 2, 21, 36, 'STU2500036', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4723, 2, 21, 43, 'STU2500043', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4724, 2, 21, 147, 'STU2500147', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4725, 2, 21, 206, 'STU2500206', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-03-29 15:05:34', '2026-03-29 15:05:34'), +(4726, 4, 42, 85, 'STU2500085', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4727, 4, 42, 118, 'STU2500118', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4728, 4, 42, 106, 'STU2500106', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4729, 4, 42, 231, 'STU2500231', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-04-04 13:35:42'), +(4730, 4, 42, 135, 'STU2500135', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4731, 4, 42, 55, 'STU2500055', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4732, 4, 42, 177, 'STU2500177', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4733, 4, 42, 51, 'STU2500051', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4734, 4, 42, 33, 'STU2500033', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4735, 4, 42, 63, 'STU2500063', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4736, 4, 42, 140, 'STU2500140', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4737, 4, 42, 218, 'STU2500218', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 129, '2026-03-29 15:09:55', '2026-03-29 15:09:55'), +(4738, 6, 60, 120, 'STU2500120', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4739, 6, 60, 37, 'STU2500037', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4740, 6, 60, 90, 'STU2500090', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4741, 6, 60, 198, 'STU2500198', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4742, 6, 60, 209, 'STU2500209', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4743, 6, 60, 161, 'STU2500161', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4744, 6, 60, 9, 'STU2500009', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4745, 6, 60, 10, 'STU2500010', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4746, 6, 60, 139, 'STU2500139', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4747, 6, 60, 258, 'STU2500258', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4748, 6, 60, 77, 'STU2500077', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-03-29 15:11:20', '2026-03-29 15:11:20'), +(4749, 5, 52, 50, 'STU2500050', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4750, 5, 52, 100, 'STU2500100', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4751, 5, 52, 103, 'STU2500103', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4752, 5, 52, 195, 'STU2500195', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(4753, 5, 52, 60, 'STU2500060', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4754, 5, 52, 2, 'STU2500001', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4755, 5, 52, 22, 'STU2500022', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4756, 5, 52, 186, 'STU2500186', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4757, 5, 52, 25, 'STU2500025', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4758, 5, 52, 188, 'STU2500188', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-04-04 13:37:17'), +(4759, 5, 52, 224, 'STU2500224', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-04-04 13:37:44'), +(4760, 5, 52, 42, 'STU2500042', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-03-29 15:11:38', '2026-03-29 15:11:38'), +(4761, 8, 80, 99, 'STU2500099', '2026-03-29', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 4, '2026-03-29 15:12:00', '2026-04-04 13:33:38'), +(4762, 8, 80, 84, 'STU2500084', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4763, 8, 80, 11, 'STU2500011', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4764, 8, 80, 62, 'STU2500062', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4765, 8, 80, 89, 'STU2500089', '2026-03-29', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 4, '2026-03-29 15:12:00', '2026-04-04 13:34:25'), +(4766, 8, 80, 53, 'STU2500053', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4767, 8, 80, 49, 'STU2500049', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4768, 8, 80, 142, 'STU2500142', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4769, 8, 80, 124, 'STU2500124', '2026-03-29', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 4, '2026-03-29 15:12:00', '2026-04-04 13:37:09'), +(4770, 8, 80, 163, 'STU2500163', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4771, 8, 80, 15, 'STU2500015', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4772, 8, 80, 71, 'STU2500071', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4773, 8, 80, 35, 'STU2500035', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4774, 8, 80, 76, 'STU2500076', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4775, 8, 80, 190, 'STU2500190', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4776, 8, 80, 207, 'STU2500207', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4777, 8, 80, 192, 'STU2500192', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4778, 8, 80, 34, 'STU2500034', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-03-29 15:12:00', '2026-03-29 15:12:00'), +(4779, 4, 41, 12, 'STU2500012', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4780, 4, 41, 216, 'STU2500216', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4781, 4, 41, 13, 'STU2500013', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4782, 4, 41, 156, 'STU2500156', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-04-04 13:35:35'), +(4783, 4, 41, 115, 'STU2500115', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4784, 4, 41, 109, 'STU2500109', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4785, 4, 41, 27, 'STU2500027', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4786, 4, 41, 152, 'STU2500152', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4787, 4, 41, 111, 'STU2500111', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4788, 4, 41, 129, 'STU2500129', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4789, 4, 41, 202, 'STU2500202', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-03-29 15:12:51', '2026-03-29 15:12:51'), +(4790, 5, 51, 167, 'STU2500167', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4791, 5, 51, 73, 'STU2500073', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4792, 5, 51, 143, 'STU2500143', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4793, 5, 51, 93, 'STU2500093', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4794, 5, 51, 255, 'STU2500255', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4795, 5, 51, 150, 'STU2500150', '2026-03-29', 'late', NULL, 'yes', 'yes', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-04-04 13:36:43'), +(4796, 5, 51, 29, 'STU2500029', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4797, 5, 51, 210, 'STU2500210', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4798, 5, 51, 17, 'STU2500017', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4799, 5, 51, 205, 'STU2500205', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4800, 5, 51, 164, 'STU2500164', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-03-29 15:13:32', '2026-03-29 15:13:32'), +(4801, 3, 32, 168, 'STU2500168', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4802, 3, 32, 7, 'STU2500007', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4803, 3, 32, 220, 'STU2500220', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:14:04', '2026-03-29 16:54:19'), +(4804, 3, 32, 75, 'STU2500075', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4805, 3, 32, 189, 'STU2500189', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4806, 3, 32, 54, 'STU2500054', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4807, 3, 32, 169, 'STU2500169', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4808, 3, 32, 179, 'STU2500179', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4809, 3, 32, 185, 'STU2500185', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4810, 3, 32, 145, 'STU2500145', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4811, 3, 32, 213, 'STU2500213', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:14:04', '2026-03-29 16:14:37'), +(4812, 3, 32, 18, 'STU2500018', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4813, 3, 32, 144, 'STU2500144', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4814, 3, 32, 130, 'STU2500130', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4815, 3, 32, 74, 'STU2500074', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4816, 3, 32, 165, 'STU2500165', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4817, 3, 32, 123, 'STU2500123', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4818, 3, 32, 8, 'STU2500008', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(4819, 1, 10, 183, 'STU2500183', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4820, 1, 10, 180, 'STU2500180', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4821, 1, 10, 52, 'STU2500052', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:15:52', '2026-03-29 16:56:08'), +(4822, 1, 10, 227, 'STU2500227', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-04-04 13:37:53'), +(4823, 1, 10, 215, 'STU2500215', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4824, 1, 10, 56, 'STU2500056', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4825, 1, 10, 229, 'STU2500229', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4826, 1, 10, 214, 'STU2500214', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4827, 1, 10, 131, 'STU2500131', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4828, 1, 10, 211, 'STU2500211', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-03-29 15:15:52', '2026-03-29 15:15:52'), +(4829, 3, 31, 21, 'STU2500021', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4830, 3, 31, 199, 'STU2500199', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4831, 3, 31, 30, 'STU2500030', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4832, 3, 31, 68, 'STU2500068', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4833, 3, 31, 78, 'STU2500078', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4834, 3, 31, 44, 'STU2500044', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4835, 3, 31, 57, 'STU2500057', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4836, 3, 31, 70, 'STU2500070', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4837, 3, 31, 64, 'STU2500064', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4838, 3, 31, 196, 'STU2500196', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4839, 3, 31, 245, 'STU2500245', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4840, 3, 31, 127, 'STU2500127', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4841, 3, 31, 81, 'STU2500081', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4842, 3, 31, 19, 'STU2500019', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-03-29 15:22:18', '2026-03-29 15:22:18'), +(4843, 13, 1, 128, 'STU2500128', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:24:19', '2026-03-29 15:24:19'), +(4844, 13, 1, 166, 'STU2500166', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:24:32', '2026-03-29 15:24:32'), +(4845, 13, 1, 113, 'STU2500113', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:24:58', '2026-03-29 15:24:58'), +(4846, 13, 1, 250, 'STU2500250', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:25:01', '2026-03-29 15:25:01'), +(4847, 13, 1, 184, 'STU2500184', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:25:07', '2026-03-29 15:25:07'), +(4848, 13, 1, 83, 'STU2500083', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:25:11', '2026-03-29 15:25:11'), +(4849, 13, 1, 87, 'STU2500087', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:25:15', '2026-03-29 15:25:15'), +(4850, 13, 1, 110, 'STU2500110', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:26:43', '2026-03-29 15:26:43'), +(4851, 13, 1, 175, 'STU2500175', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:26:48', '2026-03-29 15:26:48'), +(4852, 13, 1, 174, 'STU2500174', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:26:54', '2026-03-29 15:26:54'), +(4853, 13, 1, 260, 'STU2600001', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:26:57', '2026-03-29 15:26:57'), +(4854, 13, 1, 122, 'STU2500122', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:27:08', '2026-03-29 15:27:08'), +(4855, 13, 1, 98, 'STU2500098', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 24, '2026-03-29 15:27:16', '2026-03-29 15:27:16'), +(4856, 13, 1, 232, 'STU2500232', '2026-03-29', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-03-29 15:27:25', '2026-04-04 13:35:51'), +(4857, 12, 120, 225, 'STU2500225', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:34:03'), +(4858, 12, 120, 88, 'STU2500088', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:34:16'), +(4859, 12, 120, 38, 'STU2500038', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:29:05', '2026-03-29 16:48:08'), +(4860, 12, 120, 59, 'STU2500059', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4861, 12, 120, 247, 'STU2500247', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:34:33'), +(4862, 12, 120, 107, 'STU2500107', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4863, 12, 120, 96, 'STU2500096', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4864, 12, 120, 95, 'STU2500095', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:34:52'), +(4865, 12, 120, 114, 'STU2500114', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4866, 12, 120, 136, 'STU2500136', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:34:59'), +(4867, 12, 120, 237, 'STU2500237', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:35:09'), +(4868, 12, 120, 31, 'STU2500031', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4869, 12, 120, 203, 'STU2500203', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4870, 12, 120, 236, 'STU2500236', '2026-03-29', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-04-04 13:36:58'), +(4871, 12, 120, 201, 'STU2500201', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4872, 12, 120, 47, 'STU2500047', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4873, 12, 120, 61, 'STU2500061', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4874, 12, 120, 259, 'STU2500259', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4875, 12, 120, 241, 'STU2500241', '2026-03-29', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-03-29 15:29:05', '2026-03-29 16:12:53'), +(4876, 12, 120, 219, 'STU2500219', '2026-03-29', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-03-29 15:29:05', '2026-03-29 15:29:05'), +(4877, 7, 70, 126, 'STU2500126', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-03 23:53:42', '2026-04-05 16:53:10'), +(4878, 7, 70, 126, 'STU2500126', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-03 23:53:42', '2026-04-12 16:41:44'), +(4879, 7, 70, 126, 'STU2500126', '2026-04-19', 'absent', 'Parent-reported — Traveling', 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-03 23:53:42', '2026-04-19 15:03:43'), +(4880, 13, 1, 128, 'STU2500128', '2026-04-05', 'absent', 'Parent-reported — Traveling', 'yes', 'no', 'Spring', '2025-2026', 88, '2026-04-03 23:53:42', '2026-04-03 23:53:45'), +(4881, 13, 1, 128, 'STU2500128', '2026-04-12', 'absent', 'Parent-reported — Traveling', 'yes', 'no', 'Spring', '2025-2026', 88, '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(4882, 13, 1, 128, 'STU2500128', '2026-04-19', 'absent', 'Parent-reported — Traveling', 'yes', 'no', 'Spring', '2025-2026', 88, '2026-04-03 23:53:42', '2026-04-03 23:53:45'), +(4883, 3, 31, 127, 'STU2500127', '2026-04-05', 'absent', 'Parent-reported — Traveling', 'yes', 'no', 'Spring', '2025-2026', 88, '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(4884, 3, 31, 127, 'STU2500127', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-03 23:53:42', '2026-04-12 16:42:40'), +(4885, 3, 31, 127, 'STU2500127', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-03 23:53:42', '2026-04-19 16:58:24'), +(4886, 8, 80, 163, 'STU2500163', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 10:32:47', '2026-04-05 16:54:36'), +(4887, 4, 41, 115, 'STU2500115', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 12:35:41', '2026-04-05 16:43:47'), +(4888, 12, 120, 114, 'STU2500114', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 12:36:25', '2026-04-05 17:00:03'), +(4889, 12, 120, 136, 'STU2500136', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 14:11:18', '2026-04-11 14:58:42'), +(4890, 4, 42, 135, 'STU2500135', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-05 14:13:17', '2026-04-11 15:00:31'), +(4891, 7, 70, 117, 'STU2500117', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-04-05 14:13:59', '2026-05-09 01:17:53'), +(4892, 9, 90, 116, 'STU2500116', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-05 14:14:24', '2026-05-09 01:20:28'), +(4893, 1, 10, 215, 'STU2500215', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-05 14:15:02', '2026-05-09 01:05:38'), +(4894, 3, 31, 199, 'STU2500199', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-05 14:15:46', '2026-04-12 17:04:35'), +(4895, 6, 60, 198, 'STU2500198', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-05 14:16:40', '2026-04-11 14:59:57'), +(4896, 5, 52, 188, 'STU2500188', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 135, '2026-04-05 14:17:20', '2026-05-10 01:32:26'), +(4897, 5, 51, 93, 'STU2500093', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 161, '2026-04-05 14:18:00', '2026-04-11 15:00:43'), +(4898, 7, 70, 187, 'STU2500187', '2026-04-05', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 14:18:38', '2026-04-05 15:05:16'), +(4899, 7, 70, 94, 'STU2500094', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-04-05 14:19:01', '2026-04-11 14:59:35'), +(4900, 12, 120, 251, 'STU2500251', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 14:19:39', '2026-04-11 14:58:54'), +(4901, 2, 21, 45, 'STU2500045', '2026-04-05', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 14:20:50', '2026-04-05 16:40:45'), +(4902, 3, 31, 44, 'STU2500044', '2026-04-05', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 14:21:25', '2026-04-05 16:41:39'), +(4903, 8, 80, 192, 'STU2500192', '2026-04-05', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 14:30:23', '2026-04-05 15:01:17'), +(4904, 12, 120, 247, 'STU2500247', '2026-04-05', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 14:32:42', '2026-05-10 01:33:41'), +(4905, 2, 21, 43, 'STU2500043', '2026-04-05', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 14:33:40', '2026-04-05 15:20:33'), +(4906, 8, 80, 35, 'STU2500035', '2026-04-05', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 14:36:49', '2026-04-05 15:01:17'), +(4907, 7, 70, 66, 'STU2500066', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 14:59:35', '2026-04-12 16:39:57'), +(4908, 8, 80, 99, 'STU2500099', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4909, 8, 80, 84, 'STU2500084', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4910, 8, 80, 39, 'STU2500039', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4911, 8, 80, 257, 'STU2500257', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4912, 8, 80, 11, 'STU2500011', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4913, 8, 80, 62, 'STU2500062', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4914, 8, 80, 89, 'STU2500089', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-11 14:58:22'), +(4915, 8, 80, 53, 'STU2500053', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4916, 8, 80, 49, 'STU2500049', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4917, 8, 80, 142, 'STU2500142', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4918, 8, 80, 124, 'STU2500124', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-11 15:02:14'), +(4919, 8, 80, 15, 'STU2500015', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4920, 8, 80, 71, 'STU2500071', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4921, 8, 80, 76, 'STU2500076', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4922, 8, 80, 190, 'STU2500190', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4923, 8, 80, 207, 'STU2500207', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4924, 8, 80, 34, 'STU2500034', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 89, '2026-04-05 15:01:17', '2026-04-05 15:01:17'), +(4925, 4, 41, 12, 'STU2500012', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4926, 4, 41, 121, 'STU2500121', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4927, 4, 41, 216, 'STU2500216', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4928, 4, 41, 13, 'STU2500013', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4929, 4, 41, 156, 'STU2500156', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4930, 4, 41, 109, 'STU2500109', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4931, 4, 41, 248, 'STU2500248', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4932, 4, 41, 27, 'STU2500027', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4933, 4, 41, 152, 'STU2500152', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4934, 4, 41, 111, 'STU2500111', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4935, 4, 41, 129, 'STU2500129', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4936, 4, 41, 202, 'STU2500202', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(4937, 3, 32, 168, 'STU2500168', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4938, 3, 32, 7, 'STU2500007', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4939, 3, 32, 220, 'STU2500220', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4940, 3, 32, 75, 'STU2500075', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4941, 3, 32, 189, 'STU2500189', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4942, 3, 32, 54, 'STU2500054', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4943, 3, 32, 169, 'STU2500169', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4944, 3, 32, 179, 'STU2500179', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-11 15:01:51'), +(4945, 3, 32, 185, 'STU2500185', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4946, 3, 32, 145, 'STU2500145', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4947, 3, 32, 213, 'STU2500213', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4948, 3, 32, 18, 'STU2500018', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4949, 3, 32, 144, 'STU2500144', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4950, 3, 32, 130, 'STU2500130', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4951, 3, 32, 74, 'STU2500074', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4952, 3, 32, 165, 'STU2500165', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4953, 3, 32, 123, 'STU2500123', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4954, 3, 32, 8, 'STU2500008', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(4955, 7, 70, 26, 'STU2500026', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4956, 7, 70, 91, 'STU2500091', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4957, 7, 70, 32, 'STU2500032', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4958, 7, 70, 242, 'STU2500242', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4959, 7, 70, 28, 'STU2500028', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4960, 7, 70, 72, 'STU2500072', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4961, 7, 70, 1, 'STU2500002', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4962, 7, 70, 151, 'STU2500151', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4963, 7, 70, 158, 'STU2500158', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4964, 7, 70, 230, 'STU2500230', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4965, 7, 70, 66, 'STU2500066', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4966, 7, 70, 67, 'STU2500067', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4967, 7, 70, 6, 'STU2500006', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4968, 7, 70, 119, 'STU2500119', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-05 15:05:16', '2026-04-05 15:05:16'), +(4969, 6, 60, 120, 'STU2500120', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4970, 6, 60, 37, 'STU2500037', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4971, 6, 60, 90, 'STU2500090', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4972, 6, 60, 137, 'STU2500137', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4973, 6, 60, 209, 'STU2500209', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4974, 6, 60, 193, 'STU2500193', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-11 15:01:02'), +(4975, 6, 60, 161, 'STU2500161', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4976, 6, 60, 254, 'STU2500254', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4977, 6, 60, 9, 'STU2500009', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4978, 6, 60, 10, 'STU2500010', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4979, 6, 60, 139, 'STU2500139', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4980, 6, 60, 258, 'STU2500258', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4981, 6, 60, 170, 'STU2500170', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:05:41', '2026-04-05 16:49:20'), +(4982, 6, 60, 77, 'STU2500077', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-04-05 15:05:41', '2026-04-05 15:05:41'), +(4983, 5, 52, 125, 'STU2500125', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-11 14:57:56'), +(4984, 5, 52, 50, 'STU2500050', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4985, 5, 52, 100, 'STU2500100', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4986, 5, 52, 103, 'STU2500103', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4987, 5, 52, 195, 'STU2500195', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4988, 5, 52, 60, 'STU2500060', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4989, 5, 52, 2, 'STU2500001', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4990, 5, 52, 22, 'STU2500022', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4991, 5, 52, 186, 'STU2500186', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4992, 5, 52, 25, 'STU2500025', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4993, 5, 52, 194, 'STU2500194', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4994, 5, 52, 224, 'STU2500224', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-11 15:04:06'), +(4995, 5, 52, 244, 'STU2500244', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 135, '2026-04-05 15:12:07', '2026-04-05 15:12:07'), +(4996, 5, 52, 42, 'STU2500042', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:12:07', '2026-04-05 16:48:27'), +(4997, 4, 42, 85, 'STU2500085', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(4998, 4, 42, 118, 'STU2500118', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(4999, 4, 42, 40, 'STU2500040', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:19:20', '2026-04-05 16:44:32'), +(5000, 4, 42, 106, 'STU2500106', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5001, 4, 42, 231, 'STU2500231', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5002, 4, 42, 138, 'STU2500138', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5003, 4, 42, 55, 'STU2500055', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5004, 4, 42, 177, 'STU2500177', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5005, 4, 42, 51, 'STU2500051', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5006, 4, 42, 33, 'STU2500033', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5007, 4, 42, 63, 'STU2500063', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5008, 4, 42, 140, 'STU2500140', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5009, 4, 42, 218, 'STU2500218', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-05 15:19:20', '2026-04-05 15:19:20'), +(5010, 2, 21, 146, 'STU2500146', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5011, 2, 21, 249, 'STU2500249', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5012, 2, 21, 176, 'STU2500176', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5013, 2, 21, 112, 'STU2500112', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5014, 2, 21, 141, 'STU2500141', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5015, 2, 21, 173, 'STU2500173', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5016, 2, 21, 86, 'STU2500086', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5017, 2, 21, 105, 'STU2500105', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5018, 2, 21, 256, 'STU2500256', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:20:33', '2026-04-05 16:38:29'), +(5019, 2, 21, 200, 'STU2500200', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5020, 2, 21, 226, 'STU2500226', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-11 15:01:21'), +(5021, 2, 21, 217, 'STU2500217', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:20:33', '2026-04-05 16:39:32'), +(5022, 2, 21, 157, 'STU2500157', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5023, 2, 21, 36, 'STU2500036', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5024, 2, 21, 147, 'STU2500147', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5025, 2, 21, 206, 'STU2500206', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-05 15:20:33', '2026-04-05 15:20:33'), +(5026, 13, 1, 250, 'STU2500250', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-11 14:57:25'), +(5027, 13, 1, 184, 'STU2500184', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5028, 13, 1, 122, 'STU2500122', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5029, 13, 1, 83, 'STU2500083', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5030, 13, 1, 87, 'STU2500087', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5031, 13, 1, 166, 'STU2500166', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5032, 13, 1, 110, 'STU2500110', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5033, 13, 1, 175, 'STU2500175', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5034, 13, 1, 232, 'STU2500232', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5035, 13, 1, 174, 'STU2500174', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5036, 13, 1, 98, 'STU2500098', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5037, 13, 1, 260, 'STU2600001', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-11 15:01:31'), +(5038, 13, 1, 113, 'STU2500113', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(5039, 3, 31, 171, 'STU2500171', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 15:24:18', '2026-04-05 16:42:13'), +(5040, 3, 31, 21, 'STU2500021', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5041, 3, 31, 30, 'STU2500030', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5042, 3, 31, 68, 'STU2500068', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5043, 3, 31, 78, 'STU2500078', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5044, 3, 31, 57, 'STU2500057', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5045, 3, 31, 234, 'STU2500234', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5046, 3, 31, 70, 'STU2500070', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5047, 3, 31, 20, 'STU2500020', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5048, 3, 31, 64, 'STU2500064', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5049, 3, 31, 196, 'STU2500196', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5050, 3, 31, 16, 'STU2500016', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5051, 3, 31, 245, 'STU2500245', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5052, 3, 31, 81, 'STU2500081', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5053, 3, 31, 19, 'STU2500019', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 155, '2026-04-05 15:24:18', '2026-04-05 15:24:18'), +(5054, 1, 10, 183, 'STU2500183', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5055, 1, 10, 180, 'STU2500180', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-11 14:59:26'), +(5056, 1, 10, 221, 'STU2500221', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5057, 1, 10, 235, 'STU2500235', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5058, 1, 10, 52, 'STU2500052', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5059, 1, 10, 227, 'STU2500227', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-11 14:59:48'), +(5060, 1, 10, 159, 'STU2500159', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5061, 1, 10, 160, 'STU2500160', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5062, 1, 10, 56, 'STU2500056', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5063, 1, 10, 229, 'STU2500229', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5064, 1, 10, 214, 'STU2500214', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5065, 1, 10, 131, 'STU2500131', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5066, 1, 10, 211, 'STU2500211', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-04-05 15:24:57', '2026-04-05 15:24:57'), +(5067, 2, 22, 92, 'STU2500092', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5068, 2, 22, 101, 'STU2500101', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5069, 2, 22, 41, 'STU2500041', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5070, 2, 22, 14, 'STU2500014', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5071, 2, 22, 58, 'STU2500058', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5072, 2, 22, 80, 'STU2500080', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5073, 2, 22, 104, 'STU2500104', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5074, 2, 22, 182, 'STU2500182', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5075, 2, 22, 228, 'STU2500228', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5076, 2, 22, 97, 'STU2500097', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5077, 2, 22, 178, 'STU2500178', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5078, 2, 22, 153, 'STU2500153', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5079, 2, 22, 79, 'STU2500079', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5080, 2, 22, 82, 'STU2500082', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-05 15:32:13'), +(5081, 2, 22, 222, 'STU2500222', '2026-04-05', 'late', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-04-05 15:32:13', '2026-04-11 15:00:54'), +(5082, 9, 90, 212, 'STU2500212', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5083, 9, 90, 204, 'STU2500204', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5084, 9, 90, 102, 'STU2500102', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5085, 9, 90, 208, 'STU2500208', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5086, 9, 90, 223, 'STU2500223', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-11 15:03:29'), +(5087, 9, 90, 162, 'STU2500162', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(5088, 9, 90, 48, 'STU2500048', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-11 15:03:58'), +(5089, 9, 90, 154, 'STU2500154', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5090, 9, 90, 108, 'STU2500108', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-05 15:44:58', '2026-04-05 15:44:58'), +(5091, 12, 120, 225, 'STU2500225', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 14:57:42'), +(5092, 12, 120, 88, 'STU2500088', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 14:58:08'), +(5093, 12, 120, 238, 'STU2500238', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 16:35:59', '2026-04-05 16:59:34'), +(5094, 12, 120, 38, 'STU2500038', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 15:03:50'), +(5095, 12, 120, 59, 'STU2500059', '2026-04-05', 'absent', '—', 'yes', 'yes', 'Spring', '2025-2026', 57, '2026-04-05 16:35:59', '2026-04-11 15:03:42'), +(5096, 12, 120, 107, 'STU2500107', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5097, 12, 120, 96, 'STU2500096', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5098, 12, 120, 252, 'STU2500252', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5099, 12, 120, 246, 'STU2500246', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 15:03:36'), +(5100, 12, 120, 95, 'STU2500095', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 14:59:07'), +(5101, 12, 120, 237, 'STU2500237', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 15:03:21'), +(5102, 12, 120, 31, 'STU2500031', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5103, 12, 120, 203, 'STU2500203', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 15:01:43'), +(5104, 12, 120, 236, 'STU2500236', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-11 15:00:08'), +(5105, 12, 120, 201, 'STU2500201', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5106, 12, 120, 47, 'STU2500047', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5107, 12, 120, 61, 'STU2500061', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5108, 12, 120, 46, 'STU2500046', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5109, 12, 120, 239, 'STU2500239', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5110, 12, 120, 253, 'STU2500253', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5111, 12, 120, 259, 'STU2500259', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5112, 12, 120, 241, 'STU2500241', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5113, 12, 120, 219, 'STU2500219', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-05 16:35:59', '2026-04-05 16:35:59'), +(5114, 5, 51, 167, 'STU2500167', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5115, 5, 51, 73, 'STU2500073', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5116, 5, 51, 143, 'STU2500143', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5117, 5, 51, 255, 'STU2500255', '2026-04-05', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-05 16:37:10', '2026-04-05 16:46:13'), +(5118, 5, 51, 150, 'STU2500150', '2026-04-05', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-11 15:01:11'), +(5119, 5, 51, 233, 'STU2500233', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5120, 5, 51, 29, 'STU2500029', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5121, 5, 51, 210, 'STU2500210', '2026-04-05', 'present', 'o', 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5122, 5, 51, 17, 'STU2500017', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5123, 5, 51, 205, 'STU2500205', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5124, 5, 51, 164, 'STU2500164', '2026-04-05', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-05 16:37:10', '2026-04-05 16:37:10'), +(5125, 2, 21, 45, 'STU2500045', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-09 21:51:52', '2026-04-12 16:18:52'), +(5126, 3, 31, 44, 'STU2500044', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-09 21:51:52', '2026-04-12 16:33:45'), +(5127, 8, 80, 53, 'STU2500053', '2026-04-12', 'absent', 'Parent-reported — On vacation', 'yes', 'no', 'Spring', '2025-2026', 34, '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(5128, 8, 80, 53, 'STU2500053', '2026-04-19', 'absent', 'Parent-reported — On vacation', 'yes', 'no', 'Spring', '2025-2026', 34, '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(5129, 3, 32, 54, 'STU2500054', '2026-04-12', 'absent', 'Parent-reported — On vacation', 'yes', 'no', 'Spring', '2025-2026', 34, '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(5130, 3, 32, 54, 'STU2500054', '2026-04-19', 'absent', 'Parent-reported — On vacation', 'yes', 'no', 'Spring', '2025-2026', 34, '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(5131, 12, 120, 201, 'STU2500201', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-11 03:48:58', '2026-04-12 16:51:41'), +(5132, 4, 41, 202, 'STU2500202', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-11 03:48:58', '2026-04-12 16:23:50'), +(5133, 1, 10, 183, 'STU2500183', '2026-04-12', 'absent', 'Parent-reported — sick', 'yes', 'no', 'Spring', '2025-2026', 132, '2026-04-12 04:38:27', '2026-04-12 04:38:27'), +(5134, 13, 1, 184, 'STU2500184', '2026-04-12', 'absent', 'Parent-reported — sick', 'yes', 'no', 'Spring', '2025-2026', 132, '2026-04-12 04:38:27', '2026-04-12 04:38:27'), +(5135, 13, 1, 175, 'STU2500175', '2026-04-12', 'absent', 'Parent-reported — She has a cold', 'yes', 'no', 'Spring', '2025-2026', 124, '2026-04-12 10:30:04', '2026-04-12 10:30:04'), +(5136, 6, 60, 161, 'STU2500161', '2026-04-12', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 14:09:27', '2026-04-12 16:38:13'), +(5137, 3, 32, 185, 'STU2500185', '2026-04-12', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 147, '2026-04-12 14:10:08', '2026-04-12 14:10:08'), +(5138, 3, 31, 199, 'STU2500199', '2026-04-12', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 140, '2026-04-12 14:17:17', '2026-04-12 17:04:35'), +(5139, 6, 60, 198, 'STU2500198', '2026-04-12', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-04-12 14:18:27', '2026-05-09 01:13:49'), +(5140, 2, 21, 249, 'STU2500249', '2026-04-12', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-04-12 14:22:02', '2026-04-12 17:05:47'), +(5141, 13, 1, 250, 'STU2500250', '2026-04-12', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 147, '2026-04-12 14:22:44', '2026-05-09 01:08:13'), +(5142, 4, 41, 248, 'STU2500248', '2026-04-12', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 186, '2026-04-12 14:23:24', '2026-04-12 17:06:02'), +(5143, 2, 21, 200, 'STU2500200', '2026-04-12', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 14:29:37', '2026-04-12 16:30:21'), +(5144, 2, 21, 256, 'STU2500256', '2026-04-12', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 14:31:48', '2026-04-12 16:19:44'), +(5145, 7, 70, 26, 'STU2500026', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5146, 7, 70, 91, 'STU2500091', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5147, 7, 70, 32, 'STU2500032', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5148, 7, 70, 242, 'STU2500242', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5149, 7, 70, 28, 'STU2500028', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5150, 7, 70, 72, 'STU2500072', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5151, 7, 70, 1, 'STU2500002', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5152, 7, 70, 151, 'STU2500151', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5153, 7, 70, 94, 'STU2500094', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5154, 7, 70, 158, 'STU2500158', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5155, 7, 70, 230, 'STU2500230', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5156, 7, 70, 67, 'STU2500067', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5157, 7, 70, 6, 'STU2500006', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5158, 7, 70, 187, 'STU2500187', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:10:23', '2026-04-12 16:39:45'), +(5159, 7, 70, 117, 'STU2500117', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5160, 7, 70, 119, 'STU2500119', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(5161, 4, 42, 85, 'STU2500085', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5162, 4, 42, 118, 'STU2500118', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5163, 4, 42, 40, 'STU2500040', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5164, 4, 42, 106, 'STU2500106', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5165, 4, 42, 231, 'STU2500231', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5166, 4, 42, 138, 'STU2500138', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5167, 4, 42, 135, 'STU2500135', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5168, 4, 42, 55, 'STU2500055', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5169, 4, 42, 177, 'STU2500177', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5170, 4, 42, 51, 'STU2500051', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5171, 4, 42, 33, 'STU2500033', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5172, 4, 42, 63, 'STU2500063', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5173, 4, 42, 140, 'STU2500140', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5174, 4, 42, 218, 'STU2500218', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(5175, 5, 52, 125, 'STU2500125', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 17:08:39'), +(5176, 5, 52, 50, 'STU2500050', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5177, 5, 52, 100, 'STU2500100', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5178, 5, 52, 103, 'STU2500103', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5179, 5, 52, 195, 'STU2500195', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5180, 5, 52, 60, 'STU2500060', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5181, 5, 52, 2, 'STU2500001', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5182, 5, 52, 22, 'STU2500022', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5183, 5, 52, 186, 'STU2500186', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5184, 5, 52, 25, 'STU2500025', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5185, 5, 52, 194, 'STU2500194', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5186, 5, 52, 188, 'STU2500188', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5187, 5, 52, 224, 'STU2500224', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 17:14:07'), +(5188, 5, 52, 244, 'STU2500244', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5189, 5, 52, 42, 'STU2500042', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(5190, 6, 60, 120, 'STU2500120', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5191, 6, 60, 37, 'STU2500037', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5192, 6, 60, 90, 'STU2500090', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5193, 6, 60, 137, 'STU2500137', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5194, 6, 60, 209, 'STU2500209', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5195, 6, 60, 193, 'STU2500193', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 17:07:53'), +(5196, 6, 60, 254, 'STU2500254', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:15:36', '2026-04-12 16:38:21'), +(5197, 6, 60, 9, 'STU2500009', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5198, 6, 60, 10, 'STU2500010', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5199, 6, 60, 139, 'STU2500139', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5200, 6, 60, 258, 'STU2500258', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5201, 6, 60, 170, 'STU2500170', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5202, 6, 60, 77, 'STU2500077', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-12 15:15:36', '2026-04-12 15:15:36'), +(5203, 1, 10, 180, 'STU2500180', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 17:14:25'), +(5204, 1, 10, 221, 'STU2500221', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5205, 1, 10, 235, 'STU2500235', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5206, 1, 10, 52, 'STU2500052', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5207, 1, 10, 227, 'STU2500227', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5208, 1, 10, 159, 'STU2500159', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:16:02', '2026-04-19 14:12:17'), +(5209, 1, 10, 160, 'STU2500160', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5210, 1, 10, 215, 'STU2500215', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5211, 1, 10, 56, 'STU2500056', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 19, '2026-04-12 15:16:02', '2026-04-12 21:56:04'), +(5212, 1, 10, 229, 'STU2500229', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5213, 1, 10, 214, 'STU2500214', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5214, 1, 10, 131, 'STU2500131', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5215, 1, 10, 211, 'STU2500211', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(5216, 13, 1, 122, 'STU2500122', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5217, 13, 1, 83, 'STU2500083', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5218, 13, 1, 87, 'STU2500087', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5219, 13, 1, 166, 'STU2500166', '2026-04-12', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:16:08', '2026-04-12 16:09:35'), +(5220, 13, 1, 110, 'STU2500110', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5221, 13, 1, 232, 'STU2500232', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5222, 13, 1, 174, 'STU2500174', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5223, 13, 1, 98, 'STU2500098', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5224, 13, 1, 260, 'STU2600001', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5225, 13, 1, 113, 'STU2500113', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-12 15:16:08', '2026-04-12 15:16:08'), +(5226, 8, 80, 99, 'STU2500099', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5227, 8, 80, 84, 'STU2500084', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5228, 8, 80, 39, 'STU2500039', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5229, 8, 80, 257, 'STU2500257', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 17:06:57'), +(5230, 8, 80, 11, 'STU2500011', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5231, 8, 80, 62, 'STU2500062', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5232, 8, 80, 89, 'STU2500089', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 17:07:37'), +(5233, 8, 80, 49, 'STU2500049', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5234, 8, 80, 142, 'STU2500142', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5235, 8, 80, 124, 'STU2500124', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 17:09:03'), +(5236, 8, 80, 163, 'STU2500163', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5237, 8, 80, 15, 'STU2500015', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5238, 8, 80, 71, 'STU2500071', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5239, 8, 80, 35, 'STU2500035', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:16:52', '2026-04-12 16:43:35'), +(5240, 8, 80, 76, 'STU2500076', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5241, 8, 80, 190, 'STU2500190', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:16:52', '2026-04-12 16:44:56'), +(5242, 8, 80, 207, 'STU2500207', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 17:14:16'), +(5243, 8, 80, 192, 'STU2500192', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5244, 8, 80, 34, 'STU2500034', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(5245, 4, 41, 12, 'STU2500012', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5246, 4, 41, 121, 'STU2500121', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5247, 4, 41, 216, 'STU2500216', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5248, 4, 41, 13, 'STU2500013', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5249, 4, 41, 156, 'STU2500156', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5250, 4, 41, 115, 'STU2500115', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5251, 4, 41, 109, 'STU2500109', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5252, 4, 41, 27, 'STU2500027', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5253, 4, 41, 152, 'STU2500152', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5254, 4, 41, 111, 'STU2500111', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5255, 4, 41, 129, 'STU2500129', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-04-12 15:17:15', '2026-04-12 15:17:15'), +(5256, 5, 51, 167, 'STU2500167', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5257, 5, 51, 73, 'STU2500073', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5258, 5, 51, 143, 'STU2500143', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5259, 5, 51, 93, 'STU2500093', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5260, 5, 51, 255, 'STU2500255', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5261, 5, 51, 150, 'STU2500150', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5262, 5, 51, 233, 'STU2500233', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5263, 5, 51, 29, 'STU2500029', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5264, 5, 51, 210, 'STU2500210', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5265, 5, 51, 17, 'STU2500017', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5266, 5, 51, 205, 'STU2500205', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 314, '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(5267, 5, 51, 164, 'STU2500164', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:29', '2026-04-12 16:25:16'), +(5268, 12, 120, 225, 'STU2500225', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:06:46'), +(5269, 12, 120, 88, 'STU2500088', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:13:48'), +(5270, 12, 120, 238, 'STU2500238', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:48', '2026-04-12 16:49:31'), +(5271, 12, 120, 38, 'STU2500038', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:08:51'), +(5272, 12, 120, 59, 'STU2500059', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:48', '2026-04-12 16:48:36'), +(5273, 12, 120, 247, 'STU2500247', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:07:27'), +(5274, 12, 120, 107, 'STU2500107', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5275, 12, 120, 96, 'STU2500096', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5276, 12, 120, 252, 'STU2500252', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:10:02'), +(5277, 12, 120, 246, 'STU2500246', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5278, 12, 120, 251, 'STU2500251', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:13:56'), +(5279, 12, 120, 95, 'STU2500095', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:09:32'), +(5280, 12, 120, 114, 'STU2500114', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5281, 12, 120, 136, 'STU2500136', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5282, 12, 120, 237, 'STU2500237', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:08:19'), +(5283, 12, 120, 31, 'STU2500031', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:48', '2026-04-12 16:50:25'), +(5284, 12, 120, 203, 'STU2500203', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5285, 12, 120, 236, 'STU2500236', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:09:23'), +(5286, 12, 120, 47, 'STU2500047', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5287, 12, 120, 61, 'STU2500061', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:08:30'), +(5288, 12, 120, 46, 'STU2500046', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5289, 12, 120, 239, 'STU2500239', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:48', '2026-04-12 16:49:41'), +(5290, 12, 120, 253, 'STU2500253', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:18:48', '2026-04-12 16:51:21'), +(5291, 12, 120, 259, 'STU2500259', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 17:07:16'), +(5292, 12, 120, 241, 'STU2500241', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5293, 12, 120, 219, 'STU2500219', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(5294, 2, 22, 92, 'STU2500092', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5295, 2, 22, 101, 'STU2500101', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5296, 2, 22, 41, 'STU2500041', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5297, 2, 22, 14, 'STU2500014', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5298, 2, 22, 58, 'STU2500058', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5299, 2, 22, 80, 'STU2500080', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5300, 2, 22, 104, 'STU2500104', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5301, 2, 22, 182, 'STU2500182', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5302, 2, 22, 228, 'STU2500228', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5303, 2, 22, 97, 'STU2500097', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5304, 2, 22, 178, 'STU2500178', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5305, 2, 22, 153, 'STU2500153', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5306, 2, 22, 79, 'STU2500079', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5307, 2, 22, 82, 'STU2500082', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5308, 2, 22, 222, 'STU2500222', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 5, '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(5309, 9, 90, 212, 'STU2500212', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5310, 9, 90, 204, 'STU2500204', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5311, 9, 90, 102, 'STU2500102', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:29:55', '2026-04-12 16:47:32'), +(5312, 9, 90, 208, 'STU2500208', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5313, 9, 90, 223, 'STU2500223', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 17:09:13'), +(5314, 9, 90, 162, 'STU2500162', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5315, 9, 90, 48, 'STU2500048', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5316, 9, 90, 154, 'STU2500154', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5317, 9, 90, 108, 'STU2500108', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5318, 9, 90, 116, 'STU2500116', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(5319, 2, 21, 146, 'STU2500146', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5320, 2, 21, 176, 'STU2500176', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5321, 2, 21, 112, 'STU2500112', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5322, 2, 21, 141, 'STU2500141', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5323, 2, 21, 173, 'STU2500173', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5324, 2, 21, 86, 'STU2500086', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5325, 2, 21, 105, 'STU2500105', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5326, 2, 21, 226, 'STU2500226', '2026-04-12', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 17:08:05'), +(5327, 2, 21, 217, 'STU2500217', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5328, 2, 21, 157, 'STU2500157', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5329, 2, 21, 36, 'STU2500036', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 15:35:29', '2026-04-12 16:30:35'), +(5330, 2, 21, 43, 'STU2500043', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5331, 2, 21, 147, 'STU2500147', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5332, 2, 21, 206, 'STU2500206', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 163, '2026-04-12 15:35:29', '2026-04-12 15:35:29'), +(5333, 1, 10, 214, 'STU2500214', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-12 15:39:10', '2026-05-16 01:19:36'), +(5334, 1, 10, 215, 'STU2500215', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-12 15:39:30', '2026-05-09 01:05:38'), +(5335, 3, 32, 168, 'STU2500168', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5336, 3, 32, 7, 'STU2500007', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5337, 3, 32, 220, 'STU2500220', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5338, 3, 32, 75, 'STU2500075', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5339, 3, 32, 189, 'STU2500189', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5340, 3, 32, 169, 'STU2500169', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5341, 3, 32, 179, 'STU2500179', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5342, 3, 32, 145, 'STU2500145', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5343, 3, 32, 213, 'STU2500213', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5344, 3, 32, 18, 'STU2500018', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5345, 3, 32, 144, 'STU2500144', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5346, 3, 32, 130, 'STU2500130', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5347, 3, 32, 74, 'STU2500074', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5348, 3, 32, 165, 'STU2500165', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 16:06:55', '2026-04-12 16:34:25'), +(5349, 3, 32, 123, 'STU2500123', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5350, 3, 32, 8, 'STU2500008', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-12 16:06:55', '2026-04-12 16:06:55'), +(5351, 3, 31, 171, 'STU2500171', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5352, 3, 31, 21, 'STU2500021', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5353, 3, 31, 30, 'STU2500030', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5354, 3, 31, 68, 'STU2500068', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5355, 3, 31, 78, 'STU2500078', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5356, 3, 31, 57, 'STU2500057', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5357, 3, 31, 234, 'STU2500234', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5358, 3, 31, 70, 'STU2500070', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5359, 3, 31, 20, 'STU2500020', '2026-04-12', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-12 16:25:36', '2026-04-12 16:33:35'), +(5360, 3, 31, 64, 'STU2500064', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5361, 3, 31, 196, 'STU2500196', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5362, 3, 31, 16, 'STU2500016', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5363, 3, 31, 245, 'STU2500245', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5364, 3, 31, 81, 'STU2500081', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5365, 3, 31, 19, 'STU2500019', '2026-04-12', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-12 16:25:36', '2026-04-12 16:25:36'), +(5366, 12, 120, 47, 'STU2500047', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-18 12:53:51', '2026-04-19 16:22:32'), +(5367, 12, 120, 46, 'STU2500046', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-18 12:53:51', '2026-04-19 16:22:39'), +(5368, 3, 31, 70, 'STU2500070', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-18 15:09:38', '2026-04-19 16:16:12'), +(5369, 3, 32, 123, 'STU2500123', '2026-04-19', 'absent', 'Parent-reported — Sick', 'yes', 'no', 'Spring', '2025-2026', 84, '2026-04-19 03:24:09', '2026-04-19 03:24:09'), +(5370, 2, 21, 176, 'STU2500176', '2026-04-19', 'absent', 'Parent-reported — Sick', 'yes', 'no', 'Spring', '2025-2026', 125, '2026-04-19 04:19:41', '2026-04-19 04:19:41'), +(5371, 5, 52, 103, 'STU2500103', '2026-04-19', 'absent', 'Parent-reported — Travelling', 'yes', 'no', 'Spring', '2025-2026', 69, '2026-04-19 11:49:01', '2026-04-19 11:49:01'), +(5372, 2, 22, 104, 'STU2500104', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 11:49:01', '2026-04-19 16:15:38'), +(5373, 9, 90, 102, 'STU2500102', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 11:49:01', '2026-04-19 16:21:50'), +(5374, 5, 52, 188, 'STU2500188', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-19 14:07:32', '2026-05-10 01:32:26'), +(5375, 4, 41, 129, 'STU2500129', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 14:08:59', '2026-04-19 15:09:32'), +(5376, 3, 32, 130, 'STU2500130', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-04-19 14:10:01', '2026-04-19 14:10:01'), +(5377, 1, 10, 131, 'STU2500131', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-04-19 14:11:03', '2026-04-19 14:11:03'), +(5378, 12, 120, 203, 'STU2500203', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 14:11:28', '2026-04-19 15:34:09'), +(5379, 2, 21, 206, 'STU2500206', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-04-19 14:12:01', '2026-04-19 14:12:01'), +(5380, 5, 51, 205, 'STU2500205', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 14:12:23', '2026-04-19 15:26:40'), +(5381, 6, 60, 198, 'STU2500198', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-04-19 14:12:59', '2026-05-09 01:13:49'), +(5382, 3, 31, 199, 'STU2500199', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 14:13:51', '2026-04-19 15:11:45'), +(5383, 7, 70, 117, 'STU2500117', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-04-19 14:14:21', '2026-05-09 01:17:53'), +(5384, 9, 90, 116, 'STU2500116', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 29, '2026-04-19 14:14:44', '2026-05-09 01:20:28'), +(5385, 7, 70, 230, 'STU2500230', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 14:15:15', '2026-04-19 15:03:43'), +(5386, 4, 42, 231, 'STU2500231', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-04-19 14:16:07', '2026-04-19 14:16:07'), +(5387, 2, 22, 178, 'STU2500178', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 14:16:45', '2026-04-19 15:13:01'), +(5388, 13, 1, 250, 'STU2500250', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-04-19 14:17:59', '2026-05-09 01:08:13'), +(5389, 13, 1, 260, 'STU2600001', '2026-04-19', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-04-19 14:18:56', '2026-04-19 14:18:56'), +(5390, 12, 120, 253, 'STU2500253', '2026-04-19', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 14:21:49', '2026-04-19 16:32:25'), +(5391, 6, 60, 254, 'STU2500254', '2026-04-19', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 14:22:20', '2026-04-19 16:32:42'), +(5392, 2, 21, 200, 'STU2500200', '2026-04-19', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 14:23:05', '2026-04-19 16:09:26'), +(5393, 12, 120, 247, 'STU2500247', '2026-04-19', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 14:34:21', '2026-05-10 01:33:41'), +(5394, 7, 70, 26, 'STU2500026', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5395, 7, 70, 91, 'STU2500091', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5396, 7, 70, 32, 'STU2500032', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:03:43', '2026-04-19 16:20:21'), +(5397, 7, 70, 242, 'STU2500242', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5398, 7, 70, 28, 'STU2500028', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5399, 7, 70, 72, 'STU2500072', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5400, 7, 70, 1, 'STU2500002', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5401, 7, 70, 151, 'STU2500151', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5402, 7, 70, 94, 'STU2500094', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5403, 7, 70, 158, 'STU2500158', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5404, 7, 70, 66, 'STU2500066', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5405, 7, 70, 67, 'STU2500067', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-04-19 15:03:43', '2026-05-03 16:23:57'), +(5406, 7, 70, 6, 'STU2500006', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5407, 7, 70, 187, 'STU2500187', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-05-09 14:17:16'), +(5408, 7, 70, 119, 'STU2500119', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-04-19 15:03:43', '2026-04-19 15:03:43'), +(5409, 2, 21, 146, 'STU2500146', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5410, 2, 21, 249, 'STU2500249', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5411, 2, 21, 112, 'STU2500112', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-05-09 01:10:21'), +(5412, 2, 21, 141, 'STU2500141', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5413, 2, 21, 45, 'STU2500045', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5414, 2, 21, 173, 'STU2500173', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5415, 2, 21, 86, 'STU2500086', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5416, 2, 21, 105, 'STU2500105', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5417, 2, 21, 256, 'STU2500256', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5418, 2, 21, 226, 'STU2500226', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-05-09 13:39:22'), +(5419, 2, 21, 217, 'STU2500217', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5420, 2, 21, 157, 'STU2500157', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5421, 2, 21, 36, 'STU2500036', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(5422, 2, 21, 43, 'STU2500043', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:07:10', '2026-04-19 16:09:03'), +(5423, 2, 21, 147, 'STU2500147', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-04-19 15:07:10', '2026-04-19 15:07:10'), +(5424, 6, 60, 120, 'STU2500120', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5425, 6, 60, 37, 'STU2500037', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5426, 6, 60, 90, 'STU2500090', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5427, 6, 60, 137, 'STU2500137', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5428, 6, 60, 209, 'STU2500209', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5429, 6, 60, 193, 'STU2500193', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-05-09 14:36:13'), +(5430, 6, 60, 161, 'STU2500161', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:07:52', '2026-04-19 16:19:50'), +(5431, 6, 60, 9, 'STU2500009', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5432, 6, 60, 10, 'STU2500010', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5433, 6, 60, 139, 'STU2500139', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5434, 6, 60, 258, 'STU2500258', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5435, 6, 60, 170, 'STU2500170', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-04-19 15:07:52', '2026-04-19 15:07:52'), +(5436, 6, 60, 77, 'STU2500077', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:07:52', '2026-04-19 16:20:01'), +(5437, 4, 41, 12, 'STU2500012', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5438, 4, 41, 121, 'STU2500121', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5439, 4, 41, 216, 'STU2500216', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5440, 4, 41, 13, 'STU2500013', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5441, 4, 41, 156, 'STU2500156', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5442, 4, 41, 115, 'STU2500115', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5443, 4, 41, 109, 'STU2500109', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5444, 4, 41, 248, 'STU2500248', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5445, 4, 41, 27, 'STU2500027', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5446, 4, 41, 152, 'STU2500152', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5447, 4, 41, 111, 'STU2500111', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5448, 4, 41, 202, 'STU2500202', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-04-19 15:09:32', '2026-04-19 15:09:32'), +(5449, 9, 90, 212, 'STU2500212', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-05-09 01:20:13'), +(5450, 9, 90, 204, 'STU2500204', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-05-09 01:15:53'), +(5451, 9, 90, 208, 'STU2500208', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-04-19 15:10:12'), +(5452, 9, 90, 223, 'STU2500223', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-05-09 13:36:55'), +(5453, 9, 90, 162, 'STU2500162', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:10:12', '2026-04-19 16:22:03'), +(5454, 9, 90, 48, 'STU2500048', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-04-19 15:10:12'), +(5455, 9, 90, 154, 'STU2500154', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-04-19 15:10:12'), +(5456, 9, 90, 108, 'STU2500108', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 29, '2026-04-19 15:10:12', '2026-04-19 15:10:12'), +(5457, 5, 52, 125, 'STU2500125', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5458, 5, 52, 50, 'STU2500050', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:11:02', '2026-04-19 16:18:34'), +(5459, 5, 52, 100, 'STU2500100', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-05-09 01:14:49'), +(5460, 5, 52, 195, 'STU2500195', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5461, 5, 52, 60, 'STU2500060', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5462, 5, 52, 2, 'STU2500001', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5463, 5, 52, 22, 'STU2500022', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5464, 5, 52, 186, 'STU2500186', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5465, 5, 52, 25, 'STU2500025', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:11:02', '2026-04-19 16:29:34'), +(5466, 5, 52, 194, 'STU2500194', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5467, 5, 52, 224, 'STU2500224', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-05-09 13:37:45'), +(5468, 5, 52, 244, 'STU2500244', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-04-19 15:11:02', '2026-04-19 15:11:02'), +(5469, 5, 52, 42, 'STU2500042', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:11:02', '2026-04-19 16:18:55'), +(5470, 3, 31, 171, 'STU2500171', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5471, 3, 31, 21, 'STU2500021', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5472, 3, 31, 30, 'STU2500030', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5473, 3, 31, 68, 'STU2500068', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-05-09 01:16:15'), +(5474, 3, 31, 78, 'STU2500078', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5475, 3, 31, 44, 'STU2500044', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5476, 3, 31, 57, 'STU2500057', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5477, 3, 31, 234, 'STU2500234', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5478, 3, 31, 20, 'STU2500020', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5479, 3, 31, 64, 'STU2500064', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5480, 3, 31, 196, 'STU2500196', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5481, 3, 31, 16, 'STU2500016', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5482, 3, 31, 245, 'STU2500245', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-05-09 01:17:29'), +(5483, 3, 31, 81, 'STU2500081', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5484, 3, 31, 19, 'STU2500019', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-04-19 15:11:45', '2026-04-19 15:11:45'), +(5485, 2, 22, 92, 'STU2500092', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5486, 2, 22, 101, 'STU2500101', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-05-09 01:19:19'), +(5487, 2, 22, 41, 'STU2500041', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5488, 2, 22, 14, 'STU2500014', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5489, 2, 22, 58, 'STU2500058', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5490, 2, 22, 80, 'STU2500080', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5491, 2, 22, 182, 'STU2500182', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:13:01', '2026-04-19 16:15:47'), +(5492, 2, 22, 228, 'STU2500228', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5493, 2, 22, 97, 'STU2500097', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5494, 2, 22, 153, 'STU2500153', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5495, 2, 22, 79, 'STU2500079', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5496, 2, 22, 82, 'STU2500082', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5497, 2, 22, 222, 'STU2500222', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-04-19 15:13:01', '2026-04-19 15:13:01'), +(5498, 4, 42, 85, 'STU2500085', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5499, 4, 42, 118, 'STU2500118', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5500, 4, 42, 40, 'STU2500040', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-05-09 14:06:31'), +(5501, 4, 42, 106, 'STU2500106', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:16:42', '2026-04-19 16:17:48'), +(5502, 4, 42, 138, 'STU2500138', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5503, 4, 42, 135, 'STU2500135', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5504, 4, 42, 55, 'STU2500055', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5505, 4, 42, 177, 'STU2500177', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:16:42', '2026-04-19 16:53:22'), +(5506, 4, 42, 51, 'STU2500051', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5507, 4, 42, 33, 'STU2500033', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:16:42', '2026-04-19 16:18:00'), +(5508, 4, 42, 63, 'STU2500063', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5509, 4, 42, 140, 'STU2500140', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5510, 4, 42, 218, 'STU2500218', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-04-19 15:16:42', '2026-04-19 15:16:42'), +(5511, 3, 32, 168, 'STU2500168', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5512, 3, 32, 7, 'STU2500007', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5513, 3, 32, 220, 'STU2500220', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-05-09 01:20:00'), +(5514, 3, 32, 75, 'STU2500075', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5515, 3, 32, 189, 'STU2500189', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-05-09 01:15:19'), +(5516, 3, 32, 169, 'STU2500169', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5517, 3, 32, 179, 'STU2500179', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5518, 3, 32, 185, 'STU2500185', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5519, 3, 32, 145, 'STU2500145', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5520, 3, 32, 213, 'STU2500213', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:21:48', '2026-04-19 16:16:43'), +(5521, 3, 32, 18, 'STU2500018', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5522, 3, 32, 144, 'STU2500144', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5523, 3, 32, 74, 'STU2500074', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5524, 3, 32, 165, 'STU2500165', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5525, 3, 32, 8, 'STU2500008', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-04-19 15:21:48', '2026-04-19 15:21:48'), +(5526, 5, 51, 167, 'STU2500167', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5527, 5, 51, 73, 'STU2500073', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5528, 5, 51, 143, 'STU2500143', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5529, 5, 51, 93, 'STU2500093', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5530, 5, 51, 255, 'STU2500255', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5531, 5, 51, 150, 'STU2500150', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5532, 5, 51, 233, 'STU2500233', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5533, 5, 51, 29, 'STU2500029', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5534, 5, 51, 210, 'STU2500210', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5535, 5, 51, 17, 'STU2500017', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5536, 5, 51, 164, 'STU2500164', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-04-19 15:26:40', '2026-04-19 15:26:40'), +(5537, 12, 120, 225, 'STU2500225', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 13:38:21'), +(5538, 12, 120, 88, 'STU2500088', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 13:54:37'), +(5539, 12, 120, 238, 'STU2500238', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:34:09', '2026-04-19 16:23:17'), +(5540, 12, 120, 38, 'STU2500038', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 14:02:32'), +(5541, 12, 120, 59, 'STU2500059', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 14:27:52'), +(5542, 12, 120, 107, 'STU2500107', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5543, 12, 120, 96, 'STU2500096', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:34:09', '2026-04-19 16:23:01'), +(5544, 12, 120, 252, 'STU2500252', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 01:14:33'), +(5545, 12, 120, 246, 'STU2500246', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 01:19:05'), +(5546, 12, 120, 251, 'STU2500251', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 01:15:36'), +(5547, 12, 120, 95, 'STU2500095', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 14:33:31'), +(5548, 12, 120, 114, 'STU2500114', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5549, 12, 120, 136, 'STU2500136', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 01:18:09'), +(5550, 12, 120, 237, 'STU2500237', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 13:46:44'), +(5551, 12, 120, 31, 'STU2500031', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:34:09', '2026-04-19 16:23:37'), +(5552, 12, 120, 236, 'STU2500236', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-05-09 13:47:14'), +(5553, 12, 120, 201, 'STU2500201', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5554, 12, 120, 61, 'STU2500061', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5555, 12, 120, 239, 'STU2500239', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:34:09', '2026-04-19 16:23:49'), +(5556, 12, 120, 259, 'STU2500259', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5557, 12, 120, 241, 'STU2500241', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5558, 12, 120, 219, 'STU2500219', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-04-19 15:34:09', '2026-04-19 15:34:09'), +(5559, 8, 80, 99, 'STU2500099', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-05-09 01:18:45'), +(5560, 8, 80, 84, 'STU2500084', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5561, 8, 80, 39, 'STU2500039', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-05-09 14:05:33'), +(5562, 8, 80, 257, 'STU2500257', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5563, 8, 80, 11, 'STU2500011', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5564, 8, 80, 62, 'STU2500062', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5565, 8, 80, 89, 'STU2500089', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-05-09 13:55:40'), +(5566, 8, 80, 49, 'STU2500049', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5567, 8, 80, 142, 'STU2500142', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5568, 8, 80, 124, 'STU2500124', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5569, 8, 80, 163, 'STU2500163', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5570, 8, 80, 15, 'STU2500015', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5571, 8, 80, 71, 'STU2500071', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5572, 8, 80, 35, 'STU2500035', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5573, 8, 80, 76, 'STU2500076', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:36:49', '2026-04-19 16:21:16'), +(5574, 8, 80, 190, 'STU2500190', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5575, 8, 80, 207, 'STU2500207', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(5576, 8, 80, 192, 'STU2500192', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:36:49', '2026-04-19 16:21:27'), +(5577, 8, 80, 34, 'STU2500034', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 15:36:49', '2026-04-19 16:21:29'), +(5578, 1, 10, 183, 'STU2500183', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5579, 1, 10, 180, 'STU2500180', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5580, 1, 10, 221, 'STU2500221', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5581, 1, 10, 235, 'STU2500235', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5582, 1, 10, 52, 'STU2500052', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 16:10:44', '2026-04-19 16:24:53'), +(5583, 1, 10, 227, 'STU2500227', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-05-09 13:40:05'), +(5584, 1, 10, 159, 'STU2500159', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5585, 1, 10, 160, 'STU2500160', '2026-04-19', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 57, '2026-04-19 16:10:44', '2026-04-19 16:53:46'), +(5586, 1, 10, 56, 'STU2500056', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5587, 1, 10, 229, 'STU2500229', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5588, 1, 10, 211, 'STU2500211', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-04-19 16:10:44', '2026-04-19 16:10:44'), +(5589, 13, 1, 184, 'STU2500184', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5590, 13, 1, 122, 'STU2500122', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5591, 13, 1, 83, 'STU2500083', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5592, 13, 1, 87, 'STU2500087', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5593, 13, 1, 166, 'STU2500166', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5594, 13, 1, 110, 'STU2500110', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5595, 13, 1, 175, 'STU2500175', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5596, 13, 1, 232, 'STU2500232', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5597, 13, 1, 174, 'STU2500174', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5598, 13, 1, 98, 'STU2500098', '2026-04-19', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-04-19 16:31:40'), +(5599, 13, 1, 113, 'STU2500113', '2026-04-19', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-04-19 16:31:40', '2026-05-09 01:04:18'), +(5600, 4, 41, 121, 'STU2500121', '2026-05-03', 'absent', 'Parent-reported — Sick', 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-02 15:19:53', '2026-05-03 15:02:02'), +(5601, 2, 22, 41, 'STU2500041', '2026-05-03', 'absent', 'Parent-reported — Armaan has fever so will not be able to attend today’s class', 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 12:29:09', '2026-05-03 15:07:23'), +(5602, 4, 42, 135, 'STU2500135', '2026-05-03', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-03 14:08:50', '2026-05-03 14:08:50'), +(5603, 12, 120, 136, 'STU2500136', '2026-05-03', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 14:09:44', '2026-05-03 16:16:03'), +(5604, 2, 21, 200, 'STU2500200', '2026-05-03', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 14:10:15', '2026-05-03 16:32:36'), +(5605, 5, 51, 150, 'STU2500150', '2026-05-03', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 14:10:53', '2026-05-03 16:14:13'), +(5606, 2, 21, 256, 'STU2500256', '2026-05-03', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 14:54:55', '2026-05-03 14:55:29'), +(5607, 3, 31, 245, 'STU2500245', '2026-05-17', 'absent', '—', 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:00:13', '2026-05-17 15:23:21'), +(5608, 4, 41, 12, 'STU2500012', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:02:02', '2026-05-03 15:08:16'), +(5609, 4, 41, 216, 'STU2500216', '2026-05-03', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:02:02', '2026-05-03 16:31:59'), +(5610, 4, 41, 13, 'STU2500013', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:02:02', '2026-05-03 15:08:22'), +(5611, 4, 41, 156, 'STU2500156', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5612, 4, 41, 115, 'STU2500115', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5613, 4, 41, 109, 'STU2500109', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5614, 4, 41, 248, 'STU2500248', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5615, 4, 41, 27, 'STU2500027', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5616, 4, 41, 152, 'STU2500152', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5617, 4, 41, 111, 'STU2500111', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5618, 4, 41, 129, 'STU2500129', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5619, 4, 41, 202, 'STU2500202', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(5620, 7, 70, 67, 'STU2500067', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:03:52', '2026-05-03 15:03:52'), +(5621, 3, 32, 168, 'STU2500168', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5622, 3, 32, 7, 'STU2500007', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5623, 3, 32, 220, 'STU2500220', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5624, 3, 32, 75, 'STU2500075', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5625, 3, 32, 189, 'STU2500189', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5626, 3, 32, 54, 'STU2500054', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5627, 3, 32, 169, 'STU2500169', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5628, 3, 32, 179, 'STU2500179', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5629, 3, 32, 185, 'STU2500185', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5630, 3, 32, 145, 'STU2500145', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5631, 3, 32, 213, 'STU2500213', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5632, 3, 32, 18, 'STU2500018', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5633, 3, 32, 144, 'STU2500144', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5634, 3, 32, 130, 'STU2500130', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5635, 3, 32, 74, 'STU2500074', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5636, 3, 32, 165, 'STU2500165', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5637, 3, 32, 123, 'STU2500123', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5638, 3, 32, 8, 'STU2500008', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(5639, 9, 90, 212, 'STU2500212', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5640, 9, 90, 204, 'STU2500204', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5641, 9, 90, 102, 'STU2500102', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5642, 9, 90, 208, 'STU2500208', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5643, 9, 90, 223, 'STU2500223', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-09 13:36:55'), +(5644, 9, 90, 162, 'STU2500162', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5645, 9, 90, 48, 'STU2500048', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5646, 9, 90, 154, 'STU2500154', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5647, 9, 90, 108, 'STU2500108', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5648, 9, 90, 116, 'STU2500116', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(5649, 3, 31, 171, 'STU2500171', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:06:26', '2026-05-03 16:34:26'), +(5650, 3, 31, 21, 'STU2500021', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5651, 3, 31, 199, 'STU2500199', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5652, 3, 31, 30, 'STU2500030', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5653, 3, 31, 68, 'STU2500068', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:06:26', '2026-05-03 16:34:51'), +(5654, 3, 31, 78, 'STU2500078', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5655, 3, 31, 44, 'STU2500044', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5656, 3, 31, 57, 'STU2500057', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-09 01:11:48'), +(5657, 3, 31, 234, 'STU2500234', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5658, 3, 31, 70, 'STU2500070', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5659, 3, 31, 20, 'STU2500020', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5660, 3, 31, 64, 'STU2500064', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5661, 3, 31, 196, 'STU2500196', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5662, 3, 31, 16, 'STU2500016', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5663, 3, 31, 245, 'STU2500245', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5664, 3, 31, 127, 'STU2500127', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5665, 3, 31, 81, 'STU2500081', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5666, 3, 31, 19, 'STU2500019', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(5667, 2, 22, 92, 'STU2500092', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:07:23', '2026-05-03 16:36:20'), +(5668, 2, 22, 101, 'STU2500101', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5669, 2, 22, 14, 'STU2500014', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:07:23', '2026-05-03 15:08:49'), +(5670, 2, 22, 58, 'STU2500058', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-09 01:11:35'), +(5671, 2, 22, 80, 'STU2500080', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5672, 2, 22, 104, 'STU2500104', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5673, 2, 22, 182, 'STU2500182', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5674, 2, 22, 228, 'STU2500228', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5675, 2, 22, 97, 'STU2500097', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5676, 2, 22, 178, 'STU2500178', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5677, 2, 22, 153, 'STU2500153', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5678, 2, 22, 79, 'STU2500079', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5679, 2, 22, 82, 'STU2500082', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5680, 2, 22, 197, 'STU2500197', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(5681, 2, 22, 222, 'STU2500222', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 132, '2026-05-03 15:07:23', '2026-05-09 01:14:16'), +(5682, 8, 80, 11, 'STU2500011', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:07:49', '2026-05-03 15:07:49'), +(5683, 1, 10, 183, 'STU2500183', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5684, 1, 10, 180, 'STU2500180', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5685, 1, 10, 221, 'STU2500221', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-09 01:08:43'), +(5686, 1, 10, 235, 'STU2500235', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5687, 1, 10, 52, 'STU2500052', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5688, 1, 10, 227, 'STU2500227', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-09 13:40:05'), +(5689, 1, 10, 159, 'STU2500159', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5690, 1, 10, 160, 'STU2500160', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5691, 1, 10, 215, 'STU2500215', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5692, 1, 10, 56, 'STU2500056', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5693, 1, 10, 229, 'STU2500229', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5694, 1, 10, 214, 'STU2500214', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5695, 1, 10, 131, 'STU2500131', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5696, 1, 10, 211, 'STU2500211', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(5697, 7, 70, 26, 'STU2500026', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5698, 7, 70, 91, 'STU2500091', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5699, 7, 70, 32, 'STU2500032', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5700, 7, 70, 242, 'STU2500242', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5701, 7, 70, 28, 'STU2500028', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5702, 7, 70, 126, 'STU2500126', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5703, 7, 70, 72, 'STU2500072', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5704, 7, 70, 1, 'STU2500002', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5705, 7, 70, 151, 'STU2500151', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5706, 7, 70, 94, 'STU2500094', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5707, 7, 70, 158, 'STU2500158', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5708, 7, 70, 230, 'STU2500230', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-09 01:14:02'), +(5709, 7, 70, 66, 'STU2500066', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5710, 7, 70, 6, 'STU2500006', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5711, 7, 70, 187, 'STU2500187', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-09 14:17:16'), +(5712, 7, 70, 117, 'STU2500117', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5713, 7, 70, 119, 'STU2500119', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-03 15:12:09', '2026-05-03 15:12:09'), +(5714, 2, 21, 146, 'STU2500146', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5715, 2, 21, 249, 'STU2500249', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5716, 2, 21, 176, 'STU2500176', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5717, 2, 21, 112, 'STU2500112', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5718, 2, 21, 141, 'STU2500141', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5719, 2, 21, 45, 'STU2500045', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5720, 2, 21, 173, 'STU2500173', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5721, 2, 21, 86, 'STU2500086', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5722, 2, 21, 105, 'STU2500105', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5723, 2, 21, 226, 'STU2500226', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-09 13:39:22'), +(5724, 2, 21, 217, 'STU2500217', '2026-05-03', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:22:23', '2026-05-03 16:32:49'), +(5725, 2, 21, 157, 'STU2500157', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5726, 2, 21, 36, 'STU2500036', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5727, 2, 21, 43, 'STU2500043', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5728, 2, 21, 147, 'STU2500147', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5729, 2, 21, 206, 'STU2500206', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-03 15:22:23', '2026-05-03 15:22:23'), +(5730, 4, 42, 85, 'STU2500085', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 4, '2026-05-03 15:24:02', '2026-05-03 15:26:59'), +(5731, 4, 42, 118, 'STU2500118', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5732, 4, 42, 40, 'STU2500040', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-09 14:06:31'), +(5733, 4, 42, 106, 'STU2500106', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:24:02', '2026-05-03 16:38:41'), +(5734, 4, 42, 231, 'STU2500231', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-09 01:12:57'), +(5735, 4, 42, 138, 'STU2500138', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5736, 4, 42, 55, 'STU2500055', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5737, 4, 42, 177, 'STU2500177', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5738, 4, 42, 51, 'STU2500051', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5739, 4, 42, 33, 'STU2500033', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 15:24:02', '2026-05-03 16:38:26'), +(5740, 4, 42, 63, 'STU2500063', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5741, 4, 42, 140, 'STU2500140', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5742, 4, 42, 218, 'STU2500218', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-03 15:24:02', '2026-05-03 15:24:02'), +(5743, 13, 1, 250, 'STU2500250', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5744, 13, 1, 184, 'STU2500184', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5745, 13, 1, 122, 'STU2500122', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5746, 13, 1, 83, 'STU2500083', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5747, 13, 1, 128, 'STU2500128', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5748, 13, 1, 87, 'STU2500087', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5749, 13, 1, 166, 'STU2500166', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5750, 13, 1, 110, 'STU2500110', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5751, 13, 1, 175, 'STU2500175', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5752, 13, 1, 232, 'STU2500232', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-09 01:12:40'), +(5753, 13, 1, 174, 'STU2500174', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5754, 13, 1, 98, 'STU2500098', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5755, 13, 1, 260, 'STU2600001', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(5756, 13, 1, 113, 'STU2500113', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-03 15:56:00', '2026-05-03 15:56:00'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(5757, 6, 60, 120, 'STU2500120', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5758, 6, 60, 37, 'STU2500037', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5759, 6, 60, 90, 'STU2500090', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5760, 6, 60, 137, 'STU2500137', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5761, 6, 60, 198, 'STU2500198', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5762, 6, 60, 209, 'STU2500209', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5763, 6, 60, 193, 'STU2500193', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-09 14:36:13'), +(5764, 6, 60, 161, 'STU2500161', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5765, 6, 60, 254, 'STU2500254', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:11:56', '2026-05-03 16:30:15'), +(5766, 6, 60, 9, 'STU2500009', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5767, 6, 60, 10, 'STU2500010', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5768, 6, 60, 139, 'STU2500139', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5769, 6, 60, 258, 'STU2500258', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5770, 6, 60, 170, 'STU2500170', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:11:56', '2026-05-03 16:30:00'), +(5771, 6, 60, 77, 'STU2500077', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(5772, 8, 80, 99, 'STU2500099', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5773, 8, 80, 84, 'STU2500084', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5774, 8, 80, 39, 'STU2500039', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-09 14:05:33'), +(5775, 8, 80, 257, 'STU2500257', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5776, 8, 80, 62, 'STU2500062', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5777, 8, 80, 89, 'STU2500089', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-09 13:55:40'), +(5778, 8, 80, 53, 'STU2500053', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5779, 8, 80, 49, 'STU2500049', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5780, 8, 80, 142, 'STU2500142', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5781, 8, 80, 124, 'STU2500124', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5782, 8, 80, 163, 'STU2500163', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5783, 8, 80, 15, 'STU2500015', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5784, 8, 80, 71, 'STU2500071', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5785, 8, 80, 35, 'STU2500035', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5786, 8, 80, 76, 'STU2500076', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5787, 8, 80, 190, 'STU2500190', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5788, 8, 80, 207, 'STU2500207', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5789, 8, 80, 192, 'STU2500192', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5790, 8, 80, 34, 'STU2500034', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-03 16:13:31', '2026-05-03 16:13:31'), +(5791, 5, 51, 167, 'STU2500167', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5792, 5, 51, 73, 'STU2500073', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5793, 5, 51, 143, 'STU2500143', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5794, 5, 51, 93, 'STU2500093', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5795, 5, 51, 255, 'STU2500255', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5796, 5, 51, 233, 'STU2500233', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5797, 5, 51, 29, 'STU2500029', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5798, 5, 51, 210, 'STU2500210', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5799, 5, 51, 17, 'STU2500017', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5800, 5, 51, 205, 'STU2500205', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5801, 5, 51, 164, 'STU2500164', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-03 16:14:13', '2026-05-03 16:14:13'), +(5802, 12, 120, 225, 'STU2500225', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 13:38:21'), +(5803, 12, 120, 88, 'STU2500088', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 13:54:37'), +(5804, 12, 120, 238, 'STU2500238', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:16:03', '2026-05-03 16:27:27'), +(5805, 12, 120, 38, 'STU2500038', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 14:02:32'), +(5806, 12, 120, 59, 'STU2500059', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 14:27:52'), +(5807, 12, 120, 247, 'STU2500247', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-10 01:33:58'), +(5808, 12, 120, 107, 'STU2500107', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 01:06:42'), +(5809, 12, 120, 96, 'STU2500096', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:16:03', '2026-05-03 16:27:48'), +(5810, 12, 120, 252, 'STU2500252', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5811, 12, 120, 246, 'STU2500246', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5812, 12, 120, 251, 'STU2500251', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5813, 12, 120, 95, 'STU2500095', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 14:33:31'), +(5814, 12, 120, 114, 'STU2500114', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 19, '2026-05-03 16:16:03', '2026-05-03 16:34:50'), +(5815, 12, 120, 237, 'STU2500237', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 13:46:44'), +(5816, 12, 120, 31, 'STU2500031', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5817, 12, 120, 203, 'STU2500203', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5818, 12, 120, 236, 'STU2500236', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 13:47:14'), +(5819, 12, 120, 201, 'STU2500201', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5820, 12, 120, 47, 'STU2500047', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5821, 12, 120, 61, 'STU2500061', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-09 01:17:08'), +(5822, 12, 120, 46, 'STU2500046', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5823, 12, 120, 239, 'STU2500239', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5824, 12, 120, 253, 'STU2500253', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:16:03', '2026-05-03 16:28:11'), +(5825, 12, 120, 259, 'STU2500259', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5826, 12, 120, 241, 'STU2500241', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 310, '2026-05-03 16:16:03', '2026-05-03 16:16:03'), +(5827, 12, 120, 219, 'STU2500219', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:16:03', '2026-05-03 16:28:00'), +(5828, 5, 52, 125, 'STU2500125', '2026-05-03', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-03 16:27:51', '2026-05-03 16:35:53'), +(5829, 5, 52, 50, 'STU2500050', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5830, 5, 52, 100, 'STU2500100', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5831, 5, 52, 103, 'STU2500103', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5832, 5, 52, 195, 'STU2500195', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5833, 5, 52, 60, 'STU2500060', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5834, 5, 52, 2, 'STU2500001', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5835, 5, 52, 22, 'STU2500022', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5836, 5, 52, 186, 'STU2500186', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5837, 5, 52, 25, 'STU2500025', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5838, 5, 52, 194, 'STU2500194', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5839, 5, 52, 188, 'STU2500188', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-10 01:34:14'), +(5840, 5, 52, 224, 'STU2500224', '2026-05-03', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-09 13:37:45'), +(5841, 5, 52, 244, 'STU2500244', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5842, 5, 52, 42, 'STU2500042', '2026-05-03', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 78, '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(5843, 5, 52, 194, 'STU2500194', '2026-05-10', 'absent', 'Parent-reported — Omar is not feeling well.', 'yes', 'no', 'Spring', '2025-2026', 68, '2026-05-10 11:48:51', '2026-05-10 11:48:51'), +(5844, 6, 60, 258, 'STU2500258', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 14:03:59', '2026-05-10 15:08:39'), +(5845, 7, 70, 67, 'STU2500067', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 14:04:50', '2026-05-10 15:03:10'), +(5846, 3, 31, 68, 'STU2500068', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 14:05:20', '2026-05-10 15:07:31'), +(5847, 12, 120, 31, 'STU2500031', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 14:05:47', '2026-05-10 16:15:44'), +(5848, 4, 42, 33, 'STU2500033', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:06:39', '2026-05-10 14:06:39'), +(5849, 7, 70, 94, 'STU2500094', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 14:07:06', '2026-05-10 15:03:10'), +(5850, 7, 70, 32, 'STU2500032', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 14:07:36', '2026-05-10 15:03:10'), +(5851, 6, 60, 161, 'STU2500161', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 14:08:11', '2026-05-10 15:08:39'), +(5852, 5, 51, 93, 'STU2500093', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:08:41', '2026-05-10 14:08:41'), +(5853, 5, 51, 233, 'STU2500233', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:09:17', '2026-05-10 14:09:17'), +(5854, 3, 31, 234, 'STU2500234', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 14:09:45', '2026-05-10 15:07:31'), +(5855, 1, 10, 235, 'STU2500235', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:10:28', '2026-05-10 14:10:28'), +(5856, 2, 21, 249, 'STU2500249', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:11:01', '2026-05-10 14:11:01'), +(5857, 1, 10, 211, 'STU2500211', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:11:36', '2026-05-10 14:11:36'), +(5858, 9, 90, 208, 'STU2500208', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:12:00', '2026-05-10 14:12:00'), +(5859, 6, 60, 209, 'STU2500209', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 14:12:22', '2026-05-10 15:08:39'), +(5860, 5, 51, 210, 'STU2500210', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:12:58', '2026-05-10 14:12:58'), +(5861, 2, 21, 176, 'STU2500176', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:13:34', '2026-05-10 14:13:34'), +(5862, 7, 70, 158, 'STU2500158', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 14:14:32', '2026-05-10 15:03:10'), +(5863, 4, 42, 218, 'STU2500218', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:15:15', '2026-05-10 14:15:15'), +(5864, 12, 120, 241, 'STU2500241', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 14:15:43', '2026-05-10 16:15:44'), +(5865, 2, 22, 14, 'STU2500014', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:16:29', '2026-05-10 16:35:58'), +(5866, 4, 41, 13, 'STU2500013', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:17:14', '2026-05-10 16:35:16'), +(5867, 4, 41, 12, 'STU2500012', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:17:51', '2026-05-10 16:35:10'), +(5868, 6, 60, 198, 'STU2500198', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:18:30', '2026-05-10 16:33:51'), +(5869, 3, 32, 185, 'STU2500185', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 14:19:07', '2026-05-10 15:17:15'), +(5870, 3, 31, 199, 'STU2500199', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:19:54', '2026-05-10 16:34:44'), +(5871, 12, 120, 247, 'STU2500247', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 14:20:46', '2026-05-10 16:15:44'), +(5872, 2, 21, 200, 'STU2500200', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:21:17', '2026-05-10 16:36:43'), +(5873, 2, 21, 256, 'STU2500256', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:22:01', '2026-05-10 14:53:49'), +(5874, 3, 32, 213, 'STU2500213', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 14:22:47', '2026-05-10 15:17:15'), +(5875, 5, 51, 150, 'STU2500150', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:23:34', '2026-05-10 16:28:36'), +(5876, 8, 80, 190, 'STU2500190', '2026-05-10', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:24:14', '2026-05-10 14:24:14'), +(5877, 1, 10, 214, 'STU2500214', '2026-05-10', 'late', '—', 'yes', 'yes', 'Spring', '2025-2026', 24, '2026-05-10 14:24:59', '2026-05-16 01:19:36'), +(5878, 1, 10, 215, 'STU2500215', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:25:36', '2026-05-10 16:31:14'), +(5879, 4, 42, 106, 'STU2500106', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 24, '2026-05-10 14:39:27', '2026-05-10 14:39:27'), +(5880, 1, 10, 56, 'STU2500056', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:43:09', '2026-05-10 14:43:09'), +(5881, 5, 52, 25, 'STU2500025', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 14:53:43', '2026-05-10 14:57:03'), +(5882, 7, 70, 26, 'STU2500026', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5883, 7, 70, 91, 'STU2500091', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5884, 7, 70, 242, 'STU2500242', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5885, 7, 70, 28, 'STU2500028', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5886, 7, 70, 126, 'STU2500126', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5887, 7, 70, 72, 'STU2500072', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5888, 7, 70, 1, 'STU2500002', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5889, 7, 70, 151, 'STU2500151', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5890, 7, 70, 230, 'STU2500230', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-16 01:18:12'), +(5891, 7, 70, 66, 'STU2500066', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5892, 7, 70, 6, 'STU2500006', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5893, 7, 70, 187, 'STU2500187', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-16 01:14:41'), +(5894, 7, 70, 117, 'STU2500117', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5895, 7, 70, 119, 'STU2500119', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 79, '2026-05-10 15:03:10', '2026-05-10 15:03:10'), +(5896, 4, 41, 121, 'STU2500121', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5897, 4, 41, 216, 'STU2500216', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5898, 4, 41, 156, 'STU2500156', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5899, 4, 41, 115, 'STU2500115', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5900, 4, 41, 109, 'STU2500109', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5901, 4, 41, 248, 'STU2500248', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5902, 4, 41, 27, 'STU2500027', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5903, 4, 41, 152, 'STU2500152', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5904, 4, 41, 111, 'STU2500111', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5905, 4, 41, 129, 'STU2500129', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5906, 4, 41, 202, 'STU2500202', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 160, '2026-05-10 15:04:49', '2026-05-10 15:04:49'), +(5907, 3, 31, 171, 'STU2500171', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5908, 3, 31, 21, 'STU2500021', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 15:07:31', '2026-05-10 16:34:35'), +(5909, 3, 31, 30, 'STU2500030', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5910, 3, 31, 78, 'STU2500078', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5911, 3, 31, 44, 'STU2500044', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5912, 3, 31, 57, 'STU2500057', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5913, 3, 31, 70, 'STU2500070', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5914, 3, 31, 20, 'STU2500020', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5915, 3, 31, 64, 'STU2500064', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5916, 3, 31, 196, 'STU2500196', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5917, 3, 31, 16, 'STU2500016', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5918, 3, 31, 245, 'STU2500245', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5919, 3, 31, 127, 'STU2500127', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5920, 3, 31, 81, 'STU2500081', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5921, 3, 31, 19, 'STU2500019', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-10 15:07:31', '2026-05-10 15:07:31'), +(5922, 6, 60, 120, 'STU2500120', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5923, 6, 60, 37, 'STU2500037', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5924, 6, 60, 90, 'STU2500090', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5925, 6, 60, 137, 'STU2500137', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5926, 6, 60, 193, 'STU2500193', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-16 01:17:12'), +(5927, 6, 60, 254, 'STU2500254', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5928, 6, 60, 9, 'STU2500009', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5929, 6, 60, 10, 'STU2500010', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5930, 6, 60, 139, 'STU2500139', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5931, 6, 60, 170, 'STU2500170', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5932, 6, 60, 77, 'STU2500077', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 83, '2026-05-10 15:08:39', '2026-05-10 15:08:39'), +(5933, 2, 21, 146, 'STU2500146', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5934, 2, 21, 112, 'STU2500112', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5935, 2, 21, 141, 'STU2500141', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5936, 2, 21, 45, 'STU2500045', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5937, 2, 21, 173, 'STU2500173', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5938, 2, 21, 86, 'STU2500086', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5939, 2, 21, 105, 'STU2500105', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5940, 2, 21, 226, 'STU2500226', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-16 01:17:51'), +(5941, 2, 21, 217, 'STU2500217', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5942, 2, 21, 157, 'STU2500157', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5943, 2, 21, 36, 'STU2500036', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5944, 2, 21, 43, 'STU2500043', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5945, 2, 21, 147, 'STU2500147', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5946, 2, 21, 206, 'STU2500206', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-10 15:13:44', '2026-05-10 15:13:44'), +(5947, 4, 42, 85, 'STU2500085', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5948, 4, 42, 118, 'STU2500118', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5949, 4, 42, 40, 'STU2500040', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-16 01:16:20'), +(5950, 4, 42, 231, 'STU2500231', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-16 01:16:49'), +(5951, 4, 42, 138, 'STU2500138', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5952, 4, 42, 135, 'STU2500135', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5953, 4, 42, 55, 'STU2500055', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5954, 4, 42, 177, 'STU2500177', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5955, 4, 42, 51, 'STU2500051', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5956, 4, 42, 63, 'STU2500063', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5957, 4, 42, 140, 'STU2500140', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-10 15:16:20', '2026-05-10 15:16:20'), +(5958, 3, 32, 168, 'STU2500168', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5959, 3, 32, 7, 'STU2500007', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5960, 3, 32, 220, 'STU2500220', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 15:17:15', '2026-05-10 16:30:12'), +(5961, 3, 32, 75, 'STU2500075', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5962, 3, 32, 189, 'STU2500189', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5963, 3, 32, 54, 'STU2500054', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5964, 3, 32, 169, 'STU2500169', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5965, 3, 32, 179, 'STU2500179', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5966, 3, 32, 145, 'STU2500145', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5967, 3, 32, 18, 'STU2500018', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5968, 3, 32, 144, 'STU2500144', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5969, 3, 32, 130, 'STU2500130', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5970, 3, 32, 74, 'STU2500074', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5971, 3, 32, 165, 'STU2500165', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5972, 3, 32, 123, 'STU2500123', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5973, 3, 32, 8, 'STU2500008', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 84, '2026-05-10 15:17:15', '2026-05-10 15:17:15'), +(5974, 2, 22, 92, 'STU2500092', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5975, 2, 22, 101, 'STU2500101', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5976, 2, 22, 41, 'STU2500041', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5977, 2, 22, 58, 'STU2500058', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5978, 2, 22, 80, 'STU2500080', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5979, 2, 22, 104, 'STU2500104', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5980, 2, 22, 182, 'STU2500182', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5981, 2, 22, 228, 'STU2500228', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5982, 2, 22, 97, 'STU2500097', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5983, 2, 22, 178, 'STU2500178', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5984, 2, 22, 153, 'STU2500153', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5985, 2, 22, 79, 'STU2500079', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5986, 2, 22, 82, 'STU2500082', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5987, 2, 22, 197, 'STU2500197', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5988, 2, 22, 222, 'STU2500222', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-10 15:29:23', '2026-05-10 15:29:23'), +(5989, 8, 80, 99, 'STU2500099', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5990, 8, 80, 84, 'STU2500084', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5991, 8, 80, 39, 'STU2500039', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5992, 8, 80, 257, 'STU2500257', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5993, 8, 80, 11, 'STU2500011', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 15:30:10', '2026-05-10 16:32:46'), +(5994, 8, 80, 62, 'STU2500062', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5995, 8, 80, 89, 'STU2500089', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-16 01:09:22'), +(5996, 8, 80, 53, 'STU2500053', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5997, 8, 80, 49, 'STU2500049', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5998, 8, 80, 142, 'STU2500142', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(5999, 8, 80, 124, 'STU2500124', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6000, 8, 80, 163, 'STU2500163', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6001, 8, 80, 15, 'STU2500015', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6002, 8, 80, 71, 'STU2500071', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6003, 8, 80, 35, 'STU2500035', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6004, 8, 80, 76, 'STU2500076', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6005, 8, 80, 207, 'STU2500207', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6006, 8, 80, 192, 'STU2500192', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 15:30:10', '2026-05-10 16:33:16'), +(6007, 8, 80, 34, 'STU2500034', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-10 15:30:10', '2026-05-10 15:30:10'), +(6008, 9, 90, 212, 'STU2500212', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6009, 9, 90, 204, 'STU2500204', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6010, 9, 90, 102, 'STU2500102', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6011, 9, 90, 223, 'STU2500223', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-16 01:18:53'), +(6012, 9, 90, 162, 'STU2500162', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6013, 9, 90, 48, 'STU2500048', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6014, 9, 90, 154, 'STU2500154', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6015, 9, 90, 108, 'STU2500108', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6016, 9, 90, 116, 'STU2500116', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-10 15:30:13', '2026-05-10 15:30:13'), +(6017, 12, 120, 225, 'STU2500225', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:07:04'), +(6018, 12, 120, 88, 'STU2500088', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:07:45'), +(6019, 12, 120, 238, 'STU2500238', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:20:42'), +(6020, 12, 120, 38, 'STU2500038', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:08:14'), +(6021, 12, 120, 59, 'STU2500059', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:08:56'), +(6022, 12, 120, 107, 'STU2500107', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6023, 12, 120, 96, 'STU2500096', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:21:02'), +(6024, 12, 120, 252, 'STU2500252', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:29:11'), +(6025, 12, 120, 246, 'STU2500246', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6026, 12, 120, 251, 'STU2500251', '2026-05-10', 'late', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:29:23'), +(6027, 12, 120, 95, 'STU2500095', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:10:19'), +(6028, 12, 120, 114, 'STU2500114', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6029, 12, 120, 136, 'STU2500136', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6030, 12, 120, 237, 'STU2500237', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:10:50'), +(6031, 12, 120, 203, 'STU2500203', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6032, 12, 120, 236, 'STU2500236', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:11:33'), +(6033, 12, 120, 201, 'STU2500201', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6034, 12, 120, 47, 'STU2500047', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:13:34'), +(6035, 12, 120, 61, 'STU2500061', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-10 16:15:44'), +(6036, 12, 120, 46, 'STU2500046', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:13:01'), +(6037, 12, 120, 239, 'STU2500239', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:20:30'), +(6038, 12, 120, 253, 'STU2500253', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 99, '2026-05-10 16:15:44', '2026-05-16 01:12:23'), +(6039, 12, 120, 259, 'STU2500259', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:23:04'), +(6040, 12, 120, 219, 'STU2500219', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:15:44', '2026-05-10 16:23:12'), +(6041, 5, 51, 167, 'STU2500167', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6042, 5, 51, 73, 'STU2500073', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6043, 5, 51, 143, 'STU2500143', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6044, 5, 51, 255, 'STU2500255', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6045, 5, 51, 29, 'STU2500029', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6046, 5, 51, 17, 'STU2500017', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6047, 5, 51, 205, 'STU2500205', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6048, 5, 51, 164, 'STU2500164', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 73, '2026-05-10 16:21:11', '2026-05-10 16:21:11'), +(6049, 1, 10, 160, 'STU2500160', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:30:48', '2026-05-10 16:30:48'), +(6050, 1, 10, 159, 'STU2500159', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:30:52', '2026-05-10 16:30:52'), +(6051, 1, 10, 183, 'STU2500183', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-05-10 16:31:01', '2026-05-10 16:31:01'), +(6052, 1, 10, 180, 'STU2500180', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-05-10 16:31:01', '2026-05-10 16:31:01'), +(6053, 1, 10, 221, 'STU2500221', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-05-10 16:31:01', '2026-05-10 16:31:01'), +(6054, 1, 10, 52, 'STU2500052', '2026-05-10', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-10 16:31:01', '2026-05-10 16:31:53'), +(6055, 1, 10, 227, 'STU2500227', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 3, '2026-05-10 16:31:01', '2026-05-16 01:18:32'), +(6056, 1, 10, 229, 'STU2500229', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 3, '2026-05-10 16:31:01', '2026-05-10 16:31:01'), +(6057, 1, 10, 131, 'STU2500131', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 19, '2026-05-10 16:31:01', '2026-05-16 14:07:44'), +(6058, 5, 52, 125, 'STU2500125', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6059, 5, 52, 50, 'STU2500050', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6060, 5, 52, 100, 'STU2500100', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6061, 5, 52, 103, 'STU2500103', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6062, 5, 52, 195, 'STU2500195', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6063, 5, 52, 60, 'STU2500060', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6064, 5, 52, 2, 'STU2500001', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6065, 5, 52, 22, 'STU2500022', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6066, 5, 52, 186, 'STU2500186', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6067, 5, 52, 188, 'STU2500188', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-16 01:19:15'), +(6068, 5, 52, 224, 'STU2500224', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-16 01:15:52'), +(6069, 5, 52, 244, 'STU2500244', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6070, 5, 52, 42, 'STU2500042', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-10 16:34:40', '2026-05-10 16:34:40'), +(6071, 13, 1, 250, 'STU2500250', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6072, 13, 1, 184, 'STU2500184', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6073, 13, 1, 122, 'STU2500122', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6074, 13, 1, 83, 'STU2500083', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6075, 13, 1, 128, 'STU2500128', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6076, 13, 1, 87, 'STU2500087', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6077, 13, 1, 166, 'STU2500166', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6078, 13, 1, 110, 'STU2500110', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6079, 13, 1, 175, 'STU2500175', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6080, 13, 1, 232, 'STU2500232', '2026-05-10', 'absent', NULL, 'yes', 'yes', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-16 01:17:32'), +(6081, 13, 1, 174, 'STU2500174', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6082, 13, 1, 98, 'STU2500098', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6083, 13, 1, 260, 'STU2600001', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6084, 13, 1, 113, 'STU2500113', '2026-05-10', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(6085, 4, 41, 115, 'STU2500115', '2026-05-17', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 4, '2026-05-14 13:08:12', '2026-05-23 16:31:35'), +(6086, 12, 120, 114, 'STU2500114', '2026-05-17', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 4, '2026-05-14 13:08:32', '2026-05-23 16:32:53'), +(6087, 12, 120, 61, 'STU2500061', '2026-05-17', 'absent', 'Parent-reported — Travelling', 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-14 22:58:55', '2026-05-17 16:44:36'), +(6088, 7, 70, 242, 'STU2500242', '2026-05-17', 'absent', 'Parent-reported — I am sorry the kids are not feeling well and can\'t come to Sunday school tomorrow. Please let me know when they can make up the exam.', 'yes', 'no', 'Spring', '2025-2026', 187, '2026-05-17 01:00:07', '2026-05-17 01:00:07'), +(6089, 12, 120, 241, 'STU2500241', '2026-05-17', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-17 01:00:07', '2026-05-17 19:27:56'), +(6090, 6, 60, 198, 'STU2500198', '2026-05-17', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-17 14:11:34', '2026-05-17 14:11:34'), +(6091, 3, 31, 199, 'STU2500199', '2026-05-17', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 14:14:20', '2026-05-17 15:23:21'); +INSERT INTO `attendance_data` (`id`, `class_id`, `class_section_id`, `student_id`, `school_id`, `date`, `status`, `reason`, `is_reported`, `is_notified`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(6092, 7, 70, 158, 'STU2500158', '2026-05-17', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 24, '2026-05-17 14:15:48', '2026-05-17 14:15:48'), +(6093, 5, 51, 150, 'STU2500150', '2026-05-17', 'late', '—', 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 14:20:26', '2026-05-17 15:35:33'), +(6094, 3, 31, 171, 'STU2500171', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6095, 3, 31, 21, 'STU2500021', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6096, 3, 31, 30, 'STU2500030', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6097, 3, 31, 68, 'STU2500068', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6098, 3, 31, 78, 'STU2500078', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6099, 3, 31, 44, 'STU2500044', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6100, 3, 31, 57, 'STU2500057', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6101, 3, 31, 234, 'STU2500234', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6102, 3, 31, 70, 'STU2500070', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6103, 3, 31, 20, 'STU2500020', '2026-05-17', 'absent', 'He had to leave early due to allergies.', 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6104, 3, 31, 64, 'STU2500064', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6105, 3, 31, 196, 'STU2500196', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6106, 3, 31, 16, 'STU2500016', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6107, 3, 31, 127, 'STU2500127', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6108, 3, 31, 81, 'STU2500081', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6109, 3, 31, 19, 'STU2500019', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 140, '2026-05-17 15:23:21', '2026-05-17 15:23:21'), +(6110, 3, 32, 168, 'STU2500168', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6111, 3, 32, 7, 'STU2500007', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6112, 3, 32, 220, 'STU2500220', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6113, 3, 32, 75, 'STU2500075', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6114, 3, 32, 189, 'STU2500189', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6115, 3, 32, 54, 'STU2500054', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6116, 3, 32, 169, 'STU2500169', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6117, 3, 32, 179, 'STU2500179', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6118, 3, 32, 185, 'STU2500185', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6119, 3, 32, 145, 'STU2500145', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6120, 3, 32, 213, 'STU2500213', '2026-05-17', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 108, '2026-05-17 15:23:51', '2026-05-17 19:27:06'), +(6121, 3, 32, 18, 'STU2500018', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6122, 3, 32, 144, 'STU2500144', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6123, 3, 32, 130, 'STU2500130', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6124, 3, 32, 74, 'STU2500074', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6125, 3, 32, 165, 'STU2500165', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6126, 3, 32, 123, 'STU2500123', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6127, 3, 32, 8, 'STU2500008', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 45, '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(6128, 2, 22, 92, 'STU2500092', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6129, 2, 22, 101, 'STU2500101', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6130, 2, 22, 41, 'STU2500041', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6131, 2, 22, 14, 'STU2500014', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6132, 2, 22, 58, 'STU2500058', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6133, 2, 22, 80, 'STU2500080', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6134, 2, 22, 104, 'STU2500104', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6135, 2, 22, 182, 'STU2500182', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6136, 2, 22, 228, 'STU2500228', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6137, 2, 22, 97, 'STU2500097', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6138, 2, 22, 178, 'STU2500178', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6139, 2, 22, 153, 'STU2500153', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6140, 2, 22, 79, 'STU2500079', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6141, 2, 22, 82, 'STU2500082', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6142, 2, 22, 197, 'STU2500197', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6143, 2, 22, 222, 'STU2500222', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 132, '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(6144, 9, 90, 212, 'STU2500212', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6145, 9, 90, 204, 'STU2500204', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6146, 9, 90, 102, 'STU2500102', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6147, 9, 90, 208, 'STU2500208', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6148, 9, 90, 223, 'STU2500223', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6149, 9, 90, 162, 'STU2500162', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6150, 9, 90, 48, 'STU2500048', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6151, 9, 90, 154, 'STU2500154', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6152, 9, 90, 108, 'STU2500108', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6153, 9, 90, 116, 'STU2500116', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 138, '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(6154, 5, 51, 167, 'STU2500167', '2026-05-17', 'absent', '—', 'yes', 'no', 'Spring', '2025-2026', 4, '2026-05-17 15:35:33', '2026-05-23 16:31:59'), +(6155, 5, 51, 73, 'STU2500073', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6156, 5, 51, 143, 'STU2500143', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6157, 5, 51, 93, 'STU2500093', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6158, 5, 51, 255, 'STU2500255', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6159, 5, 51, 233, 'STU2500233', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6160, 5, 51, 29, 'STU2500029', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6161, 5, 51, 210, 'STU2500210', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6162, 5, 51, 17, 'STU2500017', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6163, 5, 51, 205, 'STU2500205', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6164, 5, 51, 164, 'STU2500164', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 161, '2026-05-17 15:35:33', '2026-05-17 15:35:33'), +(6165, 13, 1, 250, 'STU2500250', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6166, 13, 1, 184, 'STU2500184', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6167, 13, 1, 122, 'STU2500122', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6168, 13, 1, 83, 'STU2500083', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6169, 13, 1, 128, 'STU2500128', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6170, 13, 1, 87, 'STU2500087', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6171, 13, 1, 166, 'STU2500166', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6172, 13, 1, 110, 'STU2500110', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6173, 13, 1, 175, 'STU2500175', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6174, 13, 1, 232, 'STU2500232', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6175, 13, 1, 174, 'STU2500174', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6176, 13, 1, 98, 'STU2500098', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6177, 13, 1, 260, 'STU2600001', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6178, 13, 1, 113, 'STU2500113', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 115, '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(6179, 4, 41, 12, 'STU2500012', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6180, 4, 41, 121, 'STU2500121', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6181, 4, 41, 216, 'STU2500216', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6182, 4, 41, 13, 'STU2500013', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6183, 4, 41, 156, 'STU2500156', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6184, 4, 41, 109, 'STU2500109', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6185, 4, 41, 248, 'STU2500248', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6186, 4, 41, 27, 'STU2500027', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6187, 4, 41, 152, 'STU2500152', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6188, 4, 41, 111, 'STU2500111', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6189, 4, 41, 129, 'STU2500129', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6190, 4, 41, 202, 'STU2500202', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 186, '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(6191, 5, 52, 125, 'STU2500125', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6192, 5, 52, 50, 'STU2500050', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6193, 5, 52, 100, 'STU2500100', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6194, 5, 52, 103, 'STU2500103', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6195, 5, 52, 195, 'STU2500195', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6196, 5, 52, 60, 'STU2500060', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6197, 5, 52, 2, 'STU2500001', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6198, 5, 52, 22, 'STU2500022', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6199, 5, 52, 186, 'STU2500186', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6200, 5, 52, 25, 'STU2500025', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6201, 5, 52, 194, 'STU2500194', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6202, 5, 52, 188, 'STU2500188', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6203, 5, 52, 224, 'STU2500224', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6204, 5, 52, 244, 'STU2500244', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6205, 5, 52, 42, 'STU2500042', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 40, '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(6206, 4, 42, 85, 'STU2500085', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6207, 4, 42, 118, 'STU2500118', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6208, 4, 42, 40, 'STU2500040', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6209, 4, 42, 106, 'STU2500106', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6210, 4, 42, 231, 'STU2500231', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6211, 4, 42, 138, 'STU2500138', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6212, 4, 42, 135, 'STU2500135', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6213, 4, 42, 55, 'STU2500055', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6214, 4, 42, 177, 'STU2500177', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6215, 4, 42, 51, 'STU2500051', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6216, 4, 42, 33, 'STU2500033', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6217, 4, 42, 63, 'STU2500063', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6218, 4, 42, 140, 'STU2500140', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6219, 4, 42, 218, 'STU2500218', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 68, '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(6220, 6, 60, 120, 'STU2500120', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6221, 6, 60, 37, 'STU2500037', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6222, 6, 60, 90, 'STU2500090', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6223, 6, 60, 137, 'STU2500137', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6224, 6, 60, 209, 'STU2500209', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6225, 6, 60, 193, 'STU2500193', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6226, 6, 60, 161, 'STU2500161', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6227, 6, 60, 254, 'STU2500254', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6228, 6, 60, 9, 'STU2500009', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6229, 6, 60, 10, 'STU2500010', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6230, 6, 60, 139, 'STU2500139', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6231, 6, 60, 258, 'STU2500258', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6232, 6, 60, 170, 'STU2500170', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6233, 6, 60, 77, 'STU2500077', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 120, '2026-05-17 16:35:34', '2026-05-17 16:35:34'), +(6234, 2, 21, 146, 'STU2500146', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6235, 2, 21, 249, 'STU2500249', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6236, 2, 21, 176, 'STU2500176', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6237, 2, 21, 112, 'STU2500112', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6238, 2, 21, 141, 'STU2500141', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6239, 2, 21, 45, 'STU2500045', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6240, 2, 21, 173, 'STU2500173', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6241, 2, 21, 86, 'STU2500086', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6242, 2, 21, 105, 'STU2500105', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6243, 2, 21, 256, 'STU2500256', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6244, 2, 21, 200, 'STU2500200', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6245, 2, 21, 226, 'STU2500226', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6246, 2, 21, 217, 'STU2500217', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6247, 2, 21, 157, 'STU2500157', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6248, 2, 21, 36, 'STU2500036', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6249, 2, 21, 43, 'STU2500043', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6250, 2, 21, 147, 'STU2500147', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6251, 2, 21, 206, 'STU2500206', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 71, '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(6252, 8, 80, 99, 'STU2500099', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6253, 8, 80, 84, 'STU2500084', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6254, 8, 80, 39, 'STU2500039', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6255, 8, 80, 257, 'STU2500257', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6256, 8, 80, 11, 'STU2500011', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6257, 8, 80, 62, 'STU2500062', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6258, 8, 80, 89, 'STU2500089', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6259, 8, 80, 53, 'STU2500053', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6260, 8, 80, 49, 'STU2500049', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6261, 8, 80, 142, 'STU2500142', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6262, 8, 80, 124, 'STU2500124', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6263, 8, 80, 163, 'STU2500163', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6264, 8, 80, 15, 'STU2500015', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6265, 8, 80, 71, 'STU2500071', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6266, 8, 80, 35, 'STU2500035', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6267, 8, 80, 76, 'STU2500076', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6268, 8, 80, 190, 'STU2500190', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6269, 8, 80, 207, 'STU2500207', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6270, 8, 80, 192, 'STU2500192', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6271, 8, 80, 34, 'STU2500034', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 74, '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(6272, 7, 70, 26, 'STU2500026', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6273, 7, 70, 91, 'STU2500091', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6274, 7, 70, 32, 'STU2500032', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6275, 7, 70, 28, 'STU2500028', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6276, 7, 70, 126, 'STU2500126', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6277, 7, 70, 72, 'STU2500072', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6278, 7, 70, 1, 'STU2500002', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6279, 7, 70, 151, 'STU2500151', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6280, 7, 70, 94, 'STU2500094', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6281, 7, 70, 230, 'STU2500230', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6282, 7, 70, 66, 'STU2500066', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6283, 7, 70, 67, 'STU2500067', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6284, 7, 70, 6, 'STU2500006', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6285, 7, 70, 187, 'STU2500187', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6286, 7, 70, 117, 'STU2500117', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6287, 7, 70, 119, 'STU2500119', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 82, '2026-05-17 16:39:57', '2026-05-17 16:39:57'), +(6288, 1, 10, 183, 'STU2500183', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6289, 1, 10, 180, 'STU2500180', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6290, 1, 10, 221, 'STU2500221', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6291, 1, 10, 235, 'STU2500235', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6292, 1, 10, 52, 'STU2500052', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6293, 1, 10, 227, 'STU2500227', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6294, 1, 10, 159, 'STU2500159', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6295, 1, 10, 160, 'STU2500160', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6296, 1, 10, 215, 'STU2500215', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6297, 1, 10, 56, 'STU2500056', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6298, 1, 10, 229, 'STU2500229', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6299, 1, 10, 214, 'STU2500214', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6300, 1, 10, 131, 'STU2500131', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6301, 1, 10, 211, 'STU2500211', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 97, '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(6302, 12, 120, 225, 'STU2500225', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6303, 12, 120, 88, 'STU2500088', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6304, 12, 120, 238, 'STU2500238', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6305, 12, 120, 38, 'STU2500038', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6306, 12, 120, 59, 'STU2500059', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6307, 12, 120, 247, 'STU2500247', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6308, 12, 120, 107, 'STU2500107', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6309, 12, 120, 96, 'STU2500096', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6310, 12, 120, 252, 'STU2500252', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6311, 12, 120, 246, 'STU2500246', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6312, 12, 120, 251, 'STU2500251', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6313, 12, 120, 95, 'STU2500095', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6314, 12, 120, 136, 'STU2500136', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6315, 12, 120, 237, 'STU2500237', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6316, 12, 120, 31, 'STU2500031', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6317, 12, 120, 203, 'STU2500203', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6318, 12, 120, 236, 'STU2500236', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6319, 12, 120, 201, 'STU2500201', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6320, 12, 120, 47, 'STU2500047', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6321, 12, 120, 46, 'STU2500046', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6322, 12, 120, 239, 'STU2500239', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6323, 12, 120, 253, 'STU2500253', '2026-05-17', 'absent', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6324, 12, 120, 259, 'STU2500259', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6325, 12, 120, 219, 'STU2500219', '2026-05-17', 'present', NULL, 'no', 'no', 'Spring', '2025-2026', 99, '2026-05-17 16:44:36', '2026-05-17 16:44:36'), +(6326, 2, 21, 176, 'STU2500176', '2026-05-31', 'late', 'Parent-reported — ETA 10:30 — Dad working', 'yes', 'no', 'Spring', '2025-2026', 125, '2026-05-31 03:33:11', '2026-05-31 03:33:11'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `attendance_day` +-- + +CREATE TABLE `attendance_day` ( + `id` int(10) UNSIGNED NOT NULL, + `class_section_id` int(11) NOT NULL, + `date` date NOT NULL, + `status` enum('draft','submitted','published') NOT NULL DEFAULT 'draft', + `submitted_by` int(11) DEFAULT NULL, + `submitted_at` datetime DEFAULT NULL, + `published_by` int(11) DEFAULT NULL, + `published_at` datetime DEFAULT NULL, + `auto_publish_at` datetime DEFAULT NULL, + `reopened_by` int(11) DEFAULT NULL, + `reopened_at` datetime DEFAULT NULL, + `reopen_reason` varchar(255) DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) NOT NULL, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `attendance_day` +-- + +INSERT INTO `attendance_day` (`id`, `class_section_id`, `date`, `status`, `submitted_by`, `submitted_at`, `published_by`, `published_at`, `auto_publish_at`, `reopened_by`, `reopened_at`, `reopen_reason`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 1, '2025-09-21', 'submitted', 33, '2025-09-21 16:24:33', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:24:33', '2025-09-29 23:10:40'), +(2, 41, '2025-09-21', 'submitted', 160, '2025-09-21 16:33:57', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:33:57', '2025-09-29 23:10:45'), +(3, 12, '2025-09-21', 'submitted', 97, '2025-09-21 16:40:15', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:40:15', '2025-09-29 23:10:50'), +(4, 42, '2025-09-21', 'submitted', 68, '2025-09-21 16:47:39', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:47:39', '2025-09-29 23:10:54'), +(5, 22, '2025-09-21', 'submitted', 178, '2025-09-21 16:52:53', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:52:53', '2025-09-29 23:10:58'), +(6, 21, '2025-09-21', 'submitted', 71, '2025-09-21 16:59:53', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 16:59:53', '2025-09-29 23:11:02'), +(7, 32, '2025-09-21', 'submitted', 84, '2025-09-21 17:02:32', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 17:02:32', '2025-09-29 23:11:05'), +(8, 31, '2025-09-21', 'submitted', 155, '2025-09-21 17:03:56', NULL, NULL, '2025-10-05 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-21 17:03:56', '2025-09-29 23:11:09'), +(9, 70, '2025-09-28', 'submitted', 82, '2025-09-28 15:09:55', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-27 05:09:31', '2025-09-29 23:11:12'), +(10, 80, '2025-09-28', 'submitted', 89, '2025-09-28 15:09:06', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:09:50', '2025-09-29 23:11:16'), +(11, 21, '2025-09-28', 'submitted', 71, '2025-09-28 15:15:26', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:10:57', '2025-09-29 23:11:21'), +(12, 120, '2025-09-28', 'submitted', 180, '2025-09-28 16:09:49', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:14:31', '2025-09-29 23:11:25'), +(13, 12, '2025-09-28', 'submitted', 97, '2025-09-28 15:10:41', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:17:41', '2025-09-29 23:11:29'), +(14, 60, '2025-09-28', 'submitted', 157, '2025-09-28 14:58:11', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:58:11', '2025-09-29 23:11:35'), +(15, 90, '2025-09-28', 'submitted', 138, '2025-09-28 14:58:40', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:58:40', '2025-09-29 23:11:39'), +(16, 22, '2025-09-28', 'submitted', 5, '2025-09-28 15:11:50', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 14:58:47', '2025-09-29 23:11:44'), +(17, 31, '2025-09-28', 'submitted', 155, '2025-09-28 15:02:38', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 15:02:38', '2025-09-29 23:11:49'), +(18, 41, '2025-09-28', 'submitted', 160, '2025-09-28 15:03:49', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 15:03:48', '2025-09-29 23:11:53'), +(19, 52, '2025-09-28', 'submitted', 40, '2025-09-28 15:04:07', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 15:04:07', '2025-09-29 23:11:58'), +(20, 42, '2025-09-28', 'submitted', 129, '2025-09-28 15:19:20', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 15:19:20', '2025-09-29 23:12:01'), +(21, 32, '2025-09-28', 'submitted', 84, '2025-09-28 16:09:40', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 16:09:40', '2025-09-29 23:12:06'), +(22, 51, '2025-09-28', 'submitted', 73, '2025-09-28 16:10:26', NULL, NULL, '2025-10-12 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-28 16:10:26', '2025-09-29 23:12:09'), +(23, 1, '2025-09-28', 'submitted', 33, '2025-09-28 16:34:13', NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2025-09-29 01:42:31', '2025-09-29 23:12:14'), +(24, 60, '2025-10-05', 'submitted', 120, '2025-10-05 15:29:51', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-04 15:34:24', '2025-10-05 15:29:51'), +(25, 51, '2025-10-05', 'submitted', 73, '2025-10-05 16:17:14', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-04 15:35:32', '2025-10-05 16:17:14'), +(26, 41, '2025-10-05', 'submitted', 160, '2025-10-05 15:10:04', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 14:10:40', '2025-10-05 15:10:04'), +(27, 1, '2025-10-05', 'submitted', 115, '2025-10-05 15:11:27', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 14:11:56', '2025-10-05 15:11:27'), +(28, 42, '2025-10-05', 'submitted', 129, '2025-10-05 15:25:31', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 14:12:35', '2025-10-05 15:25:31'), +(29, 120, '2025-10-05', 'submitted', 94, '2025-10-05 15:14:51', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 14:13:15', '2025-10-05 15:14:51'), +(30, 31, '2025-10-05', 'submitted', 155, '2025-10-05 15:05:39', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 14:24:24', '2025-10-05 15:05:39'), +(31, 90, '2025-10-05', 'submitted', 138, '2025-10-05 15:07:18', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:07:18', '2025-10-05 15:07:18'), +(32, 32, '2025-10-05', 'submitted', 45, '2025-10-05 15:07:23', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:07:23', '2025-10-05 15:07:23'), +(33, 21, '2025-10-05', 'submitted', 71, '2025-10-05 15:08:20', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:08:20', '2025-10-05 15:08:20'), +(34, 70, '2025-10-05', 'submitted', 79, '2025-10-05 15:18:51', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:18:50', '2025-10-05 15:18:51'), +(35, 22, '2025-10-05', 'submitted', 5, '2025-10-05 15:28:41', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:28:41', '2025-10-05 15:28:41'), +(36, 52, '2025-10-05', 'submitted', 40, '2025-10-05 15:30:31', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:30:31', '2025-10-05 15:30:31'), +(37, 80, '2025-10-05', 'submitted', 74, '2025-10-05 15:31:39', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:31:39', '2025-10-05 15:31:39'), +(38, 12, '2025-10-05', 'submitted', 97, '2025-10-05 15:33:46', NULL, NULL, '2025-10-19 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-05 15:33:46', '2025-10-05 15:33:46'), +(39, 60, '2025-10-12', 'submitted', 47, '2025-10-12 16:51:20', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:09:09', '2025-10-12 16:51:20'), +(40, 120, '2025-10-12', 'submitted', 99, '2025-10-12 15:30:56', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:09:22', '2025-10-12 15:30:56'), +(41, 41, '2025-10-12', 'submitted', 43, '2025-10-12 15:34:32', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:09:53', '2025-10-12 15:34:32'), +(42, 1, '2025-10-12', 'submitted', 115, '2025-10-12 14:58:35', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:10:13', '2025-10-12 14:58:35'), +(43, 31, '2025-10-12', 'submitted', 155, '2025-10-12 15:30:56', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:15:51', '2025-10-12 15:30:56'), +(44, 51, '2025-10-12', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:16:17', '2025-10-12 14:16:17'), +(45, 70, '2025-10-12', 'submitted', 79, '2025-10-12 15:29:42', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:29:14', '2025-10-12 15:29:42'), +(46, 70, '2025-09-21', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 14:58:56', '2025-10-12 14:58:56'), +(47, 80, '2025-10-12', 'submitted', 89, '2025-10-12 15:24:53', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:00:40', '2025-10-12 15:24:53'), +(48, 21, '2025-10-12', 'submitted', 71, '2025-10-12 15:08:40', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:08:40', '2025-10-12 15:08:40'), +(49, 52, '2025-10-12', 'submitted', 40, '2025-10-12 15:18:14', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:18:14', '2025-10-12 15:18:14'), +(50, 90, '2025-10-12', 'submitted', 138, '2025-10-12 15:26:12', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:26:12', '2025-10-12 15:26:12'), +(51, 32, '2025-10-12', 'submitted', 45, '2025-10-12 15:26:33', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:26:33', '2025-10-12 15:26:33'), +(52, 22, '2025-10-12', 'submitted', 5, '2025-10-12 15:27:28', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:27:28', '2025-10-12 15:27:28'), +(53, 42, '2025-10-12', 'submitted', 68, '2025-10-12 15:28:36', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:28:36', '2025-10-12 15:28:36'), +(54, 10, '2025-10-12', 'submitted', 3, '2025-10-12 15:28:58', NULL, NULL, '2025-10-26 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-12 15:28:58', '2025-10-12 15:28:58'), +(55, 1, '2025-10-26', 'submitted', 115, '2025-10-26 15:12:58', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:03:28', '2025-10-26 15:12:58'), +(56, 70, '2025-10-26', 'submitted', 79, '2025-10-26 15:07:31', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:07:05', '2025-10-26 15:07:31'), +(57, 22, '2025-10-26', 'submitted', 132, '2025-10-26 15:01:02', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:08:33', '2025-10-26 15:01:02'), +(58, 120, '2025-10-26', 'submitted', 99, '2025-10-26 15:15:06', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:09:09', '2025-10-26 15:15:06'), +(59, 32, '2025-10-26', 'submitted', 45, '2025-10-26 15:05:08', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:10:20', '2025-10-26 15:05:08'), +(60, 90, '2025-10-26', 'submitted', 138, '2025-10-26 15:08:54', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:11:55', '2025-10-26 15:08:54'), +(61, 21, '2025-10-26', 'submitted', 71, '2025-10-26 14:56:06', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:12:26', '2025-10-26 14:56:06'), +(62, 51, '2025-10-26', 'submitted', 73, '2025-10-26 15:14:31', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:12:49', '2025-10-26 15:14:31'), +(63, 60, '2025-10-26', 'submitted', 120, '2025-10-26 15:10:20', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:18:14', '2025-10-26 15:10:20'), +(64, 31, '2025-10-26', 'submitted', 155, '2025-10-26 14:59:56', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:18:58', '2025-10-26 14:59:56'), +(65, 10, '2025-10-26', 'submitted', 3, '2025-10-26 15:01:41', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:28:10', '2025-10-26 15:01:41'), +(66, 42, '2025-10-26', 'submitted', 129, '2025-10-26 14:53:14', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:53:14', '2025-10-26 14:53:14'), +(67, 41, '2025-10-26', 'submitted', 186, '2025-10-26 15:05:18', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 15:05:18', '2025-10-26 15:05:18'), +(68, 52, '2025-10-26', 'submitted', 40, '2025-10-26 15:06:58', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 15:06:58', '2025-10-26 15:06:58'), +(69, 80, '2025-10-26', 'submitted', 74, '2025-10-26 15:07:54', NULL, NULL, '2025-11-09 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 15:07:54', '2025-10-26 15:07:54'), +(70, 120, '2025-11-02', 'submitted', 94, '2025-11-02 16:31:09', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:05:50', '2025-11-02 16:31:09'), +(71, 52, '2025-11-02', 'submitted', 40, '2025-11-02 16:29:02', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:25', '2025-11-02 16:29:02'), +(72, 60, '2025-11-02', 'submitted', 120, '2025-11-02 16:26:12', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:58', '2025-11-02 16:26:12'), +(73, 41, '2025-11-02', 'submitted', 43, '2025-11-02 15:23:32', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:27', '2025-11-02 15:23:32'), +(74, 1, '2025-11-02', 'submitted', 115, '2025-11-02 15:28:52', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:55', '2025-11-02 15:28:52'), +(75, 42, '2025-11-02', 'submitted', 129, '2025-11-02 15:20:42', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:20:42', '2025-11-02 15:20:42'), +(76, 10, '2025-11-02', 'submitted', 97, '2025-11-02 15:23:51', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:23:51', '2025-11-02 15:23:51'), +(77, 31, '2025-11-02', 'submitted', 155, '2025-11-02 15:25:24', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:25:24', '2025-11-02 15:25:24'), +(78, 32, '2025-11-02', 'submitted', 84, '2025-11-02 15:27:49', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:27:49', '2025-11-02 15:27:49'), +(79, 90, '2025-11-02', 'submitted', 138, '2025-11-02 15:29:44', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:44', '2025-11-02 15:29:44'), +(80, 70, '2025-11-02', 'submitted', 79, '2025-11-02 16:04:58', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 16:04:58', '2025-11-02 16:04:58'), +(81, 21, '2025-11-02', 'submitted', 71, '2025-11-02 16:29:16', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 16:15:07', '2025-11-02 16:29:16'), +(82, 80, '2025-11-02', 'submitted', 74, '2025-11-02 16:30:32', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:32', '2025-11-02 16:30:32'), +(83, 51, '2025-11-02', 'submitted', 73, '2025-11-02 16:32:32', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 16:32:32', '2025-11-02 16:32:32'), +(84, 22, '2025-11-02', 'submitted', 5, '2025-11-02 17:41:13', NULL, NULL, '2025-11-16 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 17:41:13', '2025-11-02 17:41:13'), +(85, 70, '2025-11-09', 'submitted', 79, '2025-11-09 16:04:44', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:10:33', '2025-11-09 16:04:44'), +(86, 52, '2025-11-09', 'submitted', 40, '2025-11-09 16:22:27', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:11:14', '2025-11-09 16:22:27'), +(87, 32, '2025-11-09', 'submitted', 84, '2025-11-09 15:21:00', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:11:47', '2025-11-09 15:21:00'), +(88, 120, '2025-11-09', 'submitted', 99, '2025-11-09 16:37:21', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:13:55', '2025-11-09 16:37:21'), +(89, 51, '2025-11-09', 'submitted', 73, '2025-11-09 16:19:56', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:47', '2025-11-09 16:19:56'), +(90, 60, '2025-11-09', 'submitted', 83, '2025-11-09 15:22:36', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:22:36', '2025-11-09 15:22:36'), +(91, 10, '2025-11-09', 'submitted', 97, '2025-11-09 15:25:29', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:25:29', '2025-11-09 15:25:29'), +(92, 31, '2025-11-09', 'submitted', 155, '2025-11-09 15:27:09', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:27:09', '2025-11-09 15:27:09'), +(93, 80, '2025-11-09', 'submitted', 301, '2025-11-09 15:32:42', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:32:42', '2025-11-09 15:32:42'), +(94, 90, '2025-11-09', 'submitted', 138, '2025-11-09 15:33:02', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:33:02', '2025-11-09 15:33:02'), +(95, 22, '2025-11-09', 'submitted', 132, '2025-11-09 15:42:36', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:42:36', '2025-11-09 15:42:36'), +(96, 42, '2025-11-09', 'submitted', 68, '2025-11-09 15:59:40', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:59:40', '2025-11-09 15:59:40'), +(97, 21, '2025-11-09', 'submitted', 71, '2025-11-09 16:15:13', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 16:15:13', '2025-11-09 16:15:13'), +(98, 41, '2025-11-09', 'submitted', 160, '2025-11-09 16:24:33', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 16:24:33', '2025-11-09 16:24:33'), +(99, 1, '2025-11-09', 'submitted', 115, '2025-11-09 16:29:01', NULL, NULL, '2025-11-23 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 16:29:01', '2025-11-09 16:29:01'), +(100, 120, '2025-11-16', 'submitted', 99, '2025-11-16 17:51:51', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:06:22', '2025-11-16 17:51:51'), +(101, 70, '2025-11-16', 'submitted', 79, '2025-11-16 16:07:59', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:07:22', '2025-11-16 16:07:59'), +(102, 41, '2025-11-16', 'submitted', 160, '2025-11-16 15:50:27', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:08:19', '2025-11-16 15:50:27'), +(103, 21, '2025-11-16', 'submitted', 71, '2025-11-16 15:37:55', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:09:51', '2025-11-16 15:37:55'), +(104, 32, '2025-11-16', 'submitted', 84, '2025-11-16 15:38:49', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:10:23', '2025-11-16 15:38:49'), +(105, 80, '2025-11-16', 'submitted', 74, '2025-11-16 15:21:04', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:11:53', '2025-11-16 15:21:04'), +(106, 1, '2025-11-16', 'submitted', 33, '2025-11-16 15:11:54', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:11:54', '2025-11-16 15:11:54'), +(107, 90, '2025-11-16', 'submitted', 138, '2025-11-16 15:16:38', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:12:41', '2025-11-16 15:16:38'), +(108, 51, '2025-11-16', 'submitted', 161, '2025-11-16 16:02:10', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:13:30', '2025-11-16 16:02:10'), +(109, 60, '2025-11-16', 'submitted', 83, '2025-11-16 15:22:38', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:14:09', '2025-11-16 15:22:38'), +(110, 31, '2025-11-16', 'submitted', 140, '2025-11-16 16:02:04', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:15:10', '2025-11-16 16:02:04'), +(111, 10, '2025-11-16', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:16:30', '2025-11-16 15:16:30'), +(112, 52, '2025-11-16', 'submitted', 40, '2025-11-16 16:12:33', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:20:09', '2025-11-16 16:12:33'), +(113, 22, '2025-11-16', 'submitted', 132, '2025-11-16 15:51:31', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:51:31', '2025-11-16 15:51:31'), +(114, 42, '2025-11-16', 'submitted', 68, '2025-11-16 15:55:02', NULL, NULL, '2025-11-30 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-16 15:55:02', '2025-11-16 15:55:02'), +(115, 52, '2025-11-23', 'submitted', 135, '2025-11-23 16:35:00', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:08:14', '2025-11-23 16:35:00'), +(116, 120, '2025-11-23', 'submitted', 99, '2025-11-23 16:23:48', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:12:09', '2025-11-23 16:23:48'), +(117, 70, '2025-11-23', 'submitted', 79, '2025-11-23 15:47:53', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:12:35', '2025-11-23 15:47:53'), +(118, 10, '2025-11-23', 'submitted', 97, '2025-11-23 15:34:17', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:13:56', '2025-11-23 15:34:17'), +(119, 51, '2025-11-23', 'submitted', 73, '2025-11-23 16:26:30', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:14:43', '2025-11-23 16:26:30'), +(120, 31, '2025-11-23', 'submitted', 155, '2025-11-23 17:35:25', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:15:02', '2025-11-23 17:35:25'), +(121, 41, '2025-11-23', 'submitted', 43, '2025-11-23 16:33:39', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:15:33', '2025-11-23 16:33:39'), +(122, 1, '2025-11-23', 'submitted', 115, '2025-11-23 16:07:24', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:16:20', '2025-11-23 16:07:24'), +(123, 21, '2025-11-23', 'submitted', 71, '2025-11-23 16:14:23', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:16:39', '2025-11-23 16:14:23'), +(124, 32, '2025-11-23', 'submitted', 84, '2025-11-23 15:18:51', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:18:51', '2025-11-23 15:18:51'), +(125, 42, '2025-11-23', 'submitted', 129, '2025-11-23 15:24:08', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:24:08', '2025-11-23 15:24:08'), +(126, 80, '2025-11-23', 'submitted', 89, '2025-11-23 15:25:44', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:25:44', '2025-11-23 15:25:44'), +(127, 90, '2025-11-23', 'submitted', 138, '2025-11-23 15:26:16', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:26:16', '2025-11-23 15:26:16'), +(128, 60, '2025-11-23', 'submitted', 83, '2025-11-23 15:45:40', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:45:40', '2025-11-23 15:45:40'), +(129, 22, '2025-11-23', 'submitted', 132, '2025-11-23 16:09:54', NULL, NULL, '2025-12-07 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:09:54', '2025-11-23 16:09:54'), +(130, 31, '2025-12-07', 'submitted', 155, '2025-12-07 15:36:27', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:06:33', '2025-12-07 15:36:27'), +(131, 51, '2025-12-07', 'submitted', 73, '2025-12-07 16:24:40', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:09:08', '2025-12-07 16:24:40'), +(132, 10, '2025-12-07', 'submitted', 3, '2025-12-07 17:28:24', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:09:59', '2025-12-07 17:28:24'), +(133, 32, '2025-12-07', 'submitted', 151, '2025-12-07 15:15:19', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:15:19', '2025-12-07 15:15:19'), +(134, 120, '2025-12-07', 'submitted', 99, '2025-12-07 17:34:19', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:16:02', '2025-12-07 17:34:19'), +(135, 70, '2025-12-07', 'submitted', 79, '2025-12-07 15:30:57', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:16:51', '2025-12-07 15:30:57'), +(136, 90, '2025-12-07', 'submitted', 301, '2025-12-07 16:25:04', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:19:33', '2025-12-07 16:25:04'), +(137, 21, '2025-12-07', 'submitted', 71, '2025-12-07 16:18:22', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:20:15', '2025-12-07 16:18:22'), +(138, 52, '2025-12-07', 'submitted', 78, '2025-12-07 17:18:27', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:26:22', '2025-12-07 17:18:27'), +(139, 42, '2025-12-07', 'submitted', 129, '2025-12-07 15:27:27', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:27', '2025-12-07 15:27:27'), +(140, 60, '2025-12-07', 'submitted', 83, '2025-12-07 15:29:27', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:29:27', '2025-12-07 15:29:27'), +(141, 22, '2025-12-07', 'submitted', 132, '2025-12-07 15:51:56', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 15:51:56', '2025-12-07 15:51:56'), +(142, 41, '2025-12-07', 'submitted', 160, '2025-12-07 16:21:50', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 16:21:50', '2025-12-07 16:21:50'), +(143, 1, '2025-12-07', 'submitted', 115, '2025-12-07 16:35:26', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 16:35:26', '2025-12-07 16:35:26'), +(144, 80, '2025-12-07', 'submitted', 74, '2025-12-07 17:02:09', NULL, NULL, '2025-12-21 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-07 17:02:09', '2025-12-07 17:02:09'), +(145, 32, '2025-12-14', 'submitted', 84, '2025-12-14 15:46:09', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 15:46:09', '2025-12-14 15:46:09'), +(146, 90, '2025-12-14', 'submitted', 138, '2025-12-14 15:49:56', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 15:49:56', '2025-12-14 15:49:56'), +(147, 1, '2025-12-14', 'submitted', 115, '2025-12-14 15:57:22', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 15:57:22', '2025-12-14 15:57:22'), +(148, 70, '2025-12-14', 'submitted', 79, '2025-12-14 15:57:49', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 15:57:49', '2025-12-14 15:57:49'), +(149, 41, '2025-12-14', 'submitted', 160, '2025-12-14 16:04:39', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:04:39', '2025-12-14 16:04:39'), +(150, 31, '2025-12-14', 'submitted', 155, '2025-12-14 16:07:26', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:07:26', '2025-12-14 16:07:26'), +(151, 80, '2025-12-14', 'submitted', 89, '2025-12-14 16:11:41', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:11:41', '2025-12-14 16:11:41'), +(152, 22, '2025-12-14', 'submitted', 132, '2025-12-14 16:12:13', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:12:13', '2025-12-14 16:12:13'), +(153, 120, '2025-12-14', 'submitted', 94, '2025-12-14 16:34:25', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:14:15', '2025-12-14 16:34:25'), +(154, 60, '2025-12-14', 'submitted', 83, '2025-12-14 16:20:30', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:20:30', '2025-12-14 16:20:30'), +(155, 21, '2025-12-14', 'submitted', 71, '2025-12-14 16:22:32', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:22:32', '2025-12-14 16:22:32'), +(156, 52, '2025-12-14', 'submitted', 40, '2025-12-14 16:29:58', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:26:29', '2025-12-14 16:29:58'), +(157, 42, '2025-12-14', 'submitted', 68, '2025-12-14 16:33:19', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:19', '2025-12-14 16:33:19'), +(158, 51, '2025-12-14', 'submitted', 73, '2025-12-14 16:34:34', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 16:34:34', '2025-12-14 16:34:34'), +(159, 10, '2025-12-14', 'submitted', 3, '2025-12-14 18:00:40', NULL, NULL, '2025-12-28 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2025-12-14 17:27:16', '2025-12-14 18:00:40'), +(160, 32, '2026-01-04', 'submitted', 45, '2026-01-04 15:28:34', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:11:39', '2026-01-04 15:28:34'), +(161, 52, '2026-01-04', 'submitted', 40, '2026-01-04 15:45:25', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:12:35', '2026-01-04 15:45:25'), +(162, 1, '2026-01-04', 'submitted', 115, '2026-01-04 15:22:08', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:13:40', '2026-01-04 15:22:08'), +(163, 51, '2026-01-04', 'submitted', 301, '2026-01-04 16:23:49', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:14:31', '2026-01-04 16:23:49'), +(164, 21, '2026-01-04', 'submitted', 71, '2026-01-04 16:20:04', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:14:54', '2026-01-04 16:20:04'), +(165, 90, '2026-01-04', 'submitted', 138, '2026-01-04 15:21:53', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:15:23', '2026-01-04 15:21:53'), +(166, 42, '2026-01-04', 'submitted', 129, '2026-01-04 15:15:59', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:15:59', '2026-01-04 15:15:59'), +(167, 120, '2026-01-04', 'submitted', 99, '2026-01-04 15:44:29', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:16:53', '2026-01-04 15:44:29'), +(168, 70, '2026-01-04', 'submitted', 79, '2026-01-04 15:37:13', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:17:24', '2026-01-04 15:37:13'), +(169, 31, '2026-01-04', 'submitted', 155, '2026-01-04 15:38:41', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:18:43', '2026-01-04 15:38:41'), +(170, 41, '2026-01-04', 'submitted', 160, '2026-01-04 16:01:25', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:19:15', '2026-01-04 16:01:25'), +(171, 22, '2026-01-04', 'submitted', 5, '2026-01-04 15:56:51', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:44:30', '2026-01-04 15:56:51'), +(172, 10, '2026-01-04', 'submitted', 3, '2026-01-04 16:19:43', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:45:00', '2026-01-04 16:19:43'), +(173, 80, '2026-01-04', 'submitted', 89, '2026-01-04 16:16:07', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 15:46:39', '2026-01-04 16:16:07'), +(174, 60, '2026-01-04', 'submitted', 120, '2026-01-04 16:15:38', NULL, NULL, '2026-01-18 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 16:15:38', '2026-01-04 16:15:38'), +(175, 32, '2026-01-11', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-09 03:46:22', '2026-01-09 03:46:22'), +(176, 32, '2026-01-18', 'submitted', 84, '2026-01-18 15:11:53', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-09 03:46:24', '2026-01-18 15:11:53'), +(177, 60, '2026-01-11', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-09 04:10:55', '2026-01-09 04:10:55'), +(178, 10, '2026-01-11', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:08:34', '2026-01-11 15:08:34'), +(179, 90, '2026-01-11', 'submitted', 138, '2026-01-11 15:38:11', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:09:14', '2026-01-11 15:38:11'), +(180, 1, '2026-01-11', 'submitted', 33, '2026-01-11 15:59:02', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:10:07', '2026-01-11 15:59:02'), +(181, 51, '2026-01-11', 'submitted', 73, '2026-01-11 17:16:03', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:10:49', '2026-01-11 17:16:03'), +(182, 120, '2026-01-11', 'submitted', 94, '2026-01-11 16:10:22', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:14:08', '2026-01-11 16:10:22'), +(183, 70, '2026-01-11', 'submitted', 79, '2026-01-11 15:40:03', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 15:40:03', '2026-01-11 15:40:03'), +(184, 52, '2026-01-11', 'submitted', 40, '2026-01-11 16:32:29', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:06:49', '2026-01-11 16:32:29'), +(185, 31, '2026-01-11', 'submitted', 155, '2026-01-11 16:09:10', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:09:10', '2026-01-11 16:09:10'), +(186, 42, '2026-01-11', 'submitted', 129, '2026-01-11 16:17:16', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:17:16', '2026-01-11 16:17:16'), +(187, 21, '2026-01-11', 'submitted', 71, '2026-01-11 16:21:47', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:21:47', '2026-01-11 16:21:47'), +(188, 41, '2026-01-11', 'submitted', 160, '2026-01-11 16:25:24', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:25:24', '2026-01-11 16:25:24'), +(189, 80, '2026-01-11', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 16:26:19', '2026-01-11 16:26:19'), +(190, 22, '2026-01-11', 'submitted', 132, '2026-01-11 17:13:12', NULL, NULL, '2026-01-25 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-11 17:13:12', '2026-01-11 17:13:12'), +(191, 10, '2026-01-18', 'submitted', 3, '2026-01-18 16:37:59', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:11:44', '2026-01-18 16:37:59'), +(192, 41, '2026-01-18', 'submitted', 160, '2026-01-18 15:35:21', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:12:42', '2026-01-18 15:35:21'), +(193, 1, '2026-01-18', 'submitted', 115, '2026-01-18 16:01:38', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:13:46', '2026-01-18 16:01:38'), +(194, 21, '2026-01-18', 'submitted', 71, '2026-01-18 15:31:16', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:14:11', '2026-01-18 15:31:16'), +(195, 120, '2026-01-18', 'submitted', 99, '2026-01-18 18:44:24', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:17:58', '2026-01-18 18:44:24'), +(196, 31, '2026-01-18', 'submitted', 155, '2026-01-18 15:29:04', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:29:04', '2026-01-18 15:29:04'), +(197, 70, '2026-01-18', 'submitted', 79, '2026-01-18 15:46:18', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:32:38', '2026-01-18 15:46:18'), +(198, 42, '2026-01-18', 'submitted', 129, '2026-01-18 15:33:13', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:33:13', '2026-01-18 15:33:13'), +(199, 22, '2026-01-18', 'submitted', 132, '2026-01-18 15:37:25', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:37:25', '2026-01-18 15:37:25'), +(200, 90, '2026-01-18', 'submitted', 138, '2026-01-18 15:38:56', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:38:56', '2026-01-18 15:38:56'), +(201, 60, '2026-01-18', 'submitted', 83, '2026-01-18 15:40:57', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:40:57', '2026-01-18 15:40:57'), +(202, 52, '2026-01-18', 'submitted', 40, '2026-01-18 15:55:35', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 15:55:35', '2026-01-18 15:55:35'), +(203, 51, '2026-01-18', 'submitted', 161, '2026-01-18 16:19:34', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 16:19:34', '2026-01-18 16:19:34'), +(204, 80, '2026-01-18', 'submitted', 74, '2026-01-18 16:39:07', NULL, NULL, '2026-02-01 23:59:59', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-18 16:39:07', '2026-01-18 16:39:07'), +(205, 1, '2026-02-01', 'submitted', 115, '2026-02-01 16:17:17', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:07:41', '2026-02-01 16:17:17'), +(206, 90, '2026-02-01', 'submitted', 138, '2026-02-01 15:09:35', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(207, 120, '2026-02-01', 'submitted', 94, '2026-02-01 16:19:01', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:11:44', '2026-02-01 16:19:01'), +(208, 70, '2026-02-01', 'submitted', 79, '2026-02-01 15:27:42', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:12:32', '2026-02-01 15:27:42'), +(209, 60, '2026-02-01', 'submitted', 120, '2026-02-01 16:17:43', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:13:22', '2026-02-01 16:17:43'), +(210, 52, '2026-02-01', 'submitted', 40, '2026-02-01 15:23:48', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:23:48', '2026-02-01 15:23:48'), +(211, 32, '2026-02-01', 'submitted', 84, '2026-02-01 15:24:16', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:24:16', '2026-02-01 15:24:16'), +(212, 22, '2026-02-01', 'submitted', 132, '2026-02-01 15:29:09', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:29:09', '2026-02-01 15:29:09'), +(213, 10, '2026-02-01', 'submitted', 3, '2026-02-01 16:04:39', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:31:04', '2026-02-01 16:04:39'), +(214, 41, '2026-02-01', 'submitted', 160, '2026-02-01 15:31:40', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:31:40', '2026-02-01 15:31:40'), +(215, 42, '2026-02-01', 'submitted', 129, '2026-02-01 15:46:29', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:33:02', '2026-02-01 15:46:29'), +(216, 21, '2026-02-01', 'submitted', 71, '2026-02-01 15:58:15', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:34:01', '2026-02-01 15:58:15'), +(217, 80, '2026-02-01', 'submitted', 74, '2026-02-01 16:16:00', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 15:41:05', '2026-02-01 16:16:00'), +(218, 31, '2026-02-01', 'submitted', 140, '2026-02-01 16:16:08', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 16:16:08', '2026-02-01 16:16:08'), +(219, 51, '2026-02-01', 'submitted', 161, '2026-02-01 16:16:59', NULL, NULL, '2026-02-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 16:16:59', '2026-02-01 16:16:59'), +(220, 60, '2026-02-08', 'submitted', 83, '2026-02-08 15:18:06', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:18:06', '2026-02-08 15:18:06'), +(221, 70, '2026-02-08', 'submitted', 79, '2026-02-08 15:40:06', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:27:13', '2026-02-08 15:40:06'), +(222, 32, '2026-02-08', 'submitted', 84, '2026-02-08 15:36:58', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:36:58', '2026-02-08 15:36:58'), +(223, 42, '2026-02-08', 'submitted', 68, '2026-02-08 15:38:21', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:38:21', '2026-02-08 15:38:21'), +(224, 31, '2026-02-08', 'submitted', 155, '2026-02-08 15:39:49', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:39:49', '2026-02-08 15:39:49'), +(225, 51, '2026-02-08', 'submitted', 161, '2026-02-08 15:44:33', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:44:33', '2026-02-08 15:44:33'), +(226, 10, '2026-02-08', 'submitted', 3, '2026-02-08 15:46:06', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:46:06', '2026-02-08 15:46:06'), +(227, 90, '2026-02-08', 'submitted', 138, '2026-02-08 15:46:35', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:46:35', '2026-02-08 15:46:35'), +(228, 41, '2026-02-08', 'submitted', 160, '2026-02-08 15:58:42', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:58:42', '2026-02-08 15:58:42'), +(229, 80, '2026-02-08', 'submitted', 74, '2026-02-08 15:59:21', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:59:21', '2026-02-08 15:59:21'), +(230, 52, '2026-02-08', 'submitted', 40, '2026-02-08 15:59:41', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:59:41', '2026-02-08 15:59:41'), +(231, 22, '2026-02-08', 'submitted', 132, '2026-02-08 15:59:56', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 15:59:56', '2026-02-08 15:59:56'), +(232, 21, '2026-02-08', 'submitted', 71, '2026-02-08 16:01:34', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 16:01:34', '2026-02-08 16:01:34'), +(233, 120, '2026-02-08', 'submitted', 310, '2026-02-08 16:02:29', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 16:02:29', '2026-02-08 16:02:29'), +(234, 1, '2026-02-08', 'submitted', 115, '2026-02-08 16:10:14', NULL, NULL, '2026-02-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-08 16:10:14', '2026-02-08 16:10:14'), +(235, 120, '2026-02-22', 'submitted', 310, '2026-02-22 16:25:12', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:25', '2026-02-22 16:25:12'), +(236, 90, '2026-02-22', 'submitted', 138, '2026-02-22 16:10:54', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:10:54', '2026-02-22 16:10:54'), +(237, 70, '2026-02-22', 'submitted', 82, '2026-02-22 16:21:38', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:16:17', '2026-02-22 16:21:38'), +(238, 41, '2026-02-22', 'submitted', 160, '2026-02-22 16:21:33', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:21:33', '2026-02-22 16:21:33'), +(239, 32, '2026-02-22', 'submitted', 45, '2026-02-22 16:24:00', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:24:00', '2026-02-22 16:24:00'), +(240, 52, '2026-02-22', 'submitted', 40, '2026-02-22 16:24:29', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:24:29', '2026-02-22 16:24:29'), +(241, 10, '2026-02-22', 'submitted', 3, '2026-02-22 16:32:07', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:32:07', '2026-02-22 16:32:07'), +(242, 31, '2026-02-22', 'submitted', 155, '2026-02-22 16:35:38', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:35:38', '2026-02-22 16:35:38'), +(243, 22, '2026-02-22', 'submitted', 132, '2026-02-22 16:41:19', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:41:19', '2026-02-22 16:41:19'), +(244, 60, '2026-02-22', 'submitted', 120, '2026-02-22 16:41:55', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:41:55', '2026-02-22 16:41:55'), +(245, 51, '2026-02-22', 'submitted', 73, '2026-02-22 16:44:05', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:05', '2026-02-22 16:44:05'), +(246, 42, '2026-02-22', 'submitted', 68, '2026-02-22 16:46:12', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:46:12', '2026-02-22 16:46:12'), +(247, 21, '2026-02-22', 'submitted', 163, '2026-02-22 16:47:13', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:47:13', '2026-02-22 16:47:13'), +(248, 80, '2026-02-22', 'submitted', 89, '2026-02-22 16:55:24', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:24', '2026-02-22 16:55:24'), +(249, 10, '2026-03-01', 'submitted', 97, '2026-03-01 17:23:41', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 17:15:29', '2026-03-01 17:23:41'), +(250, 10, '2026-03-08', 'submitted', 3, '2026-03-08 15:50:49', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 17:15:31', '2026-03-08 15:50:49'), +(251, 1, '2026-02-22', 'submitted', 115, '2026-02-22 17:27:32', NULL, NULL, '2026-03-08 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 17:27:32', '2026-02-22 17:27:32'), +(252, 90, '2026-03-01', 'submitted', 29, '2026-03-01 16:07:08', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:07:08', '2026-03-01 16:07:08'), +(253, 41, '2026-03-01', 'submitted', 186, '2026-03-01 16:22:01', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:08:52', '2026-03-01 16:22:01'), +(254, 22, '2026-03-01', 'submitted', 132, '2026-03-01 16:54:50', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:10:03', '2026-03-01 16:54:50'), +(255, 80, '2026-03-01', 'submitted', 74, '2026-03-01 17:04:47', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:10:32', '2026-03-01 17:04:47'), +(256, 32, '2026-03-01', 'submitted', 45, '2026-03-01 16:10:43', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:10:43', '2026-03-01 16:10:43'), +(257, 42, '2026-03-01', 'submitted', 129, '2026-03-01 16:46:59', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:11:11', '2026-03-01 16:46:59'), +(258, 120, '2026-03-01', 'submitted', 99, '2026-03-01 16:50:05', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:14:37', '2026-03-01 16:50:05'), +(259, 1, '2026-03-01', 'submitted', 33, '2026-03-01 16:14:48', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:14:48', '2026-03-01 16:14:48'), +(260, 52, '2026-03-01', 'submitted', 40, '2026-03-01 16:15:34', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:15:34', '2026-03-01 16:15:34'), +(261, 21, '2026-03-01', 'submitted', 163, '2026-03-01 16:23:41', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:17:38', '2026-03-01 16:23:41'), +(262, 32, '2026-03-08', 'submitted', 45, '2026-03-08 15:23:21', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:18:07', '2026-03-08 15:23:21'), +(263, 60, '2026-03-01', 'submitted', 83, '2026-03-01 16:18:50', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:18:50', '2026-03-01 16:18:50'), +(264, 70, '2026-03-01', 'submitted', 79, '2026-03-01 16:23:58', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:19:25', '2026-03-01 16:23:58'), +(265, 31, '2026-03-01', 'submitted', 155, '2026-03-01 16:30:00', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 16:30:00', '2026-03-01 16:30:00'), +(266, 51, '2026-03-01', 'submitted', 73, '2026-03-01 17:22:05', NULL, NULL, '2026-03-15 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 17:22:05', '2026-03-01 17:22:05'), +(267, 21, '2026-03-08', 'submitted', 163, '2026-03-08 16:02:38', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:06:15', '2026-03-08 16:02:38'), +(268, 120, '2026-03-08', 'submitted', 310, '2026-03-08 16:35:28', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:20', '2026-03-08 16:35:28'), +(269, 31, '2026-03-08', 'submitted', 155, '2026-03-08 15:45:15', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:43', '2026-03-08 15:45:15'), +(270, 22, '2026-03-08', 'submitted', 132, '2026-03-08 15:57:48', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:08:10', '2026-03-08 15:57:48'), +(271, 90, '2026-03-08', 'submitted', 138, '2026-03-08 15:08:29', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:08:29', '2026-03-08 15:08:29'), +(272, 42, '2026-03-08', 'submitted', 68, '2026-03-08 15:43:03', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:09:05', '2026-03-08 15:43:03'); +INSERT INTO `attendance_day` (`id`, `class_section_id`, `date`, `status`, `submitted_by`, `submitted_at`, `published_by`, `published_at`, `auto_publish_at`, `reopened_by`, `reopened_at`, `reopen_reason`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(273, 80, '2026-03-08', 'submitted', 74, '2026-03-08 15:23:21', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:10:23', '2026-03-08 15:23:21'), +(274, 51, '2026-03-08', 'submitted', 161, '2026-03-08 15:27:21', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:10:49', '2026-03-08 15:27:21'), +(275, 70, '2026-03-08', 'submitted', 79, '2026-03-08 15:33:42', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:26', '2026-03-08 15:33:42'), +(276, 52, '2026-03-08', 'submitted', 40, '2026-03-08 15:17:26', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:17:26', '2026-03-08 15:17:26'), +(277, 60, '2026-03-08', 'submitted', 120, '2026-03-08 15:33:46', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:20:31', '2026-03-08 15:33:46'), +(278, 1, '2026-03-08', 'submitted', 115, '2026-03-08 15:59:03', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:59:03', '2026-03-08 15:59:03'), +(279, 41, '2026-03-08', 'submitted', 160, '2026-03-08 16:02:39', NULL, NULL, '2026-03-22 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 16:02:39', '2026-03-08 16:02:39'), +(280, 80, '2026-03-29', 'submitted', 74, '2026-03-29 15:12:00', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:07:29', '2026-03-29 15:12:00'), +(281, 22, '2026-03-29', 'submitted', 5, '2026-03-29 15:03:49', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:08:27', '2026-03-29 15:03:49'), +(282, 120, '2026-03-29', 'submitted', 99, '2026-03-29 15:29:05', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:09:05', '2026-03-29 15:29:05'), +(283, 60, '2026-03-29', 'submitted', 120, '2026-03-29 15:11:20', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:11:10', '2026-03-29 15:11:20'), +(284, 31, '2026-03-29', 'submitted', 155, '2026-03-29 15:22:18', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:11:49', '2026-03-29 15:22:18'), +(285, 10, '2026-03-29', 'submitted', 3, '2026-03-29 15:15:52', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:14:37', '2026-03-29 15:15:52'), +(286, 51, '2026-03-29', 'submitted', 73, '2026-03-29 15:13:32', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:16:52', '2026-03-29 15:13:32'), +(287, 52, '2026-03-29', 'submitted', 40, '2026-03-29 15:11:38', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:19:43', '2026-03-29 15:11:38'), +(288, 41, '2026-03-29', 'submitted', 186, '2026-03-29 15:12:51', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:20:46', '2026-03-29 15:12:51'), +(289, 21, '2026-03-29', 'submitted', 163, '2026-03-29 15:05:34', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:21:23', '2026-03-29 15:05:34'), +(290, 42, '2026-03-29', 'submitted', 129, '2026-03-29 15:09:55', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 14:23:47', '2026-03-29 15:09:55'), +(291, 90, '2026-03-29', 'submitted', 138, '2026-03-29 15:01:04', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:01:04', '2026-03-29 15:01:04'), +(292, 70, '2026-03-29', 'submitted', 79, '2026-03-29 15:04:29', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:04:29', '2026-03-29 15:04:29'), +(293, 32, '2026-03-29', 'submitted', 45, '2026-03-29 15:14:04', NULL, NULL, '2026-04-12 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:14:04', '2026-03-29 15:14:04'), +(294, 1, '2026-03-29', 'draft', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:24:19', '2026-03-29 15:24:19'), +(295, 22, '2026-04-05', 'submitted', 132, '2026-04-05 15:32:13', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 16:16:14', '2026-04-05 15:32:13'), +(296, 120, '2026-04-05', 'submitted', 99, '2026-04-05 16:35:59', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:11:18', '2026-04-05 16:35:59'), +(297, 42, '2026-04-05', 'submitted', 68, '2026-04-05 15:19:20', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:13:17', '2026-04-05 15:19:20'), +(298, 70, '2026-04-05', 'submitted', 79, '2026-04-05 15:05:16', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:13:59', '2026-04-05 15:05:16'), +(299, 90, '2026-04-05', 'submitted', 138, '2026-04-05 15:44:58', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:24', '2026-04-05 15:44:58'), +(300, 10, '2026-04-05', 'submitted', 97, '2026-04-05 15:24:57', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:15:02', '2026-04-05 15:24:57'), +(301, 31, '2026-04-05', 'submitted', 155, '2026-04-05 15:24:18', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:15:46', '2026-04-05 15:24:18'), +(302, 60, '2026-04-05', 'submitted', 120, '2026-04-05 15:05:41', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:16:40', '2026-04-05 15:05:41'), +(303, 52, '2026-04-05', 'submitted', 135, '2026-04-05 15:12:07', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:17:20', '2026-04-05 15:12:07'), +(304, 51, '2026-04-05', 'submitted', 161, '2026-04-05 16:37:10', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:18:00', '2026-04-05 16:37:10'), +(305, 21, '2026-04-05', 'submitted', 163, '2026-04-05 15:20:33', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:50', '2026-04-05 15:20:33'), +(306, 80, '2026-04-05', 'submitted', 89, '2026-04-05 15:01:17', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:30:23', '2026-04-05 15:01:17'), +(307, 41, '2026-04-05', 'submitted', 160, '2026-04-05 15:03:19', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 15:03:19', '2026-04-05 15:03:19'), +(308, 32, '2026-04-05', 'submitted', 45, '2026-04-05 15:03:34', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 15:03:34', '2026-04-05 15:03:34'), +(309, 1, '2026-04-05', 'submitted', 115, '2026-04-05 15:23:00', NULL, NULL, '2026-04-19 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 15:23:00', '2026-04-05 15:23:00'), +(310, 60, '2026-04-12', 'submitted', 83, '2026-04-12 15:15:36', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:27', '2026-04-12 15:15:36'), +(311, 32, '2026-04-12', 'submitted', 45, '2026-04-12 16:06:55', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:10:08', '2026-04-12 16:06:55'), +(312, 31, '2026-04-12', 'submitted', 140, '2026-04-12 16:25:36', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:17:17', '2026-04-12 16:25:36'), +(313, 21, '2026-04-12', 'submitted', 163, '2026-04-12 15:35:29', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:22:02', '2026-04-12 15:35:29'), +(314, 1, '2026-04-12', 'submitted', 115, '2026-04-12 15:16:08', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:22:44', '2026-04-12 15:16:08'), +(315, 41, '2026-04-12', 'submitted', 186, '2026-04-12 15:17:15', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:23:24', '2026-04-12 15:17:15'), +(316, 70, '2026-04-12', 'submitted', 79, '2026-04-12 15:10:23', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:10:23', '2026-04-12 15:10:23'), +(317, 42, '2026-04-12', 'submitted', 68, '2026-04-12 15:13:05', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:13:05', '2026-04-12 15:13:05'), +(318, 52, '2026-04-12', 'submitted', 40, '2026-04-12 15:14:56', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:14:56', '2026-04-12 15:14:56'), +(319, 10, '2026-04-12', 'submitted', 3, '2026-04-12 15:16:02', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:16:02', '2026-04-12 15:16:02'), +(320, 80, '2026-04-12', 'submitted', 74, '2026-04-12 15:16:52', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:16:52', '2026-04-12 15:16:52'), +(321, 51, '2026-04-12', 'submitted', 314, '2026-04-12 15:18:29', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:18:29', '2026-04-12 15:18:29'), +(322, 120, '2026-04-12', 'submitted', 99, '2026-04-12 15:18:48', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:18:48', '2026-04-12 15:18:48'), +(323, 22, '2026-04-12', 'submitted', 5, '2026-04-12 15:28:19', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:28:19', '2026-04-12 15:28:19'), +(324, 90, '2026-04-12', 'submitted', 138, '2026-04-12 15:29:55', NULL, NULL, '2026-04-26 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:29:55', '2026-04-12 15:29:55'), +(325, 10, '2026-04-19', 'submitted', 3, '2026-04-19 16:10:44', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 15:39:10', '2026-04-19 16:10:44'), +(326, 52, '2026-04-19', 'submitted', 40, '2026-04-19 15:11:02', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:07:32', '2026-04-19 15:11:02'), +(327, 41, '2026-04-19', 'submitted', 160, '2026-04-19 15:09:32', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:08:59', '2026-04-19 15:09:32'), +(328, 32, '2026-04-19', 'submitted', 45, '2026-04-19 15:21:48', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:10:01', '2026-04-19 15:21:48'), +(329, 120, '2026-04-19', 'submitted', 99, '2026-04-19 15:34:09', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:11:28', '2026-04-19 15:34:09'), +(330, 21, '2026-04-19', 'submitted', 71, '2026-04-19 15:07:10', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:12:01', '2026-04-19 15:07:10'), +(331, 51, '2026-04-19', 'submitted', 161, '2026-04-19 15:26:40', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:12:23', '2026-04-19 15:26:40'), +(332, 60, '2026-04-19', 'submitted', 83, '2026-04-19 15:07:52', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:12:59', '2026-04-19 15:07:52'), +(333, 31, '2026-04-19', 'submitted', 140, '2026-04-19 15:11:45', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:13:51', '2026-04-19 15:11:45'), +(334, 70, '2026-04-19', 'submitted', 79, '2026-04-19 15:03:43', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:14:21', '2026-04-19 15:03:43'), +(335, 90, '2026-04-19', 'submitted', 29, '2026-04-19 15:10:12', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:14:44', '2026-04-19 15:10:12'), +(336, 42, '2026-04-19', 'submitted', 68, '2026-04-19 15:16:42', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:16:07', '2026-04-19 15:16:42'), +(337, 22, '2026-04-19', 'submitted', 132, '2026-04-19 15:13:01', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:16:45', '2026-04-19 15:13:01'), +(338, 1, '2026-04-19', 'submitted', 115, '2026-04-19 16:31:40', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:17:59', '2026-04-19 16:31:40'), +(339, 80, '2026-04-19', 'submitted', 74, '2026-04-19 15:36:49', NULL, NULL, '2026-05-03 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 15:36:49', '2026-04-19 15:36:49'), +(340, 42, '2026-05-03', 'submitted', 68, '2026-05-03 15:24:02', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:08:50', '2026-05-03 15:24:02'), +(341, 120, '2026-05-03', 'submitted', 310, '2026-05-03 16:16:03', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:09:44', '2026-05-03 16:16:03'), +(342, 21, '2026-05-03', 'submitted', 71, '2026-05-03 15:22:23', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:15', '2026-05-03 15:22:23'), +(343, 51, '2026-05-03', 'submitted', 161, '2026-05-03 16:14:13', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:53', '2026-05-03 16:14:13'), +(344, 31, '2026-05-17', 'submitted', 140, '2026-05-17 15:23:21', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:00:13', '2026-05-17 15:23:21'), +(345, 41, '2026-05-03', 'submitted', 160, '2026-05-03 15:02:02', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:02:02', '2026-05-03 15:02:02'), +(346, 70, '2026-05-03', 'submitted', 82, '2026-05-03 15:12:09', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:03:52', '2026-05-03 15:12:09'), +(347, 32, '2026-05-03', 'submitted', 84, '2026-05-03 15:04:25', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:04:25', '2026-05-03 15:04:25'), +(348, 90, '2026-05-03', 'submitted', 138, '2026-05-03 15:05:46', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:46', '2026-05-03 15:05:46'), +(349, 31, '2026-05-03', 'submitted', 140, '2026-05-03 15:06:26', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:06:26', '2026-05-03 15:06:26'), +(350, 22, '2026-05-03', 'submitted', 132, '2026-05-03 15:07:23', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:07:23', '2026-05-03 15:07:23'), +(351, 80, '2026-05-03', 'submitted', 74, '2026-05-03 16:13:31', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:07:49', '2026-05-03 16:13:31'), +(352, 10, '2026-05-03', 'submitted', 97, '2026-05-03 15:09:28', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:09:28', '2026-05-03 15:09:28'), +(353, 1, '2026-05-03', 'submitted', 115, '2026-05-03 15:56:00', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:56:00', '2026-05-03 15:56:00'), +(354, 60, '2026-05-03', 'submitted', 83, '2026-05-03 16:11:56', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:11:56', '2026-05-03 16:11:56'), +(355, 52, '2026-05-03', 'submitted', 78, '2026-05-03 16:27:51', NULL, NULL, '2026-05-17 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:27:51', '2026-05-03 16:27:51'), +(356, 60, '2026-05-10', 'submitted', 83, '2026-05-10 15:08:39', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:03:59', '2026-05-10 15:08:39'), +(357, 70, '2026-05-10', 'submitted', 79, '2026-05-10 15:03:10', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:04:50', '2026-05-10 15:03:10'), +(358, 31, '2026-05-10', 'submitted', 140, '2026-05-10 15:07:31', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:05:20', '2026-05-10 15:07:31'), +(359, 120, '2026-05-10', 'submitted', 99, '2026-05-10 16:15:44', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:05:47', '2026-05-10 16:15:44'), +(360, 42, '2026-05-10', 'submitted', 68, '2026-05-10 15:16:20', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:06:39', '2026-05-10 15:16:20'), +(361, 51, '2026-05-10', 'submitted', 73, '2026-05-10 16:21:11', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:08:41', '2026-05-10 16:21:11'), +(362, 10, '2026-05-10', 'submitted', 3, '2026-05-10 16:31:01', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:10:28', '2026-05-10 16:31:01'), +(363, 21, '2026-05-10', 'submitted', 71, '2026-05-10 15:13:44', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:11:01', '2026-05-10 15:13:44'), +(364, 90, '2026-05-10', 'submitted', 138, '2026-05-10 15:30:13', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:12:00', '2026-05-10 15:30:13'), +(365, 22, '2026-05-10', 'submitted', 132, '2026-05-10 15:29:23', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:16:29', '2026-05-10 15:29:23'), +(366, 41, '2026-05-10', 'submitted', 160, '2026-05-10 15:04:49', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:17:14', '2026-05-10 15:04:49'), +(367, 32, '2026-05-10', 'submitted', 84, '2026-05-10 15:17:15', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:19:07', '2026-05-10 15:17:15'), +(368, 80, '2026-05-10', 'submitted', 74, '2026-05-10 15:30:10', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:24:14', '2026-05-10 15:30:10'), +(369, 52, '2026-05-10', 'submitted', 40, '2026-05-10 16:34:40', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:53:43', '2026-05-10 16:34:40'), +(370, 1, '2026-05-10', 'submitted', 115, '2026-05-10 16:38:11', NULL, NULL, '2026-05-24 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:38:11', '2026-05-10 16:38:11'), +(371, 60, '2026-05-17', 'submitted', 120, '2026-05-17 16:35:34', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 14:11:34', '2026-05-17 16:35:34'), +(372, 70, '2026-05-17', 'submitted', 82, '2026-05-17 16:39:57', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 14:15:48', '2026-05-17 16:39:57'), +(373, 51, '2026-05-17', 'submitted', 161, '2026-05-17 15:35:33', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 14:20:26', '2026-05-17 15:35:33'), +(374, 32, '2026-05-17', 'submitted', 45, '2026-05-17 15:23:51', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 15:23:51', '2026-05-17 15:23:51'), +(375, 22, '2026-05-17', 'submitted', 132, '2026-05-17 15:28:55', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 15:28:55', '2026-05-17 15:28:55'), +(376, 90, '2026-05-17', 'submitted', 138, '2026-05-17 15:32:20', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 15:32:20', '2026-05-17 15:32:20'), +(377, 1, '2026-05-17', 'submitted', 115, '2026-05-17 15:39:49', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 15:39:49', '2026-05-17 15:39:49'), +(378, 41, '2026-05-17', 'submitted', 186, '2026-05-17 15:59:27', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 15:59:27', '2026-05-17 15:59:27'), +(379, 52, '2026-05-17', 'submitted', 40, '2026-05-17 16:03:40', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:03:40', '2026-05-17 16:03:40'), +(380, 42, '2026-05-17', 'submitted', 68, '2026-05-17 16:26:17', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:26:17', '2026-05-17 16:26:17'), +(381, 21, '2026-05-17', 'submitted', 71, '2026-05-17 16:37:20', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:37:20', '2026-05-17 16:37:20'), +(382, 80, '2026-05-17', 'submitted', 74, '2026-05-17 16:37:43', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:37:43', '2026-05-17 16:37:43'), +(383, 10, '2026-05-17', 'submitted', 97, '2026-05-17 16:42:13', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:42:13', '2026-05-17 16:42:13'), +(384, 120, '2026-05-17', 'submitted', 99, '2026-05-17 16:44:36', NULL, NULL, '2026-05-31 23:59:59', NULL, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:44:36', '2026-05-17 16:44:36'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `attendance_record` +-- + +CREATE TABLE `attendance_record` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `total_absence` int(11) NOT NULL DEFAULT 0, + `total_late` int(11) NOT NULL DEFAULT 0, + `total_presence` int(11) NOT NULL DEFAULT 0, + `total_attendance` int(11) NOT NULL DEFAULT 0, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) NOT NULL, + `modified_by` int(11) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `attendance_record` +-- + +INSERT INTO `attendance_record` (`id`, `class_section_id`, `student_id`, `school_id`, `total_absence`, `total_late`, `total_presence`, `total_attendance`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(1, 1, 184, 'STU2500184', 1, 0, 13, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(2, 1, 122, 'STU2500122', 1, 3, 10, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(3, 1, 83, 'STU2500083', 1, 0, 13, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(4, 1, 128, 'STU2500128', 2, 0, 12, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(5, 1, 87, 'STU2500087', 3, 0, 11, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(6, 1, 166, 'STU2500166', 1, 2, 11, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(7, 1, 110, 'STU2500110', 0, 0, 14, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(8, 1, 232, 'STU2500232', 2, 0, 12, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(9, 1, 174, 'STU2500174', 0, 0, 14, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(10, 1, 98, 'STU2500098', 2, 0, 12, 14, 'Fall', '2025-2026', 115, '2025-09-21 16:24:33', '2026-01-18 16:01:38'), +(11, 1, 113, 'STU2500113', 4, 0, 10, 14, 'Fall', '2025-2026', 74, '2025-09-21 16:24:33', '2026-01-18 15:23:51'), +(12, 41, 12, 'STU2500012', 3, 0, 11, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(13, 41, 121, 'STU2500121', 1, 4, 9, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(14, 41, 216, 'STU2500216', 4, 0, 10, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(15, 41, 13, 'STU2500013', 2, 0, 12, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(16, 60, 120, 'STU2500120', 1, 2, 11, 14, 'Fall', '2025-2026', 83, '2025-09-21 16:33:57', '2026-01-18 15:40:57'), +(17, 41, 156, 'STU2500156', 2, 0, 12, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(18, 41, 115, 'STU2500115', 3, 0, 11, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(19, 41, 109, 'STU2500109', 0, 0, 14, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(20, 41, 27, 'STU2500027', 0, 0, 14, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(21, 41, 152, 'STU2500152', 0, 0, 14, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(22, 41, 111, 'STU2500111', 4, 1, 9, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(23, 41, 129, 'STU2500129', 1, 0, 13, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(24, 41, 202, 'STU2500202', 2, 1, 11, 14, 'Fall', '2025-2026', 160, '2025-09-21 16:33:57', '2026-01-18 15:35:21'), +(25, 10, 183, 'STU2500183', 1, 1, 12, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(26, 10, 180, 'STU2500180', 1, 0, 13, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(27, 10, 235, 'STU2500235', 0, 3, 11, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(28, 10, 52, 'STU2500052', 0, 0, 14, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(29, 10, 227, 'STU2500227', 2, 0, 12, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(30, 10, 215, 'STU2500215', 3, 5, 6, 14, 'Fall', '2025-2026', NULL, '2025-09-21 16:40:15', '2026-01-18 15:11:44'), +(31, 10, 56, 'STU2500056', 0, 0, 14, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(32, 10, 229, 'STU2500229', 2, 1, 11, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(33, 10, 214, 'STU2500214', 3, 3, 8, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(34, 10, 131, 'STU2500131', 1, 0, 13, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(35, 10, 211, 'STU2500211', 0, 0, 14, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:40:15', '2026-01-18 16:37:59'), +(36, 42, 85, 'STU2500085', 0, 0, 14, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(37, 42, 118, 'STU2500118', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(38, 42, 40, 'STU2500040', 2, 0, 12, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(39, 42, 106, 'STU2500106', 3, 0, 11, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(40, 42, 231, 'STU2500231', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(41, 42, 138, 'STU2500138', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(42, 42, 135, 'STU2500135', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(43, 42, 55, 'STU2500055', 0, 0, 14, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(44, 42, 177, 'STU2500177', 2, 0, 12, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(45, 42, 51, 'STU2500051', 0, 0, 14, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(46, 42, 33, 'STU2500033', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(47, 42, 63, 'STU2500063', 1, 0, 13, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(48, 42, 140, 'STU2500140', 0, 0, 14, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(49, 42, 218, 'STU2500218', 0, 0, 14, 14, 'Fall', '2025-2026', 129, '2025-09-21 16:47:39', '2026-01-18 15:33:13'), +(50, 22, 92, 'STU2500092', 2, 0, 12, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(51, 22, 101, 'STU2500101', 4, 0, 10, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(52, 10, 221, 'STU2500221', 2, 0, 12, 14, 'Fall', '2025-2026', 3, '2025-09-21 16:52:53', '2026-01-18 16:37:59'), +(53, 22, 41, 'STU2500041', 4, 0, 10, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(54, 22, 14, 'STU2500014', 2, 0, 12, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(55, 22, 58, 'STU2500058', 0, 0, 14, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(56, 22, 80, 'STU2500080', 0, 0, 14, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(57, 22, 104, 'STU2500104', 0, 0, 14, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(58, 22, 182, 'STU2500182', 1, 1, 12, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(59, 22, 228, 'STU2500228', 2, 1, 11, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(60, 22, 97, 'STU2500097', 3, 0, 11, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(61, 22, 178, 'STU2500178', 3, 1, 10, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(62, 22, 153, 'STU2500153', 2, 0, 12, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(63, 22, 79, 'STU2500079', 0, 0, 14, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(64, 22, 82, 'STU2500082', 0, 0, 14, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(65, 22, 197, 'STU2500197', 2, 1, 11, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(66, 22, 222, 'STU2500222', 2, 0, 12, 14, 'Fall', '2025-2026', 132, '2025-09-21 16:52:53', '2026-01-18 15:37:25'), +(67, 21, 146, 'STU2500146', 0, 0, 14, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(68, 21, 112, 'STU2500112', 4, 1, 9, 14, 'Fall', '2025-2026', 74, '2025-09-21 16:59:53', '2026-01-18 15:23:51'), +(69, 21, 141, 'STU2500141', 0, 0, 14, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(70, 21, 45, 'STU2500045', 1, 0, 13, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(71, 21, 173, 'STU2500173', 0, 0, 14, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(72, 21, 86, 'STU2500086', 3, 0, 11, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(73, 21, 105, 'STU2500105', 4, 0, 10, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(74, 21, 200, 'STU2500200', 0, 1, 13, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(75, 21, 226, 'STU2500226', 2, 0, 12, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(76, 21, 217, 'STU2500217', 5, 0, 9, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(77, 32, 130, 'STU2500130', 2, 0, 12, 14, 'Fall', '2025-2026', 84, '2025-09-21 16:59:53', '2026-01-18 15:11:53'), +(78, 21, 157, 'STU2500157', 2, 0, 12, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(79, 21, 36, 'STU2500036', 3, 1, 10, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(80, 21, 43, 'STU2500043', 3, 0, 11, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(81, 21, 147, 'STU2500147', 0, 0, 14, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(82, 21, 206, 'STU2500206', 2, 4, 8, 14, 'Fall', '2025-2026', 71, '2025-09-21 16:59:53', '2026-01-18 15:31:16'), +(83, 32, 168, 'STU2500168', 2, 0, 12, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(84, 32, 7, 'STU2500007', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(85, 32, 220, 'STU2500220', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(86, 31, 30, 'STU2500030', 2, 0, 12, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:02:32', '2026-01-18 15:29:04'), +(87, 32, 75, 'STU2500075', 5, 0, 9, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(88, 32, 189, 'STU2500189', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(89, 32, 54, 'STU2500054', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(90, 32, 169, 'STU2500169', 2, 0, 12, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(91, 32, 179, 'STU2500179', 1, 0, 13, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(92, 32, 185, 'STU2500185', 1, 1, 12, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(93, 32, 145, 'STU2500145', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(94, 32, 213, 'STU2500213', 2, 2, 10, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(95, 32, 18, 'STU2500018', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(96, 32, 144, 'STU2500144', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(97, 32, 74, 'STU2500074', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(98, 32, 165, 'STU2500165', 1, 2, 11, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(99, 32, 123, 'STU2500123', 0, 1, 13, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(100, 32, 8, 'STU2500008', 0, 0, 14, 14, 'Fall', '2025-2026', 84, '2025-09-21 17:02:32', '2026-01-18 15:11:53'), +(101, 31, 171, 'STU2500171', 2, 1, 11, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(102, 31, 21, 'STU2500021', 3, 0, 11, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(103, 31, 68, 'STU2500068', 2, 0, 12, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(104, 31, 78, 'STU2500078', 0, 0, 14, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(105, 31, 44, 'STU2500044', 1, 0, 13, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(106, 31, 57, 'STU2500057', 0, 0, 14, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(107, 31, 234, 'STU2500234', 0, 3, 11, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(108, 31, 70, 'STU2500070', 1, 0, 13, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(109, 31, 20, 'STU2500020', 2, 1, 11, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(110, 31, 64, 'STU2500064', 1, 0, 13, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(111, 31, 196, 'STU2500196', 0, 0, 14, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(112, 31, 16, 'STU2500016', 0, 0, 14, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(113, 31, 127, 'STU2500127', 0, 0, 14, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(114, 31, 81, 'STU2500081', 1, 0, 13, 14, 'Fall', '2025-2026', 155, '2025-09-21 17:03:56', '2026-01-18 15:29:04'), +(115, 31, 19, 'STU2500019', 0, 4, 10, 14, 'Fall', '2025-2026', 24, '2025-09-21 17:03:56', '2026-01-18 15:57:16'), +(116, 60, 37, 'STU2500037', 1, 0, 13, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:05:37', '2026-01-18 15:40:57'), +(117, 60, 90, 'STU2500090', 1, 0, 13, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:05:43', '2026-01-18 15:40:57'), +(118, 60, 137, 'STU2500137', 1, 0, 13, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:05:47', '2026-01-18 15:40:57'), +(119, 60, 209, 'STU2500209', 2, 0, 12, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:05:53', '2026-01-18 15:40:57'), +(120, 60, 193, 'STU2500193', 3, 0, 11, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:05:59', '2026-01-18 15:40:57'), +(121, 60, 161, 'STU2500161', 1, 1, 12, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:04', '2026-01-18 15:40:57'), +(122, 70, 158, 'STU2500158', 2, 2, 10, 14, 'Fall', '2025-2026', 79, '2025-09-21 17:06:18', '2026-01-18 15:46:18'), +(123, 60, 9, 'STU2500009', 0, 0, 14, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:24', '2026-01-18 15:40:57'), +(124, 60, 10, 'STU2500010', 0, 0, 14, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:34', '2026-01-18 15:40:57'), +(125, 60, 139, 'STU2500139', 0, 0, 14, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:39', '2026-01-18 15:40:57'), +(126, 60, 170, 'STU2500170', 2, 1, 11, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:45', '2026-01-18 15:40:57'), +(127, 60, 191, 'STU2500191', 3, 0, 11, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:49', '2026-01-18 15:40:57'), +(128, 60, 77, 'STU2500077', 1, 0, 13, 14, 'Fall', '2025-2026', 83, '2025-09-21 17:06:54', '2026-01-18 15:40:57'), +(129, 80, 76, 'STU2500076', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 17:07:44', '2026-01-18 16:39:07'), +(130, 90, 204, 'STU2500204', 3, 4, 7, 14, 'Fall', '2025-2026', 138, '2025-09-21 17:10:42', '2026-01-18 15:38:56'), +(131, 120, 136, 'STU2500136', 2, 0, 12, 14, 'Fall', '2025-2026', 99, '2025-09-21 17:14:38', '2026-01-18 18:44:24'), +(132, 120, 31, 'STU2500031', 2, 0, 12, 14, 'Fall', '2025-2026', 99, '2025-09-21 17:14:54', '2026-01-18 18:44:24'), +(133, 120, 203, 'STU2500203', 4, 3, 7, 14, 'Fall', '2025-2026', 99, '2025-09-21 17:15:09', '2026-01-18 18:44:24'), +(134, 120, 148, 'STU2500148', 4, 0, 1, 5, 'Fall', '2025-2026', 99, '2025-09-21 17:15:30', '2025-10-26 15:15:06'), +(135, 120, 65, 'STU2500065', 5, 0, 0, 5, 'Fall', '2025-2026', 99, '2025-09-21 17:15:44', '2025-10-26 15:15:06'), +(137, 51, 167, 'STU2500167', 2, 0, 12, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:56:42', '2026-01-18 16:19:34'), +(138, 51, 73, 'STU2500073', 2, 0, 12, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:56:48', '2026-01-18 16:19:34'), +(139, 51, 143, 'STU2500143', 0, 0, 14, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:56:52', '2026-01-18 16:19:34'), +(140, 51, 93, 'STU2500093', 1, 3, 10, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:00', '2026-01-18 16:19:34'), +(141, 52, 2, 'STU2500001', 0, 0, 14, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:57:05', '2026-01-18 15:55:35'), +(142, 51, 150, 'STU2500150', 1, 2, 11, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:10', '2026-01-18 16:19:34'), +(143, 52, 194, 'STU2500194', 5, 0, 9, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:57:15', '2026-01-18 15:55:35'), +(144, 51, 233, 'STU2500233', 0, 4, 10, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:20', '2026-01-18 16:19:34'), +(145, 51, 29, 'STU2500029', 1, 0, 13, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:25', '2026-01-18 16:19:34'), +(146, 51, 210, 'STU2500210', 0, 0, 14, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:29', '2026-01-18 16:19:34'), +(147, 51, 17, 'STU2500017', 0, 0, 14, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:34', '2026-01-18 16:19:34'), +(148, 51, 205, 'STU2500205', 1, 4, 9, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:38', '2026-01-18 16:19:34'), +(149, 51, 164, 'STU2500164', 1, 1, 12, 14, 'Fall', '2025-2026', 161, '2025-09-21 17:57:43', '2026-01-18 16:19:34'), +(150, 52, 125, 'STU2500125', 3, 0, 11, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:57:52', '2026-01-18 15:55:35'), +(151, 52, 50, 'STU2500050', 0, 0, 14, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:57:59', '2026-01-18 15:55:35'), +(152, 52, 100, 'STU2500100', 5, 0, 9, 14, 'Fall', '2025-2026', NULL, '2025-09-21 17:58:07', '2026-01-13 17:48:47'), +(153, 52, 103, 'STU2500103', 1, 0, 13, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:58:12', '2026-01-18 15:55:35'), +(154, 52, 195, 'STU2500195', 0, 0, 14, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:58:18', '2026-01-18 15:55:35'), +(155, 52, 60, 'STU2500060', 2, 2, 10, 14, 'Fall', '2025-2026', 40, '2025-09-21 17:58:24', '2026-01-18 15:55:35'), +(156, 52, 22, 'STU2500022', 1, 0, 13, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:23:40', '2026-01-18 15:55:35'), +(157, 52, 186, 'STU2500186', 0, 0, 14, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:23:47', '2026-01-18 15:55:35'), +(158, 52, 25, 'STU2500025', 4, 0, 10, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:23:54', '2026-01-18 15:55:35'), +(159, 52, 188, 'STU2500188', 2, 2, 10, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:24:12', '2026-01-18 15:55:35'), +(160, 52, 224, 'STU2500224', 2, 0, 12, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:24:20', '2026-01-18 15:55:35'), +(161, 52, 42, 'STU2500042', 2, 0, 12, 14, 'Fall', '2025-2026', 40, '2025-09-21 18:24:25', '2026-01-18 15:55:35'), +(162, 70, 26, 'STU2500026', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:36', '2026-01-18 15:46:18'), +(163, 70, 91, 'STU2500091', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:41', '2026-01-18 15:46:18'), +(164, 70, 32, 'STU2500032', 1, 0, 13, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:45', '2026-01-18 15:46:18'), +(165, 70, 28, 'STU2500028', 1, 0, 13, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:48', '2026-01-18 15:46:18'), +(166, 70, 126, 'STU2500126', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:54', '2026-01-18 15:46:18'), +(167, 70, 72, 'STU2500072', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:28:57', '2026-01-18 15:46:18'), +(168, 70, 1, 'STU2500002', 2, 0, 12, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:01', '2026-01-18 15:46:18'), +(169, 70, 151, 'STU2500151', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:05', '2026-01-18 15:46:18'), +(170, 70, 94, 'STU2500094', 1, 3, 10, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:09', '2026-01-18 15:46:18'), +(171, 70, 230, 'STU2500230', 2, 0, 12, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:12', '2026-01-18 15:46:18'), +(172, 70, 66, 'STU2500066', 1, 0, 13, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:17', '2026-01-18 15:46:18'), +(173, 70, 67, 'STU2500067', 3, 0, 11, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:21', '2026-01-18 15:46:18'), +(174, 70, 6, 'STU2500006', 0, 0, 14, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:25', '2026-01-18 15:46:18'), +(175, 70, 187, 'STU2500187', 1, 2, 11, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:43', '2026-01-18 15:46:18'), +(176, 70, 117, 'STU2500117', 1, 0, 13, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:47', '2026-01-18 15:46:18'), +(177, 70, 119, 'STU2500119', 1, 0, 13, 14, 'Fall', '2025-2026', 79, '2025-09-21 18:29:52', '2026-01-18 15:46:18'), +(178, 80, 190, 'STU2500190', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:36', '2026-01-18 16:39:07'), +(179, 80, 207, 'STU2500207', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:40', '2026-01-18 16:39:07'), +(180, 80, 192, 'STU2500192', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:43', '2026-01-18 16:39:07'), +(181, 80, 34, 'STU2500034', 1, 0, 13, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:46', '2026-01-18 16:39:07'), +(182, 80, 35, 'STU2500035', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:52', '2026-01-18 16:39:07'), +(183, 80, 149, 'STU2500149', 8, 0, 6, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:30:58', '2026-01-18 16:39:07'), +(184, 80, 71, 'STU2500071', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:31:04', '2026-01-18 16:39:07'), +(185, 80, 15, 'STU2500015', 1, 0, 13, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:31:08', '2026-01-18 16:39:07'), +(186, 80, 163, 'STU2500163', 5, 0, 9, 14, 'Fall', '2025-2026', NULL, '2025-09-21 18:31:12', '2026-01-13 17:48:47'), +(187, 80, 124, 'STU2500124', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:31:20', '2026-01-18 16:39:07'), +(188, 80, 142, 'STU2500142', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:31:56', '2026-01-18 16:39:07'), +(189, 80, 49, 'STU2500049', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:01', '2026-01-18 16:39:07'), +(190, 80, 53, 'STU2500053', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:05', '2026-01-18 16:39:07'), +(191, 80, 89, 'STU2500089', 9, 1, 4, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:08', '2026-01-18 16:39:07'), +(192, 80, 62, 'STU2500062', 1, 0, 13, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:31', '2026-01-18 16:39:07'), +(193, 80, 11, 'STU2500011', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:38', '2026-01-18 16:39:07'), +(194, 80, 39, 'STU2500039', 2, 0, 12, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:41', '2026-01-18 16:39:07'), +(195, 80, 84, 'STU2500084', 0, 0, 14, 14, 'Fall', '2025-2026', 74, '2025-09-21 18:32:43', '2026-01-18 16:39:07'), +(196, 140, 99, 'STU2500099', 4, 0, 10, 14, 'Fall', '2025-2026', 4, '2025-09-21 18:32:46', '2026-08-25 16:53:43'), +(197, 90, 212, 'STU2500212', 0, 1, 13, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:03', '2026-01-18 15:38:56'), +(198, 90, 102, 'STU2500102', 2, 0, 12, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:24', '2026-01-18 15:38:56'), +(199, 90, 208, 'STU2500208', 0, 0, 14, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:28', '2026-01-18 15:38:56'), +(200, 90, 69, 'STU2500069', 12, 0, 2, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:32', '2026-01-18 15:38:56'), +(201, 90, 223, 'STU2500223', 4, 0, 10, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:37', '2026-01-18 15:38:56'), +(202, 90, 162, 'STU2500162', 0, 0, 14, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:42', '2026-01-18 15:38:56'), +(203, 90, 48, 'STU2500048', 0, 0, 14, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:46', '2026-01-18 15:38:56'), +(204, 90, 154, 'STU2500154', 0, 0, 14, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:52', '2026-01-18 15:38:56'), +(205, 90, 108, 'STU2500108', 0, 0, 14, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:55', '2026-01-18 15:38:56'), +(206, 90, 116, 'STU2500116', 1, 0, 13, 14, 'Fall', '2025-2026', 138, '2025-09-21 18:36:59', '2026-01-18 15:38:56'), +(207, 120, 237, 'STU2500237', 9, 0, 5, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:41:18', '2026-01-18 18:44:24'), +(208, 120, 236, 'STU2500236', 10, 0, 4, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:41:32', '2026-01-18 18:44:24'), +(209, 120, 225, 'STU2500225', 3, 0, 11, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:41:42', '2026-01-18 18:44:24'), +(210, 120, 219, 'STU2500219', 0, 0, 14, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:41:49', '2026-01-18 18:44:24'), +(211, 120, 201, 'STU2500201', 2, 1, 11, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:41:56', '2026-01-18 18:44:24'), +(212, 120, 181, 'STU2500181', 9, 0, 5, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:42:06', '2026-01-18 18:44:24'), +(213, 120, 114, 'STU2500114', 2, 0, 12, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:42:19', '2026-01-18 18:44:24'), +(214, 120, 107, 'STU2500107', 0, 0, 14, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:42:49', '2026-01-18 18:44:24'), +(215, 120, 96, 'STU2500096', 3, 0, 11, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:42:55', '2026-01-18 18:44:24'), +(216, 120, 95, 'STU2500095', 2, 3, 9, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:04', '2026-01-18 18:44:24'), +(217, 120, 88, 'STU2500088', 6, 1, 7, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:15', '2026-01-18 18:44:24'), +(218, 120, 61, 'STU2500061', 5, 0, 9, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:20', '2026-01-18 18:44:24'), +(219, 120, 59, 'STU2500059', 4, 2, 8, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:26', '2026-01-18 18:44:24'), +(220, 120, 47, 'STU2500047', 1, 0, 13, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:44', '2026-01-18 18:44:24'), +(221, 120, 46, 'STU2500046', 1, 0, 13, 14, 'Fall', '2025-2026', 2, '2025-09-21 18:43:54', '2026-02-01 01:58:24'), +(222, 120, 38, 'STU2500038', 3, 0, 11, 14, 'Fall', '2025-2026', 99, '2025-09-21 18:43:59', '2026-01-18 18:44:24'), +(223, 60, 198, 'STU2500198', 0, 1, 12, 13, 'Fall', '2025-2026', 83, '2025-09-28 14:58:11', '2026-01-18 15:40:57'), +(224, 31, 199, 'STU2500199', 0, 1, 12, 13, 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2026-01-18 15:29:04'), +(225, 31, 245, 'STU2500245', 1, 0, 12, 13, 'Fall', '2025-2026', 155, '2025-09-28 15:02:38', '2026-01-18 15:29:04'), +(226, 52, 244, 'STU2500244', 2, 4, 7, 13, 'Fall', '2025-2026', 40, '2025-09-28 15:04:07', '2026-01-18 15:55:35'), +(227, 70, 242, 'STU2500242', 4, 3, 6, 13, 'Fall', '2025-2026', 79, '2025-09-28 15:09:55', '2026-01-18 15:46:18'), +(228, 10, 159, 'STU2500159', 4, 0, 9, 13, 'Fall', '2025-2026', 3, '2025-09-28 15:10:41', '2026-01-18 16:37:59'), +(229, 10, 160, 'STU2500160', 4, 0, 9, 13, 'Fall', '2025-2026', 3, '2025-09-28 15:10:41', '2026-01-18 16:37:59'), +(230, 120, 238, 'STU2500238', 1, 2, 10, 13, 'Fall', '2025-2026', 99, '2025-09-28 16:09:49', '2026-01-18 18:44:24'), +(231, 120, 246, 'STU2500246', 3, 5, 5, 13, 'Fall', '2025-2026', 99, '2025-09-28 16:09:49', '2026-01-18 18:44:24'), +(232, 80, 240, 'STU2500240', 11, 0, 2, 13, 'Fall', '2025-2026', 74, '2025-09-28 16:09:49', '2026-01-18 16:39:07'), +(233, 120, 239, 'STU2500239', 0, 2, 11, 13, 'Fall', '2025-2026', 99, '2025-09-28 16:09:49', '2026-01-18 18:44:24'), +(234, 120, 241, 'STU2500241', 4, 3, 6, 13, 'Fall', '2025-2026', 99, '2025-09-28 16:09:49', '2026-01-18 18:44:24'), +(235, 10, 175, 'STU2500175', 5, 0, 8, 13, 'Fall', '2025-2026', 4, '2025-09-28 16:26:17', '2026-08-25 16:53:43'), +(236, 120, 251, 'STU2500251', 2, 3, 7, 12, 'Fall', '2025-2026', 99, '2025-10-05 14:16:31', '2026-01-18 18:44:24'), +(237, 120, 252, 'STU2500252', 2, 5, 5, 12, 'Fall', '2025-2026', 99, '2025-10-05 14:16:51', '2026-01-18 18:44:24'), +(238, 21, 249, 'STU2500249', 0, 4, 8, 12, 'Fall', '2025-2026', NULL, '2025-10-05 15:08:20', '2026-01-18 15:14:11'), +(239, 21, 176, 'STU2500176', 2, 1, 9, 12, 'Fall', '2025-2026', 24, '2025-10-05 15:08:20', '2026-01-18 15:22:45'), +(240, 21, 256, 'STU2500256', 1, 1, 10, 12, 'Fall', '2025-2026', 71, '2025-10-05 15:08:20', '2026-01-18 15:31:16'), +(241, 41, 248, 'STU2500248', 0, 4, 8, 12, 'Fall', '2025-2026', 160, '2025-10-05 15:10:04', '2026-01-18 15:35:21'), +(242, 1, 250, 'STU2500250', 0, 5, 7, 12, 'Fall', '2025-2026', NULL, '2025-10-05 15:11:27', '2026-01-18 15:13:46'), +(243, 120, 247, 'STU2500247', 7, 2, 3, 12, 'Fall', '2025-2026', 99, '2025-10-05 15:14:51', '2026-01-18 18:44:24'), +(244, 120, 253, 'STU2500253', 3, 1, 8, 12, 'Fall', '2025-2026', 99, '2025-10-05 15:14:51', '2026-01-18 18:44:24'), +(245, 60, 254, 'STU2500254', 3, 1, 8, 12, 'Fall', '2025-2026', 83, '2025-10-05 15:29:51', '2026-01-18 15:40:57'), +(246, 80, 257, 'STU2500257', 2, 0, 10, 12, 'Fall', '2025-2026', 74, '2025-10-05 15:31:39', '2026-01-18 16:39:07'), +(247, 51, 255, 'STU2500255', 0, 1, 11, 12, 'Fall', '2025-2026', 161, '2025-10-05 16:17:14', '2026-01-18 16:19:34'), +(248, 60, 258, 'STU2500258', 1, 0, 10, 11, 'Fall', '2025-2026', 83, '2025-10-12 16:51:20', '2026-01-18 15:40:57'), +(249, 120, 259, 'STU2500259', 3, 1, 4, 8, 'Fall', '2025-2026', 99, '2025-11-09 16:37:21', '2026-01-18 18:44:24'), +(250, 120, 46, 'STU2500046', 4, 2, 6, 12, 'Spring', '2025-2026', 99, '2026-01-31 20:36:20', '2026-05-17 16:44:36'), +(251, 1, 250, 'STU2500250', 1, 3, 8, 12, 'Spring', '2025-2026', 115, '2026-02-01 15:07:41', '2026-05-17 15:39:49'), +(252, 90, 212, 'STU2500212', 2, 0, 10, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(253, 90, 204, 'STU2500204', 1, 0, 11, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(254, 90, 102, 'STU2500102', 2, 0, 10, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(255, 90, 208, 'STU2500208', 1, 1, 10, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(256, 90, 69, 'STU2500069', 1, 0, 0, 1, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-02-01 15:09:35'), +(257, 90, 223, 'STU2500223', 8, 0, 4, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(258, 90, 162, 'STU2500162', 1, 0, 11, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(259, 90, 48, 'STU2500048', 1, 0, 11, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(260, 90, 154, 'STU2500154', 0, 0, 12, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(261, 90, 108, 'STU2500108', 0, 0, 12, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(262, 90, 116, 'STU2500116', 0, 2, 10, 12, 'Spring', '2025-2026', 138, '2026-02-01 15:09:35', '2026-05-17 15:32:20'), +(263, 120, 247, 'STU2500247', 6, 4, 2, 12, 'Spring', '2025-2026', 99, '2026-02-01 15:11:44', '2026-05-17 16:44:36'), +(264, 70, 158, 'STU2500158', 0, 5, 7, 12, 'Spring', '2025-2026', 24, '2026-02-01 15:12:32', '2026-05-17 14:15:48'), +(265, 60, 198, 'STU2500198', 1, 7, 4, 12, 'Spring', '2025-2026', 24, '2026-02-01 15:13:22', '2026-05-17 14:11:34'), +(266, 22, 178, 'STU2500178', 2, 3, 7, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:15:15', '2026-05-17 15:28:55'), +(267, 42, 177, 'STU2500177', 4, 1, 7, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:15:15', '2026-05-17 16:26:17'), +(268, 52, 125, 'STU2500125', 4, 1, 7, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(269, 52, 50, 'STU2500050', 1, 0, 11, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(270, 52, 100, 'STU2500100', 1, 0, 11, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(271, 52, 103, 'STU2500103', 1, 0, 11, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(272, 52, 195, 'STU2500195', 0, 0, 12, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(273, 52, 60, 'STU2500060', 2, 0, 10, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(274, 52, 2, 'STU2500001', 0, 0, 12, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(275, 52, 22, 'STU2500022', 0, 0, 12, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(276, 52, 186, 'STU2500186', 0, 0, 12, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(277, 52, 25, 'STU2500025', 1, 1, 10, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(278, 52, 194, 'STU2500194', 3, 0, 9, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(279, 52, 188, 'STU2500188', 8, 2, 2, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(280, 52, 224, 'STU2500224', 8, 0, 4, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(281, 52, 244, 'STU2500244', 0, 3, 9, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(282, 52, 42, 'STU2500042', 2, 0, 10, 12, 'Spring', '2025-2026', 40, '2026-02-01 15:23:48', '2026-05-17 16:03:40'), +(283, 32, 168, 'STU2500168', 1, 0, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(284, 32, 7, 'STU2500007', 0, 1, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(285, 32, 220, 'STU2500220', 4, 1, 7, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(286, 32, 75, 'STU2500075', 2, 0, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(287, 32, 189, 'STU2500189', 1, 1, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(288, 32, 54, 'STU2500054', 2, 0, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(289, 32, 169, 'STU2500169', 1, 0, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(290, 32, 179, 'STU2500179', 1, 0, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(291, 32, 185, 'STU2500185', 0, 2, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(292, 32, 145, 'STU2500145', 1, 0, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(293, 32, 213, 'STU2500213', 3, 1, 8, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(294, 32, 18, 'STU2500018', 0, 0, 12, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(295, 32, 144, 'STU2500144', 1, 0, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(296, 32, 130, 'STU2500130', 0, 1, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(297, 32, 74, 'STU2500074', 0, 1, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(298, 32, 165, 'STU2500165', 2, 0, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(299, 32, 123, 'STU2500123', 1, 1, 10, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(300, 32, 8, 'STU2500008', 0, 1, 11, 12, 'Spring', '2025-2026', 45, '2026-02-01 15:24:16', '2026-05-17 15:23:51'), +(301, 70, 26, 'STU2500026', 0, 0, 12, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(302, 70, 91, 'STU2500091', 1, 0, 11, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(303, 70, 32, 'STU2500032', 1, 1, 10, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(304, 70, 242, 'STU2500242', 4, 0, 8, 12, 'Spring', '2025-2026', 187, '2026-02-01 15:27:42', '2026-05-17 01:00:07'), +(305, 70, 28, 'STU2500028', 1, 0, 11, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(306, 70, 126, 'STU2500126', 3, 0, 9, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(307, 70, 72, 'STU2500072', 1, 1, 10, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(308, 70, 1, 'STU2500002', 0, 0, 12, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(309, 70, 151, 'STU2500151', 0, 0, 12, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(310, 70, 94, 'STU2500094', 2, 3, 7, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(311, 70, 230, 'STU2500230', 7, 1, 4, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(312, 70, 66, 'STU2500066', 1, 0, 11, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(313, 70, 67, 'STU2500067', 2, 2, 8, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(314, 70, 6, 'STU2500006', 0, 1, 11, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(315, 70, 187, 'STU2500187', 10, 1, 1, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(316, 70, 117, 'STU2500117', 0, 2, 10, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(317, 70, 119, 'STU2500119', 1, 0, 11, 12, 'Spring', '2025-2026', 82, '2026-02-01 15:27:42', '2026-05-17 16:39:57'), +(318, 22, 92, 'STU2500092', 2, 0, 10, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(319, 22, 101, 'STU2500101', 2, 0, 10, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(320, 22, 41, 'STU2500041', 2, 0, 10, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(321, 22, 14, 'STU2500014', 1, 2, 9, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(322, 22, 58, 'STU2500058', 1, 0, 11, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(323, 22, 80, 'STU2500080', 0, 0, 12, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(324, 22, 104, 'STU2500104', 1, 0, 11, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(325, 22, 182, 'STU2500182', 1, 0, 11, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(326, 22, 228, 'STU2500228', 0, 0, 12, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(327, 22, 97, 'STU2500097', 0, 0, 12, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(328, 22, 153, 'STU2500153', 0, 0, 12, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(329, 22, 79, 'STU2500079', 0, 0, 12, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(330, 22, 82, 'STU2500082', 0, 1, 11, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(331, 22, 197, 'STU2500197', 6, 0, 6, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(332, 22, 222, 'STU2500222', 3, 2, 7, 12, 'Spring', '2025-2026', 132, '2026-02-01 15:29:09', '2026-05-17 15:28:55'), +(333, 10, 52, 'STU2500052', 4, 0, 8, 12, 'Spring', '2025-2026', 97, '2026-02-01 15:31:04', '2026-05-17 16:42:13'), +(334, 41, 12, 'STU2500012', 1, 2, 9, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(335, 41, 121, 'STU2500121', 3, 0, 9, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(336, 41, 216, 'STU2500216', 1, 1, 10, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(337, 41, 13, 'STU2500013', 1, 2, 9, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(338, 41, 156, 'STU2500156', 3, 0, 9, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(339, 41, 115, 'STU2500115', 2, 0, 10, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(340, 41, 109, 'STU2500109', 0, 0, 12, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(341, 41, 248, 'STU2500248', 0, 2, 10, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(342, 41, 27, 'STU2500027', 0, 0, 12, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(343, 41, 152, 'STU2500152', 0, 0, 12, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(344, 41, 111, 'STU2500111', 1, 0, 11, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(345, 41, 129, 'STU2500129', 0, 1, 11, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(346, 41, 202, 'STU2500202', 1, 0, 11, 12, 'Spring', '2025-2026', 186, '2026-02-01 15:31:40', '2026-05-17 15:59:27'), +(347, 21, 217, 'STU2500217', 2, 1, 9, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:34:01', '2026-05-17 16:37:20'), +(348, 21, 157, 'STU2500157', 3, 0, 9, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:35:54', '2026-05-17 16:37:20'), +(349, 80, 84, 'STU2500084', 0, 1, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 15:41:05', '2026-05-17 16:37:43'), +(350, 42, 85, 'STU2500085', 0, 1, 11, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:41:40', '2026-05-17 16:26:17'), +(351, 42, 118, 'STU2500118', 1, 0, 11, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(352, 42, 40, 'STU2500040', 7, 2, 3, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(353, 42, 106, 'STU2500106', 4, 1, 7, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(354, 42, 231, 'STU2500231', 6, 1, 5, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(355, 42, 138, 'STU2500138', 2, 0, 10, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(356, 42, 135, 'STU2500135', 0, 3, 9, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(357, 42, 55, 'STU2500055', 0, 0, 12, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(358, 42, 51, 'STU2500051', 0, 0, 12, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(359, 42, 33, 'STU2500033', 2, 1, 9, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(360, 42, 63, 'STU2500063', 0, 0, 12, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(361, 42, 140, 'STU2500140', 0, 0, 12, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(362, 42, 218, 'STU2500218', 0, 2, 10, 12, 'Spring', '2025-2026', 68, '2026-02-01 15:46:29', '2026-05-17 16:26:17'), +(363, 120, 238, 'STU2500238', 9, 1, 2, 12, 'Spring', '2025-2026', 99, '2026-02-01 15:47:11', '2026-05-17 16:44:36'), +(364, 80, 89, 'STU2500089', 11, 0, 1, 12, 'Spring', '2025-2026', 74, '2026-02-01 15:49:28', '2026-05-17 16:37:43'), +(365, 21, 146, 'STU2500146', 1, 0, 11, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(366, 21, 249, 'STU2500249', 0, 3, 9, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(367, 21, 176, 'STU2500176', 3, 3, 7, 13, 'Spring', '2025-2026', 125, '2026-02-01 15:58:15', '2026-05-31 03:33:11'), +(368, 21, 112, 'STU2500112', 2, 0, 10, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(369, 21, 141, 'STU2500141', 0, 0, 12, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(370, 21, 45, 'STU2500045', 1, 1, 10, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(371, 21, 173, 'STU2500173', 0, 0, 12, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(372, 21, 86, 'STU2500086', 0, 0, 12, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(373, 21, 105, 'STU2500105', 0, 0, 12, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(374, 21, 256, 'STU2500256', 1, 3, 8, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(375, 21, 200, 'STU2500200', 0, 4, 8, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(376, 21, 226, 'STU2500226', 8, 0, 4, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(377, 21, 36, 'STU2500036', 1, 0, 11, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(378, 21, 43, 'STU2500043', 1, 1, 10, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(379, 21, 147, 'STU2500147', 1, 0, 11, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(380, 21, 206, 'STU2500206', 0, 1, 11, 12, 'Spring', '2025-2026', 71, '2026-02-01 15:58:15', '2026-05-17 16:37:20'), +(381, 10, 183, 'STU2500183', 1, 0, 11, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(382, 10, 180, 'STU2500180', 2, 0, 10, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(383, 10, 221, 'STU2500221', 3, 1, 8, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(384, 10, 235, 'STU2500235', 0, 2, 10, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(385, 10, 227, 'STU2500227', 7, 0, 5, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(386, 10, 159, 'STU2500159', 4, 1, 7, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(387, 10, 160, 'STU2500160', 5, 1, 6, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(388, 10, 215, 'STU2500215', 1, 3, 8, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(389, 10, 56, 'STU2500056', 1, 0, 11, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(390, 10, 229, 'STU2500229', 0, 0, 12, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(391, 10, 214, 'STU2500214', 1, 2, 9, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(392, 10, 131, 'STU2500131', 0, 1, 11, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(393, 10, 211, 'STU2500211', 0, 1, 11, 12, 'Spring', '2025-2026', 97, '2026-02-01 16:04:39', '2026-05-17 16:42:13'), +(394, 80, 99, 'STU2500099', 2, 0, 10, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(395, 80, 39, 'STU2500039', 3, 2, 7, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(396, 80, 257, 'STU2500257', 2, 1, 9, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(397, 80, 11, 'STU2500011', 1, 2, 9, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(398, 80, 62, 'STU2500062', 0, 0, 12, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(399, 80, 53, 'STU2500053', 2, 0, 10, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(400, 80, 49, 'STU2500049', 0, 0, 12, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(401, 80, 142, 'STU2500142', 0, 0, 12, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(402, 80, 124, 'STU2500124', 4, 0, 8, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(403, 80, 163, 'STU2500163', 1, 0, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(404, 80, 15, 'STU2500015', 0, 0, 12, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(405, 80, 71, 'STU2500071', 0, 1, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(406, 80, 149, 'STU2500149', 5, 0, 0, 5, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-03-08 15:23:21'), +(407, 80, 35, 'STU2500035', 1, 1, 10, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(408, 80, 240, 'STU2500240', 1, 0, 0, 1, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-02-01 16:16:00'), +(409, 80, 76, 'STU2500076', 1, 0, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(410, 80, 190, 'STU2500190', 2, 1, 9, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(411, 80, 207, 'STU2500207', 1, 0, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(412, 80, 192, 'STU2500192', 3, 1, 8, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(413, 80, 34, 'STU2500034', 1, 0, 11, 12, 'Spring', '2025-2026', 74, '2026-02-01 16:16:00', '2026-05-17 16:37:43'), +(414, 31, 171, 'STU2500171', 3, 1, 8, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(415, 31, 21, 'STU2500021', 3, 0, 9, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(416, 31, 199, 'STU2500199', 1, 5, 6, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(417, 31, 30, 'STU2500030', 2, 0, 10, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(418, 31, 68, 'STU2500068', 2, 2, 8, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(419, 31, 78, 'STU2500078', 0, 0, 12, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(420, 31, 44, 'STU2500044', 1, 1, 10, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(421, 31, 57, 'STU2500057', 1, 0, 11, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(422, 31, 234, 'STU2500234', 0, 2, 10, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(423, 31, 70, 'STU2500070', 2, 0, 10, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(424, 31, 20, 'STU2500020', 2, 1, 9, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(425, 31, 64, 'STU2500064', 0, 0, 12, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(426, 31, 196, 'STU2500196', 0, 0, 12, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(427, 31, 16, 'STU2500016', 1, 0, 11, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(428, 31, 245, 'STU2500245', 2, 0, 10, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(429, 31, 127, 'STU2500127', 3, 0, 9, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(430, 31, 81, 'STU2500081', 0, 1, 11, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(431, 31, 19, 'STU2500019', 0, 1, 11, 12, 'Spring', '2025-2026', 140, '2026-02-01 16:16:08', '2026-05-17 15:23:21'), +(432, 51, 167, 'STU2500167', 1, 0, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(433, 51, 73, 'STU2500073', 0, 1, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(434, 51, 143, 'STU2500143', 0, 0, 12, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(435, 51, 93, 'STU2500093', 2, 3, 7, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(436, 51, 255, 'STU2500255', 1, 0, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(437, 51, 150, 'STU2500150', 3, 5, 4, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(438, 51, 233, 'STU2500233', 0, 2, 10, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(439, 51, 29, 'STU2500029', 1, 0, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(440, 51, 210, 'STU2500210', 0, 1, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'); +INSERT INTO `attendance_record` (`id`, `class_section_id`, `student_id`, `school_id`, `total_absence`, `total_late`, `total_presence`, `total_attendance`, `semester`, `school_year`, `modified_by`, `created_at`, `updated_at`) VALUES +(441, 51, 17, 'STU2500017', 0, 0, 12, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(442, 51, 205, 'STU2500205', 0, 1, 11, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(443, 51, 164, 'STU2500164', 2, 0, 10, 12, 'Spring', '2025-2026', 161, '2026-02-01 16:16:59', '2026-05-17 15:35:33'), +(444, 1, 184, 'STU2500184', 1, 0, 11, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(445, 1, 122, 'STU2500122', 0, 0, 12, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(446, 1, 83, 'STU2500083', 0, 0, 12, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(447, 1, 128, 'STU2500128', 6, 0, 6, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(448, 1, 87, 'STU2500087', 0, 0, 12, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(449, 1, 166, 'STU2500166', 2, 1, 9, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(450, 1, 110, 'STU2500110', 0, 0, 12, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(451, 1, 175, 'STU2500175', 2, 0, 10, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(452, 1, 232, 'STU2500232', 5, 0, 7, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(453, 1, 174, 'STU2500174', 0, 0, 12, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(454, 1, 98, 'STU2500098', 2, 0, 10, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(455, 1, 113, 'STU2500113', 2, 0, 10, 12, 'Spring', '2025-2026', 115, '2026-02-01 16:17:17', '2026-05-17 15:39:49'), +(456, 60, 120, 'STU2500120', 0, 0, 12, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(457, 60, 37, 'STU2500037', 0, 0, 12, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(458, 60, 90, 'STU2500090', 2, 0, 10, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(459, 60, 137, 'STU2500137', 2, 0, 10, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(460, 60, 209, 'STU2500209', 0, 1, 11, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(461, 60, 193, 'STU2500193', 8, 0, 4, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(462, 60, 161, 'STU2500161', 1, 2, 9, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(463, 60, 254, 'STU2500254', 7, 2, 3, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(464, 60, 9, 'STU2500009', 0, 0, 12, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(465, 60, 10, 'STU2500010', 0, 0, 12, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(466, 60, 139, 'STU2500139', 0, 0, 12, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(467, 60, 258, 'STU2500258', 2, 2, 8, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(468, 60, 170, 'STU2500170', 2, 1, 9, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(469, 60, 77, 'STU2500077', 1, 0, 11, 12, 'Spring', '2025-2026', 120, '2026-02-01 16:17:43', '2026-05-17 16:35:34'), +(470, 120, 225, 'STU2500225', 9, 0, 3, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(471, 120, 88, 'STU2500088', 9, 0, 3, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(472, 120, 38, 'STU2500038', 9, 1, 2, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(473, 120, 59, 'STU2500059', 8, 0, 4, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(474, 120, 107, 'STU2500107', 2, 0, 10, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(475, 120, 96, 'STU2500096', 7, 0, 5, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(476, 120, 252, 'STU2500252', 5, 2, 5, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(477, 120, 246, 'STU2500246', 3, 1, 8, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(478, 120, 251, 'STU2500251', 5, 3, 4, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(479, 120, 95, 'STU2500095', 10, 1, 1, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(480, 120, 114, 'STU2500114', 3, 0, 9, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(481, 120, 181, 'STU2500181', 1, 0, 0, 1, 'Spring', '2025-2026', 94, '2026-02-01 16:19:01', '2026-02-01 16:19:01'), +(482, 120, 136, 'STU2500136', 2, 3, 7, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(483, 120, 237, 'STU2500237', 11, 0, 1, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(484, 120, 31, 'STU2500031', 2, 1, 9, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(485, 120, 203, 'STU2500203', 2, 1, 9, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(486, 120, 236, 'STU2500236', 12, 0, 0, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(487, 120, 201, 'STU2500201', 1, 0, 11, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(488, 120, 47, 'STU2500047', 3, 1, 8, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(489, 120, 61, 'STU2500061', 5, 0, 7, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(490, 120, 239, 'STU2500239', 4, 2, 6, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(491, 120, 253, 'STU2500253', 8, 2, 2, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(492, 120, 259, 'STU2500259', 4, 1, 7, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(493, 120, 241, 'STU2500241', 4, 1, 7, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(494, 120, 219, 'STU2500219', 2, 1, 9, 12, 'Spring', '2025-2026', 99, '2026-02-01 16:19:01', '2026-05-17 16:44:36'), +(495, 1, 260, 'STU2600001', 1, 1, 9, 11, 'Spring', '2025-2026', 115, '2026-02-08 16:10:14', '2026-05-17 15:39:49'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `attendance_tracking` +-- + +CREATE TABLE `attendance_tracking` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `date` datetime NOT NULL, + `is_reported` enum('no','yes') NOT NULL DEFAULT 'no', + `reason` text DEFAULT NULL, + `note` text DEFAULT NULL, + `is_notified` tinyint(1) NOT NULL DEFAULT 0, + `notif_counter` int(10) UNSIGNED NOT NULL DEFAULT 0, + `semester` varchar(16) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `attendance_tracking` +-- + +INSERT INTO `attendance_tracking` (`id`, `student_id`, `date`, `is_reported`, `reason`, `note`, `is_notified`, `notif_counter`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 181, '2026-02-01 00:00:00', '', 'ABS_4', 'Called and left VM', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:32:33', '2026-02-01 17:32:43'), +(2, 237, '2026-02-01 00:00:00', '', 'ABS_4', 'Called the parent. The student was on the call. He said he will not come rest of year due to family issues.', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:38:08', '2026-02-01 17:38:51'), +(3, 69, '2026-02-01 00:00:00', '', 'ABS_4', 'Called parent and talked to mother. She said Ishaal Aboo will not attend school this year.', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:47:51', '2026-02-01 17:48:50'), +(4, 236, '2026-02-01 00:00:00', '', 'ABS_4', 'Called parent number. Kids will not attend school this year.', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:49:57', '2026-02-01 17:50:27'), +(5, 249, '2026-01-18 00:00:00', '', 'LATE_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:51:01', '2026-02-01 17:51:12'), +(6, 240, '2026-02-01 00:00:00', '', 'ABS_4', 'Left VM', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:53:26', '2026-02-01 17:53:34'), +(7, 149, '2026-02-01 00:00:00', '', 'ABS_4', 'Called ..no one attended. VM not setup so could not left VM', 1, 2, 'Spring', '2025-2026', '2026-02-01 17:56:28', '2026-02-01 17:56:50'), +(8, 166, '2026-01-11 00:00:00', '', 'LATE_2', 'NA', 1, 3, 'Spring', '2025-2026', '2026-02-01 17:57:06', '2026-02-01 17:57:23'), +(9, 40, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 17:38:27', '2026-02-22 17:38:34'), +(10, 237, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 17:38:54', '2026-02-22 17:38:58'), +(11, 232, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 17:39:15', '2026-02-22 17:39:19'), +(12, 125, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 17:40:03', '2026-02-22 17:40:08'), +(13, 124, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 18:05:20', '2026-02-22 18:05:25'), +(14, 38, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 18:05:39', '2026-02-22 18:05:44'), +(15, 175, '2026-02-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-02-22 18:06:03', '2026-02-22 18:06:07'), +(16, 238, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:25:42', '2026-03-01 16:25:56'), +(17, 199, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:27:21', '2026-03-01 16:27:25'), +(18, 150, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:28:23', '2026-03-01 16:28:28'), +(19, 198, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:28:46', '2026-03-01 16:28:50'), +(20, 258, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:29:03', '2026-03-01 16:29:08'), +(21, 222, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:30:58', '2026-03-01 16:31:02'), +(22, 61, '2026-02-01 00:00:00', '', 'ABS_1', 'Checked and verified emails/messages', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:39:49', '2026-03-01 16:40:16'), +(23, 246, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:41:47', '2026-03-01 16:41:51'), +(24, 96, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:42:26', '2026-03-01 16:42:30'), +(25, 221, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:43:22', '2026-03-01 16:43:25'), +(26, 107, '2026-02-22 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-01 16:44:23', '2026-03-01 16:44:27'), +(27, 95, '2026-02-22 00:00:00', '', 'ABS_2', 'Called mother and she said that her 3 kids were late and locked out and sent back home. I advised to always call school if kids will be late and unable to reach within permitted time.', 1, 2, 'Spring', '2025-2026', '2026-03-01 17:13:52', '2026-03-01 17:16:08'), +(28, 94, '2026-02-22 00:00:00', '', 'ABS_2', 'Called mother and she said that her 3 kids were late and locked out and sent back home. I advised to always call school if kids will be late and unable to reach within permitted time.', 1, 2, 'Spring', '2025-2026', '2026-03-01 17:18:15', '2026-03-01 17:18:25'), +(29, 93, '2026-02-22 00:00:00', '', 'ABS_2', 'Called mother and she said that her 3 kids were late and locked out and sent back home. I advised to always call school if kids will be late and unable to reach within permitted time.', 1, 2, 'Spring', '2025-2026', '2026-03-01 17:19:53', '2026-03-01 17:20:27'), +(30, 158, '2026-02-22 00:00:00', '', 'LATE_3', 'Called father and left VM with details', 1, 2, 'Spring', '2025-2026', '2026-03-01 17:48:00', '2026-03-01 17:48:17'), +(31, 149, '2026-03-08 00:00:00', '', 'ABS_4', 'Talked to father. They were on Umrah. He confirmed that Salma will keep attending and he will inform the school going forward.', 1, 3, 'Spring', '2025-2026', '2026-03-08 16:03:12', '2026-03-08 16:23:59'), +(32, 88, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:27:38', '2026-03-08 16:27:42'), +(33, 96, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:28:37', '2026-03-08 16:28:41'), +(34, 187, '2026-03-08 00:00:00', '', 'ABS_3', 'Talked to mother and they have transportation problem. Car broke down.', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:36:19', '2026-03-08 16:37:47'), +(35, 188, '2026-03-08 00:00:00', '', 'ABS_3', 'Talked to mother and they had issue with their car broke down.', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:38:50', '2026-03-08 16:39:08'), +(36, 241, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:39:49', '2026-03-08 16:39:53'), +(37, 147, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:48:26', '2026-03-08 16:48:29'), +(38, 190, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:48:56', '2026-03-08 16:49:22'), +(39, 239, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:49:52', '2026-03-08 16:49:56'), +(40, 146, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:50:43', '2026-03-08 16:50:46'), +(41, 232, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:51:03', '2026-03-08 16:51:06'), +(42, 145, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:51:50', '2026-03-08 16:51:54'), +(43, 144, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:53:17', '2026-03-08 16:53:20'), +(44, 238, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:53:45', '2026-03-08 16:53:49'), +(45, 72, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-08 16:54:05', '2026-03-08 16:54:09'), +(46, 236, '2026-03-08 00:00:00', '', 'ABS_4', 'Called parent and left VM regarding expel notify', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:05:14', '2026-03-28 15:05:38'), +(47, 231, '2026-03-01 00:00:00', '', 'ABS_3', 'Called parent and informed him the issue', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:10:03', '2026-03-28 15:10:22'), +(48, 230, '2026-03-01 00:00:00', '', 'ABS_3', NULL, 1, 1, 'Spring', '2025-2026', '2026-03-28 15:10:53', '2026-03-28 15:10:53'), +(49, 39, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:12:20', '2026-03-28 15:12:28'), +(50, 128, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:12:39', '2026-03-28 15:12:43'), +(51, 253, '2026-03-01 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:12:52', '2026-03-28 15:13:04'), +(52, 197, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:13:22', '2026-03-28 15:13:27'), +(53, 98, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:13:52', '2026-03-28 15:13:57'), +(54, 40, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:14:06', '2026-03-28 15:14:09'), +(55, 166, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:14:17', '2026-03-28 15:14:21'), +(56, 38, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:14:33', '2026-03-28 15:14:36'), +(57, 225, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:14:44', '2026-03-28 15:14:48'), +(58, 212, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:15:13', '2026-03-28 15:15:16'), +(59, 41, '2026-03-08 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:15:23', '2026-03-28 15:15:27'), +(60, 252, '2026-03-08 00:00:00', '', 'ABS_2', 'Called parent with details', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:18:48', '2026-03-28 15:19:19'), +(61, 251, '2026-03-08 00:00:00', '', 'ABS_2', 'Caleld parent with details', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:19:47', '2026-03-28 15:19:56'), +(62, 247, '2026-03-08 00:00:00', '', 'ABS_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:21:10', '2026-03-28 15:21:19'), +(63, 237, '2026-03-08 00:00:00', '', 'ABS_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-03-28 15:21:39', '2026-03-28 15:21:45'), +(64, 99, '2026-03-29 00:00:00', '', 'ABS_1', 'Checked.', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:33:38', '2026-04-04 13:33:54'), +(65, 225, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:03', '2026-04-04 13:34:07'), +(66, 88, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:16', '2026-04-04 13:34:20'), +(67, 89, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:25', '2026-04-04 13:34:28'), +(68, 247, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:33', '2026-04-04 13:34:37'), +(69, 101, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:43', '2026-04-04 13:34:46'), +(70, 95, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:52', '2026-04-04 13:34:55'), +(71, 136, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:34:59', '2026-04-04 13:35:03'), +(72, 237, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:35:09', '2026-04-04 13:35:12'), +(73, 156, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:35:35', '2026-04-04 13:35:38'), +(74, 231, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:35:42', '2026-04-04 13:35:46'), +(75, 232, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:35:51', '2026-04-04 13:35:54'), +(76, 226, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:36:00', '2026-04-04 13:36:04'), +(77, 230, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:36:09', '2026-04-04 13:36:12'), +(78, 150, '2026-03-29 00:00:00', '', 'LATE_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:36:43', '2026-04-04 13:36:48'), +(79, 236, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:36:58', '2026-04-04 13:37:02'), +(80, 124, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:09', '2026-04-04 13:37:12'), +(81, 188, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:17', '2026-04-04 13:37:20'), +(82, 223, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:25', '2026-04-04 13:37:28'), +(83, 187, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:33', '2026-04-04 13:37:37'), +(84, 224, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:44', '2026-04-04 13:37:47'), +(85, 227, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:37:53', '2026-04-04 13:37:59'), +(86, 157, '2026-03-29 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-04 13:38:06', '2026-04-04 13:38:09'), +(87, 250, '2026-04-05 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:57:25', '2026-04-11 14:57:29'), +(88, 225, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:57:42', '2026-04-11 14:57:47'), +(89, 125, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:57:56', '2026-04-11 14:58:02'), +(90, 88, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:58:08', '2026-04-11 14:58:12'), +(91, 89, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:58:22', '2026-04-11 14:58:25'), +(92, 136, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:58:42', '2026-04-11 14:58:45'), +(93, 251, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:58:54', '2026-04-11 14:58:57'), +(94, 95, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:59:07', '2026-04-11 14:59:10'), +(95, 180, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:59:26', '2026-04-11 14:59:29'), +(96, 94, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 3, 'Spring', '2025-2026', '2026-04-11 14:59:35', '2026-04-11 14:59:39'), +(97, 227, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:59:48', '2026-04-11 14:59:51'), +(98, 198, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 14:59:57', '2026-04-11 15:00:00'), +(99, 236, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:00:08', '2026-04-11 15:00:10'), +(100, 135, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:00:31', '2026-04-11 15:00:35'), +(101, 93, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:00:43', '2026-04-11 15:00:45'), +(102, 222, '2026-04-05 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:00:54', '2026-04-11 15:00:57'), +(103, 193, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:02', '2026-04-11 15:01:04'), +(104, 150, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:11', '2026-04-11 15:01:13'), +(105, 226, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:21', '2026-04-11 15:01:24'), +(106, 260, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:31', '2026-04-11 15:01:34'), +(107, 203, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:43', '2026-04-11 15:01:45'), +(108, 179, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:01:51', '2026-04-11 15:01:53'), +(109, 124, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 3, 'Spring', '2025-2026', '2026-04-11 15:02:14', '2026-04-11 15:03:15'), +(110, 237, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:21', '2026-04-11 15:03:24'), +(111, 223, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:29', '2026-04-11 15:03:32'), +(112, 246, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:36', '2026-04-11 15:03:38'), +(113, 59, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:42', '2026-04-11 15:03:44'), +(114, 38, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:50', '2026-04-11 15:03:53'), +(115, 48, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:03:58', '2026-04-11 15:04:00'), +(116, 224, '2026-04-05 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-11 15:04:06', '2026-04-11 15:04:09'), +(117, 199, '2026-04-12 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:04:35', '2026-04-12 17:04:39'), +(118, 249, '2026-04-12 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:05:47', '2026-04-12 17:05:50'), +(119, 248, '2026-04-12 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:06:02', '2026-04-12 17:06:06'), +(120, 225, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:06:46', '2026-04-12 17:06:50'), +(121, 257, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:06:57', '2026-04-12 17:07:03'), +(122, 259, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:07:16', '2026-04-12 17:07:20'), +(123, 247, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:07:27', '2026-04-12 17:07:30'), +(124, 89, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:07:37', '2026-04-12 17:07:40'), +(125, 193, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:07:53', '2026-04-12 17:07:58'), +(126, 226, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:08:05', '2026-04-12 17:08:09'), +(127, 237, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:08:19', '2026-04-12 17:08:22'), +(128, 61, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:08:30', '2026-04-12 17:08:33'), +(129, 125, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:08:39', '2026-04-12 17:08:43'), +(130, 38, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:08:51', '2026-04-12 17:08:55'), +(131, 124, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:03', '2026-04-12 17:09:06'), +(132, 223, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:13', '2026-04-12 17:09:16'), +(133, 236, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:23', '2026-04-12 17:09:26'), +(134, 95, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:32', '2026-04-12 17:09:36'), +(135, 56, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:43', '2026-04-12 17:09:47'), +(136, 159, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:09:52', '2026-04-12 17:09:56'), +(137, 252, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:10:02', '2026-04-12 17:13:42'), +(138, 88, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:13:48', '2026-04-12 17:13:51'), +(139, 251, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:13:56', '2026-04-12 17:14:00'), +(140, 224, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:14:07', '2026-04-12 17:14:10'), +(141, 207, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:14:16', '2026-04-12 17:14:19'), +(142, 180, '2026-04-12 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-04-12 17:14:25', '2026-04-12 17:14:28'), +(143, 113, '2026-04-19 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:04:18', '2026-05-09 01:04:23'), +(144, 215, '2026-04-19 00:00:00', '', 'LATE_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:05:38', '2026-05-09 01:05:43'), +(145, 107, '2026-05-03 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:06:42', '2026-05-09 01:06:47'), +(146, 250, '2026-04-19 00:00:00', '', 'LATE_2', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:08:13', '2026-05-09 01:08:17'), +(147, 221, '2026-05-03 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:08:43', '2026-05-09 01:08:48'), +(148, 112, '2026-04-19 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:10:21', '2026-05-09 01:10:26'), +(149, 58, '2026-05-03 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:11:35', '2026-05-09 01:11:39'), +(150, 57, '2026-05-03 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:11:48', '2026-05-09 01:11:54'), +(151, 232, '2026-05-03 00:00:00', '', 'ABS_1', 'NA', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:12:40', '2026-05-09 01:12:44'), +(152, 231, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:12:57', '2026-05-09 01:13:02'), +(153, 198, '2026-04-19 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:13:49', '2026-05-09 01:13:52'), +(154, 230, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:14:02', '2026-05-09 01:14:05'), +(155, 222, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:14:16', '2026-05-09 01:14:20'), +(156, 252, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:14:33', '2026-05-09 01:14:37'), +(157, 100, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:14:49', '2026-05-09 01:14:53'), +(158, 189, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:15:19', '2026-05-09 01:15:22'), +(159, 251, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:15:36', '2026-05-09 01:15:39'), +(160, 204, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:15:53', '2026-05-09 01:15:57'), +(161, 68, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:16:15', '2026-05-09 01:16:18'), +(162, 61, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:17:08', '2026-05-09 01:17:13'), +(163, 245, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:17:29', '2026-05-09 01:17:32'), +(164, 117, '2026-04-19 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:17:53', '2026-05-09 01:17:56'), +(165, 136, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:18:09', '2026-05-09 01:18:11'), +(166, 99, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:18:45', '2026-05-09 01:18:48'), +(167, 246, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:19:05', '2026-05-09 01:19:08'), +(168, 101, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:19:19', '2026-05-09 01:19:22'), +(169, 220, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:20:00', '2026-05-09 01:20:03'), +(170, 212, '2026-04-19 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:20:13', '2026-05-09 01:20:16'), +(171, 116, '2026-04-19 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-05-09 01:20:28', '2026-05-09 01:20:30'), +(172, 223, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:36:55', '2026-05-09 13:37:07'), +(173, 224, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:37:45', '2026-05-09 13:37:56'), +(174, 225, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:38:21', '2026-05-09 13:38:34'), +(175, 226, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:39:22', '2026-05-09 13:39:32'), +(176, 227, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:40:05', '2026-05-09 13:40:14'), +(177, 237, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:46:44', '2026-05-09 13:46:53'), +(178, 236, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:47:14', '2026-05-09 13:47:22'), +(179, 88, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM withd etails', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:54:37', '2026-05-09 13:54:49'), +(180, 89, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM with details', 1, 2, 'Spring', '2025-2026', '2026-05-09 13:55:40', '2026-05-09 13:55:58'), +(181, 38, '2026-05-03 00:00:00', '', 'ABS_2', 'Talked to mom Sidra and gave details. Ahmed is planning to go to Pakistan. However I told her about Final exam and review to attend. She agreed to send them.', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:02:32', '2026-05-09 14:04:00'), +(182, 39, '2026-05-03 00:00:00', '', 'ABS_2', 'Talked to mom Sidra and gave details. Ahmed is planning to go to Pakistan. However I told her about Final exam and review to attend. She agreed to send them.', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:05:33', '2026-05-09 14:05:46'), +(183, 40, '2026-05-03 00:00:00', '', 'ABS_2', 'Talked to mom Sidra and gave details. Ahmed is planning to go to Pakistan. However I told her about Final exam and review to attend. She agreed to send them.', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:06:31', '2026-05-09 14:06:51'), +(184, 187, '2026-05-03 00:00:00', '', 'ABS_2', 'Left detailed VM', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:17:16', '2026-05-09 14:17:29'), +(185, 59, '2026-05-03 00:00:00', '', 'ABS_2', 'Talked to mom. He is injured. Told her for exam review on 5/10 and exam on 5/17. Also she will let us know if she need special arrangements for him to come for the exam.', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:27:52', '2026-05-09 14:29:05'), +(186, 95, '2026-05-03 00:00:00', '', 'ABS_2', 'Left VM', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:33:31', '2026-05-09 14:33:37'), +(187, 193, '2026-05-03 00:00:00', '', 'ABS_2', 'Talked to mom. Jyda will not continue school.', 1, 2, 'Spring', '2025-2026', '2026-05-09 14:36:13', '2026-05-09 14:36:52'), +(188, 188, '2026-04-19 00:00:00', '', 'MIX_L2A1', 'Left VM', 1, 2, 'Spring', '2025-2026', '2026-05-10 01:32:26', '2026-05-10 01:32:34'), +(189, 247, '2026-04-19 00:00:00', '', 'MIX_L2A1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-10 01:33:41', '2026-05-10 01:33:47'), +(190, 247, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-10 01:33:58', '2026-05-10 01:34:04'), +(191, 188, '2026-05-03 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-10 01:34:14', '2026-05-10 01:34:19'), +(192, 225, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:07:04', '2026-05-16 01:07:12'), +(193, 88, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:07:45', '2026-05-16 01:07:50'), +(194, 38, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:08:14', '2026-05-16 01:08:18'), +(195, 59, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:08:56', '2026-05-16 01:09:01'), +(196, 89, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:09:22', '2026-05-16 01:09:26'), +(197, 95, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:10:19', '2026-05-16 01:10:22'), +(198, 237, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:10:50', '2026-05-16 01:10:54'), +(199, 236, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:11:33', '2026-05-16 01:11:37'), +(200, 253, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:12:23', '2026-05-16 01:12:27'), +(201, 46, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:13:01', '2026-05-16 01:13:06'), +(202, 47, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:13:34', '2026-05-16 01:13:38'), +(203, 131, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:13:51', '2026-05-16 01:13:55'), +(204, 187, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:14:41', '2026-05-16 01:14:46'), +(205, 224, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:15:52', '2026-05-16 01:15:56'), +(206, 40, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:16:20', '2026-05-16 01:16:24'), +(207, 231, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:16:49', '2026-05-16 01:16:54'), +(208, 193, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:17:12', '2026-05-16 01:17:15'), +(209, 232, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:17:32', '2026-05-16 01:17:36'), +(210, 226, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:17:51', '2026-05-16 01:17:55'), +(211, 230, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:18:12', '2026-05-16 01:18:16'), +(212, 227, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:18:32', '2026-05-16 01:18:35'), +(213, 223, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:18:53', '2026-05-16 01:18:57'), +(214, 188, '2026-05-10 00:00:00', '', 'ABS_1', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:19:15', '2026-05-16 01:19:19'), +(215, 214, '2026-05-10 00:00:00', '', 'LATE_2', '-', 1, 2, 'Spring', '2025-2026', '2026-05-16 01:19:36', '2026-05-16 01:19:40'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `authorized_users` +-- + +CREATE TABLE `authorized_users` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `authorized_user_id` int(11) DEFAULT NULL, + `firstname` varchar(255) NOT NULL, + `lastname` varchar(255) NOT NULL, + `phone_number` varchar(25) NOT NULL, + `gender` varchar(10) NOT NULL, + `email` varchar(255) NOT NULL, + `relation_to_user` varchar(64) DEFAULT NULL, + `token` varchar(128) DEFAULT NULL, + `status` enum('Pending','Active') DEFAULT 'Pending', + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `badge_print_logs` +-- + +CREATE TABLE `badge_print_logs` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `printed_by` int(11) DEFAULT NULL, + `school_year` varchar(32) DEFAULT NULL, + `printed_at` datetime NOT NULL, + `role` varchar(128) DEFAULT NULL, + `class_section_name` varchar(191) DEFAULT NULL, + `copies` int(11) NOT NULL DEFAULT 1 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `badge_print_logs` +-- + +INSERT INTO `badge_print_logs` (`id`, `user_id`, `printed_by`, `school_year`, `printed_at`, `role`, `class_section_name`, `copies`) VALUES +(25, 183, 4, '2025-2026', '2025-10-12 14:22:08', 'FS Contributor', '', 1), +(26, 182, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher Assistant', '1', 1), +(27, 3, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher', '1', 1), +(28, 97, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher', '1', 1), +(29, 27, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher Assistant', '1', 1), +(30, 140, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher Assistant', '3-A', 1), +(31, 184, 4, '2025-2026', '2025-10-12 14:22:08', 'Teacher Assistant', '3-B', 1), +(32, 47, 1, '2025-2026', '2025-11-09 18:30:21', 'Substitute', '', 1), +(33, 310, 2, '2025-2026', '2026-02-01 17:08:29', 'Teacher Assistant', 'Youth', 1), +(34, 84, 200, '2025-2026', '2026-02-08 17:12:44', 'Teacher Assistant', '3-B', 1), +(35, 33, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', 'KG', 1), +(36, 172, 1, '2025-2026', '2026-03-31 04:30:48', 'Admin', '', 1), +(37, 100, 1, '2025-2026', '2026-03-31 04:30:48', 'FES Contributor', '', 1), +(38, 92, 1, '2025-2026', '2026-03-31 04:30:48', 'Admin', '', 1), +(39, 121, 1, '2025-2026', '2026-03-31 04:30:48', 'Financial Contributor', '', 1), +(40, 43, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '4-A', 1), +(41, 115, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', 'KG', 1), +(42, 40, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '5-B', 1), +(43, 101, 1, '2025-2026', '2026-03-31 04:30:48', 'Financial Contributor', '', 1), +(44, 186, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '4-A', 1), +(45, 120, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '6', 1), +(46, 132, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '2-B', 1), +(47, 147, 1, '2025-2026', '2026-03-31 04:30:48', 'Administrator', '', 1), +(48, 311, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '2-A', 1), +(49, 129, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '4-B', 1), +(50, 68, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '4-B', 1), +(51, 200, 1, '2025-2026', '2026-03-31 04:30:48', 'Administrator', '', 1), +(52, 199, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '3-A', 1), +(53, 151, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '3-B', 1), +(54, 99, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', 'Youth', 1), +(55, 178, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '2-B', 1), +(56, 74, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '8', 1), +(57, 82, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '7', 1), +(58, 155, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '3-A', 1), +(59, 94, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', 'Youth', 1), +(60, 163, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '2-A', 1), +(61, 113, 1, '2025-2026', '2026-03-31 04:30:48', 'CSM Contributor', '', 1), +(62, 57, 1, '2025-2026', '2026-03-31 04:30:48', 'CSM Contributor', '', 1), +(63, 98, 1, '2025-2026', '2026-03-31 04:30:48', 'VICE Principal', '', 1), +(64, 1, 1, '2025-2026', '2026-03-31 04:30:48', 'Admin', '', 1), +(65, 146, 1, '2025-2026', '2026-03-31 04:30:48', 'Admin', '', 1), +(66, 71, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '2-A', 1), +(67, 29, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '9', 1), +(68, 4, 1, '2025-2026', '2026-03-31 04:30:48', 'Administrator', '', 1), +(69, 89, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '8', 1), +(70, 5, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '2-B', 1), +(71, 138, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '9', 1), +(72, 135, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '5-B', 1), +(73, 174, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '6', 1), +(74, 79, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '7', 1), +(75, 108, 1, '2025-2026', '2026-03-31 04:30:48', 'CSM Contributor', '', 1), +(76, 19, 1, '2025-2026', '2026-03-31 04:30:48', 'Financial Contributor', '', 1), +(77, 24, 1, '2025-2026', '2026-03-31 04:30:48', 'CSM Contributor', '', 1), +(78, 161, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '5-A', 1), +(79, 83, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '6', 1), +(80, 78, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '5-B', 1), +(81, 45, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '3-B', 1), +(82, 73, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', '5-A', 1), +(83, 306, 1, '2025-2026', '2026-03-31 04:30:48', 'Administrator', '', 1), +(84, 134, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher', 'Youth', 1), +(85, 160, 1, '2025-2026', '2026-03-31 04:30:48', 'Teacher Assistant', '4-A', 1), +(86, 175, 1, '2025-2026', '2026-03-31 04:30:48', 'Admin', '', 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `below_sixty_decisions` +-- + +CREATE TABLE `below_sixty_decisions` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(20) NOT NULL, + `decision` varchar(100) DEFAULT NULL, + `notes` text DEFAULT NULL, + `decided_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_uca1400_ai_ci; + +-- +-- Dumping data for table `below_sixty_decisions` +-- + +INSERT INTO `below_sixty_decisions` (`id`, `student_id`, `semester`, `school_year`, `decision`, `notes`, `decided_by`, `created_at`, `updated_at`) VALUES +(10, 236, 'year', '2025-2026', 'Withdrawn', 'Withdrew from school in first semester.', NULL, '2026-05-31 04:42:20', '2026-05-31 04:44:53'), +(11, 237, 'year', '2025-2026', 'Withdrawn', 'Withdrew from school in first semester.', NULL, '2026-05-31 04:45:18', '2026-05-31 04:45:18'), +(12, 223, 'year', '2025-2026', 'Repeat Class', 'First semester was ok, but there was a drop in attendance in second semester. School was not contacted regarding a make-up for final exam and attednance was not satisfactory. Decision is repeat of Grade 9.', NULL, '2026-05-31 04:51:14', '2026-05-31 04:51:14'), +(13, 193, 'year', '2025-2026', 'Withdrawn', 'Withdrew from school in second semester.', NULL, '2026-05-31 04:52:12', '2026-05-31 04:52:12'), +(14, 188, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester. The mother reported car breakdown issues many times. But school has not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-05-31 04:57:19', '2026-05-31 04:57:19'), +(15, 253, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-05-31 05:00:46', '2026-05-31 05:00:46'), +(16, 40, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-05-31 05:03:55', '2026-05-31 05:03:55'), +(17, 254, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-05-31 05:05:42', '2026-05-31 05:05:42'), +(18, 239, 'year', '2025-2026', 'Make-up exam in fall', 'Exam performance in second semester was very disappointing, grade was worse than the midterm. The exam was relatively easy but student still managed to only get 33/100. In light of these events, student will be allowed to take a make-up exam in fall. Final date will be announced near end of August.', NULL, '2026-05-31 05:13:19', '2026-05-31 05:13:19'), +(19, 125, 'year', '2025-2026', 'Pass', 'Showed progress in the second semester final exam vs midterm, but still landed an overall grade lower than 60. Since we know that English could be a barrier for learning, student will get a pass decision this year, but we expect to see a lot more next year in grade 6.', NULL, '2026-05-31 05:16:55', '2026-05-31 05:16:55'), +(20, 59, 'year', '2025-2026', 'Pass', 'Student attendance dropped in second semester. Student reached out to administration to arrange for a make up exam, but at a later correspondence expressed that he will not attempt the exam as he consulted with his mother. We know Ahmed is a bright student, as this is his last year, we would consider this a pass.', NULL, '2026-05-31 05:29:43', '2026-05-31 05:29:43'), +(21, 210, 'year', '2025-2026', 'Pass', 'Grade was very close to passing threshold of 60. Student is good in all aspects except for exam settings (midterm, final). We would let the student pass this year, but we will monitor the student performance in exams next year, we expect a big improvement in scores.', NULL, '2026-05-31 05:34:33', '2026-05-31 05:34:33'), +(22, 20, 'year', '2025-2026', 'Make-up exam in fall', 'We see a small improvement from midterm to final, but the final score was not satisfactory. Also Quran memorization is lacking. In light of this, the student will be allowed a make-up exam in fall. Exact date to be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to progress to grade 4, otherwise he would have to repeat grade 3.', NULL, '2026-05-31 05:41:56', '2026-05-31 05:41:56'), +(23, 226, 'year', '2025-2026', 'Deferred decision', 'Administration does not have a complete picture about why the student missed the majority of the second semester. We would like to hear from the parents/guardians regarding this matter before taking a decision, please reach out to administration so we can understand what happened.', NULL, '2026-05-31 05:44:48', '2026-05-31 05:45:32'), +(24, 231, 'year', '2025-2026', 'Pass', 'Given family circumstances, the student had to miss a few sessions in second semester which affected his to get a good score. English is still a barrier for learning, student already repeated 4-B class, and we think he will benefit more by progressing to grade 5. Decision is pass, but we expect the student to make more efforts next year in midterm and final.', NULL, '2026-05-31 05:50:04', '2026-05-31 05:50:04'), +(25, 21, 'year', '2025-2026', 'Make-up exam in fall', 'Final was worse than midterm, so the student showed lack of preparation for exams twice this year. In light of this, the student will be allowed a make-up exam in fall. Exact date to be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 4, otherwise she would have to repeat grade 3.', NULL, '2026-05-31 05:52:34', '2026-05-31 05:52:34'), +(26, 227, 'year', '2025-2026', 'Deferred decision', 'Administration does not have a complete picture about why the student missed the majority of the second semester. We would like to hear from the parents/guardians regarding this matter before taking a decision, please reach out to administration so we can understand what happened.', NULL, '2026-05-31 05:54:02', '2026-05-31 05:54:02'), +(27, 252, 'year', '2025-2026', 'Make-up exam in fall', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', NULL, '2026-05-31 06:02:31', '2026-05-31 06:02:31'), +(28, 203, 'year', '2025-2026', 'Make-up exam in fall', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', NULL, '2026-05-31 06:03:07', '2026-05-31 06:03:07'), +(29, 38, 'year', '2025-2026', 'Make-up exam in fall', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', NULL, '2026-05-31 06:05:25', '2026-05-31 06:05:25'), +(30, 150, 'year', '2025-2026', 'Make-up exam in fall', 'Student grades are overall not satisfactory and second semester has been worse than the first semester. However, we recognize that language could be a barrier for learning. In light of the above, student will be allowed to take a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 6, otherwise she would have to repeat grade 5.', NULL, '2026-08-06 04:02:36', '2026-08-06 04:02:36'), +(31, 187, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester. The mother reported car breakdown issues many times. But school has not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-08-06 04:08:39', '2026-08-06 04:08:39'), +(32, 93, 'year', '2025-2026', 'Make-up exam in fall', 'Overall year grade is not satisfactory and does not clear passing criteria to the next grade. This is the first year the student has been with us, so she will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 6, otherwise she would have to repeat grade 5.', NULL, '2026-08-06 04:13:27', '2026-08-06 04:13:27'), +(33, 224, 'year', '2025-2026', 'Repeat Class', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', NULL, '2026-08-06 04:14:31', '2026-08-06 04:14:31'), +(34, 89, 'year', '2025-2026', 'Expel', 'Student has not been present the whole year with no prior notice from parents with regards to the reasons of absence. In light of this, the student is expelled from the school, she will not be able to enroll with us another year.', NULL, '2026-08-06 04:16:21', '2026-08-06 04:16:21'), +(35, 257, 'year', '2025-2026', 'Make-up exam in fall', 'Solid first semester, but performance dropped heavily in the second semester with a no show on the final exam. Given the student circumstances and struggles with English, he will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to progress to grade 9, otherwise he would have to repeat grade 8.', NULL, '2026-08-06 04:19:42', '2026-08-06 04:19:42'), +(36, 241, 'year', '2025-2026', 'Make-up exam in fall', 'Ok performance in first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', NULL, '2026-08-06 04:26:11', '2026-08-06 04:26:11'), +(37, 238, 'year', '2025-2026', 'Pass', 'Student had a solid performance in the first semester, but the level dropped heavily in the second semester and we cannot think of a reason to explain this sharp decline. We believe the student would have achieved a good grade if attendance was maintained. Since this is his last year with us, we would consider this to be a pass.', NULL, '2026-08-06 04:33:43', '2026-08-06 04:33:43'), +(38, 95, 'year', '2025-2026', 'Pass', 'Student had a solid performance in the first semester, but the level dropped heavily in the second semester and we cannot think of a reason to explain this sharp decline. We believe the student would have achieved a good grade if attendance was maintained. Since this is his last year with us, we would consider this to be a pass.', NULL, '2026-08-06 04:35:28', '2026-08-06 04:35:28'), +(39, 247, 'year', '2025-2026', 'Make-up exam in fall', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to continue in Youth class.', NULL, '2026-08-06 04:37:59', '2026-08-06 04:37:59'), +(40, 88, 'year', '2025-2026', 'Make-up exam in fall', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', NULL, '2026-08-06 04:39:41', '2026-08-06 04:39:41'), +(41, 225, 'year', '2025-2026', 'Make-up exam in fall', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', NULL, '2026-08-06 04:40:05', '2026-08-06 04:40:05'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `calendar_events` +-- + +CREATE TABLE `calendar_events` ( + `id` int(11) UNSIGNED NOT NULL, + `title` varchar(255) NOT NULL, + `date` date NOT NULL, + `description` text DEFAULT NULL, + `notify_parent` tinyint(1) NOT NULL DEFAULT 0, + `notify_admin` tinyint(1) NOT NULL DEFAULT 0, + `notify_teacher` tinyint(1) NOT NULL DEFAULT 0, + `no_school` tinyint(1) NOT NULL DEFAULT 0, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `notification_sent` tinyint(1) NOT NULL DEFAULT 0, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `calendar_events` +-- + +INSERT INTO `calendar_events` (`id`, `title`, `date`, `description`, `notify_parent`, `notify_admin`, `notify_teacher`, `no_school`, `semester`, `school_year`, `notification_sent`, `created_at`, `updated_at`) VALUES +(1, 'First Day of School', '2025-09-21', '', 0, 0, 0, 0, 'Fall', '2025-2026', 0, '2025-07-27 17:30:03', '2025-07-27 17:30:03'), +(2, 'Last Day of Registration', '2025-10-01', 'Registration ends at midnight', 0, 0, 0, 0, 'Fall', '2025-2026', 0, '2025-07-27 17:32:00', '2025-07-27 17:32:00'), +(3, 'November Break', '2025-11-30', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-07-27 17:32:26', '2025-07-27 17:32:26'), +(4, 'Winter Break 1', '2025-12-21', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-07-27 17:32:47', '2025-07-27 17:32:47'), +(5, 'Winter Break 2', '2025-12-28', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-07-27 17:33:08', '2025-07-27 17:33:08'), +(6, 'Midterm Exam', '2026-01-18', '', 0, 0, 0, 0, 'Fall', '2025-2026', 0, '2025-07-27 17:33:22', '2025-07-27 17:33:57'), +(7, 'February Break', '2026-02-15', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-07-27 17:34:17', '2025-07-27 17:34:17'), +(8, 'Ramadan Last 10 Break', '2026-03-15', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-07-27 17:34:43', '2025-07-27 17:34:54'), +(9, 'Eid Al-Fitr Break', '2026-03-22', '', 0, 0, 0, 1, 'Fall', '2024-2025', 0, '2025-07-27 17:35:15', '2025-07-27 17:35:15'), +(10, 'April Break', '2026-04-19', '', 0, 0, 0, 1, 'Fall', '2024-2025', 0, '2025-07-27 17:35:34', '2025-07-27 17:35:34'), +(11, 'Final Exam', '2026-05-17', '', 0, 0, 0, 0, 'Fall', '2024-2025', 0, '2025-07-27 17:35:49', '2025-07-27 17:36:29'), +(12, 'May Break', '2026-05-24', '', 0, 0, 0, 1, 'Fall', '2024-2025', 0, '2025-07-27 17:36:09', '2025-07-27 17:36:39'), +(13, 'Ceremony Day', '2026-05-31', 'Last Day of School', 0, 0, 0, 0, 'Fall', '2024-2025', 0, '2025-07-27 17:37:14', '2025-07-27 17:39:39'), +(14, 'Eid Al-Fitr Break', '2026-03-22', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-09-01 00:02:09', '2025-09-01 00:02:09'), +(15, 'April Break', '2026-04-26', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-09-01 00:04:18', '2026-03-04 05:06:19'), +(16, 'Final Exam', '2026-05-17', '', 0, 0, 0, 0, 'Fall', '2025-2026', 0, '2025-09-01 00:04:38', '2025-09-01 00:04:38'), +(17, 'May Break', '2026-05-24', '', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-09-01 00:04:57', '2025-09-01 00:04:57'), +(18, 'Ceremony Day / Lay Day of School', '2026-05-31', '', 0, 0, 0, 0, 'Fall', '2025-2026', 0, '2025-09-01 00:05:30', '2025-09-01 00:05:30'), +(19, 'School Canceled', '2025-10-19', 'Cancellation because of Lowell Marathon', 0, 0, 0, 1, 'Fall', '2025-2026', 0, '2025-10-17 02:03:44', '2025-10-17 02:05:28'), +(20, 'Welcome lunch', '2025-10-26', 'Staff welcome lunch', 0, 1, 1, 0, 'Fall', '2025-2026', 0, '2025-10-26 07:07:23', '2025-10-26 07:07:23'), +(21, 'Staff Potluck', '2025-12-14', '1st Semester Potluck Event ', 0, 1, 1, 0, 'Fall', '2025-2026', 0, '2025-11-22 05:52:59', '2025-11-22 05:52:59'), +(22, 'Islamic Contest Day', '2026-01-11', 'Interactive event with cash prizes for top students', 1, 1, 1, 0, 'Fall', '2025-2026', 0, '2025-12-06 22:34:43', '2025-12-06 22:35:00'), +(23, 'School Closed', '2026-01-25', 'Inclement Weather', 1, 1, 1, 1, 'Spring', '2025-2026', 0, '2026-01-23 01:20:01', '2026-01-23 01:20:01'), +(24, 'Final Exam Draft Submission', '2026-04-22', 'Send your final exam draft', 0, 0, 1, 0, 'Spring', '2025-2026', 0, '2026-04-05 15:00:28', '2026-04-05 15:00:28'), +(25, 'Urbain Air Adventure', '2026-05-24', '- Venue: Urban Air Nashua\r\n- ⁠Date: 05/24/26\r\n- ⁠Time: 10 AM - 1 PM\r\n- Address: \r\n41 Gusabel Ave\r\nNashua, NH 03063\r\n- Website: www.urbanair.com/new-hampshire-nashua/\r\n- ⁠Waiver: https://booking.urbanairparks.com/waiver?confirmation=1350051-xeppkz3y\r\n- ⁠RSVP Link: https://alrahmaisgl.org/parent/events - Mandatory to RSVP before payment is accepted\r\n- ⁠Price per student: $10 (cash payment due during Sunday School hours, last Sunday to pay: 05/17/26)\r\n- ⁠Price includes: 1) many indoor activities 2) 2 slices of pizza, water, slushy or ice cream\r\n- ⁠Indoor activities*:\r\nVirtual Reality\r\nSpin Zone\r\nFlip Zone\r\nIndoor Slides\r\nSky Rider\r\nRopes Course\r\nClimbing Walls\r\nLeap of Faith\r\nWarrior Course\r\nTubes Playground\r\nDodgeball\r\nTrampolines\r\n\r\n*Eligibility for activities depends on height of participant', 1, 1, 1, 0, 'Spring', '2025-2026', 0, '2026-04-19 14:54:17', '2026-04-19 14:54:17'), +(26, 'Urbain Air Adventure', '2026-05-19', '

Al Rahma School 2nd Fun Activity of the Year on Sunday May 24th @ Urban Air Nashua

\r\n

 Assalamu alaikum Parents and Guardians,

\r\n

 Al Rahma school is arranging its 2nd fun activity of the year on Sunday May 24th @ Urban Air Nashua (InshaAllah). Please see details of the event and important action items for registration.

\r\n

 Venue: Urban Air Nashua

\r\n

·         Website: www.urbanair.com/new-hampshire-nashua/

\r\n

·         Date: 05/24/26  (Sunday)

\r\n

·         Time: 10 AM - 1 PM

\r\n

·         Address:  41 Gusabel Ave, Nashua, NH 03063

\r\n

 

\r\n

Indoor activities include*:

\r\n

Virtual Reality, Spin Zone, Flip Zone, Indoor Slides, Sky Rider, Ropes Course, Climbing Walls, Leap of Faith, Warrior Course, Tubes Playground, Dodgeball, Trampolines

\r\n

*Eligibility for activities depends on height of participant

\r\n

 Important!! Action items for parents in this order:

\r\n

1-      RSVP - Mandatory to RSVP before payment is accepted:

\r\n

https://alrahmaisgl.org/parent/events

\r\n

 2-      Waiver: Please fill waiver form:

\r\n

  https://booking.urbanairparks.com/waiver?confirmation=1350051-xeppkz3y

\r\n

 

\r\n

3-   Pay event fee:

\r\n

- Price per student: $10 (cash payment due during Sunday School hours, last Sunday to pay: 05/17/26).

\r\n

- Price includes:

\r\n

1) unlimited indoor activities

\r\n

2) 2 slices of pizza, water, slushy or ice cream

\r\n

 Additional Notes:

\r\n

-          Arcade is not included: bring dollar bills if your child wants to pay Arcade

\r\n

-          Dress code: girls to wear pants and tie their hairs for safety reasons.   

', 1, 1, 1, 0, 'Spring', '2025-2026', 0, '2026-04-21 06:24:24', '2026-05-20 03:17:30'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `certificate_records` +-- + +CREATE TABLE `certificate_records` ( + `id` int(10) UNSIGNED NOT NULL, + `certificate_number` varchar(30) NOT NULL, + `verification_token` varchar(64) DEFAULT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `student_name` varchar(200) NOT NULL, + `grade` varchar(100) DEFAULT NULL, + `cert_date` date DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `class_section_id` int(10) UNSIGNED DEFAULT NULL, + `issued_by` int(10) UNSIGNED DEFAULT NULL, + `issued_at` datetime DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `certificate_records` +-- + +INSERT INTO `certificate_records` (`id`, `certificate_number`, `verification_token`, `student_id`, `student_name`, `grade`, `cert_date`, `school_year`, `class_section_id`, `issued_by`, `issued_at`, `created_at`, `updated_at`) VALUES +(1, 'ARSS-2025-2026-0001', '716fd83835ca48dcb15535166385cd21', 183, 'Abdelrahman Garelnabi', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(2, 'ARSS-2025-2026-0002', '482664a9d50f7e199276ff55af580e14', 180, 'Abdul Rahman Sediqi', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(3, 'ARSS-2025-2026-0003', '2eef25821718d432aeb734e40aa40ae6', 221, 'Ariyan Ammar', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(4, 'ARSS-2025-2026-0004', '5ef52af5f8363af66e41836d3ba61993', 235, 'Fatma Haj', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(5, 'ARSS-2025-2026-0005', '1c4cad2fd8684d93c1ac85dc98b03336', 52, 'Imara Murtuza', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(6, 'ARSS-2025-2026-0006', '12a0073b76bb1250fe260afc7f7635ac', 159, 'Nasma Boudjemaa', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(7, 'ARSS-2025-2026-0007', 'e06a10a4c04469c2d4c9c4158771325c', 160, 'Nora Boudjemaa', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(8, 'ARSS-2025-2026-0008', 'fb8e20f129b3a548e2c870b98dfc256a', 215, 'Nyla Meah', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(9, 'ARSS-2025-2026-0009', 'c61aacfe1c88551ef31e187224a81eac', 56, 'Salma Sulemana', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(10, 'ARSS-2025-2026-0010', '812ed0c46d88309aef94ec2f3dcc82f0', 229, 'Sameer Sembatya', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(11, 'ARSS-2025-2026-0011', '82a63e5fc36f25b6f94f3393dd8d3534', 214, 'Seth Meah', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(12, 'ARSS-2025-2026-0012', '0675a7896a00bcc8545747337a2b18de', 131, 'Zaynab Nakhawa', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(13, 'ARSS-2025-2026-0013', 'c9fd5c8f4faaf18f33765ae27493f513', 211, 'Zohaib Yaqubee', 'Grade 1', NULL, '2025-2026', 10, NULL, '2026-05-30 02:22:18', '2026-05-30 02:22:18', '2026-05-30 02:22:18'), +(14, 'ARSS-2025-2026-0014', '6f005bebd1f0e021bd5128e4e18c7246', 146, 'Abdallah Gaabass', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(15, 'ARSS-2025-2026-0015', 'e8cce370d4eee5710d36ef1d26dcd11c', 249, 'Abdul Kabeer Hamdard', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(16, 'ARSS-2025-2026-0016', '16a94ab5ffb9c74fec8c578fa9ded244', 176, 'Afrah Senkubuge', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(17, 'ARSS-2025-2026-0017', '2322e3b29e21632705d462e260f3bafa', 112, 'Ali Kalila', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(18, 'ARSS-2025-2026-0018', 'c87d45e3d2ef73bbe64c9fadbe2a8b4c', 141, 'Ali Mustafa', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(19, 'ARSS-2025-2026-0019', 'ec9977b9a5d37477aead7461387fad76', 45, 'Aya Hendley', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(20, 'ARSS-2025-2026-0020', 'fa38e3a75c588e2955067f6649f0e088', 173, 'Hafiz Momoh', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(21, 'ARSS-2025-2026-0021', '788172de104b0971cc8f6f42f5a19c4c', 86, 'Ibrahim Khalid', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(22, 'ARSS-2025-2026-0022', '8d2e80d2cb8f8c61e5d2d1ab3198f0e5', 105, 'Khadija Khalifa', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(23, 'ARSS-2025-2026-0023', '54a14dba04ef395e24684911aa595b5f', 256, 'Khadijah Maase', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(24, 'ARSS-2025-2026-0024', '55399b91d98af357d147ada3389006fa', 200, 'Leena Koukou', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(25, 'ARSS-2025-2026-0025', '81517669970f3eac703c4f15b7d0d94e', 217, 'Musa Sheikh', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(26, 'ARSS-2025-2026-0026', 'a4fe1d725429b9b0517b5d32cfe340d7', 157, 'Salma Miakhel', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(27, 'ARSS-2025-2026-0027', '35415cd18f17df4570d80e381a1e4632', 36, 'Shariq Masud', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(28, 'ARSS-2025-2026-0028', 'a3f6f37a04bca5d6fa58ba0b8c77e128', 43, 'Soheb Malik', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(29, 'ARSS-2025-2026-0029', '501ef1f2e447d93291138a8ad79c347f', 147, 'Yara Gaabass', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(30, 'ARSS-2025-2026-0030', 'b55dd14f5c16eab1e826eae18610faed', 206, 'Yusuf Diallo', 'Grade 2', NULL, '2025-2026', 21, NULL, '2026-05-30 02:53:13', '2026-05-30 02:53:13', '2026-05-30 02:53:13'), +(31, 'ARSS-2025-2026-0031', '1f11291c36db105d66010ae0dc9f0783', 92, 'Alishba Haque', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(32, 'ARSS-2025-2026-0032', '26979f76e763dd449679bc3c85b09b4a', 41, 'Armaan Sajeed', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(33, 'ARSS-2025-2026-0033', '0fca86c6837877a7fe7b5fc07f5ac472', 14, 'Aroush Saqib', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(34, 'ARSS-2025-2026-0034', 'a4f49963bc04b566d35528d2c56e5072', 58, 'Hafiz Kasule', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(35, 'ARSS-2025-2026-0035', '612ecb7aeec88ff73125068d324f8e6a', 80, 'Hareer Niazi', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(36, 'ARSS-2025-2026-0036', 'f7394ad6badfb6783c45cc3b0e9243ed', 104, 'Hasaan Iqbal', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(37, 'ARSS-2025-2026-0037', 'e51288ac42c0070a9fafd75b347c2ff7', 182, 'Ishmael Kallon', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(38, 'ARSS-2025-2026-0038', '19c2baf0a372a87888c4f0afcc052c2c', 228, 'Jamal Sembatya', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(39, 'ARSS-2025-2026-0039', '95aa51e25148d5684921a6bac6028a26', 97, 'Mahum Jaza Adeel', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(40, 'ARSS-2025-2026-0040', '1fef362b4da81b66eb272a5e6b6fc959', 178, 'Maimoona Wasif', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(41, 'ARSS-2025-2026-0041', 'ce7c85b8a6d198a2bf681ab97722283a', 153, 'Maryam Naveed', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(42, 'ARSS-2025-2026-0042', 'd473e54c1105bdfb9c8ae9db1552a702', 79, 'Mohammad Ghayoor Niazi', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(43, 'ARSS-2025-2026-0043', '86d4e8781b2b3f2530a86d2b01df3b99', 82, 'Shoaib Khan', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(44, 'ARSS-2025-2026-0044', '2997123bd986bbf4a83d95dd7ab2fd03', 197, 'Simra Bhutto', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(45, 'ARSS-2025-2026-0045', '7bfa17281a3026f3dbdcdde1f93e8d42', 222, 'Zayyan Ammar', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-30 03:01:12', '2026-05-30 03:01:12', '2026-05-30 03:01:12'), +(46, 'ARSS-2025-2026-0046', '72f881ce08dc0b7f13d87e7f9028148e', 171, 'Aima Shahid', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(47, 'ARSS-2025-2026-0047', 'eef78847f2bd225b5d304517e830b338', 30, 'Amir Saine', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(48, 'ARSS-2025-2026-0048', '38d825cf6c70d0f6f8706f46a09994cb', 78, 'Areesh Niazi', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(49, 'ARSS-2025-2026-0049', 'a2d8748a009145cd180787fd36cfac48', 44, 'Hannah Hendley', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(50, 'ARSS-2025-2026-0050', 'dbc5f8929e2ee5271299a6e2ab79b07a', 57, 'Hashir Kasule', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(51, 'ARSS-2025-2026-0051', 'e3852ba7e0be6f581e021653aa75fb42', 234, 'Ibrahim Haj', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(52, 'ARSS-2025-2026-0052', 'dd9e4a3092084f148b3eeda4145edd7b', 70, 'Ikram Aboo', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(53, 'ARSS-2025-2026-0053', '451003a8569acf6e43bd1ef9a50a07e0', 64, 'Judy Abdallah', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(54, 'ARSS-2025-2026-0054', '74e773fb9f2c203d3373ba23fed9a209', 196, 'Kareem Eltaher', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(55, 'ARSS-2025-2026-0055', 'aca1d55a4c658e5b02320e7394c71427', 16, 'Mariam Said', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(56, 'ARSS-2025-2026-0056', '214c022ff0d2c84b5608ae5e781b7b8f', 245, 'Mira Waid', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(57, 'ARSS-2025-2026-0057', '77e3adc8d4767d8eac67855738d7349e', 81, 'Safa Khan', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(58, 'ARSS-2025-2026-0058', 'f540d770c81b0d878807bc14df99e416', 19, 'Shayaan Ahmed', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-30 03:16:40', '2026-05-30 03:16:40', '2026-05-30 03:16:40'), +(59, 'ARSS-2025-2026-0059', 'f91df45f2a6f0e380d7236cc63feaedf', 168, 'Abaan Shaikh', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(60, 'ARSS-2025-2026-0060', '6742d2b1d1eabf762218bfb5d8c84102', 7, 'Adam Kamal Boumnina', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(61, 'ARSS-2025-2026-0061', '7fb5851582875eb0ad6818b70c62b8e0', 220, 'Adyan Murtuza', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(62, 'ARSS-2025-2026-0062', 'cfe8adbe667f4e090b4fd767018b88d0', 75, 'Amjad Abdalaoui', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(63, 'ARSS-2025-2026-0063', '5916a76735026083c4fb39803969803d', 189, 'Ayana Amin Marjiah', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(64, 'ARSS-2025-2026-0064', 'a1e927b26c038e1efbb465d01fe3bbc9', 54, 'Ayesha Sabeeh', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(65, 'ARSS-2025-2026-0065', '0dfafbb7d31cc50248866c504d40f78e', 169, 'Azlaan Shaikh', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(66, 'ARSS-2025-2026-0066', 'b565787076892387290e8fe2c2b028ac', 179, 'Hasanat Sediqi', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(67, 'ARSS-2025-2026-0067', 'a79176e5c7f8f6e182e7e3e2a0a296e4', 185, 'Ilyes Qabba', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(68, 'ARSS-2025-2026-0068', 'de479787a77b957b6458744f86d1e2cc', 145, 'Lina Gaabass', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(69, 'ARSS-2025-2026-0069', 'f386d8ce8e5a39bfee7b7cce7b7c094c', 213, 'Nuara Nazir', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(70, 'ARSS-2025-2026-0070', '68d2ba9d677f47a77c7d969b44b22ea9', 18, 'Nuha Bushnaq', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(71, 'ARSS-2025-2026-0071', '5e2cbcd56288586b8b10e98ef8b4ce8c', 144, 'Omar Gaabass', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(72, 'ARSS-2025-2026-0072', '5dccf005380c5c1e3683ae42ac9396f2', 130, 'Omar Nakhawa', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(73, 'ARSS-2025-2026-0073', 'ac0f1c52a4b958ff6b8142cc9de6c547', 74, 'Razan Oukerro', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(74, 'ARSS-2025-2026-0074', '2752935c6896d880ac1c3ca481afb99e', 165, 'Salma Abu-Tarboush', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(75, 'ARSS-2025-2026-0075', '68d69860a78e689fba62ebbd872611d5', 123, 'Sara Tyawil', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(76, 'ARSS-2025-2026-0076', 'f0eff2140fb583a95016fbc85197892c', 8, 'Yahia Nizar Boumnina', 'Grade 3', NULL, '2025-2026', 32, NULL, '2026-05-30 03:23:04', '2026-05-30 03:23:04', '2026-05-30 03:23:04'), +(77, 'ARSS-2025-2026-0077', '0de5c87b87b4d31704fc8a086f9665fa', 12, 'Ahdia Saqib', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(78, 'ARSS-2025-2026-0078', '7be8731cf0ec21c100e2a0391041b137', 216, 'Aleem Sheikh', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(79, 'ARSS-2025-2026-0079', '01ea7c0ff20e45a06d0bb8a551474b1e', 13, 'Amina Saqib', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(80, 'ARSS-2025-2026-0080', '121bb2c3b7a108638d72a44d4d4d5dc8', 156, 'Asma Atiq', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(81, 'ARSS-2025-2026-0081', '86bc3a9681230a395136687fd2cb3c7e', 115, 'Ayesha Hussain', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(82, 'ARSS-2025-2026-0082', 'be6e5b56feee5f788d09de5d03f764cd', 109, 'Jana Abdelouahhab', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(83, 'ARSS-2025-2026-0083', '75db05f176c888c43f5b66cd2efcd54e', 248, 'Mohammad Yusuf Hamdard', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(84, 'ARSS-2025-2026-0084', 'e2b09a5cff3dfb48f94460b5e856cff4', 27, 'Muhammad Abdullah Imran', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(85, 'ARSS-2025-2026-0085', 'b2c1d77261916b81ddf5a14b144a9a5a', 152, 'Muhammad Abubaker Naveed', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(86, 'ARSS-2025-2026-0086', 'b8d007db9e63dcaca8d25beb59dbbd59', 111, 'Seif Eddine Kalila', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(87, 'ARSS-2025-2026-0087', 'c68f630d42adedd6dd01ff35c3fce94d', 129, 'Zaid Nakhawa', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(88, 'ARSS-2025-2026-0088', '1e5ce61b4844b0ff3156f2c5495f2713', 202, 'Zoya Irfan', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-30 03:41:59', '2026-05-30 03:41:59', '2026-05-30 03:41:59'), +(89, 'ARSS-2025-2026-0089', 'b79ac2f170ffd12e5561e6e48af24bd5', 85, 'Aiza Manduru', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(90, 'ARSS-2025-2026-0090', 'e0fc9e51cdb06a2667d72d7a5fe1f90e', 118, 'Anya Yaqeen', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(91, 'ARSS-2025-2026-0091', 'd0669d55f5f1fadcbbc00cab35dcbeaa', 106, 'Atiya Bahadur', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(92, 'ARSS-2025-2026-0092', '6781c6acf5137c1efa368d3fdce5f347', 138, 'Hashim Kolia', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(93, 'ARSS-2025-2026-0093', '35a8fc1cb0e53248d907158c74fcfb04', 135, 'John Sheriff', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(94, 'ARSS-2025-2026-0094', 'e719c66bb1f5fb9df18ac04e4d545bb3', 55, 'Mariam Sulemana', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(95, 'ARSS-2025-2026-0095', '94da8fa9d0411bf401f3b6e11f099615', 177, 'Naz Yasin Wasif', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(96, 'ARSS-2025-2026-0096', 'd455d478095aa4355fd89e030a0598fe', 51, 'Samira Kamara', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(97, 'ARSS-2025-2026-0097', 'c2eb00b2cd6f7c0fe57b14392d6d804a', 63, 'Zakaria Abdallah', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(98, 'ARSS-2025-2026-0098', '92ea9995e1339aad20fb9c2ede3f5d69', 140, 'Ziyad Mustafa', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(99, 'ARSS-2025-2026-0099', 'd1d95a35f81f79f90c234e71d28cafa3', 218, 'Zunairah Yara', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-30 03:44:21', '2026-05-30 03:44:21', '2026-05-30 03:44:21'), +(100, 'ARSS-2025-2026-0100', '17929e6720af0f3b295466f12d4313cf', 167, 'Anayah Shaikh', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(101, 'ARSS-2025-2026-0101', '43578274ea729a2db039e744cd365302', 73, 'Arwa Oukerro', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(102, 'ARSS-2025-2026-0102', '27e125d2df8432f9ce4018712a1591d2', 143, 'Doha Ahbar', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(103, 'ARSS-2025-2026-0103', '2c4309139ed7193113f403534b188235', 255, 'Jennah Maase', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(104, 'ARSS-2025-2026-0104', '7d528a37a6aa3a3e9dcba4b7c7c78eb6', 233, 'Rinad Haj', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(105, 'ARSS-2025-2026-0105', '76af48f03be5bbf28cc1c1908325dc01', 29, 'Saja Saine', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(106, 'ARSS-2025-2026-0106', '12c7068888a6cc935211932d9e917d2e', 17, 'Sundus Bushnaq', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(107, 'ARSS-2025-2026-0107', '91eec5b03dbf0a7cd9fc874f50444eca', 205, 'Umu Diallo', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(108, 'ARSS-2025-2026-0108', 'aa9744f0dcbb14c8a1f9db843759bfa7', 164, 'Zaina Abu-Tarboush', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-30 03:48:18', '2026-05-30 03:48:18', '2026-05-30 03:48:18'), +(109, 'ARSS-2025-2026-0109', '0d501b752265b85c0e94ee56307a2c4a', 50, 'Abubakar Kamara', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(110, 'ARSS-2025-2026-0110', 'd2fd803db5ae607801cdc62d221c7551', 103, 'Dua Iqbal', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(111, 'ARSS-2025-2026-0111', '9d345df66c80f0d54fd94fa1c990e03a', 195, 'Haneen Eltaher', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(112, 'ARSS-2025-2026-0112', '73f1a4d6cc2ca3e0ed868af7922771a3', 60, 'Ibrahim Sheikh', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(113, 'ARSS-2025-2026-0113', '0394f8956c81f67aaa3ab099b16ba7c9', 2, 'Imran Badr El Merzouki', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(114, 'ARSS-2025-2026-0114', 'e740dc2ee8d5d13c57660e2dc32326f1', 22, 'Janna Basil', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(115, 'ARSS-2025-2026-0115', '3f00098e6df0c9c3f03034ce4e947f4b', 186, 'Justin Noorkomar', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(116, 'ARSS-2025-2026-0116', '386a29cc4a3628619d3354001c7f103a', 25, 'Melody Koroma', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(117, 'ARSS-2025-2026-0117', '609983535f08c00d4b6abb02c5ad9c5d', 194, 'Omar Hamami', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(118, 'ARSS-2025-2026-0118', '80a9f3a35bc3fce9b55c26dd153196c4', 244, 'Yaseen Mirza', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(119, 'ARSS-2025-2026-0119', 'b27ba0d064c25e77f4fdc0393b649cb1', 42, 'Zainab Malik', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-30 03:52:17', '2026-05-30 03:52:17', '2026-05-30 03:52:17'), +(120, 'ARSS-2025-2026-0120', '69430fd3d5d922138c4365d37df9efa3', 120, 'Amirah Male', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(121, 'ARSS-2025-2026-0121', '23684c0e32246d0f87172dca5f56acb8', 37, 'Antolina Alam', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(122, 'ARSS-2025-2026-0122', '2a8457bfab9ecd71afcc5b22752b0642', 90, 'Emira Shawoo', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(123, 'ARSS-2025-2026-0123', 'd20a80d3189ea4a13ee11bf6f5941a18', 137, 'Hamza Kolia', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(124, 'ARSS-2025-2026-0124', 'a7c0374a5e00cfbad8dc733337c75fd5', 198, 'Ikhlas Abdi', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(125, 'ARSS-2025-2026-0125', 'ceb089804f238d8f05b3930fcd479890', 209, 'Isra Yaqubee', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(126, 'ARSS-2025-2026-0126', '36362cca1a62059dcffe7402a6e1d2f5', 161, 'Kareemah Ssemaganda', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(127, 'ARSS-2025-2026-0127', '6d8df7ed647c4815aeeb63e00df3e830', 9, 'Nashwa Noushafarin', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(128, 'ARSS-2025-2026-0128', '35d46f52d9a9379c2554e0155a660a2a', 10, 'Nowriza Nazafarin', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(129, 'ARSS-2025-2026-0129', 'fd70333aafb668197ab3150d39c31abd', 139, 'Rana Babiker', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(130, 'ARSS-2025-2026-0130', 'bdeaea2d0a1c62c60d67026a5358f64c', 258, 'Reyad Jackson', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(131, 'ARSS-2025-2026-0131', '7db960bf9bf07fbb75c02e28aeea2b92', 170, 'Safa Shahid', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(132, 'ARSS-2025-2026-0132', '7b6a2d8785c6bfdae53cdda0d9cf5fee', 77, 'Zaariya Imran', 'Grade 6', NULL, '2025-2026', 60, NULL, '2026-05-30 03:55:47', '2026-05-30 03:55:47', '2026-05-30 03:55:47'), +(133, 'ARSS-2025-2026-0133', '736794e7ef47be7a97fa35c7de76fd51', 26, 'Aamina Imran', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(134, 'ARSS-2025-2026-0134', '347be9bfa3a6033044ffd9c27eed1435', 91, 'Afsheen Haque', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(135, 'ARSS-2025-2026-0135', 'caed31de54e90a53d3f74a7f2eb72224', 32, 'Aicha Ba', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(136, 'ARSS-2025-2026-0136', 'dff5aea1bf549ed1ab567cd2759855fd', 28, 'Arwa Saine', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(137, 'ARSS-2025-2026-0137', '881e5a3dd2d06805956e1eb6ebeb5c1a', 126, 'Ayaan Ghasir', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(138, 'ARSS-2025-2026-0138', '3e3eb93663d8246f9905df6bd07f5ff9', 72, 'Barae Oukerro', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(139, 'ARSS-2025-2026-0139', '87554dda54e922b6449c3dca704ef255', 1, 'Doha Elabidi', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(140, 'ARSS-2025-2026-0140', 'da2366ca2107c374199724005148189d', 151, 'Fatima Naveed', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(141, 'ARSS-2025-2026-0141', '8905fdf2837af45d6a3397ee05208b07', 230, 'Mohammad Akil', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(142, 'ARSS-2025-2026-0142', '380bdc91301f425f48e84d1df6243900', 66, 'Mohammed Shamim', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(143, 'ARSS-2025-2026-0143', 'cc820fee7bc822f547903ac32f8b4459', 67, 'Safa Basheer', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(144, 'ARSS-2025-2026-0144', '49780bc3fe7eaa39de8aeec3c3935dc2', 6, 'Sarah Maria Boumnina', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(145, 'ARSS-2025-2026-0145', '2e37fe52d204097eb6a7ceb9611cd31f', 187, 'Sophia Alai', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(146, 'ARSS-2025-2026-0146', 'faeac10637a6b7bfe49b6239458db1d5', 117, 'Zahra Asim', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(147, 'ARSS-2025-2026-0147', 'a4069bf471920d37694505ab507f0054', 119, 'Zoeya Yaqeen', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-30 04:02:24', '2026-05-30 04:02:24', '2026-05-30 04:02:24'), +(148, 'ARSS-2025-2026-0148', 'df1019d2dd425e2cf5f8087f7b5faf21', 99, 'Aaban Khan', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(149, 'ARSS-2025-2026-0149', '6ab74546b1b0d67d07be8a7f583bb6cd', 84, 'Aalia Manduru', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(150, 'ARSS-2025-2026-0150', '46d49476bfe27e478be930919ed95751', 39, 'Aasma Khan', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(151, 'ARSS-2025-2026-0151', '39d78e2d268b78ef0cae450910f33371', 11, 'Abeerah Saqib', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(152, 'ARSS-2025-2026-0152', '1b43df7c8f2ca3be2886f76d0d54dd11', 62, 'Adam Abdallah', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(153, 'ARSS-2025-2026-0153', '54a53aa3cda0e315d04ff39f90c59f8c', 53, 'Ashar Sabeeh', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(154, 'ARSS-2025-2026-0154', '1a2de954998fc0eaaf065c2c8301f313', 49, 'Ibrahim Sarfraz', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(155, 'ARSS-2025-2026-0155', '66dadcf3842f43f6be98b9111a278051', 142, 'Manal Ahbar', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(156, 'ARSS-2025-2026-0156', 'e57943cccab3d7e560a686c1cb20987d', 124, 'Muhammad Saim', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(157, 'ARSS-2025-2026-0157', '7a0b13f8dfe1892003afd514127c2df9', 163, 'Omair Quadri', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(158, 'ARSS-2025-2026-0158', '712425b0ce20c185ff25b3108c6ce2e9', 15, 'Omar Said', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(159, 'ARSS-2025-2026-0159', 'eb5544bef8158c66bc5fa897c81a1565', 71, 'Rayhane Oukerro', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(160, 'ARSS-2025-2026-0160', 'da42e20d45b64ae07cc3f4fa1e19e6f8', 35, 'Samin Masud', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(161, 'ARSS-2025-2026-0161', 'e4c25474567482c9168afdec0668a702', 76, 'Shayaan Imran', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(162, 'ARSS-2025-2026-0162', 'f483905ad34447e81b50ddfdb3911ee4', 190, 'Yahia Seddane', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(163, 'ARSS-2025-2026-0163', '263fba05ad3062a5a7336b8d5d394125', 207, 'Yousuf Mohid', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(164, 'ARSS-2025-2026-0164', '0fce579747134f1f4fea1bfb8a10d516', 192, 'Zahra Malik', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(165, 'ARSS-2025-2026-0165', 'c8f99e36e3fdc9b1c1390cbe7ea945a9', 34, 'Zoya Pathan', 'Grade 8', NULL, '2025-2026', 80, NULL, '2026-05-30 04:05:12', '2026-05-30 04:05:12', '2026-05-30 04:05:12'), +(166, 'ARSS-2025-2026-0166', '7e25495813580a14e4e7d022851ddc90', 212, 'Aicha Safia Albertorio', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(167, 'ARSS-2025-2026-0167', '6c48dc6d0d49b38146d4cbf7dd0eb114', 102, 'Hiba Iqbal', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(168, 'ARSS-2025-2026-0168', 'ca8d290dfe244371154302a0b2b6a0a1', 162, 'Sidrah Azmi', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(169, 'ARSS-2025-2026-0169', '04fd699dd389f7a63693251509091e33', 48, 'Subhan Sarfraz', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(170, 'ARSS-2025-2026-0170', '2bdcdb53d15ce5a098091db4fcfaaece', 154, 'Yasmine Onyeneho', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(171, 'ARSS-2025-2026-0171', 'cd491b8856a7b65ac9594a17f6bf0c0b', 108, 'Ziyad Abdelouahhab', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(172, 'ARSS-2025-2026-0172', '1400f9b2c7ee053d84bd3f8319ccd18d', 116, 'Zoya Asim', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-30 04:09:31', '2026-05-30 04:09:31', '2026-05-30 04:09:31'), +(173, 'ARSS-2025-2026-0173', '2db17d9bc5d44d9250d0054b2c882d0d', 107, 'Anas Abdelouahhab', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(174, 'ARSS-2025-2026-0174', '22055a7a278c460646af3ce859ce83d3', 96, 'Arleyya Safeera Mohd Rashdan', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(175, 'ARSS-2025-2026-0175', '67ec6b181716fd22698460b4bd079341', 246, 'Ayaan Nowaz', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(176, 'ARSS-2025-2026-0176', '53e0450d4b10215f98ae419854a67d3e', 114, 'Hashir Hussain', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(177, 'ARSS-2025-2026-0177', '9b457acdb8641a2e5ea2e1bf31819a83', 136, 'Hawa Sheriff', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(178, 'ARSS-2025-2026-0178', '685fabec78c86fe563be7544b6965403', 31, 'Ibrahim Ba', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(179, 'ARSS-2025-2026-0179', 'ba564c7e68e1455dcd2a41e3759785ce', 201, 'Rayan Irfan', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(180, 'ARSS-2025-2026-0180', '5114e22afec9f11d435b11285399bdf9', 47, 'Salman Ali', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(181, 'ARSS-2025-2026-0181', '7ad869831534b74042a822fd7d4faf31', 61, 'Sana Jaffri', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(182, 'ARSS-2025-2026-0182', 'dfea42b0a3caa706ca23d276b0e926b2', 46, 'Sarah Ali', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(183, 'ARSS-2025-2026-0183', 'c926719d5a5be2f14f8f8ef14de09383', 259, 'Zaineb Elmerse', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(184, 'ARSS-2025-2026-0184', '98102d01791c75a90318ecd982ad08ee', 219, 'Zuhayer Tahmeed', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-30 04:14:25', '2026-05-30 04:14:25', '2026-05-30 04:14:25'), +(185, 'ARSS-2025-2026-0185', '0ee27abde793ac86e5f2f433449c22a4', 101, 'Ammar Khan', 'Grade 2', NULL, '2025-2026', 22, NULL, '2026-05-31 03:56:55', '2026-05-31 03:56:55', '2026-05-31 03:56:55'), +(186, 'ARSS-2025-2026-0186', '75bcb606d9748c878557f8393e0d1744', 121, 'Ajmal Male', 'Grade 4', NULL, '2025-2026', 41, NULL, '2026-05-31 03:58:23', '2026-05-31 03:58:23', '2026-05-31 03:58:23'), +(187, 'ARSS-2025-2026-0187', '4dd271f098fd6a1e0545fc538f493848', 199, 'Amin Abdi', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-31 04:03:08', '2026-05-31 04:03:08', '2026-05-31 04:03:08'), +(188, 'ARSS-2025-2026-0188', '4b782f10bac63d039cd22f5c758b912d', 68, 'Aneeqa Basheer', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-31 04:03:08', '2026-05-31 04:03:08', '2026-05-31 04:03:08'), +(189, 'ARSS-2025-2026-0189', 'c4099758b1936fc8bc01dca545560b85', 127, 'Rehaan Ghasir', 'Grade 3', NULL, '2025-2026', 31, NULL, '2026-05-31 04:03:08', '2026-05-31 04:03:08', '2026-05-31 04:03:08'), +(190, 'ARSS-2025-2026-0190', '7d34c40ecda6ea8030246710de6a626c', 33, 'Souleymane Ba', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-31 04:12:34', '2026-05-31 04:12:34', '2026-05-31 04:12:34'), +(191, 'ARSS-2025-2026-0191', 'af84081a8198da20e6a563eb620a3609', 100, 'Arham Khan', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-31 04:17:15', '2026-05-31 04:17:15', '2026-05-31 04:17:15'), +(192, 'ARSS-2025-2026-0192', '72d9164b845f40813fe1353e1b5be652', 242, 'Aliyah Benchekroun', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-31 04:21:55', '2026-05-31 04:21:55', '2026-05-31 04:21:55'), +(193, 'ARSS-2025-2026-0193', '5061108766d51490870648e32a2d9e44', 94, 'Hafsah Namyalo', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-31 04:21:55', '2026-05-31 04:21:55', '2026-05-31 04:21:55'), +(194, 'ARSS-2025-2026-0194', 'a360e59eef645129a4e59899a2432ce2', 158, 'Mamadou Ba', 'Grade 7', NULL, '2025-2026', 70, NULL, '2026-05-31 04:21:55', '2026-05-31 04:21:55', '2026-05-31 04:21:55'), +(195, 'ARSS-2025-2026-0195', 'd4eef16a7aec5791229d64758e567b83', 204, 'Bubacar Diallo', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-31 04:23:15', '2026-05-31 04:23:15', '2026-05-31 04:23:15'), +(196, 'ARSS-2025-2026-0196', '7bbca698d292804e78db875766391af4', 208, 'Iqra Yaqubee', 'Grade 9', NULL, '2025-2026', 90, NULL, '2026-05-31 04:23:15', '2026-05-31 04:23:15', '2026-05-31 04:23:15'), +(197, 'ARSS-2025-2026-0197', 'cf2c92e4cc2b8911ef368316db648c1a', 251, 'Ayyan Kamran', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-31 04:23:56', '2026-05-31 04:23:56', '2026-05-31 04:23:56'), +(198, 'ARSS-2025-2026-0198', '6b2c4b98eaab4c24e7031d5191286522', 125, 'Abdullah Bilal', 'Grade 5', NULL, '2025-2026', 52, NULL, '2026-05-31 05:24:29', '2026-05-31 05:24:29', '2026-05-31 05:24:29'), +(199, 'ARSS-2025-2026-0199', 'cfcaef32ea9b45d2bb741e6595875315', 59, 'Ahmed Sheikh', 'Youth', NULL, '2025-2026', 120, NULL, '2026-05-31 05:32:11', '2026-05-31 05:32:11', '2026-05-31 05:32:11'), +(200, 'ARSS-2025-2026-0200', '165b772ab2713f73b89c92c69a60ceb3', 210, 'Sedra Yaqubee', 'Grade 5', NULL, '2025-2026', 51, NULL, '2026-05-31 05:34:46', '2026-05-31 05:34:46', '2026-05-31 05:34:46'), +(201, 'ARSS-2025-2026-0201', 'aa9d5b01aa9593b025c9a3e696a24248', 231, 'Ghaith Akil', 'Grade 4', NULL, '2025-2026', 42, NULL, '2026-05-31 05:50:34', '2026-05-31 05:50:34', '2026-05-31 05:50:34'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `chapters` +-- + +CREATE TABLE `chapters` ( + `id` int(11) UNSIGNED NOT NULL, + `chapter_name` varchar(100) NOT NULL, + `class_section_id` int(11) NOT NULL, + `school_year` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `classes` +-- + +CREATE TABLE `classes` ( + `id` int(11) UNSIGNED NOT NULL, + `class_name` varchar(100) NOT NULL, + `schedule` varchar(100) NOT NULL, + `capacity` int(11) NOT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `classes` +-- + +INSERT INTO `classes` (`id`, `class_name`, `schedule`, `capacity`, `semester`, `school_year`) VALUES +(1, '1', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(2, '2', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(3, '3', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(4, '4', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(5, '5', 'Sunday 10:00 PM - 1:00 PM', 30, '', '-1'), +(6, '6', 'Sunday 10:00 PM - 1:00 PM', 30, '', '-1'), +(7, '7', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(8, '8', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(9, '9', 'Sunday 10:00 PM - 1:00 PM', 30, '', '-1'), +(10, '10', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(11, '11', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(12, 'Youth', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(13, 'KG', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'), +(14, 'Arabic', 'Sunday 10:00 AM - 1:00 PM', 30, '', '-1'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `classSection` +-- + +CREATE TABLE `classSection` ( + `id` int(11) UNSIGNED NOT NULL, + `class_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) UNSIGNED NOT NULL, + `class_section_name` varchar(100) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `classSection` +-- + +INSERT INTO `classSection` (`id`, `class_id`, `class_section_id`, `class_section_name`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1, 1, 10, '1', '2024-08-16 01:06:30', '2024-08-23 16:30:43', '', NULL), +(2, 1, 11, '1-A', '2024-08-16 01:06:30', '2024-08-23 17:15:54', '', NULL), +(3, 1, 12, '1-B', '2024-08-16 01:06:30', '2024-08-23 17:15:54', '', NULL), +(4, 1, 13, '1-C', '2024-08-16 01:06:30', '2024-08-23 17:15:54', '', NULL), +(5, 2, 20, '2', '2024-08-16 01:06:30', '2024-08-23 17:16:30', '', NULL), +(6, 2, 21, '2-A', '2024-08-16 01:06:30', '2024-08-23 17:16:30', '', NULL), +(7, 2, 22, '2-B', '2024-08-16 01:06:30', '2024-08-23 17:16:30', '', NULL), +(8, 2, 23, '2-C', '2024-08-16 01:06:30', '2024-08-23 17:16:30', '', NULL), +(9, 3, 30, '3', '2024-08-16 01:06:30', '2024-08-23 17:18:14', '', NULL), +(10, 3, 31, '3-A', '2024-08-16 01:06:30', '2024-08-23 17:18:14', '', NULL), +(11, 3, 32, '3-B', '2024-08-16 01:06:30', '2024-08-23 17:18:14', '', NULL), +(12, 3, 33, '3-C', '2024-08-16 01:06:30', '2024-08-23 17:18:14', '', NULL), +(13, 4, 40, '4', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(14, 4, 41, '4-A', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(15, 4, 42, '4-B', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(16, 4, 43, '4-C', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(17, 5, 50, '5', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(18, 5, 51, '5-A', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(19, 5, 52, '5-B', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(20, 5, 53, '5-C', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(21, 6, 60, '6', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(22, 6, 61, '6-A', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(23, 6, 62, '6-B', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(24, 6, 63, '6-C', '2024-08-16 01:06:30', '2024-08-23 17:19:31', '', NULL), +(25, 7, 70, '7', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(26, 7, 71, '7-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(27, 7, 72, '7-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(28, 7, 73, '7-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(29, 8, 80, '8', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(30, 8, 81, '8-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(31, 8, 82, '8-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(32, 8, 83, '8-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(33, 9, 90, '9', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(34, 9, 91, '9-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(35, 9, 92, '9-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(36, 9, 93, '9-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(37, 10, 100, '10', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(38, 10, 101, '10-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(39, 10, 102, '10-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(40, 10, 103, '10-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(41, 11, 110, '11', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(42, 11, 111, '11-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(43, 11, 112, '11-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(44, 11, 113, '11-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(45, 12, 120, 'Youth', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(46, 12, 121, 'Youth-A', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(47, 12, 122, 'Youth-B', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(48, 12, 123, 'Youth-C', '2024-08-16 01:06:30', '2024-08-23 17:21:41', '', NULL), +(49, 13, 1, 'KG', '2024-08-16 01:06:30', '2024-08-23 16:30:43', '', NULL), +(50, 14, 140, 'Arabic-1', '2024-08-16 01:06:30', '2024-08-23 16:30:43', '', NULL), +(51, 14, 141, 'Arabic-2', '2024-08-16 01:06:30', '2024-08-23 17:15:54', '', NULL), +(52, 14, 142, 'Arabic-3', '2024-08-16 01:06:30', '2024-08-23 17:15:54', '', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `class_preparation_log` +-- + +CREATE TABLE `class_preparation_log` ( + `id` int(10) UNSIGNED NOT NULL, + `class_section_id` int(10) UNSIGNED NOT NULL, + `class_section` varchar(100) DEFAULT NULL, + `school_year` varchar(9) NOT NULL, + `prep_data` text NOT NULL, + `created_at` datetime DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `class_preparation_log` +-- + +INSERT INTO `class_preparation_log` (`id`, `class_section_id`, `class_section`, `school_year`, `prep_data`, `created_at`) VALUES +(1, 1, 'KG', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":2,\"Small chairs\":5,\"Regular chairs\":2}', '2025-09-14 01:03:02'), +(2, 10, '1', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":1,\"Small chairs\":2,\"Regular chairs\":2}', '2025-09-14 01:03:02'), +(3, 20, '2', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":5,\"Small chairs\":19,\"Regular chairs\":2}', '2025-09-14 01:03:02'), +(4, 30, '3', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":5,\"Regular chairs\":21}', '2025-09-14 01:03:02'), +(5, 40, '4', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":5,\"Regular chairs\":22}', '2025-09-14 01:03:02'), +(6, 50, '5', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":14}', '2025-09-14 01:03:02'), +(7, 60, '6', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":2,\"Regular chairs\":9}', '2025-09-14 01:03:02'), +(8, 70, '7', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":12}', '2025-09-14 01:03:02'), +(9, 80, '8', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":17}', '2025-09-14 01:03:02'), +(10, 90, '9', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":2,\"Regular chairs\":7}', '2025-09-14 01:03:02'), +(11, 120, 'Youth', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":14}', '2025-09-14 01:03:02'), +(12, 20, '2', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":5,\"Small chairs\":20,\"Regular chairs\":2}', '2025-09-15 16:57:12'), +(13, 40, '4', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":6,\"Regular chairs\":23}', '2025-09-15 16:57:12'), +(14, 1, 'KG', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":3,\"Small chairs\":10,\"Regular chairs\":2}', '2025-09-18 02:25:14'), +(15, 10, '1', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":1,\"Small chairs\":3,\"Regular chairs\":2}', '2025-09-18 02:25:14'), +(16, 20, '2', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":6,\"Small chairs\":23,\"Regular chairs\":2}', '2025-09-18 02:25:14'), +(17, 30, '3', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":6,\"Regular chairs\":26}', '2025-09-18 02:25:14'), +(18, 40, '4', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":6,\"Regular chairs\":24}', '2025-09-18 02:25:14'), +(19, 50, '5', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":17}', '2025-09-18 02:25:14'), +(20, 60, '6', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":11}', '2025-09-18 02:25:14'), +(21, 70, '7', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":13}', '2025-09-18 02:25:14'), +(22, 80, '8', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":18}', '2025-09-18 02:25:14'), +(23, 90, '9', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":2,\"Regular chairs\":8}', '2025-09-18 02:25:14'), +(24, 120, 'Youth', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":16}', '2025-09-18 02:25:14'), +(25, 12, '1-B', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":1,\"Small chairs\":3,\"Regular chairs\":2}', '2025-09-20 23:57:45'), +(26, 21, '2-A', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":4,\"Small chairs\":14,\"Regular chairs\":2}', '2025-09-20 23:57:45'), +(27, 22, '2-B', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Small tables\":4,\"Small chairs\":14,\"Regular chairs\":2}', '2025-09-20 23:57:45'), +(28, 31, '3-A', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":17}', '2025-09-20 23:57:45'), +(29, 32, '3-B', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":16}', '2025-09-20 23:57:45'), +(30, 41, '4-A', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":14}', '2025-09-20 23:57:45'), +(31, 42, '4-B', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":13}', '2025-09-20 23:57:45'), +(32, 51, '5-A', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":11}', '2025-09-20 23:57:45'), +(33, 52, '5-B', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":12}', '2025-09-20 23:57:45'), +(34, 60, '6', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":3,\"Regular chairs\":13}', '2025-09-20 23:57:45'), +(35, 70, '7', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":15}', '2025-09-20 23:57:45'), +(36, 80, '8', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":5,\"Regular chairs\":20}', '2025-09-20 23:57:45'), +(37, 120, 'Youth', '2025-2026', '{\"White board\":1,\"Gray box\":1,\"Big tables\":4,\"Regular chairs\":17}', '2025-09-20 23:57:45'), +(38, 1, 'KG', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(39, 12, '1-B', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(40, 21, '2-A', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(41, 22, '2-B', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(42, 31, '3-A', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(43, 32, '3-B', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(44, 41, '4-A', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(45, 42, '4-B', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(46, 51, '5-A', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(47, 52, '5-B', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(48, 60, '6', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(49, 70, '7', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(50, 80, '8', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(51, 90, '9', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(52, 120, 'Youth', '2025-2026', '{\"Grade Box\":0,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":0,\"Trash Bin\":0,\"White Board\":0}', '2025-09-21 08:20:02'), +(53, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":11,\"Small Table\":4,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(54, 12, '1-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":11,\"Small Table\":4,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(55, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":15,\"Small Table\":5,\"Teacher Chair\":1,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(56, 22, '2-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":17,\"Small Table\":6,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(57, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":1,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(58, 32, '3-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(59, 41, '4-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(60, 42, '4-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(61, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":1,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(62, 52, '5-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":12,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(63, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(64, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":17,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(65, 80, '8', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":20,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(66, 90, '9', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":11,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(67, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":24,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-25 01:57:14'), +(68, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":15,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-26 05:02:16'), +(69, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-26 05:02:16'), +(70, 52, '5-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-26 05:02:16'), +(71, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":25,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-09-26 05:02:16'), +(72, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":25,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-09-26 17:58:08'), +(73, 41, '4-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-27 22:20:29'), +(74, 12, '1-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":1,\"Regular Chair\":0,\"Small Chair\":11,\"Small Table\":4,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-27 23:22:56'), +(75, 12, '1-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":11,\"Small Table\":4,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-27 23:23:09'), +(76, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 13:37:22'), +(77, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":12,\"Small Table\":4,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(78, 12, '1-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(79, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":17,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(80, 41, '4-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":12,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(81, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(82, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 14:35:51'), +(83, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 15:35:04'), +(84, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":27,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-09-28 15:35:04'), +(85, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-09-30 23:20:17'), +(86, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-02 07:08:08'), +(87, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":8,\"Regular Chair\":29,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-02 07:08:08'), +(88, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-04 21:20:18'), +(89, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":16,\"Small Table\":6,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-04 21:20:18'), +(90, 41, '4-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-04 21:20:18'), +(91, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-04 21:22:01'), +(92, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(93, 10, '1', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(94, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":18,\"Small Table\":6,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(95, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(96, 32, '3-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(97, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(98, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(99, 80, '8', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":22,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:49:30'), +(100, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-11 22:55:16'), +(101, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-12 14:43:07'), +(102, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":8,\"Regular Chair\":29,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:33:13'), +(103, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":8,\"Regular Chair\":29,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:35:54'), +(104, 90, '9', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":11,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:38:45'), +(105, 80, '8', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":22,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:43:18'), +(106, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:43:59'), +(107, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:44:07'), +(108, 52, '5-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:44:21'), +(109, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:44:35'), +(110, 42, '4-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":14,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:44:51'), +(111, 41, '4-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":13,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:08'), +(112, 32, '3-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:16'), +(113, 31, '3-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:28'), +(114, 22, '2-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":17,\"Small Table\":6,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:37'), +(115, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":18,\"Small Table\":6,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:47'), +(116, 10, '1', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:45:58'), +(117, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":13,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-10-25 00:46:06'), +(118, 10, '1', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":14,\"Small Table\":7,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:22:08'), +(119, 22, '2-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":16,\"Small Table\":6,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:22:40'), +(120, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":12,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:22:58'), +(121, 52, '5-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":15,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:23:06'), +(122, 52, '5-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":4,\"Regular Chair\":15,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:25:52'), +(123, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":16,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:28:21'), +(124, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":28,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2025-11-23 00:28:31'), +(125, 10, '1', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":14,\"Small Table\":6,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2026-01-10 22:05:13'), +(126, 32, '3-B', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2026-01-10 22:05:40'), +(127, 70, '7', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":18,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-01-10 22:05:51'), +(128, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-01-31 23:49:06'), +(129, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":28,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-02-01 00:00:23'), +(130, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":28,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-02-01 00:03:20'), +(131, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":28,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-02-01 00:33:54'), +(132, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":14,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-02-07 22:37:47'), +(133, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":28,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2026-02-07 22:38:03'), +(134, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":18,\"Small Table\":6,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-02-22 02:13:42'), +(135, 21, '2-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":18,\"Small Table\":6,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-02-22 02:16:31'), +(136, 60, '6', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":15,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-03-01 00:52:01'), +(137, 80, '8', '2025-2026', '{\"Grade Box\":1,\"Large Table\":6,\"Regular Chair\":21,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-03-01 00:52:20'), +(138, 90, '9', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":10,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-03-01 00:52:29'), +(139, 120, 'Youth', '2025-2026', '{\"Grade Box\":1,\"Large Table\":7,\"Regular Chair\":27,\"Small Chair\":0,\"Small Table\":1,\"Teacher Chair\":4,\"Trash Bin\":1,\"White Board\":1}', '2026-03-01 00:52:53'), +(140, 80, '8', '2025-2026', '{\"Grade Box\":1,\"Large Table\":5,\"Regular Chair\":20,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-04-04 22:08:55'), +(141, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":12,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":3,\"Trash Bin\":1,\"White Board\":1}', '2026-04-18 22:41:58'), +(142, 1, 'KG', '2025-2026', '{\"Grade Box\":1,\"Large Table\":0,\"Regular Chair\":0,\"Small Chair\":14,\"Small Table\":5,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-05-03 16:54:44'), +(143, 51, '5-A', '2025-2026', '{\"Grade Box\":1,\"Large Table\":3,\"Regular Chair\":12,\"Small Chair\":0,\"Small Table\":0,\"Teacher Chair\":2,\"Trash Bin\":1,\"White Board\":1}', '2026-05-16 22:37:27'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `class_prep_adjustments` +-- + +CREATE TABLE `class_prep_adjustments` ( + `id` int(10) UNSIGNED NOT NULL, + `class_section_id` varchar(32) NOT NULL, + `item_name` varchar(128) NOT NULL, + `adjustment` int(11) NOT NULL DEFAULT 0, + `adjustable` tinyint(1) NOT NULL DEFAULT 1, + `school_year` varchar(16) NOT NULL, + `created_at` datetime DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `class_prep_adjustments` +-- + +INSERT INTO `class_prep_adjustments` (`id`, `class_section_id`, `item_name`, `adjustment`, `adjustable`, `school_year`, `created_at`) VALUES +(1, '1', 'Large Table', 0, 1, '2025-2026', '2025-09-14 01:04:43'), +(2, '1', 'Small Table', 0, 1, '2025-2026', '2025-09-14 01:04:43'), +(3, '31', 'Large Table', 0, 1, '2025-2026', '2025-09-14 02:36:03'), +(4, '31', 'Small Table', 0, 1, '2025-2026', '2025-09-14 02:36:03'), +(5, '11', 'Large Table', 0, 1, '2025-2026', '2025-09-14 02:36:10'), +(6, '11', 'Small Table', 0, 1, '2025-2026', '2025-09-14 02:36:10'), +(7, '21', 'Large Table', 0, 1, '2025-2026', '2025-09-14 13:20:46'), +(8, '21', 'Small Table', 0, 1, '2025-2026', '2025-09-14 13:20:46'), +(9, '120', 'Large Table', 0, 1, '2025-2026', '2025-09-26 17:58:08'), +(10, '120', 'Small Table', 1, 1, '2025-2026', '2025-09-26 17:58:08'), +(11, '12', 'Large Table', 0, 1, '2025-2026', '2025-09-27 23:22:56'), +(12, '12', 'Small Table', 0, 1, '2025-2026', '2025-09-27 23:22:56'), +(13, '60', 'Large Table', 1, 1, '2025-2026', '2025-10-04 21:22:01'), +(14, '60', 'Small Table', 0, 1, '2025-2026', '2025-10-04 21:22:01'), +(15, '10', 'Large Table', 0, 1, '2025-2026', '2025-11-14 04:06:58'), +(16, '10', 'Small Table', 1, 1, '2025-2026', '2025-11-14 04:06:58'), +(17, '70', 'Large Table', 1, 1, '2025-2026', '2026-01-04 02:44:46'), +(18, '70', 'Small Table', 0, 1, '2025-2026', '2026-01-04 02:44:46'), +(19, '32', 'Large Table', 1, 1, '2025-2026', '2026-01-07 21:11:38'), +(20, '32', 'Small Table', 0, 1, '2025-2026', '2026-01-07 21:11:38'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `class_progress_attachments` +-- + +CREATE TABLE `class_progress_attachments` ( + `id` int(11) UNSIGNED NOT NULL, + `report_id` int(11) UNSIGNED NOT NULL, + `file_path` varchar(255) NOT NULL, + `original_name` varchar(255) DEFAULT NULL, + `mime_type` varchar(120) DEFAULT NULL, + `file_size` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `class_progress_attachments` +-- + +INSERT INTO `class_progress_attachments` (`id`, `report_id`, `file_path`, `original_name`, `mime_type`, `file_size`, `created_at`) VALUES +(1, 44, 'writable/uploads/class_material/1772386991_a64a864aa57c638b975f.jpg', 'Adhhib-al-baas-Rabb-an-naas-ishfi-anta-ash-shaafi-laa-shifaaa-illa-shifaauka-shifaaan-laa-yughaadiru-saqaman.-1.jpg', 'image/jpeg', 144142, '2026-03-01 17:43:11'), +(2, 47, 'writable/uploads/class_material/1772411304_18909d25f7d68484e2f3.pdf', 'Guided Notes_ The Seerah of the Prophet (SAW) Pt 1.pdf', 'application/pdf', 70478, '2026-03-02 00:28:24'), +(3, 47, 'writable/uploads/class_material/1772411304_0a3dea380c97c1c7ac96.pdf', 'The-Seerah-of-the-Prophet-SAW.pdf', 'application/pdf', 898811, '2026-03-02 00:28:24'), +(4, 49, 'writable/uploads/class_material/1772411961_c8c3d69378f0fd70251e.pdf', 'Fasting and Zakat Guided Notes.pdf', 'application/pdf', 158605, '2026-03-02 00:39:21'), +(5, 49, 'writable/uploads/class_material/1772411961_3f6e2e1479f2b0510b60.pdf', 'The-Basics-of-Zakat-and-Fasting-Ramadan-Prep.pdf', 'application/pdf', 1544765, '2026-03-02 00:39:21'), +(6, 67, 'writable/uploads/class_material/1772907273_143b88f37d6caab293f9.pdf', 'The Sahabah and Khulafah Rashidun.pdf', 'application/pdf', 141434, '2026-03-07 18:14:33'), +(7, 67, 'writable/uploads/class_material/1772907273_ac574ae927d78da99c96.pdf', 'Sahabah and Khulafah Rashidun Guided Notes.pdf', 'application/pdf', 82763, '2026-03-07 18:14:33'), +(8, 69, 'writable/uploads/class_material/1772908110_4a8d8ad74dac2288ed0f.pdf', 'Black Magic & The Unseen World .pdf', 'application/pdf', 97509, '2026-03-07 18:28:30'), +(9, 82, 'writable/uploads/class_material/1773247788_004bb68ea82261ffecf2.jpg', 'PHOTO-2026-02-11-14-41-38.jpg', 'image/jpeg', 56608, '2026-03-11 16:49:48'), +(10, 83, 'writable/uploads/class_material/1773248091_95ac7d0559ba655cfa49.jpg', 'PHOTO-2026-03-01-14-16-57.jpg', 'image/jpeg', 1386299, '2026-03-11 16:54:51'), +(11, 83, 'writable/uploads/class_material/1773248091_131be132b17158597ff9.jpg', 'PHOTO-2026-03-01-14-17-36 3.jpg', 'image/jpeg', 1177014, '2026-03-11 16:54:51'), +(12, 83, 'writable/uploads/class_material/1773248091_48561586235c48c417e3.jpg', 'PHOTO-2026-03-01-14-17-37 2.jpg', 'image/jpeg', 1396322, '2026-03-11 16:54:51'), +(13, 83, 'writable/uploads/class_material/1773248091_24faf914643078f8b3a7.jpg', 'PHOTO-2026-03-01-14-17-36 2.jpg', 'image/jpeg', 1146762, '2026-03-11 16:54:51'), +(14, 83, 'writable/uploads/class_material/1773248091_5580b3247aecfb133aa2.jpg', 'PHOTO-2026-03-01-14-17-37.jpg', 'image/jpeg', 1358432, '2026-03-11 16:54:51'), +(15, 83, 'writable/uploads/class_material/1773248091_846d7ca7d8035e6fab45.jpg', 'PHOTO-2026-03-01-14-17-36.jpg', 'image/jpeg', 1429167, '2026-03-11 16:54:51'), +(16, 84, 'writable/uploads/class_material/1773248091_20e03a21d4ddc29feeed.jpg', 'PHOTO-2026-02-11-14-41-38.jpg', 'image/jpeg', 56608, '2026-03-11 16:54:51'), +(17, 85, 'writable/uploads/class_material/1773420427_79239c6408745f0760ac.png', 'IMG_4986.PNG', 'image/png', 241536, '2026-03-13 16:47:07'), +(18, 87, 'writable/uploads/class_material/1774122742_404cc647bb2e5be68483.pdf', 'Arabic Vocab Part 1.pdf', 'application/pdf', 77551, '2026-03-21 19:52:22'), +(19, 128, 'writable/uploads/class_material/1774836439_f91035fe25979c21f1f4.jpg', 'PXL_20260329_160610356.jpg', 'image/jpeg', 2062580, '2026-03-30 02:07:19'), +(20, 125, 'writable/uploads/class_material/1775106257_3cd085286a0e49b45867.jpeg', 'doaa.jpeg', 'image/jpeg', 75400, '2026-04-02 05:04:17'), +(21, 47, 'writable/uploads/class_material/1775361086_a5ef844d83bb06666fe3.pdf', 'Guided Notes_ The Seerah of the Prophet (SAW) Pt 1.pdf', 'application/pdf', 70478, '2026-04-05 03:51:26'), +(22, 47, 'writable/uploads/class_material/1775361086_2375c8aceb53a27d9299.pdf', 'The-Seerah-of-the-Prophet-SAW.pdf', 'application/pdf', 898811, '2026-04-05 03:51:26'), +(23, 51, 'writable/uploads/class_material/1775361153_ca7dfcde69f14fd5a4aa.pdf', 'Fasting and Zakat Guided Notes.pdf', 'application/pdf', 158605, '2026-04-05 03:52:33'), +(24, 51, 'writable/uploads/class_material/1775361153_90c2a35deb75cf27cbf9.pdf', 'The-Basics-of-Zakat-and-Fasting-Ramadan-Prep.pdf', 'application/pdf', 1544765, '2026-04-05 03:52:33'), +(25, 51, 'writable/uploads/class_material/1775361156_a3b7f9e6d1fc085e8892.pdf', 'Fasting and Zakat Guided Notes.pdf', 'application/pdf', 158605, '2026-04-05 03:52:36'), +(26, 51, 'writable/uploads/class_material/1775361156_efbd070a906e9e1c39a6.pdf', 'The-Basics-of-Zakat-and-Fasting-Ramadan-Prep.pdf', 'application/pdf', 1544765, '2026-04-05 03:52:36'), +(27, 239, 'writable/uploads/class_material/1776719506_e8ea3021e2860fb7a0a3.pdf', 'Guided Notes_ Qur\'an and Ahadith Compilation.pdf', 'application/pdf', 119795, '2026-04-20 21:11:46'), +(28, 239, 'writable/uploads/class_material/1776719506_dc4e9b2968ec4068881e.pdf', 'Quran-and-Ahadith-Compilation.pdf', 'application/pdf', 889844, '2026-04-20 21:11:46'), +(29, 261, 'writable/uploads/class_material/1778197187_2a8e453294a20b8d25e8.pdf', 'Fiqh of Love.pdf', 'application/pdf', 3622685, '2026-05-07 23:39:47'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `class_progress_reports` +-- + +CREATE TABLE `class_progress_reports` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) UNSIGNED NOT NULL, + `teacher_id` int(11) UNSIGNED NOT NULL, + `week_start` date NOT NULL, + `week_end` date NOT NULL, + `subject` varchar(160) DEFAULT NULL, + `unit_title` varchar(120) DEFAULT NULL, + `materials` varchar(160) DEFAULT NULL, + `covered` text NOT NULL, + `homework` text DEFAULT NULL, + `assessment` text DEFAULT NULL, + `status` varchar(20) NOT NULL, + `status_notes` varchar(200) DEFAULT NULL, + `class_notes` text DEFAULT NULL, + `next_week_plan` text NOT NULL, + `support_needed` text DEFAULT NULL, + `flags_json` text DEFAULT NULL, + `attachment_path` varchar(255) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `class_progress_reports` +-- + +INSERT INTO `class_progress_reports` (`id`, `class_section_id`, `teacher_id`, `week_start`, `week_end`, `subject`, `unit_title`, `materials`, `covered`, `homework`, `assessment`, `status`, `status_notes`, `class_notes`, `next_week_plan`, `support_needed`, `flags_json`, `attachment_path`, `created_at`, `updated_at`) VALUES +(1, 90, 138, '2026-01-25', '2026-01-31', 'Islamic Studies', 'Unit 1 – A Reflection on the Divine / Ibadat—Easy Ways to Do It ; Unit 1 – A Reflection on the Divine / Pondering the Qu', NULL, 'From Chapters 1 through 10, students learned that Islam calls believers to think, reflect, and build faith through understanding rather than blind belief by recognizing Allah’s signs in creation and revelation. They studied how the Qur’an encourages deep reflection through remembrance, thinking, and contemplation, and how neglecting reflection leads to spiritual blindness. Students learned how the Qur’an was preserved through memorization and written records, the roles of the companions in its compilation, and the wisdom behind standardization.They explored the meaning of worship and the six pillars of faith, and examined key verses from Surah Al-Baqarah that explain human accountability, the struggle of the nafs, Allah’s mercy, and the difference between natural good deeds and deliberate sins. Students studied what makes humans unique, their creation upon fitrah, and their responsibility to uphold tawhid. They learned the life cycle of truth and how opposition to truth is a natural stage in its establishment. They addressed misconceptions about Islam and violence, learning the ethical limits of self-defense and the true meaning of jihad. Students reflected on the temporary and deceptive nature of worldly life and finally studied the Shariah, its sources, legal rulings, and goals, learning that Islamic law exists to bring justice, benefit people, and prevent harm in society.', 'All Homework from the Islamic Studies workbook Chapters 1-10.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1769299901_b0428afd15937100135c.pdf', '2026-01-25 00:11:41', '2026-01-25 00:11:41'), +(2, 90, 138, '2026-01-25', '2026-01-31', 'Quran/Arabic', 'Surah / Al-Mulk', NULL, 'For Quranic studies portion, students memorized Surah Al Mulk and understood the running themes and virtue behind it.', 'Assigned 3 ayahs per week', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-01-25 00:11:41', '2026-01-25 00:11:41'), +(3, 60, 120, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 3 – Fundamentals of Deen / Importance of Shahadah', NULL, 'Importance of Shahada\r\nMemorize Shahada if you haven\'t already', 'Islamic studies workbook Pages 26-28', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-01 16:23:06', '2026-02-01 16:23:06'), +(4, 60, 120, '2026-02-01', '2026-02-07', 'Quran/Arabic', NULL, NULL, '-Memorization of Surah Al Balad\r\n-Steps of Salah', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-01 16:23:06', '2026-02-01 16:23:06'), +(5, 41, 160, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 2 – How Islam Changed Arabia / Hijrat to Madinah ; Unit 2 – How Islam Changed Arabia / Madinah Period', NULL, 'Lesson 11 covered Prophet Muhammad\'s migration to Madinah, including the people who accompanied him, the difficulties that attackers put in his way, and how he was able to escape them. Lesson 12 covered the Islamic period of Madinah, including the establishment and rapid growth of the faith, the battles fought to protect Islam, and the end of Prophet Muhammad\'s life.', 'Lesson 11 and 12 book work (REQUIRED);\r\nLesson 11 and 12 word search and unscrambles (OPTIONAL)', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-01 17:22:53', '2026-02-01 17:22:53'), +(6, 41, 160, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Az-Zalzalah', NULL, 'Introduction to Surah Az-Zalzalah, including class recitation and individual practice', 'Memorize first 3 ayat of Surah Zalzalah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-01 17:22:53', '2026-02-01 17:22:53'), +(7, 10, 97, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Our Ibadat / Salah: The Second Pillar', NULL, 'Our lesson today was about Salat (prayer). We covered the process of performing Salat, begining with Wudu and the steps to complete it, followed by facing Qibla. The sutdents then learned how to perform Salat correctly. They prayed together to practice Salat and were engaged, participated actively, and enjoyed learning.\r\nAdditionally, we reviewed arabic alphabet .', 'Please help your child to complete pages 51, 52 and 53 in student workbook.\r\nWe assigned a project on Salat and Wudu. Students are expected to complete the Wudu project and practice the Salat project.\r\n\r\nIf you have any questions please feel free to ask.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-02 00:55:41', '2026-02-02 00:55:41'), +(8, 10, 97, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Custom / Al-kafirun', NULL, 'We reviewed surat Al-Fatiha, Al-Ikhlas, Surah Al-Falaq, Al-Masad, and An-Nasr, and we started a new Surah Al-Kafirun.', 'Please help your child to memorize Surat Al-Kafirun. Your cooperations is very important in your child\'s learning journey.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-02 00:55:41', '2026-02-02 00:55:41'), +(9, 60, 120, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Fundamentals of Deen / Khushu in Salat', NULL, 'Prerequisites of Salat, ways to increase khushu in salat', 'Islamic studies workbook Pg. 29-31', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 16:11:48', '2026-02-08 16:11:48'), +(10, 60, 120, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Fajr', NULL, 'Translation and meaning of ayahs 1-14', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 16:11:48', '2026-02-08 16:11:48'), +(11, 70, 79, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Stories from the Qur’an / Dhul Qurnain: Journey of a King', NULL, '-Lesson and Explanation of Weekend 12\r\n-Reviewed Midterm Results', 'Homework Questions from Weekend 12: Dhu al-Qarnain', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:27:24', '2026-02-08 17:27:24'), +(12, 70, 79, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Continue revision', 'Surah Al-Buruj Ayahs 1-5', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:27:24', '2026-02-08 17:27:24'), +(13, 41, 160, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / Abu Bakr: The First Khalifah', NULL, 'Students learned the story of Abu Bakr the First Khalifah, including his good qualities and his actions as a leader', '(MANDATORY) Lesson 13 section of answer book\r\n\r\n(OPTIONAL) Lesson 13 word search + word unscramble review', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:36:28', '2026-02-08 17:36:28'), +(14, 41, 160, '2026-02-08', '2026-02-14', 'Quran/Arabic', NULL, NULL, 'Continued memorizing Surah Az-Zalzalah', '(MANDATORY) The first 5 ayahs of Surah Az-Zalzalah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:36:28', '2026-02-08 17:36:28'), +(15, 80, 74, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Challenges in Madinah / Banu Qaynuqa', NULL, 'The reason behind why the three Jewish tribes settled in Madinah. \r\nThe constitution of Madinah between Muslims and the Jewish tribes.\r\nThe origin of troubles between Muslims and Banu qaynuqa\r\nBattle of Badr\r\nThe incident in the market\r\nBlockade and the punishment of Banu Qaynuqa\r\n\r\nWe started chapter 11 about hypocrites, we went over the word Nafaq which is the base for the word hypocrite in Arabic. we also went over the ayahs 8 through 16 in Surah Al Baqarah which discusses the hypocrites, who they are, how Allah Sub described them, their behaviors and their punishment.', 'Complete homework Chapter #12\r\nComplete unfinished homework which was due today\r\nThree things hypocrites suffer as a result of their hypocrisy', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:41:16', '2026-02-08 17:41:16'), +(16, 80, 74, '2026-02-08', '2026-02-14', 'Quran/Arabic', NULL, NULL, 'Surah Abasa, new assigned Ayahs.', '1-15 is due 2/22/2026', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-08 17:41:16', '2026-02-08 17:41:16'), +(17, 10, 97, '2026-02-15', '2026-02-21', 'Islamic Studies', 'Unit 3 – Our Ibadat / Zakat: The Third Pillar', NULL, 'Today, we reviewed Zakat. The students learned the meaning of Zakat and how Muslims give Zakat (charity) to poor and needy people. Zakat is given once a year and is usually given during the month of Ramadan. The students also learned the importance of helping those in need.\r\nWe discussed Ramadan and why fasting is important. We fast by stopping eating and drinking from sunrise to sunset. We also pray Tarawih after Isha and read the Qur’an.', 'We completed a project in class, and students should finish it and return it. Students should also complete the questions in the student workbook for the Zakat and Ramadan lessons.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-09 02:25:23', '2026-02-09 02:25:23'), +(18, 10, 97, '2026-02-15', '2026-02-21', 'Quran/Arabic', 'Custom / Al-Kafirun', NULL, 'We reviewed Surat Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, An-Nasr, and Al-Kafirun.', 'Please assist your student in completing the projects. Students should also complete the questions in the student workbook for the Zakat and Ramadan lessons.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-09 02:25:23', '2026-02-09 02:25:23'), +(19, 32, 45, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Nabi Muhammad ﷺ / 14. How Rasūlullāh ﷺ Treated Others', NULL, 'Today we covered the lessons 14 \"How Rasulullah (saws) treated others\"', 'Lesson 14', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:30:24', '2026-04-05 14:00:22'), +(20, 32, 45, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Humazah', NULL, 'Surah Alhumazah', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:30:24', '2026-04-05 14:00:22'), +(21, 52, 40, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 13. Ibrahim (A): His Plan Against the Idols', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- Ibrahim\'s (A) argument with his father \r\n- The significance of Ibrahim (A) breaking all the idols and the reaction of the idol worshippers \r\n- The idol worshippers\' plan to harm Ibrahim (A) after their defeat', '- Complete questions 1,2,6-15,19 on pages 59-63 from the Islamic Studies Workbook. (students are not required to complete the word search.)\r\n- Briefly review the lesson on Luqmān (A): A Wise Man’s Lifelong Advice to be prepared for next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:35:52', '2026-04-02 22:53:56'), +(22, 52, 40, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, '- Helped students one-on-one with memorizing and reading Surah Ash-Sharh\r\n- Students recited Surah Ash-Sharh, ayahs 1-4.', '- Memorize ayah\'s 5-8 of Surah Ash-Sharh.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:35:52', '2026-04-02 22:53:56'), +(23, 60, 120, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Fundamentals of Deen / Taqwa: A Quality of Believers', NULL, 'Definition of taqwa, characteristics of muttaqin, ways to attain taqwa', 'Islamic studies workbook pages 32-35', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:36:11', '2026-02-22 17:36:11'), +(24, 60, 120, '2026-02-22', '2026-02-28', 'Quran/Arabic', NULL, NULL, 'Memorization of Surah Al Fajr', 'Memorize ayahs 9-12 Surah Al Fajr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:36:11', '2026-02-22 17:36:11'), +(25, 60, 120, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Fundamentals of Deen / Taqwa: A Quality of Believers', NULL, 'Concept of taqwa and characteristics of muttaqin', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:38:26', '2026-02-22 17:38:26'), +(26, 60, 120, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Fajr', NULL, 'Memorization of Surah Al Fajr', 'Memorize ayah 1-14 Surah Al Fajr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:38:26', '2026-02-22 17:38:26'), +(27, 70, 79, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 5 – Knowledge Enrichment / Fasting During Ramadan', NULL, 'Full lesson', 'Weekend 19 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:41:35', '2026-02-22 17:41:35'), +(28, 70, 79, '2026-02-22', '2026-02-28', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:41:35', '2026-02-22 17:41:35'), +(29, 41, 160, '2026-02-22', '2026-02-28', 'Islamic Studies', NULL, NULL, 'Students learned about the like of the second Khalifah Umar (R), including his acceptance of Islam and accomplishments as a ruler', 'MANDATORY: Weekend 14 Section of Student Workbook\r\nOPTIONAL: Lesson 14 Word Search + Word Unscramble', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:57:56', '2026-02-22 17:57:56'), +(30, 41, 160, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Az-Zalzalah', NULL, 'Further review of Surah Zalzalah', 'MANDATORY: Memorize first 6 ayats of Surah Zalzalah, first page of Surah Zalzalah packet', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:57:56', '2026-02-22 17:57:56'), +(31, 21, 163, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Messengers of Allah / Musa (A) and Harun (A)', NULL, 'we covered today lesson 15 in class.', 'For homework students need to do lesson 15 in the homework book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:59:01', '2026-02-22 17:59:01'), +(32, 21, 163, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'we revised and practiced surah Al Kafirun and its key words with meanings.', 'last chance to memorized Surah most of the students know the surah but some students still need to learn.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:59:01', '2026-02-22 17:59:01'), +(33, 22, 5, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Messengers of Allah / Musa (A) and Harun (A)', NULL, 'In this lesson the kids got to know about two Rasuls who were brothers Musa(A) and Harun(A). Where they were born and how Allah(swt) saved Musa(A) from killing.Also, they learn about a bad ruler whose name was Pharoah and he was treating the poor people like slaves, but Musa(A) with the help of Allah(swt) he freed the slaves and took them to a safe place with his brother Harun(A).', 'Finish lesson 15 in the workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:59:42', '2026-02-22 17:59:42'), +(34, 22, 5, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'The kids recite Surah Al-kafirun and did the question in the Quran Workbook pages 38 and 39.', 'Memorize Surah Al-kafirun for next Sunday', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 17:59:42', '2026-02-22 17:59:42'), +(35, 42, 68, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / ‘Umar ibn al-Khattab', NULL, 'Students learned about Umar (R) and how he accepted Islam. They also learned about his achievements and answered the unit questions', 'Umar (R) lesson questions in student workbook Pages 65,66, 67', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 18:04:14', '2026-02-22 18:04:14'), +(36, 42, 68, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Qadr', NULL, 'We worked on Surat Al Qadr \r\nWords Translation\r\nAl Qadr the majesty Almalaakah Angels\r\nShahr month Salam Peace', 'Memorize Surat Al Qadr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-22 18:04:14', '2026-02-22 18:04:14'), +(37, 31, 155, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 2 – What Islam Says / What Does Allahﷻ Want Us to Do?', NULL, 'Learned about the the 4 compulsory duties that are required by muslims as well as other good deeds Allah SW advised us to conduct like respecting parents, believing in Allah, and being truthful', '- Finish guided notes\r\n- All of weekend 5 in the Islamic student workbook', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-28 23:28:13', '2026-02-28 23:28:13'), +(38, 31, 155, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'First 4 ayats of At-Takathur as well as key words, meanings, and notes about the surah.', '- Have notes done for the surah \r\n- Memorize the first 4 ayats of At-Takathur and know the key words from notes', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-28 23:28:13', '2026-02-28 23:28:13'), +(39, 31, 155, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 2 – What Islam Says / We Are Muslims: We Have ‘Iman', NULL, 'All the beliefs of a muslim such as iman, angels, and the books of Allah SW', '- All of weekend 6 in the Islamic studies student workbook \r\n- Guided notes completed with right answers', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-28 23:33:20', '2026-02-28 23:33:20'), +(40, 31, 155, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'The Rest of At-Takthur, its keywords, meanings, and notes on the surah.', '- Memorize all of At-Takathur \r\n- Make sure to know the meanings of keywords from ayats 1-4', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-02-28 23:33:20', '2026-02-28 23:33:20'), +(41, 42, 129, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / ‘Uthman ibn ‘Affan', NULL, 'Chapter 15, page 118 in the Islamic Studies book was covered today.', 'In the Islamic Studies Student workbook page 67-74.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-01 16:53:31', '2026-03-01 16:53:31'), +(42, 42, 129, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Qadr', NULL, 'Surat Al-Qadr was taught.', 'To memorize the entire Surat.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-01 16:53:31', '2026-03-01 16:53:31'), +(43, 70, 79, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 5 – Knowledge Enrichment / Lailatul Qadr', NULL, 'Full lesson', 'Homework Weekend 18', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-01 17:43:11', '2026-03-01 17:43:11'), +(44, 70, 79, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Students recited and practiced the surah.', 'Ayahs 1-15', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1772386991_a64a864aa57c638b975f.jpg', '2026-03-01 17:43:11', '2026-03-01 17:43:11'), +(45, 51, 73, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 5 – Islamic Values, Teachings / Upholding Truth: A Duty for All Believers', NULL, 'Why it\'s important to establish the truth, cycle of truth, who are the truthful prophets mentioned in the Quran etc', 'Read the whole chapter and finish the homework!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-01 18:02:04', '2026-03-01 18:02:04'), +(46, 51, 73, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, 'Surah Sharh, vocab words, translation and explanation.', 'Finish memorization of surah Sharh as we are going to start the new one next week insha\'Allah!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-01 18:02:04', '2026-03-01 18:02:04'), +(47, 120, 99, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 17 – Seerah of the Prophet (SAW) / Early Life', NULL, 'The class began the series on the Seerah of the Prophet (SAW). We first discussed the reasons why studying the Seerah is important and the benefits we get from this. We went over the major events occurring from the Prophet (SAW)\'s birth until and including when he received the Revelation. We discussed the context and state of Arabia and the world empires at the time of his birth. Additionally, we mentioned the lineage and familial history of the Prophet (SAW). Then, we went over the events, including the Year of the Elephant and Abraha\'s expedition to attack the Ka\'bah, the Prophet (SAW)\'s parents, the cleaning of his heart event by Angel Jibreel (AS), and his lifestyle as a young adult. We finished by going over his marriage to Khadijah (RA) and the occurrence of receiving the first Revelation from Allah (SWT).', 'Finish any incomplete assignments from previous weeks and memorize Ayat 5-7 of Surah Al-Kahf.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1772411304_18909d25f7d68484e2f3.pdf', '2026-03-02 00:28:24', '2026-04-05 03:51:26'), +(48, 120, 99, '2026-02-22', '2026-02-28', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-02 00:28:24', '2026-04-05 03:51:26'), +(49, 120, 99, '2026-02-15', '2026-02-21', 'Islamic Studies', 'Unit 16 – Fasting / Zakat Preparing for Ramadan', NULL, 'No school this week due to February Break.', 'N/A', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1772411961_c8c3d69378f0fd70251e.pdf', '2026-03-02 00:39:21', '2026-04-05 03:49:30'), +(50, 120, 99, '2026-02-15', '2026-02-21', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-02 00:39:21', '2026-04-05 03:49:30'), +(51, 120, 99, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 16 – Fasting / Zakat Preparing for Ramadan', NULL, 'This week, the class went over the basics of fasting and Zakah for Ramadan prep. We first discussed what Zakah is and its purpose, as well as the criteria required for either giving it or receiving it. Then, we dove into the two types of Zakah. Afterwards, we discussed what fasting entails and its purpose, including the times prescribed for us to fast and when it is forbidden. We emphasized the importance of worship on Laylatul Qadr and the basic rulings of what breaks a fast, what lessens the reward, and the exemptions to it. Finally, we went over some advice and tips for students to make the most out of Ramadan. During the second half of class, we went over the importance of planning for the month, including listing each student\'s qualitative and quantitative goals. The class also made a dua list that they can refer to throughout Ramadan.', 'Watch from min 7:35 to 29:25 and handwrite 2 paragraphs about the video, any of your own thoughts or reflections. DO NOT give me a summary of the video, I already watched it. I want your original thoughts; you can write about anything relating to the video. This video is from a series explaining different reasons why bad things happen to us in life. Examples of what you could write about are:\r\n\r\nWhat ways did this video make me rethink how to react to problems in my life?\r\nHow does this relate to some of the topics we have talked about in our class?\r\nPick a different topic like psychology, science, or the field you\'re passionate about, and tell me how the intersection between this video and the field relates to it.\r\n\r\nhttps://www.youtube.com/watch?v=jf3KQaJ5z-s&list=PLx99Rp2cFznxV3R6UWNtASeG52uqm7tDi&index=99', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1775361153_ca7dfcde69f14fd5a4aa.pdf', '2026-03-02 00:44:20', '2026-04-05 03:52:36'), +(52, 120, 99, '2026-02-08', '2026-02-14', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-02 00:44:20', '2026-04-05 03:52:36'), +(53, 120, 99, '2026-01-25', '2026-01-31', 'Islamic Studies', NULL, NULL, 'School was cancelled on 1/25/26 due to the snowstorm.', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-02 00:51:46', '2026-03-02 00:51:46'), +(54, 120, 99, '2026-01-25', '2026-01-31', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-02 00:51:46', '2026-03-02 00:51:46'), +(55, 21, 163, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 16. Yunus (A)', NULL, 'We learned in this Chapter about Patience.Its a beautiful experience for kids how to control themselves and believe in Allah (Swt).', 'Complete lesson no 16 and memorize Aya its mentioned in the chapter.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-04 02:51:52', '2026-03-04 02:51:52'), +(56, 21, 163, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Kafirun ; Surah / Al-Kawthar', NULL, 'We covered both Surah’s Alhamdulillah most of the students already memorized the Surah’s.Some still needs practice please help them.', 'Memories both Surah’s Al Kafirun and Al Kawthar.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-04 02:51:52', '2026-03-04 02:51:52'), +(57, 22, 5, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 16. Yunus (A)', NULL, '* Allah(SWT) sent Nabi Yunus(AS) to people to guide them.\r\n*How Nabi Yunus (AS) was rejected by his people and tried to leave.\r\n*How Allah (SWT) tests him in the meantime saved him.\r\n*How Nabi Yunus(AS) went back to his people and started believe him.\r\n\r\n* The kids need to memorize the Duaa that Nabi Yunus(AS) was saying when he was inside the Whale stomaccke.(LA ILAHA ILA ANTA SUBHANAKA INNI KUNTU MINA AZ_ZALIMIN)', 'Finish week 16 in the Islamic Studies Work-book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:15:51', '2026-03-06 01:15:51'), +(58, 22, 5, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, '* We did practice Surah AL-KAFIRUN.\r\n* We finished pages 40,41 in the Quran work-book.\r\nNext Sunday we will start a new Surah please make sure the kids memorize Surah AL-KAFIRUN.', 'Memorize Surah AL-KAFIRUN.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:15:51', '2026-03-06 01:15:51'), +(59, 22, 5, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 16. Yunus (A)', NULL, '* Allah(SWT) sent Nabi Yunus(AS) to people to guide them.\r\n*How Nabi Yunus (AS) was rejected by his people and tried to leave.\r\n*How Allah (SWT) tests him in the meantime saved him.\r\n*How Nabi Yunus(AS) went back to his people and started believe him.\r\n\r\n* The kids need to memorize the Duaa that Nabi Yunus(AS) was saying when he was inside the Whale stomaccke.(LA ILAHA ILA ANTA SUBHANAKA INNI KUNTU MINA AZ_ZALIMIN)\r\nAssigned Homework:\r\nFinish week 16 in the Islamic Studies Work-book.', 'Finish week 16 in the Islamic Studies Work-book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:25:25', '2026-03-06 01:25:25'), +(60, 22, 5, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, '* We did practice Surah AL-KAFIRUN.\r\n* We finished pages 40,41 in the Quran work-book.\r\nNext Sunday we will start a new Surah please make sure the kids memorize Surah AL-KAFIRUN.', 'Memorize Surah AL-KAFIRUN.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:25:25', '2026-03-06 01:25:25'), +(61, 22, 5, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 15. Musa (A) and Harun (A)', NULL, '* IN this lesson the kids got to know about two Rasuls who were brothers Musa(A) and Harun(A). Where they were born and how Allah(SWT) saved Musa(A) from killing. Also, they learn about a bad ruler whose name was Pharoah and he was treating the poor poor people like slaves, but Musa(a) with the help of Allah(SWT) he freed the slaves and took them to a safe place with his brother Harun(A).', 'Finish lesson 15 in the Islamic Studies Work-book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:39:40', '2026-03-06 01:39:40'), +(62, 22, 5, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'The kids recited Surah Al-kafirun and did the question in the Quran Work-book pages 38,39.', 'Memorize Surah Al-kafirun for next Sunday.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:39:40', '2026-03-06 01:39:40'), +(63, 22, 5, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 14. Yaqub (A) and Yusuf (A)', NULL, '* The kids learned about the key events in Yusuf\'s(A) life and his father Yaqub (A).\r\n* The jealousy of the brothers about their young brother Yusuf(A) and how they planned to get rid of him.\r\n*Allah (SWT) give Yusuf (A) knowledge and wisdom and could understand dreams.', '* Finish week 14 in the Islamic Studies Work-book,', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:53:49', '2026-03-06 01:53:49'), +(64, 22, 5, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, '* We did practice the whole Surah of AL-KAFIRUN.\r\n* We did pages 38,39 in the Quran work-book.', 'Memorize the whole Surah of AL-KAFIRUN.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 01:53:49', '2026-03-06 01:53:49'), +(65, 22, 5, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 13. Ibrahim (A): A Friend of Allah ; Unit 2 – Our Ibadat / 12. Wudu: Cleaning Before ', NULL, '* The kids got to know how to make Wudu by cleaning all the required body parts in order to pray.\r\n*In the lesson of Ibrahim(A) the kids got to know how Ibrahim(A) teached his people that there is only one god, and prohibited them from worshiping Idols.', '* Complete lesson 13,14 in the Islamic Studies Work-book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 02:06:43', '2026-03-06 02:06:43'), +(66, 22, 5, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, '* We did start Surah Al-kafiru and explored patrs of it.', '*memorize the first 3 ayat of Surah AL-KAFIRUN.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-06 02:06:43', '2026-03-06 02:06:43'), +(67, 120, 99, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 15 – AS-Sahabah / Khulafah Rashidun', NULL, 'This week, the class went over the lessons from key points in the lives of the Sahabah and the Khulafah Rashidun (may Allah be pleased with them). We first briefed on the importance of learning about their lives and the responsibility they held in propagating Islam during and after the life of the Prophet (SAW). The notable Sahabah we covered include Abu Bakr As-Siddiq, Umar ibn Al-Khattab, Uthman ibn Affan, Ali ibn Abi Talib, Abdur-Rahman ibn Awf, Talhah ibn Ubaydullah, Bilal ibn Rabah, Khadijah bint Khuwaylid, Aisha bint Abi Bakr, and Summayah bint Khayyat (may Allah be pleased with all of them). We ended class with a short activity to think about a Sahabah they would like to emulate and the qualities and actions they liked.', 'https://www.youtube.com/watch?v=zpn-j61xAeA \r\n\r\nWatch and write on a piece of paper your own thoughts 3 paragraphs. 3 paragraphs means at least 4 sentences per paragraph → 12 sentences.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1772907273_143b88f37d6caab293f9.pdf', '2026-03-07 18:14:33', '2026-04-05 03:46:24'), +(68, 120, 99, '2026-02-01', '2026-02-07', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-07 18:14:33', '2026-04-05 03:46:24'), +(69, 120, 99, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 16 – Fasting / Zakat Preparing for Ramadan', NULL, 'During the first half of class, we settled down with brief reminders about making the most out of Ramadan, using the last third of the night, and working on the goals the class had made before the start of the month. Then, we discussed the takeaways from the dawah table held by the YM Lowell Brothers youth group in Boston on 2/28/26. Further, we discussed the importance of giving dawah to ourselves, the Muslims, and the non-Muslims around us, and what that entails. We ended the first half with a group activity in which students wrote down what qualities, attributes, and accomplishments they want to fulfill in their lives. During the second half of class, we had an interactive lecture on the current events surrounding the Epstein files, Zionism, and the attacks on Iran. We conducted a homework check on the previous assignments.', 'Finish any incomplete assignments from previous weeks. \r\nSpend time getting closer to Allah (SWT) and make the most of Ramadan, following the students\' goals and making dua.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1772908110_4a8d8ad74dac2288ed0f.pdf', '2026-03-07 18:28:30', '2026-04-05 03:53:42'), +(70, 120, 99, '2026-03-01', '2026-03-07', 'Quran/Arabic', NULL, NULL, 'N/A', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-07 18:28:30', '2026-04-05 03:53:42'), +(71, 42, 68, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / 16. ‘Ali Ibn Abu Ṭālib (R): The Fourth Khalifah', NULL, 'Students learned about the last rightly guided khalifah Ali Ibn Abu Talib (R).', 'Answer the lesson questions in student workbook pages 771,72,73,74', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:46:02', '2026-03-08 16:46:02'), +(72, 42, 68, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Bayyinah', NULL, 'The first three Ayat from Surat Al - Bayyinah', 'Review the first three ayat', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:46:02', '2026-03-08 16:46:02'), +(73, 52, 40, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 15. Yūsuf (A): His Childhood and Life in Aziz’s Home', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- The lineage of Yusuf (A) and his connection to other prophets. \r\n- Yusuf\'s (A) dream and his family life. \r\n- Yusuf\'s (A) brothers\' jealousy and their plan to kill him.\r\n- How Allah protected Yusuf (A) and lessons we can learn about trusting Allah from this story.', '- Complete questions questions 1,6-12,16 on pages 68-71 from the Islamic Studies Workbook.\r\n- Briefly review the lesson on Prophet Yusuf (A): Standing Up for Righteousness', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:50:02', '2026-04-02 22:39:52'), +(74, 52, 40, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, '- Helped students one-on-one with memorizing and reading Surah Ash-Sharh\r\n- Students recited Surah Ash-Sharh.', '- Finish memorizing all of Surah Ash-Sharh.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:50:02', '2026-04-02 22:39:52'), +(75, 32, 45, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 16. Ismā‘īl (A) and Ishāq (A): Nabi of Allāh ﷺ', NULL, 'Messenger of Allah', 'Chapter 16', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:50:20', '2026-03-08 16:50:20'), +(76, 32, 45, '2026-03-08', '2026-03-13', 'Quran/Arabic', NULL, NULL, 'Al Humazah', 'Al Humazah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:50:20', '2026-03-08 16:50:20'), +(77, 51, 73, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 5 – Islamic Values and Teachings / 22. Responsibility and Punctuality', NULL, 'We discussed the chapter in its entirety with examples from our daily lives.', 'Read the whole chapter and finish the homework.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:52:17', '2026-03-08 16:52:17'), +(78, 51, 73, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Ad-Duhaa', NULL, 'We practiced the whole surah as majority of the students already know it. For those who are memorizing this surah for the first time did only first 6 ayahs.', 'Ayahs 1-6', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:52:17', '2026-03-08 16:52:17'), +(79, 70, 79, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 6 – Akhlaq and Adab in Islam / 23. Amr Bil Ma’rūf: Enjoin Good Deeds', NULL, 'Full lesson', 'Homework Weekend 23', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:52:38', '2026-03-08 16:52:38'), +(80, 70, 79, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Explanation of surah and questions', 'Ayahs 1-20', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-08 16:52:38', '2026-03-08 16:52:38'), +(81, 31, 155, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 2 – Teachings of Islam / 7. Belief in the Qur’ān ; Unit 2 – Teachings of Islam / 8. Belief in the Messengers', NULL, 'Guided notes on chapters 7 and 8. 7 was on the quran and introducing that muslims believe in the Quran and discussing its basics. 8 was on the messengers of islam, highlighting the difference between nabis and messengers and introducing the basics of both.', '- no homework\r\n- guided notes completed', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-11 16:49:48', '2026-03-11 16:49:48'), +(82, 31, 155, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'All of At-Takaatur and its meaning', '- Memorize all of At-Takaatur \r\n- Know the meaning of keywords from ayats 1-4', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1773247788_004bb68ea82261ffecf2.jpg', '2026-03-11 16:49:48', '2026-03-11 16:49:48'), +(83, 31, 155, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 2 – Teachings of Islam / 9. Hadīth and Sunnah ; Unit 2 – Teachings of Islam / 10. Jinn', NULL, 'Discussed the idea of hadiths and sunnahs and went into detail about the different ones. Also started discussing about jinn in islam.', 'No homework this week', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1773248091_95ac7d0559ba655cfa49.jpg', '2026-03-11 16:54:51', '2026-03-11 16:54:51'), +(84, 31, 155, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'another week to memorize At-Takathur', '- Memorize all of At-Takathur', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1773248091_20e03a21d4ddc29feeed.jpg', '2026-03-11 16:54:51', '2026-03-11 16:54:51'), +(85, 31, 155, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 16. Ismā‘īl (A) and Ishāq (A): Nabi of Allāh ﷺ ; Unit 4 – Messengers of Allāh ﷺ / 17. S', NULL, 'Refer to the attachment for assigned content for the project', 'Dear parents,\r\n\r\nDue to the upcoming vacation we have assigned the class of 3A a project to work on. The kids were assigned one of the two following options and they should be aware of what they chose. \r\n\r\n1. Make a thorough timeline on the life of either their assigned prophet or Sahaba. (From any section in unit 4 and the last two sections of unit 5) \r\n\r\n2. Make a slide about a mosque and create a picture of the masjid handrawn. (sections in unit 5)\r\n\r\nThe timeline should be thorough and exact dates are not necessary. We’re more so looking for the order in which the events occurred in the life of their assigned person. We want as much details as possible. As for the slides, we asked around the class, and everyone had access to a computer. The kids can make the slide on any platform whether that be google slides, powerpoint, etc. When they’ve finished they should send it to mahincollege@gmail.com before they come into class. \r\n\r\nWe want to emphasize that NO OUTSIDE RESEARCH is necessary for this project. We encourage students to use the information provided in the book only and that’s all we require from them. If they want to do outside research, that’s okay but it will not affect their grade. \r\n\r\nFinally, we wish students a happy Eid and can’t wait to see these presentations in class when we return!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1773420427_79239c6408745f0760ac.png', '2026-03-13 16:47:07', '2026-03-13 16:47:07'), +(86, 31, 155, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'another week to perfect memorization of At-Takathur', '- Finish memorization \r\n- Being tested on whole surah and keyword meanings, next class\r\n- also know the meaning of all keywords in all ayahs (Notes posted in WhatsApp group with black background and white handwriting)', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-13 16:47:07', '2026-03-13 16:47:07'), +(87, 120, 99, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 16 – Fasting / Zakat Preparing for Ramadan', NULL, 'In the first half of class, we played an interactive game in which each student caught a sports ball and then shared two things. The first was something going well for them in Ramadan. The second was something they want to improve on in the last weeks of the Blessed Month. The instructors provided feedback and advice to each student. At the end, the instructors also shared their strong points and areas for improvement for Ramadan.', 'Complete the attached worksheet and memorize the Arabic vocabulary words and dua.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1774122742_404cc647bb2e5be68483.pdf', '2026-03-21 19:52:22', '2026-04-05 03:54:15'), +(88, 120, 99, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Custom / Surah Al-Kahf', NULL, 'The students spent the second half of class reading through Surah Al-Kahf and refreshing their memorization.', 'Memorize up to Ayah 8 of Surah Al-Kahf.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-21 19:52:22', '2026-04-05 03:54:15'), +(89, 42, 68, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 17. Hūd (A): Struggle to Guide Mankind', NULL, 'Students Studied Hud (A) story and learned that no matter how strong and capable a person may be, they will never be able to stop or escape punishment of Allah.', 'Lesson 17 in Student Workbook pages 75, 76, 77', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 13:54:27', '2026-03-29 13:54:27'), +(90, 42, 68, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Bayyinah', NULL, 'We are still reciting Surat Al Bayyinah and studying the meaning.', 'Memorize the first five Ayat of Surat Al Bayyinah.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 13:54:27', '2026-03-29 13:54:27'), +(91, 32, 45, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 17. Shu‘aib (A): A Nabi of Allāh ﷺ', NULL, 'Chapter 17: Shu\'aib (AS)', 'chapter: 17', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 16:18:18', '2026-04-05 14:05:54'), +(92, 32, 45, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Humazah', NULL, 'Surah Al-humazah', 'Finish memorizing and practice makharij al-hourouf (pronunciation).\r\nFinish the exercises in the Quran homework book page 60 to 64.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 16:18:18', '2026-04-05 14:05:54'), +(93, 90, 138, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 2 – Islam and Muslim / 11. Justice in Islam', NULL, 'Selected Quran verses demonstrate why justice is important in Islam and how we can always uphold justice, even when dealing with family and friends. We have talked about how the Messengers established justice as well.', 'Chapter 11 and 12 worksheet', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:15:38', '2026-03-29 19:15:38'), +(94, 90, 138, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Memorize Surah', 'Memorize', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:15:38', '2026-03-29 19:15:38'), +(95, 90, 138, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 13. Peer Pressure', NULL, '-Good and bad peer pressure\r\n-Soft peer pressure\r\n-How to avoid peer pressure\r\n-Dua against bad peer pressure\r\n-Choosing friends carefully', 'Chapter 13 HW', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:18:20', '2026-03-29 19:18:20'), +(96, 90, 138, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Al Qalam', 'Memorizing Surah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:18:20', '2026-03-29 19:18:20'), +(97, 90, 138, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 19. Let Ramadan Bring The Best in Us', NULL, 'We started this at the beginning of Ramadhan conveniently to understand what Ramadhan truly is about and how we can make the most out of this blessed month.\r\n-Annual cleansing\r\n-Fasting is a gift\r\n-Preparing for Ramadhan\r\n-Increasing Taqwa\r\n-Recognizing sins\r\n-Promote discipline \r\n-Invest in the Hereafter', 'Chapter 19 + Ramadhan journal', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:21:44', '2026-03-29 19:21:44'), +(98, 90, 138, '2026-02-22', '2026-02-28', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Al Qalam', 'Memorize at least 10 ayahs', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:21:44', '2026-03-29 19:21:44'), +(99, 90, 138, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 17. Permitted and Prohibited Food ; Unit 3 – Ethical Standard in Islam / 18. Food o', NULL, 'Learned about permitted and prohibited foods.\r\n-Dietary laws\r\n-Are all good foods halal?\r\n-Catch of a hunting animal\r\n\r\nFood of the People of the Book\r\n- Standards of food of the people of the book\r\n- Who slaughters the animals', 'Chapters 17 and 18 HW and Ramadhan journal', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:26:22', '2026-03-29 19:26:22'), +(100, 90, 138, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Al Qalam', 'Memorize 10 ayahs', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:26:22', '2026-03-29 19:26:22'), +(101, 90, 138, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 14. Islamic Perspective on Dating', NULL, 'Discussed how Islam views dating and how to avoid temptation. Learned about several Hadith that speak about guarding oneself from haram attraction and maintaining self control', 'Chapter 14 worksheet + Ramadhan journal', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:28:32', '2026-03-29 19:28:32'), +(102, 90, 138, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Al Qalam', 'Memorize 10 ayahs', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:28:32', '2026-03-29 19:28:32'), +(103, 52, 40, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 16. Yūsuf (A): Standing Up for Righteousness', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- Yusuf\'s (A) experiences in prison and his gift of determining the meaning of dreams.\r\n- Yusuf\'s (A) interpretation of the king\'s dream and his path from prison to a high-ranking job.\r\n- How we can apply the lesson from this story to our lives.', '- Complete questions 1,2,4,5,6-17 on pages 62-75 from the Islamic Studies Workbook.\r\n- Briefly review the lesson on Prophet Yusuf (A): A Childhood Dream Comes True to be prepared for next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:29:18', '2026-04-02 22:33:33'), +(104, 52, 40, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, '- Helped students one-on-one with memorizing and reading Surah Ash-Sharh \r\n- Students recited Surah Ash-Sharh .', '- Any students who haven\'t memorized the entirety of Surah Ash-Sharh need to do it by next week because we will be moving onto a new surah.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:29:18', '2026-04-02 22:33:33'), +(105, 90, 138, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 15. Indecency', NULL, 'Talked about lowering of the gazebo, hijab, and haya for both men and women.', 'Chapter 15 worksheet', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:29:57', '2026-03-29 19:29:57'), +(106, 90, 138, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Al Qalam', 'Memorize 10 ayahs', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:29:57', '2026-03-29 19:29:57'), +(107, 52, 40, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 14. Luqmān (A): A Wise Man’s Lifelong Advice', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- The debate and differences in opinion about whether Luqman (A) was a rasul or not. \r\n- Luqman\'s (A) background and his twelve values and principles. \r\n- Analyzing the ayahs in the Quran that discuss these teachings \r\n- Luqman\'s (A) advice about duties towards parents, self-development, and social conduct', '- Complete questions 1-4,7-11,15 on pages 64-67 from the Islamic Studies Workbook.\r\n- Briefly review the lesson on Prophet Yusuf (A): His Childhood and Life in Aziz’s Home', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:33:40', '2026-04-02 22:46:21'), +(108, 52, 40, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, '- Helped students one-on-one with memorizing and reading Surah Ash-Sharh\r\n- Students recited Surah Ash-Sharh.', '- Memorize all ayahs of Surah Ash-Sharh by next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:33:40', '2026-04-02 22:46:21'); +INSERT INTO `class_progress_reports` (`id`, `class_section_id`, `teacher_id`, `week_start`, `week_end`, `subject`, `unit_title`, `materials`, `covered`, `homework`, `assessment`, `status`, `status_notes`, `class_notes`, `next_week_plan`, `support_needed`, `flags_json`, `attachment_path`, `created_at`, `updated_at`) VALUES +(109, 52, 40, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 12. Ibrahim (A): His Debate with the Polytheists', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- The reason Allah sent messengers and how Ibrahim (A) received guidance. \r\n- Religons and practices of the idol worshippers during the time of Ibrahim (A). \r\n- Ibrahim\'s (A) debate with his father, people, and the king (Nimrod) about idol worshiping. \r\n- Lessons about debates and disagreements we can apply from this story to our lives.', '- Complete all the multiple-choice questions for weekend 12 in the Islamic Studies Workbook. \r\n- Briefly review the lesson on Prophet Ibrahim (A): His Plan Against the Idols to be prepared for next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:38:10', '2026-04-02 23:09:16'), +(110, 52, 40, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Ash-Sharh', NULL, '- Students completed guided notes about Surah Ash-Sharh, following a presentation. \r\n\r\nTopics Covered: \r\n- Reasons behind the revelation of the surah and what was going on in the Prophet\'s ﷺ life during this time\r\n- The meaning of the ayahs and the surah as a whole \r\n- Lessons we can learn from this surah and apply to our lives.', '- Memorize ayahs 1-4 of Surah Ash-Sharh', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:38:10', '2026-04-02 23:09:16'), +(111, 52, 40, '2026-01-25', '2026-01-31', 'Islamic Studies', 'Unit 3 – Stories of the Messengers of Allah / 11. Adam (A): The Creation of Human Beings', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- Allah\'s plan of creating humans and the reason behind it. \r\n- Allh\'s creation of Adam (A) and Iblis\'s refusal to accept Allah\'s commands \r\n- Life in the Garden of Eden, Iblis\'s tricks, and Adam\'s (A) mistake \r\n- Lessons we should apply in our lives so we don\'t repeat similar mistakes', '- Complete questions 2-14 on pages 50-52 from the Islamic Studies Workbook. \r\n- Briefly review the lesson on Prophet Ibrahim (A): His Debate with the Polytheist to be prepared for next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:42:14', '2026-04-02 23:10:41'), +(112, 52, 40, '2026-01-25', '2026-01-31', 'Quran/Arabic', 'Surah / Al-\'Alaq ; Surah / At-Tin', NULL, '- Students were given time to complete their homework in class because we didn\'t start a new surah this week.', 'None', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-29 19:42:14', '2026-04-02 23:10:41'), +(113, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 16. Nuh (A): Saved From the Great Flood', NULL, 'Students learned about the story of Nuh (A). They learned how Allah (SWT) sent him to his community to guide them to stop worshipping idols and to believe in Allah (SWT) alone. However, the people did not believe him. Allah (SWT) commanded Nuh (A) to build a boat, and he gathered the believers along with pairs of animals. Then, Allah (SWT) punished the disbelievers with a flood.', 'Complete the homework pages 75, 76, 77 and 78', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 00:30:55', '2026-03-30 00:30:55'), +(114, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', NULL, NULL, 'Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, An-Nasr, Al-Kafirun, and Al-Kawthar.', 'Sududent should memories all surat.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 00:30:55', '2026-03-30 00:30:55'), +(115, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 17. Ibrahim (A): Never Listen to Shaitan', NULL, 'Today’s lesson focused on Ibrahim (A). Allah (SWT) sent Ibrahim (A) as a prophet to guide people to worship Him alone. Students learned about the story of Ibrahim (A).\r\nAlso, Students practiced Arabic letters and learned how to read full sentences and write them on paper. The sentences practiced were: كَتَبَ مُحَمَّدٌ دَرْسًا and كَتَبَتْ سَلْمَى دَرْسًا. The worksheet has been placed in their backpacks.\r\nAdditionally, students completed a project about the letter (خ).', 'Student should complete pages 81 and 82', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 00:35:33', '2026-03-30 00:35:33'), +(116, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', NULL, NULL, 'We started a new Surat Al-Ma’un.', 'Student should memorize new surah Al-Ma’un.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 00:35:33', '2026-03-30 00:35:33'), +(117, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 16. Nuh (A): Saved From the Great Flood', NULL, 'Students learned about the story of Nuh (A). They learned how Allah (SWT) sent him to his community to guide them to stop worshipping idols and to believe in Allah (SWT) alone. However, the people did not believe him. Allah (SWT) commanded Nuh (A) to build a boat, and he gathered the believers along with pairs of animals. Then, Allah (SWT) punished the disbelievers with a flood.', 'Students should complete pages 75, 76,77, and 78.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:07:07', '2026-03-30 01:07:07'), +(118, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Custom / Al-Kawthar', NULL, 'We learned a new Surat, Surat Al-Kawthar', 'Student should memorize Surat Al-Kawthar.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:07:07', '2026-03-30 01:07:07'), +(119, 10, 97, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 16. Nuh (A): Saved From the Great Flood', NULL, 'Students learned about the story of Nuh (A). They learned how Allah (SWT) sent him to his community to guide them to stop worshipping idols and to believe in Allah (SWT) alone. However, the people did not believe him. Allah (SWT) commanded Nuh (A) to build a boat, and he gathered the believers along with pairs of animals. Then, Allah (SWT) punished the disbelievers with a flood.', 'Students should complete pages 75, 76, 77, and 78.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:17:12', '2026-03-30 01:17:12'), +(120, 10, 97, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Custom / Al-Kawthar', NULL, 'Arabic:\r\nStudents started practicing reading full sentences.\r\nQur’an:\r\nWe started a new surat. Surat Al-Kawthar.', 'Students should memorize Surat Al-Kawthar.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:17:12', '2026-03-30 01:17:12'), +(121, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 17. Ibrahim (A): Never Listen to Shaitan', NULL, 'Today’s lesson focused on Ibrahim (A). Allah (SWT) sent Ibrahim (A) as a prophet to guide people to worship Him alone. Students learned about the story of Ibrahim (A).', 'Students should complete pages 81 and 82.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:21:06', '2026-03-30 01:21:06'), +(122, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Custom / Al-Ma’un', NULL, 'Qur’an:\r\nWe started a new surat. Surat Al-Ma’un. \r\nArabic:\r\nStudents practiced Arabic letters and learned how to read full sentences and write them on paper. The sentences practiced were: كَتَبَ مُحَمَّدٌ دَرْسًا and كَتَبَتْ سَلْمَى دَرْسًا. The worksheet has been placed in their backpacks.\r\nAdditionally, students completed a project about the letter (خ).', 'Arabic: \r\nStudents should practice to read and write a full sentences. \r\nQur\'an:\r\nPlease help your child to memorize Surat Al-Ma’un.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:21:06', '2026-03-30 01:21:06'), +(123, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 15. Adam (A): The First Nabi', NULL, 'The lesson focused on Adam (A) and how Allah (SWT) created him. Students learned that Adam (A) was intelligent and that the angels bowed to him out of respect, while Iblis refused the command to bow. They also learned how Iblis deceived Adam and his wife into eating from the tree that Allah (SWT) had forbidden them to approach. We discussed how Adam (A) regretted his mistake and made Dua to Allah (SWT), asking for forgiveness.\r\nStudents learned the Dua:\r\nرَبَّنَا ظَلَمْنَا أَنفُسَنَا وَإِن لَّمْ تَغْفِرْ لَنَا وَتَرْحَمْنَا لَنَكُونَنَّ مِنَ الْخَاسِرِينَ', 'Students should complete pages 71, 72 and 73.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:30:10', '2026-03-30 01:30:10'), +(124, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Custom / Al-Kawthar', NULL, 'Qu\'ran:\r\nStudents learned Surat Al-Kawthar\r\nArabic:\r\nWe reviewed the Arabic alphabet letters, including damma, kasra, fatha, and sukun.\r\nWe reviewed the long vowel sounds (madd). Students are now able to connect the letters and form words and sentences.', 'Qur\'an: \r\nMemories Surat Al-Kawthar. \r\nArabic:\r\nThey should also complete the homework on the worksheet provided.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:30:10', '2026-03-30 01:30:10'), +(125, 10, 97, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 17. Ibrahim (A): Never Listen to Shaitan', NULL, 'Today’s lesson focused on Ibrahim (A). Allah (SWT) sent Ibrahim (A) as a prophet to guide people to worship Him alone. Students learned about the story of Ibrahim (A).\r\nStudents learned a new dua (a picture will be sent).\r\n\r\nIf you have any questions, please feel free to ask', 'Homework: Students should complete Weekend 16: Nuh (A), pages 75–78, and Weekend 17: Ibrahim (A), pages 81–82.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1775106257_3cd085286a0e49b45867.jpeg', '2026-03-30 01:36:34', '2026-04-02 05:04:17'), +(126, 10, 97, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Custom / Al-Kawthar', NULL, 'Qur’an:\r\nWe started a new surah. Surat Al-Ma’un \r\n\r\nArabic:\r\nStudents practiced Arabic letters and learned how to read full sentences and write them on paper. The sentences practiced were: كَتَبَ مُحَمَّدٌ دَرْسًا and كَتَبَتْ سَلْمَى دَرْسًا. The worksheet has been placed in their backpacks.\r\nAdditionally, students completed a project about the letter (خ).\r\nWe reviewed the Qur’an surahs: Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, An-Nasr, Al-Kafirun, and Al-Kawthar. We started a new Surat Al-Ma’un. Students should memorize all the surahs.', 'Qur’an:\r\nPlease help your child to memorize Surat Al-Ma’un \r\nArabic:\r\nPlease help your child practice reading and writing in Arabic.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 01:36:34', '2026-04-02 05:04:17'), +(127, 51, 73, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 5 – Islamic Values and Teachings / 23. My Mind', NULL, 'Students read the chapter and highlighted key points followed by group discussion.', 'Finish the chapter in it\'s entirety an homework in the workbook!\r\nFailure to do homework on time would impact the overall grade of the student.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-30 02:07:19', '2026-03-30 02:07:19'), +(128, 51, 73, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Ad-Duhaa', NULL, 'Ayah 1-11', 'Surah memorization along with vocab words.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1774836439_f91035fe25979c21f1f4.jpg', '2026-03-30 02:07:19', '2026-03-30 02:07:19'), +(129, 70, 79, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 6 – Akhlaq and Adab in Islam / 28. Types of Behavior Allah Loves', NULL, 'Reading and explanation of the chapter', 'Weekend 28 Questions', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-31 13:52:40', '2026-03-31 13:52:40'), +(130, 70, 79, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Recitation of what has been memorized by student', 'Ayahs 1-20', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-03-31 13:52:40', '2026-03-31 13:52:40'), +(131, 10, 3, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 3 – Our Ibadat / 14. Hajj: The Fifth Pillar', NULL, 'Our lesson focused on pilgrimage (Hajj), one of the five pillars of Islam. Students learned about the importance of Hajj and why it is a mandatory act of worship for Muslims who are physically and financially able to perform it at least once in their lifetime. We discussed the process of Hajj and the main steps people perform during this sacred journey, such as wearing ihram, making tawaf around the Kaaba, walking between Safa and Marwah, standing at Arafah, and staying in Mina.\r\nStudents also learned that Prophet Ibrahim (A.S.) was the first Messenger who called people to perform Hajj, following Allah’s command. The final step of Hajj is the sacrifice of an animal, which takes place on the special day of Eid al-Adha. This day is a time of celebration, gratitude, and sharing with those in need, and it holds great significance for Muslims around the world.', 'Please help your child complete pages 66, 67, and 68 in the Student Workbook. Also, please make sure your child completes the Ramadan homework in the workbook as well.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 15:15:01', '2026-04-04 15:23:14'), +(132, 10, 3, '2026-02-01', '2026-02-07', 'Quran/Arabic', NULL, NULL, 'We also reviewed Surahs Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, and An-Nasr and, Al-Kafirun. Additionally, we reviewed the alphabet letters.\r\nWe reviewed the practice of mudud (long vowel sounds), for example (با، بو، بي). Students learned how to connect alphabet letters to form simple words. \r\n.', 'Qur’an:\r\nPlease help your child to memorize Surah, Al-Kafirun\r\nArabic:\r\nPlease help your child practice reading and writing in Arabic.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 15:15:01', '2026-04-04 15:23:14'), +(133, 10, 3, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 15. Adam (A): The First Nabi', NULL, 'The lesson focused on Adam (A) and how Allah (SWT) created him. Students learned that Adam (A) was intelligent and that the angels bowed to him out of respect, while Iblis refused the command to bow. They also learned how Iblis deceived Adam and his wife into eating from the tree that Allah (SWT) had forbidden them to approach. We discussed how Adam (A) regretted his mistake and made Dua to Allah (SWT), asking for forgiveness.\r\nStudents learned the Dua:\r\nرَبَّنَا ظَلَمْنَا أَنفُسَنَا وَإِن لَّمْ تَغْفِرْ لَنَا وَتَرْحَمْنَا لَنَكُونَنَّ مِنَ الْخَاسِرِينَ', 'Students should complete pages 71, 72, and 73 in the student workbook. They should also complete the homework on the worksheet provided.\r\nPlease let me know if you have any questions', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 15:30:04', '2026-04-04 15:33:21'), +(134, 10, 3, '2026-03-01', '2026-03-07', 'Quran/Arabic', NULL, NULL, 'Students also reviewed Surah Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, An-Nasr, and Al-Kafirun, and we started a new surah, Al-Kawthar.\r\nWe reviewed the Arabic alphabet letters, including damma, kasra, fatha, and sukun.\r\nWe reviewed the long vowel sounds (madd). Students are now able to connect the letters and form words and sentences.', 'Students should memorize Surat Al-Kawthar.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 15:30:04', '2026-04-04 15:33:21'), +(135, 80, 74, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Islamic Ethical Framework / 16. Friends and Friendship: Who is a Good Friend?', NULL, 'We discussed friends and the importance of friendship in Islam, highlighting how good companions can positively influence a person’s character, strengthen their faith, and encourage them to do what is right.', 'We have completed the chapter homework in class.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:26:47', '2026-04-04 21:26:47'), +(136, 80, 74, '2026-03-29', '2026-04-04', 'Quran/Arabic', NULL, NULL, 'Surah Abasa. Tajweed', 'Quran memorization is due Surah Abasa till Ayah 22', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:26:47', '2026-04-04 21:26:47'), +(137, 80, 74, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – Challenges in Madinah / 13. Banu Nadir: Treachery Within Madinah', NULL, 'Banu Nadir, a Jewish tribe who lived in Madina during the time of Prophet Muhammad PBUH. We discussed the history between them and Muslims and their attempt to murder the Prophet PBUH.', 'Chapter 13 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:32:13', '2026-04-04 21:32:13'), +(138, 80, 74, '2026-03-01', '2026-03-07', 'Quran/Arabic', NULL, NULL, 'Surah Abasa', 'Versus selected for each student', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:32:13', '2026-04-04 21:32:13'), +(139, 80, 74, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – Challenges in Madinah / 14. Banu Qurayzah', NULL, 'Completed Chapter 14, and reviewed 12,13.', 'Chapter 14', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:33:42', '2026-04-04 21:33:42'), +(140, 80, 74, '2026-03-08', '2026-03-13', 'Quran/Arabic', NULL, NULL, 'Surah Abasa', 'Surah Abasa from Ayah 1 to Ayah 20', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:33:42', '2026-04-04 21:33:42'), +(141, 80, 74, '2026-02-15', '2026-02-21', 'Islamic Studies', 'Unit 3 – Challenges in Madinah / 11. Hypocrites ; Unit 3 – Challenges in Madinah / 12. Banu Qaynuqa: Threat Within Madin', NULL, 'Chapters 11 and 12 covered', 'Chapter 11 and 12', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:34:46', '2026-04-04 21:36:07'), +(142, 80, 74, '2026-02-15', '2026-02-21', 'Quran/Arabic', NULL, NULL, 'Surah Abasa', 'Selected versus', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:34:46', '2026-04-04 21:36:07'), +(143, 80, 74, '2026-02-22', '2026-02-28', 'Islamic Studies', 'Unit 2 – Knowing the Messenger ﷺ / 10. Hadith: Collection and Classification', NULL, 'Students were give time with Sr Ryaan to review previous lessons and complete missing homework', 'N/A', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:38:00', '2026-04-04 21:38:00'), +(144, 80, 74, '2026-02-22', '2026-02-28', 'Quran/Arabic', NULL, NULL, 'Surah Abasa', 'Surah Abasa up until 13', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 21:38:00', '2026-04-04 21:38:00'), +(145, 120, 99, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 20 – The 5 Legal Maxims / Qawa\'id al Khamsa, Adab Al Mufrad - Manners / Akhlaq', NULL, 'We had an open discussion about the importance of good character and mannerisms, as well as how we can improve upon them. Additionally, we reflected on Ramadan as a whole and how our efforts were to finish the month. We stressed the importance of fasting for six days in Shawwal and the reward for doing so. In the second half, we went over some questions the students asked in the online form anonymously. Additionally, some students directly asked us questions. These questions pertained to modern-day challenges and fiqh.', 'Finish and submit any incomplete work from before.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 22:06:44', '2026-04-04 22:06:44'), +(146, 120, 99, '2026-03-29', '2026-04-04', 'Quran/Arabic', NULL, NULL, 'N/A', 'Continue memorizing Surah Al-Kahf up to and including Ayah 8.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-04 22:06:44', '2026-04-04 22:06:44'), +(147, 60, 120, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 5 – Some Prominent Muslimahs / 18. Fatimah (ra): Lady of the Light ; Unit 5 – Some Prominent Muslimahs / 19. Some P', NULL, 'Life of Fatima(RA)', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:20:12', '2026-04-05 03:29:29'), +(148, 60, 120, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Fajr', NULL, 'meaning / memorization Ayah 1-20', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:20:12', '2026-04-05 03:29:29'), +(149, 60, 120, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 5 – Some Prominent Muslimahs / 16. Khadijah (ra): The Finest Example of a Committed Wife ; Unit 5 – Some Prominent ', NULL, 'Life of Khadija (RA) and Ayesha (RA)', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:21:25', '2026-04-05 03:21:25'), +(150, 60, 120, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Fajr', NULL, 'ayahs 1-17', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:21:25', '2026-04-05 03:21:25'), +(151, 60, 120, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 6 – Knowledge Enrichment / 20. Al-Qiyamah: The Awakening', NULL, 'Concept of Aakhira, Day of judgement', 'Project due', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:25:42', '2026-04-05 03:25:42'), +(152, 60, 120, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Ghashiyah', NULL, 'Translation and brief discussion of Surah', 'Memorize Surah Al Fajr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 03:25:42', '2026-04-05 03:25:42'), +(153, 32, 45, '2026-03-01', '2026-03-07', 'Islamic Studies', 'Unit 3 – Nabi Muhammad ﷺ / 15. Our Relationship With Rasūlullāh ﷺ', NULL, 'Chapter 15: Our relationship with Rasulullah (SAWS)', 'Chapter 15', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 13:59:24', '2026-04-05 13:59:24'), +(154, 32, 45, '2026-03-01', '2026-03-07', 'Quran/Arabic', 'Surah / Al-Humazah', NULL, 'Surah Al-Humazah', 'Memorize Surah Al-Humazah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 13:59:24', '2026-04-05 13:59:24'), +(155, 41, 43, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 17. Hūd (A): Struggle to Guide Mankind', NULL, 'Students reviewed the life of Prophet Hud (AS). Once finished, the students who had researched Prophet Hud (AS) for their project presented their work.', 'MANDATORY: Lesson 16 Homework Book Section', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 14:20:24', '2026-04-05 14:20:24'), +(156, 41, 43, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Qadr', NULL, 'Students continued memorizing Surah Al-Qadr', 'Memorize Surah Al-Qadr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 14:20:24', '2026-04-05 14:20:24'), +(157, 90, 138, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 3 – Ethical Standard in Islam / 15. Indecency', NULL, 'Today, we have discussed their debate project. There have been several topics I have allowed my students to research. A lot of these topics are from themes we have talked about in previous chapters and current day issues that arise in their youth. The goal is to challenge their minds, have them use critical skills along with schema. A lot of these topics have an absolute answer, however it is to challenge both sides of the argument and have students find and understand the truth. In the world, there are many opinions and takes on moral topics. This project will get them out of their comfort zone and learn more about the truth and how others may argue the opposing side to be \"correct\".', 'Debate project', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 14:40:17', '2026-04-05 14:40:17'), +(158, 90, 138, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Memorizing 10 ayahs', 'Students need to understand the themes of the surah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 14:40:17', '2026-04-05 14:40:17'), +(159, 60, 120, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 6 – Knowledge Enrichment / 21. Rüh and Nafs: An Overview', NULL, 'Concept of Ruh and stages of nafs', 'Islamic studies workbook Pg 79-83', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 15:00:07', '2026-04-05 15:00:07'), +(160, 60, 120, '2026-04-05', '2026-04-11', 'Quran/Arabic', NULL, NULL, 'Surah Al-Ghashiya', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 15:00:07', '2026-04-05 15:00:07'), +(161, 70, 79, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 3 – Stories from the Qur’an / 11. The Companions of the Cave', NULL, 'Full lesson', 'Weekend 11 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 16:52:12', '2026-04-05 16:52:12'), +(162, 70, 79, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Recitation with tajweed', 'Ayah 1-5', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 16:52:12', '2026-04-05 16:52:12'), +(163, 70, 79, '2026-01-25', '2026-01-31', 'Islamic Studies', 'Unit 2 – Stories of the Messengers / 10. Yūsuf (A): The Will to Overcome Temptation', NULL, '-', 'Midterm', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 16:54:20', '2026-04-05 16:54:20'), +(164, 70, 79, '2026-01-25', '2026-01-31', 'Quran/Arabic', 'Surah / At-Tariq', NULL, '-', 'Midterm', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 16:54:20', '2026-04-05 16:54:20'), +(165, 70, 79, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 5 – Knowledge Enrichment / 16. Character of the Messengers', NULL, 'Full lesson', 'Weekend 16 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 17:01:03', '2026-04-05 17:01:03'), +(166, 70, 79, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'We went over the explanation of the surah', 'All Ayahs of surah 1-22', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 17:01:03', '2026-04-05 17:01:03'), +(167, 42, 68, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / 13. Abū Bakr (R): The First Khalifah', NULL, 'Students learned about the first Rightly Guided Khalifa Abu Bakr (R). Abu bakr (R) life and achievements.', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 21:00:06', '2026-04-05 21:00:06'), +(168, 42, 68, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Qadr', NULL, 'Surat Al Qadr Recitation and the meaning.', 'Memorize Surat Al Qadr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 21:00:06', '2026-04-05 21:00:06'), +(169, 42, 68, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 18. Ṣāliḥ (A): Struggle to Guide the Misguided', NULL, 'Students learned about Allah messenger Salih (A).', 'Lesson 18 Salih (A) answer questions in Student Workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 21:06:18', '2026-04-05 21:06:18'), +(170, 42, 68, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Surah / Al-Bayyinah', NULL, 'The first 7 Ayat of surat Al Bayyinah and the meaning.', 'Memorize the first 7 ayat of Surat Al Bayyinah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-05 21:06:18', '2026-04-05 21:06:18'), +(171, 10, 97, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 18. Musa (A): Challenging a Bad Ruler', NULL, 'Students learned about Musa (A) and his journey with the Pharaoh. They learned how the Pharaoh oppressed people and ordered the killing of baby boys, but Allah (SWT) protected Musa from birth and returned him safely to his mother. Musa (A) later became a prophet and led his people away from the Pharaoh. In the end, Allah (SWT) parted the sea to save Musa and his companions and destroyed the Pharaoh and his army.', 'Please help your child to complete the pages 86 and 87 in students workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-06 02:00:09', '2026-04-06 02:00:09'), +(172, 10, 97, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Custom / Al-Ma’un', NULL, 'We reviewed Surat Al-Fatiha, Al-Ikhlas, Al-Falaq, An-Nas, Al-Masad, An-Nasr, Al-Kafirun, Al-Kawthar, and Al-Ma’un. \r\n\r\nFor Arabic:\r\nWe reviewed Arabic letters.\r\nStudents learned how to write full sentences, and they have a good progress.\r\nStudents paracticed the spelling of the word \r\nThey complete a project for writing alphabet letters in class.', 'Students should memorize Surat Al-Ma’un.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-06 02:00:09', '2026-04-06 02:00:09'), +(173, 21, 163, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Learning About Islam / 18. Obey Allah ; Unit 4 – Learning About Islam / 19. Day of Judgment', NULL, 'We Covered 2 lessons \r\nFirst one is Obey Allah and Rasul.\r\nSecond Day of judgement.', 'Complete both lessons exercise', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 12:54:44', '2026-04-07 12:54:44'), +(174, 21, 163, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Kafirun ; Surah / Al-Kawthar', NULL, 'We memorized both Surah’s almost all the students know both Surah’s.', 'Keep practice with them', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 12:54:44', '2026-04-07 12:54:44'), +(175, 21, 163, '2026-03-22', '2026-03-28', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 17. Nabi Muhammad ﷺ', NULL, 'We Covered lesson no 17 its about our last Prophet Muhammad (SAW)', 'They have to complete the exercise.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:00:25', '2026-04-07 13:00:25'), +(176, 21, 163, '2026-03-22', '2026-03-28', 'Quran/Arabic', 'Surah / Al-Kawthar', NULL, 'Today we memorized Surah and most of the students already know that.\r\nIn Arabic we learn about Sakoon.', 'Please practice with them both Surah and Sakoon.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:00:25', '2026-04-07 13:00:25'), +(177, 21, 163, '2026-03-15', '2026-03-21', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 16. Yunus (A)', NULL, 'We covered lesson no 16 its about our Prophet Yunus (A)', 'They need to complete there homework and memorize aya its mentioned in the lesson.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:05:34', '2026-04-07 13:05:34'), +(178, 21, 163, '2026-03-15', '2026-03-21', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'Today we covered Surah Al Kafirun most of the students memorized it.Some still needs help.\r\nIn Arabic we learned all the Harakat ( Damma,Fatha,Kasra..)', 'Please practice we them surah and Harakat.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:05:34', '2026-04-07 13:05:34'), +(179, 21, 163, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 15. Musa (A) and Harun (A)', NULL, 'Today we learned about Our 2 Prophets.', 'They need to complete there homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:08:10', '2026-04-07 13:08:10'), +(180, 21, 163, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'We revised Surah Al Kafirun and there key words.', 'Please practice with them.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:08:10', '2026-04-07 13:08:10'), +(181, 51, 314, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 5 – Islamic Values and Teachings / 24. Kindness and Forgiveness', NULL, 'We read and discussed the lesson for weekend 24 about kindness and forgiveness. Various ways we can be kind and forgiving to others.', 'The students will be answering the questions at the end of today\'s lesson. The students were also assigned the project due in 2 weeks about the stories of prophets. No poster boards for the project. They can make mini booklets.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:28:10', '2026-04-07 13:28:10'), +(182, 51, 314, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Surah / Al-Layl', NULL, 'The students took turns reciting Sura Duha which they had memorized. A few of them are still working on their memorization. We also read the next Sura- [Sura Lail] with translation and explanation.', 'The students can practice reading Sura Lail with translation and Summary. Those who have not memorized Sura Duha can continue with that.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-07 13:28:10', '2026-04-07 13:28:10'), +(183, 120, 99, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 23 – Compalation of Quran & Hadith Mental Health / Finding Purpose & Peace', NULL, 'This week, the students participated in split-session discussions. The brothers and sisters separately discussed what it means to be a man/woman in Islam, including emotional intelligence, mental and physical health, challenges faced in high school, and the roles taught through the Qur\'an and Sunnah. Then, the brothers and sisters combined and each wrote down their individual spiritual, mental, physical, and career goals.', 'Please watch the video below, it\'s only 10 mins long, and then post your reflection and any thoughts you have to the Discord. Then, pick anyone\'s post and write a short response to it in the Discord.\r\n\r\nhttps://www.youtube.com/watch?v=OTKiPJ4wHNc', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-08 19:01:05', '2026-04-08 19:01:05'), +(184, 120, 99, '2026-04-05', '2026-04-11', 'Quran/Arabic', NULL, NULL, 'N/A', 'Continue memorizing Surah Al-Kahf, up to and including Ayah 8.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-08 19:01:05', '2026-04-08 19:01:05'), +(185, 31, 155, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 17. Shu‘aib (A): A Nabi of Allāh ﷺ ; Unit 4 – Messengers of Allāh ﷺ / 16. Ismā‘īl (A) a', NULL, 'Presented projects', 'none', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-09 21:39:37', '2026-04-09 21:39:37'), +(186, 31, 155, '2026-03-29', '2026-04-04', 'Quran/Arabic', NULL, NULL, 'No surah', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-09 21:39:37', '2026-04-09 21:39:37'), +(187, 31, 155, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 16. Ismā‘īl (A) and Ishāq (A): Nabi of Allāh ﷺ ; Unit 4 – Messengers of Allāh ﷺ / 18. D', NULL, 'Watched videos and took notes on Ismail (as), Ishaq (as), and Dawud (as)', 'No homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-09 21:41:42', '2026-04-09 21:41:42'), +(188, 31, 155, '2026-04-05', '2026-04-11', 'Quran/Arabic', NULL, NULL, 'No surah', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-09 21:41:42', '2026-04-09 21:41:42'), +(189, 80, 74, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 4 – Islamic Ethical Framework / 18. Dating: How Islam Views the Practice ; Unit 4 – Islamic Ethical Framework / 17.', NULL, 'Assalamu alaykom Parents,\r\n\r\nToday in class, we covered Lessons 17 and 18. The lessons focused on the topics of friendship and dating in Islam, and we continued our class discussions around these important subjects', 'Students completed the homework for both units during class time. For homework due next week, they have a few research questions to complete', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 13:17:53', '2026-04-11 13:17:53'), +(190, 80, 74, '2026-04-05', '2026-04-11', 'Quran/Arabic', NULL, NULL, 'Surah Abasa', 'Up to Ayah 25', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 13:17:53', '2026-04-11 13:17:53'), +(191, 32, 45, '2026-02-08', '2026-02-14', 'Islamic Studies', 'Unit 3 – Nabi Muhammad ﷺ / 13. Kindness of Rasūlullāh ﷺ', NULL, 'Chapter 13', 'Chapter 13', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:31:20', '2026-04-11 23:31:20'), +(192, 32, 45, '2026-02-08', '2026-02-14', 'Quran/Arabic', 'Surah / Al-Humazah', NULL, 'Al-Humazah', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:31:20', '2026-04-11 23:31:20'), +(193, 32, 45, '2026-02-01', '2026-02-07', 'Islamic Studies', 'Unit 2 – Teachings of Islam / 12. The Straight Path: The Right Path', NULL, 'Chapter 12', 'Chapter 12', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:32:52', '2026-04-11 23:34:41'), +(194, 32, 45, '2026-02-01', '2026-02-07', 'Quran/Arabic', 'Surah / Al-Humazah', NULL, 'Al-Humazah', 'Al-Humazah exercises in the workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:32:52', '2026-04-11 23:34:41'), +(195, 32, 45, '2026-01-25', '2026-01-31', 'Islamic Studies', 'Unit 2 – Teachings of Islam / 11. Muslims in North America', NULL, 'Chapter 11', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:39:16', '2026-04-11 23:39:16'), +(196, 32, 45, '2026-01-25', '2026-01-31', 'Quran/Arabic', 'Custom / Surah Al-fil and Quraish', NULL, 'Revised the Surahs that were covered in the midterm', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-11 23:39:16', '2026-04-11 23:39:16'), +(197, 22, 5, '2026-04-05', '2026-04-11', 'Islamic Studies', 'Unit 4 – Learning About Islam / 20. Our Masjid', NULL, 'We did lesson 20, focusing on the proper etiquette in the Masjid. The kids learned about the good behavior expected of a Muslim in a Masjid, with many examples provided.', 'Complete lesson 20 in the Islamic Studies Workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:22:51', '2026-04-12 00:22:51'), +(198, 22, 5, '2026-04-05', '2026-04-11', 'Quran/Arabic', 'Surah / Al-Kawthar', NULL, 'We practiced Surah Al-Kawtar and worked on some of the questions in the homework book .\r\n\r\nIn Arabic we reviewed tanween and long vowel letters.', 'Practice the entire Surah\r\nMemorize the previous Surah if it\'s not.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:22:51', '2026-04-12 00:22:51'), +(199, 22, 5, '2026-03-29', '2026-04-04', 'Islamic Studies', 'Unit 4 – Learning About Islam / 18. Obey Allah ; Unit 4 – Learning About Islam / 19. Day of Judgment', NULL, 'The kids learned a the importance of following the rules in daily life to become a good Muslim.\r\nWe also touched on week 19, the kids gained a deeper understanding of Akhira and how all humans will be judged.', 'Complete week 18 and 19 in The Islamic Studies Workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:35:58', '2026-04-12 00:35:58'), +(200, 22, 5, '2026-03-29', '2026-04-04', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'The kids who still didn\'t memorize Surah Al-kafirun got a chance to recite it.\r\nThe kids worked on a project that reminded them of some important event in the lives of our Prophets.', 'Memorize Surah Al-Kafirun for the one who still didn\'t.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:35:58', '2026-04-12 00:35:58'), +(201, 22, 5, '2026-03-08', '2026-03-13', 'Islamic Studies', 'Unit 3 – The Messengers of Allah / 17. Nabi Muhammad ﷺ', NULL, 'We did learn about the remarkable life of our prophet Muhammad(SAS), they learned his early childhood and his prophetic journey.', 'Complete lesson17 in the Islamic studies Workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:44:40', '2026-04-12 00:44:40'), +(202, 22, 5, '2026-03-08', '2026-03-13', 'Quran/Arabic', 'Surah / Al-Kafirun', NULL, 'We did review Surah Al-kafirun and did the question in the workbook.', 'Make Sure your kids memorize the whole Surah.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 00:44:40', '2026-04-12 00:44:40'), +(203, 42, 68, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 19. Mūsā (A): His Life and Achievements', NULL, 'Students learned about Musa (A) life, and how Allah protected him and chose him to be a messenger.', 'Weekend 19 questions in Student Workbook pages 83 to 86', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 14:06:31', '2026-04-12 14:06:31'), +(204, 42, 68, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Bayyinah', NULL, 'We are still working on memorizing Surat Al Bayyinah.', 'Practice Surat Al Bayyinah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 14:06:31', '2026-04-12 14:06:31'), +(205, 22, 5, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Learning About Islam / 22. Food that We May Eat ; Unit 4 – Learning About Islam / 21. Islamic Phrases', NULL, 'We covered the lesson 21 and 22 (Islamic Phrases and food that we May Eat )', 'Do the lesson 21 and 22 homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 15:34:48', '2026-04-12 15:34:48'), +(206, 22, 5, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'Surah Al-kawtar', 'Parctice surah Al-maun', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 15:34:48', '2026-04-12 15:34:48'), +(207, 60, 83, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 6 – Knowledge Enrichment / 22. The Angels and Jinn: An Overview', NULL, 'The names of the angels and purpose.\r\nThe types of desires and ways to achieve piety. \r\nJinn and their purpose.', 'Weekend 22 homework pages 83-85.\r\nReview for unit 3 and unit 5 quiz on April 19th.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:13:48', '2026-04-12 16:13:48'), +(208, 60, 83, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Fajr', NULL, 'Reviewed the surah again and memorize all of it if you haven\'t already.', 'Finalize memorization of surah fajr.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:13:48', '2026-04-12 16:13:48'), +(209, 70, 79, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 5 – Knowledge Enrichment / 17. Rasūlullāh’s Marriages', NULL, 'Full lesson', 'Weekend 17 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:44:21', '2026-04-12 16:44:21'), +(210, 70, 79, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'We reviewed the explanation and terms of the surah.', 'Memorize the full surah Ayahs 1-22. We will have a short test on the explanation of the surah. Review notes, explanation in the book, and questions at the end of the surah.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:44:21', '2026-04-12 16:44:21'), +(211, 41, 43, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 19. Mūsā (A): His Life and Achievements', NULL, 'We covered lesson Musa A . Students finished homework in class', 'work on your project if you haven\'t done yet.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:47:14', '2026-04-12 16:47:14'), +(212, 41, 43, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Qadr', NULL, 'worked on finishing memorizing Surah al-qader.', 'Finish memorize it if you haven\'t done yet .', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:47:14', '2026-04-12 16:47:14'), +(213, 32, 45, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 18. Dāwūd (A): A Nabi of Allāh ﷺ', NULL, 'Chapter 18', 'Chapter 18', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:52:51', '2026-04-12 16:59:14'), +(214, 32, 45, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-\'Asr', NULL, 'Surah Al-Asr', 'memorize Surah Al-Asr and do homework pages 65 to 68 in workbook', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 16:52:51', '2026-04-12 16:59:14'), +(215, 52, 40, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Custom / Prophets Project', NULL, '- Students were given time to work in their groups on their Prophets Project presentations.\r\n- Three groups presented today, covering Prophet Muhammad (SAW), Prophet Adam (AS), and Prophet Yusuf (AS).\r\n- After each presentation, students were asked questions to reinforce their understanding of the prophets’ stories and their lives.', '- Students who didn\'t finish the project should continue working on it because we will be presenting it next week. (If there any issues contacting their partners, let me know.) \r\n- Briefly review the lesson on Prophet Ayyub (A): Example of Patience and Perseverance (Lesson 18) and the lesson on Zakariyyah (A) and Yahaya (A) (Lesson 19) to be prepared for next week.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 23:22:21', '2026-04-12 23:30:53'), +(216, 52, 40, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Ad-Duhaa', NULL, '- Finished the guided notes on Surah Ad-Duha, focusing on the lessons we can learn from the surah\r\n- Helped students one-on-one with memorizing and reading Surah Ad-Duha\r\n- Students recited Surah Ad-Duha', '- Memorize ayahs 1-5 of Surah Ad-Duha', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-12 23:22:21', '2026-04-12 23:30:53'), +(217, 21, 71, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Learning About Islam / 21. Islamic Phrases ; Unit 4 – Learning About Islam / 22. Food that We May Eat', NULL, 'Lesson 21 Islamic phrases, lesson 22 food we can eat', 'Homework for lesson 21 and lesson 22', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-13 02:10:59', '2026-04-13 02:10:59'), +(218, 21, 71, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'Surat Al Maun', 'Memorize Surat Al Maun', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-13 02:10:59', '2026-04-13 02:10:59'), +(219, 10, 97, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 19. Isa (A): A Great Nabi of Allah', NULL, 'Today’s lesson was about Prophet Isa (A). Students learned about his mother Maryam, his birth, and how Allah allowed Isa to speak as a newborn to show his prophethood. They also learned that Allah made him a Prophet and gave him miracles. At the end, students discussed how some people later worshipped Isa and Maryam instead of worshipping only Allah.', 'Homework for this week:\r\nPlease help your child complete pages 90 and 91 in the student workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-13 10:00:47', '2026-04-13 10:00:47'), +(220, 10, 97, '2026-04-12', '2026-04-18', 'Quran/Arabic', NULL, NULL, 'We continued memorizing Surah Al-Ma’un and reviewed Surah Al-Kafirun; students are still struggling with it.\r\n\r\nArabi:\r\nStudents also practiced Arabic. They began connecting words on their own and practiced reading and writing.\r\nWe completed a couple of projects, which are in their backpacks.', 'Please help your child memorize the Surahs we covered this semester: Surah An-Nasr, Surah Al-Kafirun, Surah Al-Kawthar, and Surah Al-Ma’un. These Surahs will be included in the final exam.\r\n\r\nArabic:\r\nPlease also help your child practice reading and writing in Arabic, starting with single words and then full sentences.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-13 10:00:47', '2026-04-13 10:00:47'), +(221, 51, 314, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 5 – Islamic Values and Teachings / 25. The Middle Path: Ways to Avoid the Two Extremes', NULL, 'We read and discussed the lesson titled \"The Middle Path\". How to strike a balance in life fulfilling our Worldly duties and our religious obligations.', 'The students will be answering the Questions in their homework workbook pertaining to today\'s lesson.\r\nThe Students will also be working on their projects about Prophets.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-14 01:30:19', '2026-04-14 01:30:19'), +(222, 51, 314, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Layl', NULL, 'The Students took turns reading Surah Layl a few Ayahs each of them along with translation. Some of the students who were lagging behind in memorization from last week recited Surah Duha. A few are still working on memorization.', 'Memorizing Surah Duha for students not done yet and Practice reading Surah Layl with translation.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-14 01:30:19', '2026-04-14 01:30:19'), +(223, 52, 40, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Custom / Unit 3 – Stories of the Messengers of Allah / 18. Ayyub (A): Example of Patience and Perseverance', NULL, '- Students were given time to complete guided notes on their own using the textbook and working with peers. Then we reviewed the notes as a class with a presentation.\r\n\r\nTopics Covered:\r\n- Ayyub\'s (A) life including his family, where he lived, his background \r\n- The ways in which Allah tests righteous servants \r\n- The ways Ayyub (A) was tested and what he did during his hardship \r\n- Lessons we can learn from the story of Ayyub (A)', 'Complete questions 2,4-8 on pages 81-82 from the Islamic Studies Workbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 15:27:31', '2026-04-19 15:28:04'), +(224, 52, 40, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Ad-Duhaa', NULL, '- Helped students one-on-one with memorizing and reading Surah Ad-Duha\r\n- Students recited Surah Ad-Duha', '- Finish memorizing Surah Ad-Duha (all ayahs)', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 15:27:31', '2026-04-19 15:28:04'), +(225, 41, 160, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 20. Sulaimān (A): A King and a Servant of Allah ﷺ', NULL, 'Students reviewed the life of Prophet Sulaiman (AS). Once finished, the students who had researched Prophet Sulaiman (AS) for their project presented their work.', 'MANDATORY: Lesson 20 Homework Book Section\r\n\r\nAlso: Bring $10 to participate in the field trip!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:37:49', '2026-04-19 16:48:57'); +INSERT INTO `class_progress_reports` (`id`, `class_section_id`, `teacher_id`, `week_start`, `week_end`, `subject`, `unit_title`, `materials`, `covered`, `homework`, `assessment`, `status`, `status_notes`, `class_notes`, `next_week_plan`, `support_needed`, `flags_json`, `attachment_path`, `created_at`, `updated_at`) VALUES +(226, 41, 160, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-Qadr ; Surah / Az-Zalzalah', NULL, 'Students reviewed important vocabulary words from Surahs Al-Qadr and Az-Zalzalah that will be on the upcoming test', 'MANDATORY: Review the vocab. Pictures will be posted.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:37:49', '2026-04-19 16:48:57'), +(227, 22, 132, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 5 – Akhlaq and Adab in Islam / 23. Truthfulness ; Unit 5 – Akhlaq and Adab in Islam / 24. Kindness', NULL, 'we covered today two units: truthfulness and kindness.\r\nfor the first unit: we taught the meaning of the truthfulness and the importance to be truthful when we speak and behave, following the rasul Mohammad (saws) ad obey Allah (swt) order.\r\nfor the second unit: we taught the meaning of kindness and how to be kind when we help or support someone because that makes their day brighter.', 'week 23 and 24 homework book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:41:12', '2026-04-19 16:41:12'), +(228, 22, 132, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'we read Surah Ma\'un and focused on the explanation of the meanings and write down some hard vocabularies.', 'memorize all Surah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:41:12', '2026-04-19 16:41:12'), +(229, 60, 120, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 6 – Knowledge Enrichment / 23. Shaitan: The Invisible Enemy', NULL, 'How shaitan misleads us and what we can do to stay on the right path.', 'Chapter 23 workbook pages 86-89', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:42:32', '2026-04-19 16:42:32'), +(230, 60, 120, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-A\'la', NULL, 'Discussion on Ayahs 1-8', 'Memorize ayahs 1-8', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:42:32', '2026-04-19 16:42:32'), +(231, 70, 79, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 4 – Two Companions Who Shaped Islam / 14. Abū Sufyān: His Life and Achievements', NULL, 'Full lesson', 'Weekend 14 Homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:55:38', '2026-04-19 16:55:38'), +(232, 70, 79, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'We did a quiz on the surah.', 'Memorize the full Surah Ayahs 1-22', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 16:55:38', '2026-04-19 16:55:38'), +(233, 42, 68, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 4 – Messengers of Allah / 20. Sulaimān (A): A King and a Servant of Allah ﷺ', NULL, 'We studied Nabi Sulaiman (A) and learned about his extraordinary power, and wisdom.', 'Lesson 20 question in student work book.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 21:07:59', '2026-04-19 21:07:59'), +(234, 42, 68, '2026-04-19', '2026-04-25', 'Quran/Arabic', NULL, NULL, 'We review Surat Al Qadr and Surat Al Zalzalah. Students made list of the important words and their English translation from theses Suras', 'Review the words list.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 21:07:59', '2026-04-19 21:07:59'), +(235, 32, 45, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 4 – Messengers of Allāh ﷺ / 19. ‘Īsā (A): A Nabi of Allāh ﷺ', NULL, 'Chapter 19', 'Chapter 19 and any previous missed homework.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 21:24:02', '2026-04-19 21:24:02'), +(236, 32, 45, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-\'Asr', NULL, 'Surah Al-‘Asr for students who are still memorizing it. \r\nStudents who are currently memorizing other Surahs (Surah Al-Haqqa, Al-Qalam, Al-Fajr, Al-lail, Al-Bayina and At-takarhur) recited them to the teacher. \r\n\r\nFor Arabic, we did some exercises on sukoon and tanween. We also did some reading with students who finished earlier.', 'Memorize Surah Al-Asr and At-Takathur if not memorized yet. \r\nComplete Surah Al-Asr homework in the homework Quran book page 65 to 68', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-19 21:24:02', '2026-04-19 21:24:02'), +(237, 21, 71, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 5 – Akhlaq and Adab in Islam / 23. Truthfulness ; Unit 5 – Akhlaq and Adab in Islam / 24. Kindness', NULL, 'We did lesson 23 and 24', 'Lesson 23 and 24 in Homework book', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-20 01:33:20', '2026-04-20 01:33:20'), +(238, 21, 71, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'Meaning of Surat Al Maun and the question book', 'Memorize Surat Al maun', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-20 01:33:20', '2026-04-20 01:33:20'), +(239, 120, 99, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 23 – Compalation of Quran & Hadith Mental Health / Finding Purpose & Peace', NULL, 'This week, the class went over the process behind the compilation and transmission of the Qur\'an and the Sunnah and Hadith. We first discussed the importance of relaying both the Qur\'an and the Sunnah and Hadith to today for the Ummah. Then, we went into further detail about how the Qur\'an was revealed, how Allah (SWT) protects it, and then its compilation. Next, we talked about the differences between Sunnah and Hadith, the different types of hadith, and the general process of compiling and authenticating them. Additionally, we discussed the different categories of Hadith and the main books of in which they are compiled.', 'Finish the guided notes to help you prepare for the final exam. Finish any incomplete assignments from previous classes.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1776719506_e8ea3021e2860fb7a0a3.pdf', '2026-04-20 21:11:46', '2026-04-20 21:11:46'), +(240, 120, 99, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Custom / 18. Surah Al-Kahf', NULL, 'Each student revised their memorization and recitation of Surah Al-Kahf. The instructors checked in with the students and provided feedback.', 'Memorize up to and including Ayah 8 of Surah Al-Kahf. If you have already done so, improve your memorization and continue up to and including Ayah 10.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-04-20 21:11:46', '2026-04-20 21:11:46'), +(241, 90, 138, '2026-04-12', '2026-04-18', 'Islamic Studies', 'Unit 4 – Essays on Rasulullahﷺ / 20. Khadijah (ra) ; Unit 4 – Essays on Rasulullahﷺ / 21. Rasulullahﷺ Multiple Marriages', NULL, 'Students have learned about Khadijah (RA) and how she was one of the best women who ever lived. In addition to that, we also started the following chapter learning about the different types of marriages our beloved Prophet PBUH had.', 'CH 20 and 21', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-01 18:50:30', '2026-05-01 18:50:30'), +(242, 90, 138, '2026-04-12', '2026-04-18', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Students are to memorize first 10 ayahs for their final exam', 'Memorize and learn the surah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-01 18:50:30', '2026-05-01 18:50:30'), +(243, 90, 138, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 4 – Essays on Rasulullahﷺ / 22. Marriage to Zainab (ra)', NULL, 'Students have learned the significance behind the marriage to Zainab (RA) and how there were misunderstandings of certain texts, learning how this marriage was super important for the Muslim community.', 'CH 22', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-01 18:55:39', '2026-05-01 18:55:39'), +(244, 90, 138, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Continue to memorize', 'Memorize and tafseer', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-01 18:55:39', '2026-05-01 18:55:39'), +(245, 32, 84, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 5 – Learning About Islam / 20. The Ka‘bah ; Unit 5 – Learning About Islam / 21. Masjid an-Nabawī: The Nabi’s Masjid', NULL, 'Learn about ka\'bah and Masjid an-Nabawi', 'Homework of the chapter 20 and 21', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:03:14', '2026-05-03 15:03:14'), +(246, 32, 84, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-\'Asr ; Surah / At-Takathur', NULL, 'Surah At-Takathur', 'Page from 69 to 72', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:03:14', '2026-05-03 15:03:14'), +(247, 21, 71, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 5 – Akhlaq and Adab in Islam / 25. Respect ; Unit 5 – Akhlaq and Adab in Islam / 26. Responsibility', NULL, 'lesson 25 and 26', 'lesson 25 and 26 in student work book', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:28:53', '2026-05-03 15:28:53'), +(248, 21, 71, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'practice surah Al-Maun. practice Arabic letters with long vowels.', 'please finish memorising surah Al-Maun, and practice all the Arabic letters with long vowels.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:28:53', '2026-05-03 15:28:53'), +(249, 70, 82, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 4 – Two Companions Who Shaped Islam / 15. Khālid Ibn al-Walīd: The “Sword of Allah”', NULL, '‎السلام عليكم و رحمة الله و بركاته \r\nDear parents,\r\n\r\nSunday 5-03-26\r\n\r\n ➡️ *Islamic studies:* \r\nWeekend 15: Khalid In Al-Walid', '‎*Homework:* \r\n▶️ For the Islamic Studies, Review Weekend 14 and complete the homework.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:35:58', '2026-05-03 15:35:58'), +(250, 70, 82, '2026-05-03', '2026-05-09', 'Quran/Arabic', NULL, NULL, 'We practiced Surah Al Buruj and reviewed the short answers.', '▶️ Memorize All Ayahs 1-22 of Surah Al-Buruj.\r\n\r\n▶️ For the Islamic Studies, Review Weekend 15 and complete the homework \r\n\r\n▶️ Begin studying for the final exam: Chapters will include 11, 12, 14-19, 23-28\r\nWe will practice for Final quiz next week.\r\nPlease have your child prepare for that.\r\n‎جزاكم الله خيرا كثيرا', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 15:35:58', '2026-05-03 15:35:58'), +(251, 42, 68, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 5 – Fiqh of Salat / 21. Preparation for Salat', NULL, 'We discussed how to prepare for salat external and internal. we also learned about wudu, tayammum, and Athan.\r\nStudents worked on study guide for unit 4.', 'Review unit 3 and unit 4', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:22:35', '2026-05-03 16:22:35'), +(252, 42, 68, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-Bayyinah', NULL, 'We answered questions about surat Al Bayyinah.', 'Review Surat Al Zalzalh, Surat Al Qadr', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:22:35', '2026-05-03 16:22:35'), +(253, 90, 138, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 4 – Essays on Rasulullahﷺ / 23. Rasulullahﷺ: A Great Army General', NULL, 'Students participated in a group teaching activity where they were assigned different chapters to review and teach the class. This activity served as a review for their final exam.', 'Review chapter 16 and complete chapter 23 HW', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:26:22', '2026-05-03 16:26:22'), +(254, 90, 138, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'memorize', 'memorize and understand themes', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:26:22', '2026-05-03 16:26:22'), +(255, 41, 160, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / 13. Abū Bakr (R): The First Khalifah ; Unit 3 – The Rightly Guided Khalifah / 14.', NULL, 'Students took notes on important topics and questions covered on the final.', 'MANDATORY: Review notes in preparation for the final (May 17)\r\nAlso: Sign up for event on May 24th', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:28:05', '2026-05-03 16:32:51'), +(256, 41, 160, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-Qadr ; Surah / Az-Zalzalah', NULL, 'Students took notes on important topics and questions covered on the final.', 'MANDATORY: Review notes in preparation for the final (May 17)\r\nAlso: Sign up for event on May 24th', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:28:05', '2026-05-03 16:32:51'), +(257, 60, 120, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 8 – Developing Islamic Values / 28. Greed and Dishonesty ; Unit 8 – Developing Islamic Values / 29. Avoiding Extrav', NULL, 'Discussion on concepts of greed, dishonest and extravagance', 'Islamic studies workbook pages 106-111', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:32:43', '2026-05-03 16:32:43'), +(258, 60, 120, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-A\'la', NULL, 'Translation and explanation of ayahs 9- 19', 'Memorize ayahs 1-10 of Surah Al-Ala', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:32:43', '2026-05-03 16:32:43'), +(259, 22, 132, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 5 – Akhlaq and Adab in Islam / 25. Respect ; Unit 5 – Akhlaq and Adab in Islam / 26. Responsibility', NULL, 'today we coverted two units: respect and responsibility.\r\nfor unit one: we learned the meaning of respect and how to treat others respectfully following Allah (swt) order. Also we need to respect the prophet (saws) and Allah (swt).\r\nfor unit two: we mentioned the meaning of responsibility, and how the person does not respect the importance of the duty He or She cannot be trusted.Also Islam teaches us to be responsible people.', 'no homework they just need to review what we covered today', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:44:19', '2026-05-03 16:44:19'), +(260, 22, 132, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Surah / Al-Ma\'un', NULL, 'memorizing and practicing question', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-03 16:44:19', '2026-05-03 16:44:19'), +(261, 120, 99, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 24 – Fiqh of Love / Marriage', NULL, 'This week, three guest speakers joined the class: Br. Nabil Barkallah, Br. Hanzalah Ishaaq and Sr. Eisha Haroon. The speakers gave presentations about the fiqh of love, the fiqh of marriage, and what marriage entails in Islam. Students asked the speakers questions anonymously, and they shared their experiences, insights, and advice. The students were briefed on the upcoming schedule to close out the school year. Next week is the Final Exam Review Day, followed by the Final Exam on 5/17, then the school-wide outing to Urban Air Adventure and Trampoline Park in Nashua on 5/24, and the end-of-year ceremony on 5/31. The students were given the option to attend the Open Mosque Day after school to receive a project grade. The makeup option for those who couldn\'t attend is the project posted in the assigned homework section and also on Discord. It is designed to facilitate preparation for the Final Exam. The project is due by the end of class on May 17, 2026. \r\n\r\nLink for the second slideshow: \r\nhttps://gamma.app/docs/Before-You-Find-the-Right-One-Become-the-Right-One-p6m7h5nix98tpf3?mode=doc', 'Finish and submit any incomplete assignments from the semester. Complete the project; details are posted below and on Discord. It is designed to facilitate preparation for the final exam. The project is due by the end of class on the date of the Final Exam, May 17, 2026. Continue additional prep for the Final Exam.\r\n\r\nPROJECT DETAILS\r\n\r\nPrompt: \r\n\r\nSuppose you were talking to a non-Muslim and giving dawah at the Open Mosque Day at ISGL. Choose one of the topics covered during the second semester in class from the list below. Then, write two paragraphs explaining the topic to a non-Muslim in a clear and concise way. Essentially, write a Crash Course / SparkNotes-style summary of the topic. Your explanation should be relatively easy for a non-Muslim to understand. \r\n\r\nSubmission: \r\n\r\nFeel free to DM any of the instructors for help. Submit either on Discord or on paper in class. Write your name and the chosen topic on the submission. Due by the end of class after the Final Exam on May 17th, 2026. \r\n\r\nTopics:\r\n\r\nSahabah and Khulafah Rashidun\r\nFasting and Zakat: Preparing for Ramadan\r\nSeerah of the Prophet Muhammad (SAW) Part 1: From Birth to Revelation\r\nBlack Magic and the Unseen \r\nCompilation of the Qur’an and Hadith\r\nFiqh of Love and Marriage', NULL, 'on_track', NULL, NULL, '', NULL, NULL, 'writable/uploads/class_material/1778197187_2a8e453294a20b8d25e8.pdf', '2026-05-07 23:39:47', '2026-05-07 23:46:39'), +(262, 120, 99, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Custom / 18. Surah Al-Kahf', NULL, 'N/A', 'Memorize up to and including Ayah 10 of Surah Al-Kahf and the dua for the best in this world and the next (Rabbana atina fid-dunya hasanah, wa fil-akhirati hasanah, wa qina adhaban-nar). Revise the recitation for the Final Exam.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-07 23:39:47', '2026-05-07 23:46:39'), +(263, 10, 97, '2026-05-03', '2026-05-09', 'Islamic Studies', 'Unit 5 – Other Basics of Islam / 21. Shaitan: Our Enemy', NULL, 'Students learned about Shaytan (Iblis), his role, and why he is considered our enemy. We talked about how Shaytan encourages people to make wrong choices, and how we should avoid following his whispers. The lesson focused on choosing what pleases Allah (SWT) and following His commands with sincerity.', 'Please help your child complete Unit 21 Shaitan.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-09 17:23:48', '2026-05-09 17:23:48'), +(264, 10, 97, '2026-05-03', '2026-05-09', 'Quran/Arabic', 'Custom / Al-Ma’un', NULL, 'We reviewed all the surahs we covered this semester to help students prepare for the final exam.\r\nWe reviewed the alphabet letters, and students practiced reading and writing the words.', 'Please help you students memorize all the Surat that we covered this semester. \r\n\r\nHelp your child practice to read and write simple words', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-09 17:23:48', '2026-05-09 17:23:48'), +(265, 51, 73, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Unit 5 – Islamic Values and Teachings / 21. Upholding Truth: A Duty of All Believers', NULL, 'Reviewed for exam!', 'prepare for the exam from chapter 21-28', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:23:11', '2026-05-10 16:23:11'), +(266, 51, 73, '2026-05-10', '2026-05-16', 'Quran/Arabic', NULL, NULL, 'Reviewed surah Duha and Al-Inshirah with vocab words and explanation.', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:23:11', '2026-05-10 16:23:11'), +(267, 52, 40, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Custom / Final Exam Review', NULL, 'Students reviewed for the exam as a class using the study guide. They filled out any guided notes they may have missed. We also played a jeopardy with topics that will be on the exam: \r\n\r\nTopics Covered: \r\n- Prophets Adam (A), Ibrahim (A), Yusuf (A), Zakariyyah & Yahya (A), Ayyub (A)\r\n- Surah Al-Inshirah \r\n- Surah Ad-Duha \r\n- Types of purification in Islam \r\n- Zakat vs. Sadaqah\r\n- Upholding Turth \r\n- Responsibility & Punctuality\r\n- Salat & Sawm', 'Review for the final exam next week using the guided notes and textbook.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:43:58', '2026-05-10 16:44:33'), +(268, 52, 40, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Surah / Ad-Duhaa ; Surah / Ash-Sharh', NULL, '- Helped students one-on-one with memorizing and reading Surah Al-Inshirah and Surah Ad-Duha\r\n- Students recited Surah Al-Inshirah & Surah Ad-Duha', '- Memorize and review all ayahs of Surah Al-Inshirah and Surah Ad-Duha to prepare for the exam next week', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:43:58', '2026-05-10 16:44:33'), +(269, 41, 160, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Unit 3 – The Rightly Guided Khalifah / 13. Abū Bakr (R): The First Khalifah ; Unit 3 – The Rightly Guided Khalifah / 14.', NULL, 'Students had a final review of Islamic material for next week\'s final exam, including important facts and people. The last student presented a project today as well.', 'MANDATORY: Study for the final exam with class notes!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:44:44', '2026-05-10 16:44:44'), +(270, 41, 160, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Surah / Al-Qadr ; Surah / Az-Zalzalah', NULL, 'Students had a final review of Quranic material for next week\'s final exam, including vocabulary and meaning alongside memorization.', 'MANDATORY: Study for the final exam with class notes!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:44:44', '2026-05-10 16:44:44'), +(271, 70, 82, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Unit 6 – Akhlaq and Adab in Islam / 28. Types of Behavior Allah Loves', NULL, 'We reviewed all the chapters that will be covered in the exam. This includes Weekend 11, 12, 14-19, 23-28', 'Review and study for the final exam on May 17. Weekends covered are 11, 12, 14-19, 23-28', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:50:55', '2026-05-10 16:50:55'), +(272, 70, 82, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Surah / Al-Buruj', NULL, 'Review for exam', 'Review previous quiz on Surah Buruj and memorize the entire surah for the final exam. Ayahs 1-22.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 16:50:55', '2026-05-10 16:50:55'), +(273, 32, 84, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Unit 5 – Learning About Islam / 21. Masjid an-Nabawī: The Nabi’s Masjid', NULL, 'Revision for the final', 'Practice all the chapters from 11 to 21', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 17:01:43', '2026-05-10 17:01:43'), +(274, 32, 84, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Surah / At-Takathur', NULL, 'Memorize Surah At-Takathur', 'Revise surah At-Takathur and Al-Asr and Al-humazah', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-10 17:01:43', '2026-05-10 17:01:43'), +(275, 120, 99, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Unit 25 – Exam / Final Exam Review', NULL, 'The class played a game of Kahoot (trivia game) for the Final Exam Review. The 40+ questions covered all topics on the exam, excluding Surah Al-Kahf memorization. \r\n\r\nKahoot link: https://create.kahoot.it/share/youth-25-26-final-exam-review/c15fb337-adf3-444c-98f4-e387a9b9732e', 'What to Memorize:\r\n• Surah Al-Kahf: The first 10 ayat, with emphasis on ayat 5-10\r\n• Du’a: For the best in this world and the next (Rabbana atina fid-dunya hasanah, wa fil-akhirati hasanah, wa qina adhaban-nar). Including the meaning.\r\n• Vocab: All assigned Arabic vocabulary words.\r\n\r\nLecture Topics to Study:\r\n• Sahabah and Khulafah Al-Rashidun\r\n• Fasting and Zakat: Preparing for Ramadan\r\n• Seerah of the Prophet ﷺ: From Birth to Revelation\r\n• Compilation of the Qur’an and Hadith\r\n• Black Magic and the Unseen\r\n• Fiqh of Love and Marriage\r\n• Qur’an Recitation \r\n\r\nExam Hints:\r\nThere are two long-answer questions, one on the Sahabah and Khulafah Rashidun and the other on the Fiqh of Love and Marriage. Additionally, there are multiple-choice, fill-in-the-blank, and short-answer questions for each topic. Also, memorize the diagram from the guided notes of the Compilation of Qur\'an and Hadith. Just like the Midterm Exam, the Qur\'an memorization will be judged on effort, fluency, and tajweed.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-11 17:12:41', '2026-05-11 17:12:41'), +(276, 120, 99, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Custom / 18. Surah Al-Kahf', NULL, 'N/A', 'What to Memorize:\r\n• Surah Al-Kahf: The first 10 ayat, with emphasis on ayat 5-10\r\n• Du’a: For the best in this world and the next (Rabbana atina fid-dunya hasanah, wa fil-akhirati hasanah, wa qina adhaban-nar). Including the meaning.\r\n• Vocab: All assigned Arabic vocabulary words.\r\n\r\nLecture Topics to Study:\r\n• Sahabah and Khulafah Al-Rashidun\r\n• Fasting and Zakat: Preparing for Ramadan\r\n• Seerah of the Prophet ﷺ: From Birth to Revelation\r\n• Compilation of the Qur’an and Hadith\r\n• Black Magic and the Unseen\r\n• Fiqh of Love and Marriage\r\n• Qur’an Recitation \r\n\r\nExam Hints:\r\nThere are two long-answer questions, one on the Sahabah and Khulafah Rashidun and the other on the Fiqh of Love and Marriage. Additionally, there are multiple-choice, fill-in-the-blank, and short-answer questions for each topic. Also, memorize the diagram from the guided notes of the Compilation of Qur\'an and Hadith. Just like the Midterm Exam, the Qur\'an memorization will be judged on effort, fluency, and tajweed.', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-11 17:12:41', '2026-05-11 17:12:41'), +(277, 90, 138, '2026-05-10', '2026-05-16', 'Islamic Studies', 'Custom / Final Review', NULL, 'We have went over the final exam study guide in class, where students wrote down the questions and they are to answer them so it helps them understand the topics that will be covered on the exam. After that, we have played their favorite game called \"Hot Seat\" where students had a great time testing one another as a means of review.', 'HW is to finish the study guide', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-15 20:01:28', '2026-05-15 20:01:28'), +(278, 90, 138, '2026-05-10', '2026-05-16', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, 'Review questions for Surah Al Qalam and be prepared to recite the first 10 ayahs', NULL, NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-15 20:01:28', '2026-05-15 20:01:28'), +(279, 90, 138, '2026-05-17', '2026-05-23', 'Islamic Studies', 'Custom / Final Exam Day', NULL, 'Today students came in and had time to review the study guide with each other before the exam starts. Students had final exam on Chapters 11-23.', 'No homework!!!', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 14:43:22', '2026-05-17 14:43:22'), +(280, 90, 138, '2026-05-17', '2026-05-23', 'Quran/Arabic', 'Surah / Al-Qalam', NULL, '10 ayahs of Surah Al Qalam are to be tested on the final exam and understanding the themes', 'Nothing', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 14:43:22', '2026-05-17 14:43:22'), +(281, 31, 155, '2026-04-19', '2026-04-25', 'Islamic Studies', 'Unit 3 – Nabi Muhammad ﷺ / 13. Kindness of Rasūlullāh ﷺ', NULL, 'Went over chapter 13 talking about muhammad (SAW) and his kindness', 'Page 39 (Chapter 3) in Islamic workbook *ALL', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 22:53:23', '2026-05-17 23:02:07'), +(282, 31, 155, '2026-04-19', '2026-04-25', 'Quran/Arabic', 'Custom / Al-Qariah', NULL, 'Took notes and went over ayats 1-7 of surathul Qariah', 'Memorize Ayats 1-7 of Surah al-Qariah and the meanings of the key words from notes', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 22:53:23', '2026-05-17 23:02:07'), +(283, 31, 155, '2026-04-26', '2026-05-02', 'Islamic Studies', 'Unit 3 – Nabi Muhammad ﷺ / 13. Kindness of Rasūlullāh ﷺ ; Unit 3 – Nabi Muhammad ﷺ / 14. How Rasūlullāh ﷺ Treated Others', NULL, 'Chapters 13 and 14, more information about the prophet muhammad (SAW)', 'no homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 23:01:50', '2026-05-17 23:01:50'), +(284, 31, 155, '2026-04-26', '2026-05-02', 'Quran/Arabic', 'Custom / Al-Qariah', NULL, 'ayaths 4-7 of surathul Qariah and its key words meanings', 'no homework', NULL, 'on_track', NULL, NULL, '', NULL, NULL, NULL, '2026-05-17 23:01:50', '2026-05-17 23:01:50'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `competitions` +-- + +CREATE TABLE `competitions` ( + `id` int(11) UNSIGNED NOT NULL, + `title` varchar(150) NOT NULL, + `semester` varchar(30) DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `class_section_id` int(11) DEFAULT NULL, + `start_date` date DEFAULT NULL, + `end_date` date DEFAULT NULL, + `winners_count` int(11) NOT NULL DEFAULT 3, + `prize_per_point` decimal(10,2) NOT NULL DEFAULT 1.00, + `is_published` tinyint(1) NOT NULL DEFAULT 0, + `published_at` datetime DEFAULT NULL, + `created_by` int(11) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `deleted_at` datetime DEFAULT NULL, + `is_locked` tinyint(1) NOT NULL DEFAULT 0, + `locked_at` datetime DEFAULT NULL, + `locked_by` int(11) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `competitions` +-- + +INSERT INTO `competitions` (`id`, `title`, `semester`, `school_year`, `class_section_id`, `start_date`, `end_date`, `winners_count`, `prize_per_point`, `is_published`, `published_at`, `created_by`, `created_at`, `updated_at`, `deleted_at`, `is_locked`, `locked_at`, `locked_by`) VALUES +(1, 'Islamic Fall Contest', 'Fall', '2025-2026', NULL, '2025-01-11', '2025-01-11', 3, 1.00, 1, '2026-01-18 16:21:17', 4, '2026-01-10 05:54:14', '2026-02-08 01:36:39', NULL, 1, '2026-02-08 01:36:39', 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `competition_class_winners` +-- + +CREATE TABLE `competition_class_winners` ( + `id` int(11) UNSIGNED NOT NULL, + `competition_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) NOT NULL, + `winners_override` int(11) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `question_count` int(11) DEFAULT NULL, + `prize_1` decimal(10,2) DEFAULT NULL, + `prize_2` decimal(10,2) DEFAULT NULL, + `prize_3` decimal(10,2) DEFAULT NULL, + `prize_4` decimal(10,2) DEFAULT NULL, + `prize_5` decimal(10,2) DEFAULT NULL, + `prize_6` decimal(10,2) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `competition_class_winners` +-- + +INSERT INTO `competition_class_winners` (`id`, `competition_id`, `class_section_id`, `winners_override`, `created_at`, `updated_at`, `question_count`, `prize_1`, `prize_2`, `prize_3`, `prize_4`, `prize_5`, `prize_6`) VALUES +(1, 1, 10, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 15.00, 10.00, 5.00, NULL, NULL, NULL), +(2, 1, 21, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 20.00, 15.00, 10.00, 5.00, NULL, NULL), +(3, 1, 22, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 20.00, 15.00, 10.00, NULL, NULL, NULL), +(4, 1, 31, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 20.00, 15.00, 10.00, 5.00, NULL, NULL), +(5, 1, 32, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 20.00, 15.00, 10.00, 5.00, NULL, NULL), +(6, 1, 41, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 25.00, 20.00, 15.00, NULL, NULL, NULL), +(7, 1, 42, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 25.00, 20.00, 15.00, NULL, NULL, NULL), +(8, 1, 51, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 25, 25.00, 20.00, NULL, NULL, NULL, NULL), +(9, 1, 52, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 25, 25.00, 20.00, 15.00, NULL, NULL, NULL), +(10, 1, 60, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 30.00, 25.00, 20.00, NULL, NULL, NULL), +(11, 1, 70, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 30.00, 25.00, 20.00, 15.00, NULL, NULL), +(12, 1, 80, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 30.00, 25.00, 20.00, 15.00, NULL, NULL), +(13, 1, 90, NULL, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 30.00, 25.00, NULL, NULL, NULL, NULL), +(14, 1, 120, 5, '2026-01-10 05:54:14', '2026-01-11 17:43:34', 30, 40.00, 35.00, 30.00, 25.00, 20.00, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `competition_scores` +-- + +CREATE TABLE `competition_scores` ( + `id` int(11) UNSIGNED NOT NULL, + `competition_id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `score` decimal(6,2) NOT NULL DEFAULT 0.00, + `notes` varchar(255) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `competition_scores` +-- + +INSERT INTO `competition_scores` (`id`, `competition_id`, `student_id`, `class_section_id`, `score`, `notes`, `created_at`, `updated_at`) VALUES +(100, 1, 107, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(101, 1, 237, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(102, 1, 47, 120, 28.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(103, 1, 46, 120, 28.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(104, 1, 31, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(105, 1, 181, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(106, 1, 241, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(107, 1, 238, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(108, 1, 239, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(109, 1, 203, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(110, 1, 259, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(111, 1, 114, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(112, 1, 201, 120, 29.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(113, 1, 61, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(114, 1, 247, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(115, 1, 252, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(116, 1, 251, 120, 29.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(117, 1, 38, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(118, 1, 88, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(119, 1, 96, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(120, 1, 225, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(121, 1, 246, 120, 30.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(122, 1, 59, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(123, 1, 136, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(124, 1, 95, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(125, 1, 219, 120, 27.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(126, 1, 253, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(127, 1, 236, 120, 0.00, NULL, '2026-01-11 16:53:44', '2026-01-11 16:53:44'), +(128, 1, 64, 31, 28.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(129, 1, 199, 31, 20.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(130, 1, 70, 31, 27.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(131, 1, 19, 31, 26.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(132, 1, 68, 31, 21.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(133, 1, 196, 31, 29.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(134, 1, 127, 31, 22.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(135, 1, 234, 31, 28.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(136, 1, 20, 31, 14.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(137, 1, 44, 31, 28.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(138, 1, 57, 31, 24.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(139, 1, 81, 31, 28.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(140, 1, 21, 31, 12.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(141, 1, 78, 31, 26.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(142, 1, 16, 31, 28.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(143, 1, 30, 31, 27.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(144, 1, 171, 31, 0.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(145, 1, 245, 31, 29.00, NULL, '2026-01-11 16:58:38', '2026-01-11 17:24:57'), +(146, 1, 223, 90, 20.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(147, 1, 108, 90, 15.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(148, 1, 212, 90, 17.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(149, 1, 116, 90, 27.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(150, 1, 162, 90, 25.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(151, 1, 204, 90, 15.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(152, 1, 102, 90, 25.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(153, 1, 154, 90, 20.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(154, 1, 48, 90, 23.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(155, 1, 208, 90, 21.00, NULL, '2026-01-11 17:00:56', '2026-01-11 17:16:14'), +(156, 1, 165, 32, 22.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(157, 1, 7, 32, 23.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(158, 1, 8, 32, 29.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(159, 1, 18, 32, 24.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(160, 1, 145, 32, 27.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(161, 1, 144, 32, 27.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(162, 1, 189, 32, 15.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(163, 1, 220, 32, 15.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(164, 1, 130, 32, 26.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(165, 1, 213, 32, 13.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(166, 1, 74, 32, 26.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(167, 1, 185, 32, 22.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(168, 1, 54, 32, 23.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(169, 1, 179, 32, 16.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(170, 1, 168, 32, 18.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(171, 1, 169, 32, 18.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(172, 1, 123, 32, 28.00, NULL, '2026-01-11 17:08:42', '2026-01-11 17:13:53'), +(173, 1, 206, 21, 12.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(174, 1, 146, 21, 18.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(175, 1, 147, 21, 21.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(176, 1, 249, 21, 22.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(177, 1, 45, 21, 11.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(178, 1, 112, 21, 13.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(179, 1, 86, 21, 28.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(180, 1, 200, 21, 27.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(181, 1, 256, 21, 29.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(182, 1, 43, 21, 28.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(183, 1, 36, 21, 28.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(184, 1, 157, 21, 27.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(185, 1, 173, 21, 25.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(186, 1, 141, 21, 25.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(187, 1, 226, 21, 26.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(188, 1, 176, 21, 12.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(189, 1, 217, 21, 27.00, NULL, '2026-01-11 17:09:44', '2026-01-11 17:35:44'), +(190, 1, 188, 52, 11.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(191, 1, 224, 52, 13.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(192, 1, 22, 52, 21.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(193, 1, 125, 52, 7.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(194, 1, 2, 52, 14.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(195, 1, 195, 52, 21.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(196, 1, 194, 52, 12.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(197, 1, 103, 52, 22.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(198, 1, 50, 52, 17.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(199, 1, 42, 52, 17.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(200, 1, 244, 52, 5.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(201, 1, 186, 52, 11.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(202, 1, 60, 52, 15.00, NULL, '2026-01-11 17:10:35', '2026-01-11 17:36:41'), +(203, 1, 109, 41, 27.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(204, 1, 156, 41, 25.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(205, 1, 248, 41, 22.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(206, 1, 27, 41, 27.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(207, 1, 202, 41, 27.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(208, 1, 111, 41, 30.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(209, 1, 121, 41, 28.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(210, 1, 129, 41, 27.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(211, 1, 152, 41, 25.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(212, 1, 12, 41, 24.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(213, 1, 13, 41, 26.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(214, 1, 216, 41, 19.00, NULL, '2026-01-11 17:13:37', '2026-01-18 16:58:13'), +(215, 1, 75, 32, 0.00, NULL, '2026-01-11 17:13:53', '2026-01-11 17:13:53'), +(216, 1, 69, 90, 0.00, NULL, '2026-01-11 17:16:14', '2026-01-11 17:16:14'), +(217, 1, 198, 60, 8.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(218, 1, 37, 60, 20.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(219, 1, 139, 60, 28.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(220, 1, 193, 60, 15.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(221, 1, 77, 60, 29.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(222, 1, 258, 60, 12.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(223, 1, 137, 60, 27.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(224, 1, 120, 60, 23.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(225, 1, 10, 60, 28.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(226, 1, 9, 60, 28.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(227, 1, 90, 60, 29.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(228, 1, 161, 60, 23.00, NULL, '2026-01-11 17:16:24', '2026-01-13 19:36:23'), +(229, 1, 97, 22, 26.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(230, 1, 222, 22, 18.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(231, 1, 197, 22, 22.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(232, 1, 92, 22, 18.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(233, 1, 104, 22, 26.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(234, 1, 182, 22, 21.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(235, 1, 58, 22, 15.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(236, 1, 82, 22, 22.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(237, 1, 153, 22, 22.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(238, 1, 80, 22, 18.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(239, 1, 79, 22, 19.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(240, 1, 41, 22, 17.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(241, 1, 14, 22, 21.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(242, 1, 228, 22, 22.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(243, 1, 178, 22, 16.00, NULL, '2026-01-11 17:19:00', '2026-01-13 19:35:22'), +(244, 1, 221, 10, 25.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(245, 1, 159, 10, 0.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(246, 1, 160, 10, 0.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(247, 1, 183, 10, 29.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(248, 1, 235, 10, 29.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(249, 1, 215, 10, 25.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(250, 1, 214, 10, 27.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(251, 1, 52, 10, 25.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(252, 1, 131, 10, 27.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(253, 1, 227, 10, 22.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(254, 1, 180, 10, 28.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(255, 1, 229, 10, 27.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(256, 1, 56, 10, 26.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(257, 1, 211, 10, 27.00, NULL, '2026-01-11 17:24:11', '2026-01-11 17:31:41'), +(258, 1, 85, 42, 25.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(259, 1, 118, 42, 24.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(260, 1, 40, 42, 14.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(261, 1, 106, 42, 20.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(262, 1, 231, 42, 7.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(263, 1, 138, 42, 28.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(264, 1, 135, 42, 15.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(265, 1, 55, 42, 27.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(266, 1, 177, 42, 23.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(267, 1, 51, 42, 28.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(268, 1, 33, 42, 8.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(269, 1, 63, 42, 26.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(270, 1, 140, 42, 25.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(271, 1, 218, 42, 26.00, NULL, '2026-01-11 17:31:06', '2026-01-11 17:31:06'), +(272, 1, 230, 70, 16.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(273, 1, 187, 70, 19.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(274, 1, 117, 70, 27.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(275, 1, 32, 70, 21.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(276, 1, 67, 70, 24.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(277, 1, 242, 70, 15.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(278, 1, 6, 70, 22.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(279, 1, 1, 70, 26.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(280, 1, 126, 70, 19.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(281, 1, 91, 70, 22.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(282, 1, 26, 70, 28.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(283, 1, 94, 70, 15.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(284, 1, 151, 70, 27.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(285, 1, 72, 70, 24.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(286, 1, 28, 70, 16.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(287, 1, 66, 70, 23.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(288, 1, 119, 70, 24.00, NULL, '2026-01-11 17:33:02', '2026-01-13 19:36:33'), +(289, 1, 62, 80, 21.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(290, 1, 142, 80, 26.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(291, 1, 240, 80, 0.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(292, 1, 149, 80, 0.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(293, 1, 76, 80, 27.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(294, 1, 99, 80, 0.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(295, 1, 39, 80, 24.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(296, 1, 89, 80, 0.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(297, 1, 192, 80, 21.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(298, 1, 84, 80, 27.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(299, 1, 35, 80, 26.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(300, 1, 207, 80, 22.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(301, 1, 71, 80, 29.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(302, 1, 34, 80, 27.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(303, 1, 163, 80, 0.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(304, 1, 257, 80, 18.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(305, 1, 53, 80, 26.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(306, 1, 15, 80, 28.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(307, 1, 124, 80, 15.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(308, 1, 11, 80, 29.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(309, 1, 49, 80, 28.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(310, 1, 190, 80, 27.00, NULL, '2026-01-11 17:33:15', '2026-01-11 17:33:15'), +(311, 1, 105, 21, 0.00, NULL, '2026-01-11 17:35:44', '2026-01-11 17:35:44'), +(312, 1, 100, 52, 0.00, NULL, '2026-01-11 17:36:41', '2026-01-11 17:36:41'), +(313, 1, 25, 52, 0.00, NULL, '2026-01-11 17:36:41', '2026-01-11 17:36:41'), +(314, 1, 167, 51, 14.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(315, 1, 73, 51, 10.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(316, 1, 143, 51, 18.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(317, 1, 93, 51, 3.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(318, 1, 255, 51, 23.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(319, 1, 150, 51, 10.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(320, 1, 233, 51, 10.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(321, 1, 29, 51, 12.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(322, 1, 210, 51, 0.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(323, 1, 205, 51, 18.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(324, 1, 164, 51, 17.00, NULL, '2026-01-11 17:43:24', '2026-01-18 16:21:12'), +(325, 1, 17, 51, 24.00, NULL, '2026-01-11 17:43:46', '2026-01-18 16:21:12'), +(326, 1, 101, 22, 0.00, NULL, '2026-01-13 19:35:22', '2026-01-13 19:35:22'), +(327, 1, 115, 41, 0.00, NULL, '2026-01-13 19:35:48', '2026-01-18 16:58:13'), +(328, 1, 209, 60, 0.00, NULL, '2026-01-13 19:36:23', '2026-01-13 19:36:23'), +(329, 1, 254, 60, 0.00, NULL, '2026-01-13 19:36:23', '2026-01-13 19:36:23'), +(330, 1, 170, 60, 0.00, NULL, '2026-01-13 19:36:23', '2026-01-13 19:36:23'), +(331, 1, 191, 60, 0.00, NULL, '2026-01-13 19:36:23', '2026-01-13 19:36:23'), +(332, 1, 158, 70, 0.00, NULL, '2026-01-13 19:36:33', '2026-01-13 19:36:33'), +(333, 1, 110, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(334, 1, 166, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(335, 1, 98, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(336, 1, 232, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(337, 1, 184, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(338, 1, 128, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(339, 1, 250, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(340, 1, 113, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(341, 1, 87, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(342, 1, 83, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(343, 1, 122, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(344, 1, 174, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'), +(345, 1, 175, 1, 100.00, NULL, '2026-01-26 12:01:11', '2026-01-26 12:01:11'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `competition_winners` +-- + +CREATE TABLE `competition_winners` ( + `id` int(11) UNSIGNED NOT NULL, + `competition_id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `rank` int(11) NOT NULL, + `score` decimal(6,2) NOT NULL DEFAULT 0.00, + `prize_amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `created_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `competition_winners` +-- + +INSERT INTO `competition_winners` (`id`, `competition_id`, `student_id`, `class_section_id`, `rank`, `score`, `prize_amount`, `created_at`) VALUES +(987, 1, 246, 120, 1, 30.00, 40.00, '2026-01-18 16:21:17'), +(988, 1, 201, 120, 2, 29.00, 35.00, '2026-01-18 16:21:17'), +(989, 1, 251, 120, 2, 29.00, 35.00, '2026-01-18 16:21:17'), +(990, 1, 47, 120, 3, 28.00, 30.00, '2026-01-18 16:21:17'), +(991, 1, 46, 120, 3, 28.00, 30.00, '2026-01-18 16:21:17'), +(992, 1, 196, 31, 1, 29.00, 20.00, '2026-01-18 16:21:17'), +(993, 1, 245, 31, 1, 29.00, 20.00, '2026-01-18 16:21:17'), +(994, 1, 64, 31, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(995, 1, 234, 31, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(996, 1, 44, 31, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(997, 1, 81, 31, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(998, 1, 16, 31, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(999, 1, 116, 90, 1, 27.00, 30.00, '2026-01-18 16:21:17'), +(1000, 1, 162, 90, 2, 25.00, 25.00, '2026-01-18 16:21:17'), +(1001, 1, 102, 90, 2, 25.00, 25.00, '2026-01-18 16:21:17'), +(1002, 1, 8, 32, 1, 29.00, 20.00, '2026-01-18 16:21:17'), +(1003, 1, 123, 32, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(1004, 1, 145, 32, 3, 27.00, 10.00, '2026-01-18 16:21:17'), +(1005, 1, 144, 32, 3, 27.00, 10.00, '2026-01-18 16:21:17'), +(1006, 1, 256, 21, 1, 29.00, 20.00, '2026-01-18 16:21:17'), +(1007, 1, 86, 21, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(1008, 1, 43, 21, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(1009, 1, 36, 21, 2, 28.00, 15.00, '2026-01-18 16:21:17'), +(1010, 1, 103, 52, 1, 22.00, 25.00, '2026-01-18 16:21:17'), +(1011, 1, 22, 52, 2, 21.00, 20.00, '2026-01-18 16:21:17'), +(1012, 1, 195, 52, 2, 21.00, 20.00, '2026-01-18 16:21:17'), +(1013, 1, 111, 41, 1, 30.00, 25.00, '2026-01-18 16:21:17'), +(1014, 1, 121, 41, 2, 28.00, 20.00, '2026-01-18 16:21:17'), +(1015, 1, 109, 41, 3, 27.00, 15.00, '2026-01-18 16:21:17'), +(1016, 1, 27, 41, 3, 27.00, 15.00, '2026-01-18 16:21:17'), +(1017, 1, 202, 41, 3, 27.00, 15.00, '2026-01-18 16:21:17'), +(1018, 1, 129, 41, 3, 27.00, 15.00, '2026-01-18 16:21:17'), +(1019, 1, 77, 60, 1, 29.00, 30.00, '2026-01-18 16:21:17'), +(1020, 1, 90, 60, 1, 29.00, 30.00, '2026-01-18 16:21:17'), +(1021, 1, 139, 60, 2, 28.00, 25.00, '2026-01-18 16:21:17'), +(1022, 1, 10, 60, 2, 28.00, 25.00, '2026-01-18 16:21:17'), +(1023, 1, 9, 60, 2, 28.00, 25.00, '2026-01-18 16:21:17'), +(1024, 1, 97, 22, 1, 26.00, 20.00, '2026-01-18 16:21:17'), +(1025, 1, 104, 22, 1, 26.00, 20.00, '2026-01-18 16:21:17'), +(1026, 1, 197, 22, 2, 22.00, 15.00, '2026-01-18 16:21:17'), +(1027, 1, 82, 22, 2, 22.00, 15.00, '2026-01-18 16:21:17'), +(1028, 1, 153, 22, 2, 22.00, 15.00, '2026-01-18 16:21:17'), +(1029, 1, 228, 22, 2, 22.00, 15.00, '2026-01-18 16:21:17'), +(1030, 1, 183, 10, 1, 29.00, 15.00, '2026-01-18 16:21:17'), +(1031, 1, 235, 10, 1, 29.00, 15.00, '2026-01-18 16:21:17'), +(1032, 1, 180, 10, 2, 28.00, 10.00, '2026-01-18 16:21:17'), +(1033, 1, 138, 42, 1, 28.00, 25.00, '2026-01-18 16:21:17'), +(1034, 1, 51, 42, 1, 28.00, 25.00, '2026-01-18 16:21:17'), +(1035, 1, 55, 42, 2, 27.00, 20.00, '2026-01-18 16:21:17'), +(1036, 1, 26, 70, 1, 28.00, 30.00, '2026-01-18 16:21:17'), +(1037, 1, 117, 70, 2, 27.00, 25.00, '2026-01-18 16:21:17'), +(1038, 1, 151, 70, 2, 27.00, 25.00, '2026-01-18 16:21:17'), +(1039, 1, 1, 70, 3, 26.00, 20.00, '2026-01-18 16:21:17'), +(1040, 1, 71, 80, 1, 29.00, 30.00, '2026-01-18 16:21:17'), +(1041, 1, 11, 80, 1, 29.00, 30.00, '2026-01-18 16:21:17'), +(1042, 1, 15, 80, 2, 28.00, 25.00, '2026-01-18 16:21:17'), +(1043, 1, 49, 80, 2, 28.00, 25.00, '2026-01-18 16:21:17'), +(1044, 1, 17, 51, 1, 24.00, 25.00, '2026-01-18 16:21:17'), +(1045, 1, 255, 51, 2, 23.00, 20.00, '2026-01-18 16:21:17'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `configuration` +-- + +CREATE TABLE `configuration` ( + `id` int(11) UNSIGNED NOT NULL, + `config_key` varchar(100) NOT NULL, + `config_value` varchar(100) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `configuration` +-- + +INSERT INTO `configuration` (`id`, `config_key`, `config_value`) VALUES +(1, 'date_age_reference', '2025-12-31'), +(2, 'stickerWidth', '102'), +(3, 'stickerHeight', '34'), +(4, 'pageWidth', '216'), +(5, 'pageHeight', '280'), +(6, 'leftMargin', '4'), +(7, 'topMargin', '19'), +(8, 'horizontalGap', '5'), +(9, 'verticalGap', '0'), +(10, 'enable_attendance', '0'), +(11, 'due_date', '2025-09-21'), +(12, 'max_emergency', '1'), +(13, 'pass_score', '60'), +(14, 'weeks_study', '35'), +(15, 'last_school_day', '2026-06-01'), +(16, 'max_age', '18'), +(17, 'min_age', '5'), +(18, 'trophy_score', '94'), +(19, 'max_kids', '5'), +(20, 'cleanup_timeout', '900'), +(21, 'enrollment_deadline', '2025-10-06'), +(22, 'school_year', '2025-2026'), +(23, 'Youth_fee', '200'), +(24, 'second_student_fee', '220'), +(25, 'first_student_fee', '370'), +(26, 'total_semester1_days', '14'), +(27, 'semester', 'Spring'), +(28, 'refund_deadline', '2025-12-31'), +(29, 'total_semester2_days', '13'), +(30, 'delete_email_notify', 'support@alrahmaisgl.org, melabidi@alrahmaisgl.org'), +(31, 'fall_semester_start', '2025-09-21'), +(32, 'sandbox_secret_paypal', 'Ar0Br3ZhBukQwwdSCxIcSveiu70-Ekt-qqF0nSyYNr3eRAYQKcWTTlhCAKncZiYXmBoPeo4IceV6FjT'), +(33, 'sandbox_verifylink_paypal', 'https://api-m.sandbox.paypal.com/v1/notifications/verify-webhook-signature'), +(34, 'sandbox_tokenurl_paypal', 'https://api-m.sandbox.paypal.com/v1/oauth2/token'), +(35, 'sandbox_clientid_paypal', 'AYsiOekZUvrjgx9C5c554ZeSQ4W6yd0ZX-OHE93_D0fWoa4YXrMmroEeLiAjjdCKkELH8EVZR_yGMLPS'), +(36, 'sandbox_webhookid_paypal', '0EU27043LC060650D'), +(37, 'production_verifylink_paypal', 'https://api-m.paypal.com/v1/notifications/verify-webhook-signature'), +(38, 'production_webhookid_paypal', '0H5876426L0092829'), +(39, 'production_secret_paypal', 'KKvmE-0cvwx8rEHnEcFaAvn1Rlc3cy07IGIjqGGPR8EqxABbmPodM_JrjRQq2SF2903A4q0DBjjUWai'), +(40, 'production_clientid_paypal', 'AQhCgmypaitgLgretMqNrh_7mEG5fAmwCECxCxevuLDQfsQVwECFyQOU50byzPzFrwd0cVVD8r2lujIB'), +(41, 'production_tokenurl_paypal', 'https://api-m.paypal.com/v1/oauth2/token'), +(42, 'comment_reviewer', 'administrator, principal'), +(43, 'paypal_mode', 'sandbox'), +(44, 'grade_fee', '10'), +(45, 'installment_date', '2026-03-01'), +(46, 'spring_semester_start', '2026-01-25'), +(47, 'parent_scores_released', '0'), +(48, 'last_day_of_school', '2026-05-31'), +(49, 'parent_scores_released_fall', '1'), +(50, 'parent_scores_released_spring', '1'), +(51, 'parent_report_cutoff', '09'), +(52, 'exam_draft_deadline', '2026-04-22'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `contactus` +-- + +CREATE TABLE `contactus` ( + `id` int(11) UNSIGNED NOT NULL, + `sender_id` int(11) UNSIGNED NOT NULL, + `reciever_id` int(11) UNSIGNED NOT NULL, + `subject` varchar(255) NOT NULL, + `message` text NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `current_flag` +-- + +CREATE TABLE `current_flag` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `student_name` varchar(255) NOT NULL, + `grade` varchar(50) NOT NULL, + `flag` enum('payment','attendance','grade','behavior','talking_off_task','calling_out','minor_disruption','minor_dress_code','forgetting_materials','repeated_defiance','disrespectful_tone','minor_profanity','repeated_tardiness','device_misuse','minor_conflict','bullying_harassment','fighting_aggression','threats','theft','vandalism','sexual_harassment','serious_cyber_incident','contraband','weapons_drugs','other') NOT NULL, + `flag_datetime` datetime NOT NULL, + `flag_state` enum('Open','Closed','Canceled') DEFAULT 'Open', + `updated_by_open` int(11) DEFAULT NULL, + `open_description` text DEFAULT NULL, + `updated_by_closed` int(11) DEFAULT NULL, + `close_description` text DEFAULT NULL, + `action_taken` text DEFAULT NULL, + `updated_by_canceled` int(11) DEFAULT NULL, + `cancel_description` text DEFAULT NULL, + `semester` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL, + `school_year` varchar(9) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp(), + `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `current_flag` +-- + +INSERT INTO `current_flag` (`id`, `student_id`, `student_name`, `grade`, `flag`, `flag_datetime`, `flag_state`, `updated_by_open`, `open_description`, `updated_by_closed`, `close_description`, `action_taken`, `updated_by_canceled`, `cancel_description`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(2, 242, 'Aliyah Benchekroun', '7', 'grade', '2026-03-29 14:52:30', 'Closed', NULL, NULL, 4, 'Discussed with mother and trying to figure out a plan for the final to improve the overall grade.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 14:52:30', '2026-03-29 14:52:30'), +(3, 150, 'Leena Elmalki', '5-A', 'grade', '2026-03-29 14:53:25', 'Closed', NULL, NULL, 4, 'Discussed with dad ways to improve in 2nd semester, also showed website on how to track progress.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 14:53:25', '2026-03-29 14:53:25'), +(4, 158, 'Mamadou Ba', '7', 'grade', '2026-03-29 14:57:22', 'Closed', NULL, NULL, 4, 'Discussed with father about poor midterm performance. He said he was away in first semester, but this will change in 2nd semester.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 14:57:22', '2026-03-29 14:57:22'), +(5, 21, 'Amelia Motaleb', '3-A', 'grade', '2026-03-29 14:58:49', 'Closed', NULL, NULL, 4, 'Spoke to mother, she says that daughter panics during testing, in school they put her in smaller group of 5, we will try something similar.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 14:58:49', '2026-03-29 14:58:49'), +(6, 20, 'Joseph Hassan', '3-A', 'grade', '2026-03-29 17:13:56', 'Closed', NULL, NULL, 1, 'Mom and dad came, mom feels material is a bit above student level. We showed them the website and different features for better tracking.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 17:13:56', '2026-03-29 17:13:56'), +(7, 93, 'Hannah Nabisawe', '5-A', 'grade', '2026-03-29 18:12:13', 'Closed', NULL, NULL, 4, 'Discussed with dad/guardian\nDiscussed with dad/guardian and mandated a 60 in final as a minimum for student to pass. Showed website features for class tracking, work has to be done at home to prepare for final.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 18:10:03', '2026-03-29 18:12:13'), +(8, 94, 'Hafsah Namyalo', '7', 'grade', '2026-03-29 18:12:23', 'Closed', NULL, NULL, 4, 'Discussed with dad/guardian and mandated a 60 in final as a minimum for student to pass. Showed website features for class tracking, work has to be done at home to prepare for final.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 18:12:23', '2026-03-29 18:12:23'), +(9, 208, 'Iqra Yaqubee', '9', 'grade', '2026-03-29 18:14:21', 'Closed', NULL, NULL, 4, 'Told dad student is not engaged in class and does minimal effort during class activities inside and outside classroom. Showed him website features for class progress tracking, told him we expect above 60 in final for student to comfortably pass.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-29 18:14:21', '2026-03-29 18:14:21'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `discount_usages` +-- + +CREATE TABLE `discount_usages` ( + `id` int(11) UNSIGNED NOT NULL, + `voucher_id` int(11) NOT NULL, + `invoice_id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) DEFAULT NULL, + `discount_amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `description` text DEFAULT NULL, + `school_year` varchar(9) NOT NULL, + `updated_by` int(11) DEFAULT NULL, + `used_at` datetime DEFAULT current_timestamp(), + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp(), + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `discount_usages` +-- + +INSERT INTO `discount_usages` (`id`, `voucher_id`, `invoice_id`, `parent_id`, `discount_amount`, `description`, `school_year`, `updated_by`, `used_at`, `created_at`, `updated_at`, `semester`) VALUES +(1, 1, 3, 3, 370.00, 'Staff', '2025-2026', 3, '2025-09-06 08:00:01', '2025-09-06 08:00:01', '2026-04-23 05:45:27', 'Fall'), +(3, 1, 4, 2, 370.00, 'Staff', '2025-2026', 1, '2025-09-06 08:11:59', '2025-09-06 08:11:59', '2026-04-12 16:32:06', 'Fall'), +(4, 1, 5, 5, 810.00, 'Staff', '2025-2026', 5, '2025-09-06 19:43:29', '2025-09-06 19:43:29', '2026-05-10 15:54:09', 'Fall'), +(5, 1, 7, 6, 1030.00, 'Staff', '2025-2026', 6, '2025-09-06 19:50:57', '2025-09-06 19:50:57', '2026-05-10 14:47:05', 'Fall'), +(6, 1, 18, 26, 590.00, 'Staff', '2025-2026', 26, '2025-09-06 20:38:32', '2025-09-06 20:38:32', '2026-05-10 17:42:40', 'Fall'), +(7, 1, 21, 27, 790.00, 'Staff', '2025-2026', 4, '2025-09-06 21:22:00', '2025-09-06 21:22:00', '2025-09-06 21:22:00', 'Fall'), +(8, 1, 30, 39, 200.00, 'Staff', '2025-2026', 4, '2025-09-06 21:44:53', '2025-09-06 21:44:53', '2025-09-06 21:44:53', 'Fall'), +(9, 1, 32, 24, 370.00, 'Staff', '2025-2026', 24, '2025-09-06 21:50:07', '2025-09-06 21:50:07', '2026-04-19 23:04:48', 'Fall'), +(10, 1, 33, 43, 1030.00, 'Staff', '2025-2026', 43, '2025-09-06 21:52:46', '2025-09-06 21:52:46', '2026-04-20 13:55:09', 'Fall'), +(11, 1, 34, 47, 370.00, 'Staff', '2025-2026', 47, '2025-09-06 21:53:55', '2025-09-06 21:53:55', '2026-05-10 01:26:37', 'Fall'), +(12, 1, 39, 57, 370.00, 'Staff', '2025-2026', 57, '2025-09-06 22:07:39', '2025-09-06 22:07:39', '2026-04-19 15:27:49', 'Fall'), +(13, 1, 45, 74, 810.00, 'Staff', '2025-2026', 74, '2025-09-07 17:17:53', '2025-09-07 17:17:53', '2026-05-10 15:52:26', 'Fall'), +(14, 1, 46, 19, 570.00, 'Staff', '2025-2026', 19, '2025-09-07 17:21:22', '2025-09-07 17:21:22', '2026-04-19 16:22:30', 'Fall'), +(15, 1, 49, 84, 370.00, 'Staff', '2025-2026', 84, '2025-09-07 18:03:29', '2025-09-07 18:03:29', '2026-05-17 14:50:30', 'Fall'), +(16, 1, 51, 71, 1010.00, 'Staff', '2025-2026', 71, '2025-09-08 04:32:59', '2025-09-08 04:32:59', '2026-05-03 23:48:49', 'Fall'), +(17, 1, 62, 97, 590.00, 'Staff', '2025-2026', 4, '2025-09-13 00:41:04', '2025-09-13 00:41:04', '2025-09-13 00:41:04', 'Fall'), +(18, 1, 63, 98, 1030.00, 'Staff', '2025-2026', 98, '2025-09-13 00:45:47', '2025-09-13 00:45:47', '2026-04-19 15:25:27', 'Fall'), +(19, 1, 68, 88, 810.00, 'Staff', '2025-2026', 4, '2025-09-16 03:39:52', '2025-09-16 03:39:52', '2025-09-16 03:39:52', 'Fall'), +(20, 1, 70, 110, 370.00, 'Staff', '2025-2026', 4, '2025-09-16 03:56:13', '2025-09-16 03:56:13', '2025-09-16 03:56:13', 'Fall'), +(22, 1, 76, 129, 570.00, 'Staff', '2025-2026', 4, '2025-09-16 05:59:01', '2025-09-16 05:59:01', '2025-10-05 17:15:59', 'Fall'), +(23, 1, 77, 132, 590.00, 'Staff', '2025-2026', 1, '2025-09-16 06:04:06', '2025-09-16 06:04:06', '2025-10-28 02:31:26', 'Fall'), +(24, 1, 78, 100, 590.00, 'Staff', '2025-2026', 100, '2025-09-16 06:09:07', '2025-09-16 06:09:07', '2026-05-10 16:20:18', 'Fall'), +(25, 1, 88, 68, 590.00, 'Staff', '2025-2026', 68, '2025-09-20 19:32:47', '2025-09-20 19:32:47', '2026-05-17 14:41:07', 'Fall'), +(26, 1, 92, 120, 570.00, 'Staff', '2025-2026', 120, '2025-09-20 23:08:18', '2025-09-20 23:08:18', '2026-05-10 00:14:08', 'Fall'), +(27, 2, 95, 104, 70.00, 'Financial Assistance', '2025-2026', 4, '2025-09-21 13:50:01', '2025-09-21 13:50:01', '2025-09-21 13:50:01', 'Fall'), +(28, 3, 96, 128, 490.00, 'Financial Assistance', '2025-2026', 128, '2025-09-21 13:54:55', '2025-09-21 13:54:55', '2026-04-19 18:55:15', 'Fall'), +(29, 4, 97, 165, 630.00, 'Financial Assistance', '2025-2026', 165, '2025-09-21 14:07:06', '2025-09-21 14:07:06', '2026-04-21 13:34:07', 'Fall'), +(30, 5, 38, 56, 370.00, 'Financial Assistance', '2025-2026', 4, '2025-09-21 14:11:46', '2025-09-21 14:11:46', '2025-09-21 14:11:46', 'Fall'), +(31, 2, 99, 142, 70.00, 'Financial Assistance', '2025-2026', 1, '2025-09-21 14:17:41', '2025-09-21 14:17:41', '2026-06-07 01:42:33', 'Fall'), +(32, 1, 108, 174, 1230.00, 'Staff', '2025-2026', 1, '2025-09-21 15:26:27', '2025-09-21 15:26:27', '2025-10-28 02:31:26', 'Fall'), +(33, 6, 109, 176, 290.00, 'Financial Assistance', '2025-2026', 176, '2025-09-21 15:33:36', '2025-09-21 15:33:36', '2026-05-03 18:49:49', 'Fall'), +(34, 1, 110, 172, 810.00, 'Staff', '2025-2026', 1, '2025-09-21 15:49:13', '2025-09-21 15:49:13', '2025-10-28 02:31:26', 'Fall'), +(35, 7, 112, 177, 400.00, 'Financial Assistance', '2025-2026', 4, '2025-09-21 15:54:07', '2025-09-21 15:54:07', '2025-09-21 15:54:07', 'Fall'), +(36, 1, 111, 175, 810.00, 'Staff', '2025-2026', 4, '2025-09-21 16:52:02', '2025-09-21 16:52:02', '2025-09-21 16:52:02', 'Fall'), +(37, 8, 114, 187, 180.00, 'Student withdrawal refund from previous year', '2025-2026', 187, '2025-09-23 00:43:16', '2025-09-23 00:43:16', '2026-05-17 01:00:54', 'Fall'), +(38, 9, 93, 156, 410.00, 'Financial Assistance', '2025-2026', 4, '2025-09-28 14:26:45', '2025-09-28 14:26:45', '2025-09-28 14:26:45', 'Fall'), +(39, 1, 122, 134, 400.00, 'Staff', '2025-2026', 4, '2025-10-02 06:36:19', '2025-10-02 06:36:19', '2025-10-02 06:36:19', 'Fall'), +(40, 10, 126, 207, 170.00, 'Financial Assistance', '2025-2026', 4, '2025-10-05 14:25:30', '2025-10-05 14:25:30', '2025-10-05 14:25:30', 'Fall'), +(41, 11, 123, 203, 560.00, 'Financial Assistance', '2025-2026', 203, '2025-10-05 14:31:46', '2025-10-05 14:31:46', '2026-05-17 17:07:06', 'Fall'), +(42, 1, 47, 73, 590.00, 'Staff', '2025-2026', 73, '2025-10-26 14:34:12', '2025-10-26 14:34:12', '2026-05-17 16:46:19', 'Fall'), +(43, 12, 96, 128, 220.00, 'Financial Assistance', '2025-2026', 1, '2026-02-04 16:45:42', '2026-02-04 16:45:42', '2026-02-04 16:45:42', NULL), +(44, 13, 65, 126, 573.75, 'Financial aid, parent without job', '2025-2026', 4, '2026-03-08 15:39:23', '2026-03-08 15:39:23', '2026-03-08 15:39:23', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `discount_vouchers` +-- + +CREATE TABLE `discount_vouchers` ( + `id` int(11) UNSIGNED NOT NULL, + `code` varchar(50) NOT NULL, + `discount_type` enum('percent','fixed') NOT NULL DEFAULT 'percent', + `description` text DEFAULT NULL, + `discount_value` decimal(10,2) NOT NULL, + `max_uses` int(11) DEFAULT 1, + `times_used` int(11) DEFAULT 0, + `valid_from` date DEFAULT NULL, + `valid_until` date DEFAULT NULL, + `is_active` tinyint(1) DEFAULT 1, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `discount_vouchers` +-- + +INSERT INTO `discount_vouchers` (`id`, `code`, `discount_type`, `description`, `discount_value`, `max_uses`, `times_used`, `valid_from`, `valid_until`, `is_active`, `created_at`, `updated_at`, `school_year`, `semester`) VALUES +(1, '1DC466OEHQ', 'percent', 'Staff', 100.00, 100, 30, '2025-09-06', '2025-11-01', 1, '2025-09-06 07:59:19', '2025-10-26 14:34:12', NULL, NULL), +(2, 'KADIJATOU70', 'fixed', 'Financial Assistance', 70.00, 2, 2, '2025-09-21', '2025-10-01', 0, '2025-09-21 13:49:48', '2025-09-21 14:17:42', NULL, NULL), +(3, 'AJMALSEDIQI490', 'fixed', 'Financial Assistance', 490.00, 1, 1, '2025-09-21', '2025-09-30', 0, '2025-09-21 13:54:46', '2025-09-21 13:54:55', NULL, NULL), +(4, 'YAQUBEE630', 'fixed', 'Financial Assistance', 630.00, 1, 1, '2025-09-21', '2025-09-30', 0, '2025-09-21 14:06:57', '2025-09-21 14:07:07', NULL, NULL), +(5, 'KALIMAH370', 'fixed', 'Financial Assistance', 370.00, 1, 1, '2025-09-21', '2025-09-30', 0, '2025-09-21 14:11:33', '2025-09-21 14:11:47', NULL, NULL), +(6, 'SEMBATYA290', 'fixed', 'Financial Assistance', 290.00, 1, 1, '2025-09-21', '2025-09-30', 0, '2025-09-21 15:32:55', '2025-09-21 15:33:37', NULL, NULL), +(7, 'SADIA400', 'fixed', 'Financial Assistance', 400.00, 1, 1, '2025-09-21', '2025-09-30', 0, '2025-09-21 15:53:55', '2025-09-21 15:54:08', NULL, NULL), +(8, 'BENCHEKROUN180', 'fixed', 'Student withdrawal (Sarah) refund for previous year', 180.00, 1, 1, '2025-09-22', '2025-09-29', 0, '2025-09-23 00:42:58', '2025-09-23 00:43:16', NULL, NULL), +(9, 'MOUCTAR410', 'fixed', 'Financial Assistance', 410.00, 1, 1, '2025-09-28', '2025-10-05', 0, '2025-09-28 14:26:33', '2025-09-28 14:26:45', NULL, NULL), +(10, 'ABDULRAZAQ170', 'fixed', 'Financial Assistance', 170.00, 1, 1, '2025-10-05', '2025-10-06', 0, '2025-10-05 14:25:09', '2025-10-05 14:25:30', NULL, NULL), +(11, 'IFTEKHAR560', 'fixed', 'Financial Assistance', 560.00, 1, 1, '2025-10-05', '2025-10-06', 0, '2025-10-05 14:31:33', '2025-10-05 14:31:46', NULL, NULL), +(12, '8S3QSGFKKX', 'fixed', 'Financial Reason', 220.00, 1, 1, '2026-02-01', '2026-02-01', 0, '2026-02-01 19:18:05', '2026-02-04 17:12:58', NULL, NULL), +(13, 'MXLGNGH9GO', 'fixed', 'Financial aid, parent without job', 573.75, 1, 1, '2026-03-08', '2026-03-09', 0, '2026-03-08 15:37:47', '2026-03-08 15:39:24', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `early_dismissal_signatures` +-- + +CREATE TABLE `early_dismissal_signatures` ( + `id` int(10) UNSIGNED NOT NULL, + `report_date` date NOT NULL, + `school_year` varchar(16) DEFAULT NULL, + `semester` varchar(32) DEFAULT NULL, + `filename` varchar(255) NOT NULL, + `original_name` varchar(255) DEFAULT NULL, + `mime_type` varchar(128) DEFAULT NULL, + `file_size` int(10) UNSIGNED DEFAULT NULL, + `uploaded_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `early_dismissal_signatures` +-- + +INSERT INTO `early_dismissal_signatures` (`id`, `report_date`, `school_year`, `semester`, `filename`, `original_name`, `mime_type`, `file_size`, `uploaded_by`, `created_at`, `updated_at`) VALUES +(3, '2025-11-16', '2025-2026', NULL, '1767542038_ea34dd7d99987c0dbd28.jpeg', 'WhatsApp Image 2026-01-04 at 10.52.39.jpeg', 'image/jpeg', 130841, 1, '2026-01-04 15:53:58', '2026-01-04 15:53:58'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `email_templates` +-- + +CREATE TABLE `email_templates` ( + `id` int(10) UNSIGNED NOT NULL, + `code` varchar(32) NOT NULL, + `variant` enum('default','answered','no_answer') NOT NULL DEFAULT 'default', + `subject` varchar(255) NOT NULL, + `body_html` mediumtext NOT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT 1, + `updated_by` int(10) UNSIGNED DEFAULT NULL, + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `email_templates` +-- + +INSERT INTO `email_templates` (`id`, `code`, `variant`, `subject`, `body_html`, `is_active`, `updated_by`, `updated_at`) VALUES +(1, 'ABS_1', 'default', 'Attendance Notice: Unreported Absence', '

Assalamu Alaykum, Insha Allah this email finds you well.

\r\n

This is a friendly reminder that {{student_name}} was absent on {{incident_date}} without prior notice.

\r\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice.

\r\n

Please email/call/text us at {{school_phone}} ahead of time if your child will be absent or late.

', 1, NULL, '2025-10-26 06:21:39'), +(2, 'LATE_2', 'default', 'Attendance Notice: Repeated Lateness', '

Assalamu Alaykum, Insha Allah this email finds you well.

\r\n

This is a reminder that {{student_name}} has been late twice recently (most recently on {{incident_date}}).

\r\n

Students must be in class by {{class_time}}. If your child will be late due to illness or family commitments, please let us know ahead of time.

\r\n

You can email/call/text us at {{school_phone}}.

', 1, NULL, '2025-10-26 06:21:52'), +(3, 'ABS_2', 'answered', 'Attendance Follow-Up: Two Consecutive Absences', '

Assalamu Alaykum, Insha Allah this email finds you well, {{parent_name}}. Jazakum Allahu khayran for taking the time to speak with us today.

\r\n

This is just a reminder that {{student_name}} was absent twice in a row without prior notice.

\r\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice. Please let us know ahead of time.

\r\n

You can email/call/text us at {{school_phone}} if your child will be absent/late.

', 1, NULL, '2025-10-26 06:22:06'), +(4, 'ABS_2', 'no_answer', 'Attendance Follow-Up: Two Consecutive Absences', '

Assalamu Alaykum, Insha Allah this email finds you well.

\r\n

We tried to reach you but couldn\'t connect and left a voice message at {{voicemail_phone}}.

\r\n

This is just a reminder that {{student_name}} was absent twice in a row without prior notice.

\r\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice. Please let us know ahead of time.

\r\n

You can email/call/text us at {{school_phone}} if your child will be absent/late.

', 1, NULL, '2025-10-26 06:22:18'), +(5, 'ABS_2_IN3W', 'default', 'Attendance Follow-Up: Recent Absences', '

Assalamu Alaykum, Insha Allah this email finds you well.

\r\n

This is a reminder that {{student_name}} has been absent twice within the last three school weeks without prior notice.

\r\n

Advance notice helps us support your child. Please email/call/text us at {{school_phone}} if your child will be absent or late.

', 1, NULL, '2025-10-26 06:22:38'), +(6, 'ABS_3', 'answered', 'Attendance Follow-Up: Three Absences', '

Assalamu Alaykum, Insha Allah this email finds you well, {{parent_name}}. Jazakum Allahu khayran for taking the time to speak with us today.

\r\n

This is a reminder that {{student_name}} has been absent three times (most recently on {{incident_date}}) without prior notice.

\r\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice. Please let us know ahead of time.

\r\n

You can email/call/text us at {{school_phone}} if your child will be absent/late.

', 1, NULL, '2025-10-26 06:22:28'), +(7, 'ABS_3', 'no_answer', 'Attendance Follow-Up: Three Absences', '

Assalamu Alaykum, Insha Allah this email finds you well.

\r\n

We tried to reach you but couldn\'t connect and left a voice message at {{voicemail_phone}}.

\r\n

This is a reminder that {{student_name}} has been absent three times (most recently on {{incident_date}}) without prior notice.

\r\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice. Please let us know ahead of time.

\r\n

You can email/call/text us at {{school_phone}} if your child will be absent/late.

', 1, NULL, '2025-10-26 06:22:48'), +(8, 'ABS_3', 'default', 'Attendance Follow-Up: Three Absences', '

Assalamu Alaykum, Insha Allah this email finds you well.

\n

This is a reminder that {{student_name}} has been absent three times (most recently on {{incident_date}}) without prior notice.

\n

If your child has to be absent due to illness or family commitments, that\'s OK as long as the school is given prior notice. Please let us know ahead of time.

\n

You can email/call/text us at {{school_phone}} if your child will be absent/late.

', 1, NULL, '2025-11-05 01:11:40'), +(9, 'ABS_4', 'default', 'Urgent: Extended Absence Notification', '

Assalamu Alaykum, {{parent_name}},

I am writing to inform you that {{student_name}} has been absent from classes for the past four consecutive weeks. As you know, consistent attendance is essential for academic progress and full participation in school activities.

Absence dates:

{{absence_dates_list_bold}}

We kindly ask that you contact us as soon as possible to provide an explanation for these absences and confirm when {{student_name}} will be returning to class. Please note that continued unexcused absences may impact their enrollment status.

Thank you for your prompt attention to this matter.

', 1, NULL, '2025-11-05 06:28:15'), +(10, 'LATE_3', 'answered', 'Attendance Follow-Up: Three Lates', '

Assalamu Alaykum, Insha Allah this email finds you well, {{parent_name}}. Jazakum Allahu khayran for taking the time to speak with us today.

This is a reminder that {{student_name}} has been late three times recently (most recently on {{incident_date}}).

Please ensure arrival by {{class_time}} and let us know ahead of time if your child will be late.

You can email/call/text us at {{school_phone}}.

', 1, NULL, '2025-12-12 17:39:37'), +(11, 'LATE_3', 'no_answer', 'Attendance Follow-Up: Three Lates', '

Assalamu Alaykum, Insha Allah this email finds you well.

We tried to reach you but could not connect and left a voice message at {{voicemail_phone}}.

This is a reminder that {{student_name}} has been late three times recently (most recently on {{incident_date}}).

Please ensure arrival by {{class_time}} and let us know ahead of time if your child will be late. You can email/call/text us at {{school_phone}}.

', 1, NULL, '2025-12-12 17:39:48'), +(12, 'LATE_3', 'default', 'Attendance Notice: Three Lates', '

Assalamu Alaykum, Insha Allah this email finds you well.

This is a reminder that {{student_name}} has been late three times recently (most recently on {{incident_date}}).

Students must be in class by {{class_time}}. If your child will be late due to illness or family commitments, please let us know ahead of time.

You can email/call/text us at {{school_phone}}.

', 1, NULL, '2025-12-12 22:42:35'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `emergency_contacts` +-- + +CREATE TABLE `emergency_contacts` ( + `id` int(11) UNSIGNED NOT NULL, + `emergency_contact_name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL, + `parent_id` int(11) DEFAULT NULL, + `cellphone` varchar(20) NOT NULL, + `email` varchar(255) DEFAULT NULL, + `relation` varchar(50) NOT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `emergency_contacts` +-- + +INSERT INTO `emergency_contacts` (`id`, `emergency_contact_name`, `parent_id`, `cellphone`, `email`, `relation`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 'Moulay Larbi Elabidi', 2, '617-309-6743', '', 'Parent', 'Fall', '2025-2026', '2025-09-02 17:03:44', '2025-09-02 17:03:44'), +(2, 'Khadija Elabidi', 3, '857-206-5499', '', 'Parent', 'Fall', '2025-2026', '2025-09-02 17:44:15', '2025-09-02 17:44:15'), +(3, 'Soundouss Ejj', 4, '464-848-4949', '', 'Parent', 'Fall', '2025-2026', '2025-09-02 22:41:00', '2025-09-02 22:41:00'), +(4, 'Imane Aidi', 5, '978-488-8389', '', 'Relative', 'Fall', '2025-2026', '2025-09-03 00:17:40', '2025-09-03 00:17:40'), +(5, 'Ridwan Islam', 7, '402-612-1850', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 00:19:21', '2025-09-03 00:19:21'), +(6, 'Adeel Saqib', 6, '603-264-5039', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 00:21:05', '2025-09-03 00:21:05'), +(7, 'Ahmed Said', 9, '716-907-5016', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 00:41:54', '2025-09-03 00:41:54'), +(8, 'Yasmeen El-Ghussein', 10, '816-888-0683', '', 'Relative', 'Fall', '2025-2026', '2025-09-03 00:52:34', '2025-09-03 00:52:34'), +(9, 'Saleem Ahmed', 11, '617-852-0793', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 00:55:01', '2025-09-03 00:55:01'), +(10, 'Mohamed Hassan', 12, '781-353-4807', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 00:57:38', '2025-09-03 00:57:38'), +(11, 'Rosina Cotton', 13, '978-206-4497', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 01:01:58', '2025-09-03 01:01:58'), +(12, 'Musab Amin', 14, '330-389-2179', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 01:02:23', '2025-09-03 01:02:23'), +(13, 'Mahmood Seddiqy', 15, '978-319-7292', '', 'Guardian', 'Fall', '2025-2026', '2025-09-03 01:22:13', '2025-09-03 01:22:13'), +(14, 'Mariama Thulla', 16, '978-259-5013', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 01:24:25', '2025-09-03 01:24:25'), +(15, 'Rabia Imran', 18, '978-221-1596', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 01:52:50', '2025-09-03 01:52:50'), +(16, 'Zakaria Saine', 22, '781-475-8647', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 02:27:27', '2025-09-03 02:27:27'), +(17, 'Rashida Nantege', 21, '978-421-5013', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 02:28:03', '2025-09-03 02:28:03'), +(18, 'Saifadam Pathan', 23, '206-902-8429', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 02:35:58', '2025-09-03 02:35:58'), +(19, 'Jahangir Masud', 26, '785-331-9797', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 02:41:55', '2025-09-03 02:41:55'), +(20, 'Badrul Alam Bony', 25, '531-218-4441', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 02:42:29', '2025-09-03 02:42:29'), +(21, 'Sidra Khan', 27, '978-995-0567', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 03:06:23', '2025-09-03 03:06:23'), +(22, 'Sajeed Anwar Basha', 20, '986-895-3548', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 03:12:02', '2025-09-03 03:12:02'), +(23, 'Imran Nawaz', 28, '948-501-4026', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 08:44:17', '2025-09-03 08:44:17'), +(24, 'Noor Kazmi', 29, '858-774-2353', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 10:24:26', '2025-09-03 10:24:26'), +(25, 'Taiob Ali', 30, '978-427-2092', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 10:41:15', '2025-09-03 10:41:15'), +(26, 'Farhana Sarfraz', 17, '978-885-5330', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 11:36:18', '2025-09-03 11:36:18'), +(27, 'Sidikie Kamara', 31, '978-421-7203', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 14:21:16', '2025-09-03 14:21:16'), +(28, 'Ali Murtuza', 32, '336-542-7816', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 15:08:52', '2025-09-03 15:08:52'), +(29, 'Sabeeh Ehsan', 34, '978-893-8459', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 15:21:52', '2025-09-03 15:21:52'), +(30, 'Sahadatu Awudu', 35, '917-615-8842', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 15:29:42', '2025-09-03 15:29:42'), +(31, 'Seifu Kasule', 37, '857-258-8892', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 20:20:38', '2025-09-03 20:20:38'), +(32, 'Rabeena Ishaq', 38, '603-943-4013', '', 'Parent', 'Fall', '2025-2026', '2025-09-03 20:59:24', '2025-09-03 20:59:24'), +(33, 'Kishwer Bhatti', 39, '781-308-2113', '', 'Friend', 'Fall', '2025-2026', '2025-09-03 22:40:17', '2025-09-03 22:40:17'), +(34, 'Amani Elmawed', 42, '603-560-4292', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 00:02:08', '2025-09-04 00:02:08'), +(35, 'Nishat Perveen', 24, '978-846-2388', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 00:45:31', '2025-09-04 00:45:31'), +(36, 'Arifa Ismail', 44, '508-500-2454', '', 'Friend', 'Fall', '2025-2026', '2025-09-04 02:29:46', '2025-09-04 02:29:46'), +(37, 'Shamsul Arifa Ismail', 46, '508-500-2454', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 12:29:58', '2025-09-04 12:29:58'), +(38, 'Aicha Cherkaoui', 43, '603-261-1051', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 14:20:25', '2025-09-04 14:20:25'), +(39, 'Ahmed Abdalaoui', 47, '617-415-3666', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 15:07:08', '2025-09-04 15:07:08'), +(40, 'Masuma Imran', 49, '978-606-3667', '', 'Parent', 'Fall', '2025-2026', '2025-09-04 17:14:08', '2025-09-04 17:14:08'), +(41, 'Abdul Ahad Storay Niazi', 50, '603-261-4452', '', 'Parent', 'Fall', '2025-2026', '2025-09-05 11:19:20', '2025-09-05 11:19:20'), +(42, 'Sara Durrani', 52, '508-468-8310', '', 'Parent', 'Fall', '2025-2026', '2025-09-05 16:05:53', '2025-09-05 16:05:53'), +(43, 'Abjal Manduru', 53, '484-515-4319', '', 'Parent', 'Fall', '2025-2026', '2025-09-05 18:34:59', '2025-09-05 18:34:59'), +(44, 'Muhammad Khalid', 55, '857-756-3463', '', 'Parent', 'Fall', '2025-2026', '2025-09-05 20:28:48', '2025-09-05 20:28:48'), +(45, 'Kalimah Saditan', 56, '857-277-8635', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 01:31:36', '2025-09-06 01:31:36'), +(46, 'Mohammad Shoaib Shawoo', 57, '713-298-5642', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 16:11:23', '2025-09-06 16:11:23'), +(47, 'Al-Monsur Jiaul Haque', 59, '978-955-8702', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 18:13:10', '2025-09-06 18:13:10'), +(48, 'Tahya Nakanjako', 60, '781-957-8063', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 19:47:06', '2025-09-06 19:47:06'), +(49, 'Mohd Rashdan', 63, '978-654-1657', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 20:41:37', '2025-09-06 20:41:37'), +(50, 'Asifa Javaid', 64, '978-835-8202', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 20:53:21', '2025-09-06 20:53:21'), +(51, 'Muhammad Ashfaq', 66, '978-319-7835', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 21:18:57', '2025-09-06 21:18:57'), +(52, 'Irfan Saleem', 69, '203-482-1948', '', 'Friend', 'Fall', '2025-2026', '2025-09-06 22:45:22', '2025-09-06 22:45:22'), +(53, 'Ashif Khalifa', 70, '781-308-4876', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 22:57:45', '2025-09-06 22:57:45'), +(54, 'Ali Bahadur', 72, '408-800-9522', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 23:03:23', '2025-09-06 23:03:23'), +(55, 'Ali Abdelouahhab', 71, '617-923-5968', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 23:04:39', '2025-09-06 23:04:39'), +(56, 'Imane Elassab', 74, '781-985-0926', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 23:15:29', '2025-09-06 23:15:29'), +(57, 'Anne Shahab', 19, '978-551-6313', '', 'Parent', 'Fall', '2025-2026', '2025-09-06 23:46:43', '2025-09-06 23:46:43'), +(58, 'Asim Mushtaq', 73, '978-677-4984', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 00:01:21', '2025-09-07 00:01:21'), +(59, 'Tashfeena Mahmud', 80, '774-712-0378', '', 'Guardian', 'Fall', '2025-2026', '2025-09-07 00:38:52', '2025-09-07 00:38:52'), +(60, 'Nuliat Kemigyende', 81, '978-483-6192', '', 'Relative', 'Fall', '2025-2026', '2025-09-07 01:37:43', '2025-09-07 01:37:43'), +(61, 'Ahlam Elbakhtaoui', 84, '978-677-0810', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 02:33:17', '2025-09-07 02:33:17'), +(62, 'Maha Bilal', 86, '978-942-9196', '', 'Sibling', 'Fall', '2025-2026', '2025-09-07 05:28:39', '2025-09-07 05:28:39'), +(63, 'Sana Yousefzai', 88, '978-201-9148', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 11:44:24', '2025-09-07 11:44:24'), +(64, 'Shariq Nakhawa', 90, '617-834-0298', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 14:15:29', '2025-09-07 14:15:29'), +(65, 'Sana Yousefzai', 92, '978-201-9148', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 19:05:09', '2025-09-07 19:05:09'), +(66, 'Alhaji Sheriff', 93, '978-569-9884', '', 'Relative', 'Fall', '2025-2026', '2025-09-07 19:08:38', '2025-09-07 19:08:38'), +(67, 'Mohammed Kolia', 75, '339-368-4510', '', 'Parent', 'Fall', '2025-2026', '2025-09-07 21:00:03', '2025-09-07 21:00:03'), +(68, 'Haithem Mustafa', 96, '216-262-7407', '', 'Parent', 'Fall', '2025-2026', '2025-09-08 00:39:18', '2025-09-08 00:39:18'), +(69, 'Oumkaltoum El Amri', 97, '857-326-4801', '', 'Parent', 'Fall', '2025-2026', '2025-09-08 01:02:17', '2025-09-08 01:02:17'), +(70, 'Mohammed Gaabass', 98, '508-776-3922', '', 'Parent', 'Fall', '2025-2026', '2025-09-08 02:38:15', '2025-09-08 02:38:15'), +(71, 'Abdelhak Elmalki', 100, '351-220-3163', '', 'Parent', 'Fall', '2025-2026', '2025-09-08 16:49:21', '2025-09-08 16:49:21'), +(72, 'Amina Mukhtar', 102, '617-401-6638', '', 'Parent', 'Fall', '2025-2026', '2025-09-08 23:53:56', '2025-09-08 23:53:56'), +(73, 'Maimouna Albertorio', 104, '978-888-5842', '', 'Relative', 'Fall', '2025-2026', '2025-09-09 00:07:57', '2025-09-09 00:07:57'), +(74, 'Atiqullah Miakhel', 105, '857-417-8708', '', 'Parent', 'Fall', '2025-2026', '2025-09-09 21:57:02', '2025-09-09 21:57:02'), +(75, 'Oumar Ba', 106, '617-888-0300', '', 'Parent', 'Fall', '2025-2026', '2025-09-10 06:01:44', '2025-09-10 06:01:44'), +(76, 'Maria Karachi', 107, '978-319-1631', '', 'Parent', 'Fall', '2025-2026', '2025-09-10 12:19:54', '2025-09-10 12:19:54'), +(77, 'Ciatra Oneal', 109, '978-930-5297', '', 'Parent', 'Fall', '2025-2026', '2025-09-11 14:39:35', '2025-09-11 14:39:35'), +(78, 'Amir Azmi', 110, '617-519-9691', '', 'Parent', 'Fall', '2025-2026', '2025-09-11 15:31:53', '2025-09-11 15:31:53'), +(79, 'Munazza Quadri', 114, '978-793-3839', '', 'Parent', 'Fall', '2025-2026', '2025-09-13 15:04:15', '2025-09-13 15:04:15'), +(80, 'Lana Abu-Tarboush', 117, '941-241-7266', '', 'Parent', 'Fall', '2025-2026', '2025-09-13 17:54:33', '2025-09-13 17:54:33'), +(81, 'Farrukh Shaikh', 118, '857-707-2460', '', 'Parent', 'Fall', '2025-2026', '2025-09-13 18:55:29', '2025-09-13 18:55:29'), +(82, 'Shagufta Naz', 122, '617-652-4498', '', 'Relative', 'Fall', '2025-2026', '2025-09-14 14:28:52', '2025-09-14 14:28:52'), +(83, 'Foday Momoh', 123, '978-606-5113', '', 'Parent', 'Fall', '2025-2026', '2025-09-14 17:39:30', '2025-09-14 17:39:30'), +(84, 'Shilat Mutesi', 124, '781-957-6159', '', 'Parent', 'Fall', '2025-2026', '2025-09-14 17:47:26', '2025-09-14 17:47:26'), +(85, 'Faridah Senkubuge', 125, '978-375-8816', '', 'Parent', 'Fall', '2025-2026', '2025-09-14 17:56:59', '2025-09-14 17:56:59'), +(86, 'Wasif Nazar', 126, '203-726-5569', '', 'Parent', 'Fall', '2025-2026', '2025-09-14 18:45:04', '2025-09-14 18:45:04'), +(87, 'Shuaibullah Sediqi', 128, '978-896-7887', '', 'Relative', 'Fall', '2025-2026', '2025-09-14 20:34:53', '2025-09-14 20:34:53'), +(88, 'Emman Ben Jamil', 129, '613-981-1335', '', 'Parent', 'Fall', '2025-2026', '2025-09-15 01:51:09', '2025-09-15 01:51:09'), +(89, 'Memounatou Soumah', 130, '571-435-2073', '', 'Parent', 'Fall', '2025-2026', '2025-09-15 19:50:51', '2025-09-15 19:50:51'), +(90, 'Mahdi Garelnabi', 132, '978-761-9194', '', 'Parent', 'Fall', '2025-2026', '2025-09-16 03:34:43', '2025-09-16 03:34:43'), +(91, 'Faisal Qabba', 133, '617-669-3076', '', 'Parent', 'Fall', '2025-2026', '2025-09-16 15:06:41', '2025-09-16 15:06:41'), +(92, 'Nu Komarudin', 136, '781-632-3817', '', 'Parent', 'Fall', '2025-2026', '2025-09-17 01:56:01', '2025-09-17 01:56:01'), +(93, 'Brahim Alai', 137, '978-947-9626', '', 'Parent', 'Fall', '2025-2026', '2025-09-18 00:20:07', '2025-09-18 00:20:07'), +(94, 'Al Monsur Jiaul Hque', 139, '978-955-8702', '', 'Neighbor', 'Fall', '2025-2026', '2025-09-18 01:32:26', '2025-09-18 01:32:26'), +(95, 'Khalid Seddane', 141, '781-479-3282', '', 'Parent', 'Fall', '2025-2026', '2025-09-18 22:16:33', '2025-09-18 22:16:33'), +(96, 'Maimouna Albertorio', 142, '978-888-5842', '', 'Parent', 'Fall', '2025-2026', '2025-09-19 12:42:26', '2025-09-19 12:42:26'), +(97, 'Irum Malik', 145, '978-846-4365', '', 'Parent', 'Fall', '2025-2026', '2025-09-19 22:04:13', '2025-09-19 22:04:13'), +(98, 'Farah Hamam', 68, '774-535-4976', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 13:10:34', '2025-09-20 13:10:34'), +(99, 'Isra Osman', 8, '402-417-2407', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 13:27:19', '2025-09-20 13:27:19'), +(100, 'Sikandar Bhutto', 149, '857-334-1480', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 15:05:28', '2025-09-20 15:05:28'), +(101, 'Yusuf Abdi', 150, '802-355-3435', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 16:00:09', '2025-09-20 16:00:09'), +(102, 'Abdessamad Koukou', 153, '617-953-7463', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 20:22:03', '2025-09-20 20:22:03'), +(103, 'Irfan Saleem', 120, '203-482-1948', '', 'Parent', 'Fall', '2025-2026', '2025-09-20 22:58:40', '2025-09-20 22:58:40'), +(104, 'Mouctar Diallo', 156, '978-677-8086', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 00:56:41', '2025-09-21 00:56:41'), +(105, 'Ashraf Mohid', 158, '978-221-1795', '', 'Sibling', 'Fall', '2025-2026', '2025-09-21 01:23:53', '2025-09-21 01:23:53'), +(106, 'Mohammad Jalal Yaqobi', 165, '978-237-1599', '', 'Relative', 'Fall', '2025-2026', '2025-09-21 11:58:55', '2025-09-21 11:58:55'), +(107, 'Mousumi Akter', 167, '978-967-0975', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 14:14:59', '2025-09-21 14:14:59'), +(108, 'Adam Meah', 164, '651-353-6827', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 14:29:43', '2025-09-21 14:29:43'), +(109, 'Basharat Sheikh', 168, '617-966-4830', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 14:36:37', '2025-09-21 14:36:37'), +(110, 'Ali Murtuza', 169, '336-542-7816', '', 'Friend', 'Fall', '2025-2026', '2025-09-21 14:39:47', '2025-09-21 14:39:47'), +(111, 'Hina Munir', 173, '603-229-9318', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 15:05:44', '2025-09-21 15:05:44'), +(112, 'Saira Iftikhar', 174, '978-654-8171', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 15:10:18', '2025-09-21 15:10:18'), +(113, 'Nabeel Sembatya', 176, '774-386-8492', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 15:23:35', '2025-09-21 15:23:35'), +(114, 'Zakaria Akil', 175, '978-960-3558', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 15:30:56', '2025-09-21 15:30:56'), +(115, 'Abdalla Idris', 172, '978-552-8083', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 15:32:33', '2025-09-21 15:32:33'), +(116, 'Muhammad Usman', 177, '603-404-0864', '', 'Sibling', 'Fall', '2025-2026', '2025-09-21 15:36:49', '2025-09-21 15:36:49'), +(117, 'Shamsul Chowdhury', 181, '978-303-7617', '', 'Parent', 'Fall', '2025-2026', '2025-09-21 16:50:51', '2025-09-21 16:50:51'), +(118, 'Vicki Finn', 187, '781-962-5099', '', 'Parent', 'Fall', '2025-2026', '2025-09-22 00:39:23', '2025-09-22 00:39:23'), +(119, 'Fozia Razzaq', 188, '978-804-1768', '', 'Parent', 'Fall', '2025-2026', '2025-09-23 08:33:43', '2025-09-23 08:33:43'), +(120, 'Saad Mirza', 189, '978-569-5544', '', 'Parent', 'Fall', '2025-2026', '2025-09-23 13:24:27', '2025-09-23 13:24:27'), +(121, 'Pervez Mirza', 190, '978-512-9058', '', 'Relative', 'Fall', '2025-2026', '2025-09-23 14:52:22', '2025-09-23 14:52:22'), +(122, 'Omar Waid', 198, '617-949-9190', '', 'Parent', 'Fall', '2025-2026', '2025-09-27 22:58:51', '2025-09-27 22:58:51'), +(123, 'Tanvir Nowaz', 196, '617-347-8172', '', 'Parent', 'Fall', '2025-2026', '2025-09-28 14:31:15', '2025-09-28 14:31:15'), +(124, 'Lukia Namatovu', 202, '857-237-2963', '', 'Parent', 'Fall', '2025-2026', '2025-09-28 15:20:28', '2025-09-28 15:20:28'), +(125, 'Iftekhar Ahmad Hamdard', 203, '978-305-3612', '', 'Parent', 'Fall', '2025-2026', '2025-09-29 19:42:50', '2025-09-29 19:42:50'), +(126, 'Asia Zaheen', 134, '978-807-1935', '', 'Parent', 'Fall', '2025-2026', '2025-10-02 03:10:12', '2025-10-02 03:10:12'), +(127, 'Diana Streete', 205, '857-389-8435', '', 'Parent', 'Fall', '2025-2026', '2025-10-02 03:20:58', '2025-10-02 03:20:58'), +(128, 'Eric Maase', 206, '978-758-3811', '', 'Parent', 'Fall', '2025-2026', '2025-10-05 02:06:30', '2025-10-05 02:06:30'), +(129, 'Abdul Razzaq', 207, '978-804-0238', '', 'Parent', 'Fall', '2025-2026', '2025-10-05 14:15:46', '2025-10-05 14:15:46'), +(130, 'Sheba Mubiru', 209, '978-767-5992', '', 'Parent', 'Fall', '2025-2026', '2025-10-05 16:42:47', '2025-10-05 16:42:47'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `enrollments` +-- + +CREATE TABLE `enrollments` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `class_section_id` int(10) UNSIGNED DEFAULT NULL, + `parent_id` int(10) UNSIGNED NOT NULL, + `enrollment_date` date NOT NULL, + `enrollment_status` enum('admission under review','payment pending','enrolled','withdraw under review','refund pending','withdrawn','waitlist','denied') NOT NULL DEFAULT 'admission under review', + `withdrawal_date` date DEFAULT NULL, + `is_withdrawn` tinyint(1) NOT NULL DEFAULT 0, + `admission_status` enum('pending','accepted','denied') NOT NULL DEFAULT 'pending', + `semester` varchar(25) DEFAULT NULL, + `school_year` varchar(25) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `enrollments` +-- + +INSERT INTO `enrollments` (`id`, `student_id`, `class_section_id`, `parent_id`, `enrollment_date`, `enrollment_status`, `withdrawal_date`, `is_withdrawn`, `admission_status`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(2, 2, 52, 3, '2025-09-02', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-02 18:46:49', '2025-12-24 05:33:42'), +(6, 11, 80, 6, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:27', '2025-09-16 05:28:44'), +(7, 12, 41, 6, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:27', '2025-09-25 02:36:28'), +(8, 13, 41, 6, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:27', '2025-09-25 02:36:28'), +(9, 14, 22, 6, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:27', '2025-09-25 02:36:28'), +(10, 9, 60, 7, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:29', '2025-09-06 19:45:55'), +(11, 10, 60, 7, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:21:29', '2025-09-06 19:46:01'), +(12, 19, 31, 11, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:55:45', '2025-09-20 20:18:19'), +(13, 17, 51, 10, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:59:37', '2025-09-20 22:53:51'), +(14, 18, 32, 10, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 00:59:37', '2025-09-20 20:15:08'), +(15, 21, 31, 13, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:03:28', '2025-09-20 20:17:18'), +(16, 22, 52, 14, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:04:09', '2025-09-20 22:55:06'), +(17, 25, 52, 16, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:25:48', '2025-09-20 22:56:16'), +(18, 23, 70, 15, '2025-09-03', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:25:49', '2025-10-28 02:48:27'), +(19, 24, 60, 15, '2025-09-03', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:25:49', '2025-10-28 02:48:27'), +(20, 26, 70, 18, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:56:40', '2025-09-06 20:27:39'), +(21, 27, 41, 18, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 01:56:40', '2025-09-20 20:24:12'), +(22, 28, 70, 22, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:28:17', '2025-09-06 20:30:13'), +(23, 29, 51, 22, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:28:17', '2025-09-20 22:56:05'), +(24, 30, 31, 22, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:28:17', '2025-09-21 19:48:40'), +(25, 31, 120, 21, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:29:35', '2025-09-06 20:32:47'), +(26, 32, 70, 21, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:29:35', '2025-09-06 20:33:01'), +(27, 33, 42, 21, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:29:35', '2025-09-20 20:30:44'), +(28, 34, 80, 23, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:37:08', '2025-09-06 20:34:39'), +(29, 6, 70, 5, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:43:18', '2025-09-16 05:28:12'), +(30, 7, 32, 5, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:43:18', '2025-09-21 19:42:44'), +(31, 8, 32, 5, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:43:18', '2025-09-21 19:42:44'), +(32, 37, 60, 25, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 02:43:39', '2025-09-06 20:41:07'), +(33, 38, 120, 27, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 03:07:29', '2025-09-16 05:29:33'), +(34, 39, 80, 27, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 03:07:29', '2025-09-16 05:29:33'), +(35, 40, 42, 27, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 03:07:29', '2025-09-21 19:54:21'), +(36, 41, 22, 20, '2025-10-12', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 03:12:24', '2025-09-20 20:02:45'), +(37, 42, 52, 28, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 08:45:37', '2025-09-20 22:53:37'), +(38, 43, 21, 28, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 08:45:37', '2025-09-20 20:09:05'), +(39, 44, 31, 29, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 10:24:48', '2025-09-20 20:18:46'), +(40, 45, 21, 29, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 10:24:48', '2025-09-20 20:03:29'), +(41, 46, 120, 30, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 10:41:43', '2025-09-06 21:30:09'), +(42, 47, 120, 30, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 10:41:43', '2025-09-06 21:30:15'), +(43, 48, 90, 17, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 11:38:22', '2025-09-16 05:29:57'), +(44, 49, 80, 17, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 11:38:22', '2025-09-16 05:29:57'), +(45, 35, 80, 26, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 14:47:35', '2025-09-16 05:29:06'), +(46, 36, 21, 26, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 14:47:36', '2025-09-21 19:43:14'), +(47, 53, 80, 34, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:22:56', '2025-09-06 21:36:14'), +(48, 54, 32, 34, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:22:56', '2025-09-20 20:13:23'), +(49, 55, 42, 35, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:32:27', '2025-09-20 20:31:31'), +(50, 56, 10, 35, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:32:27', '2025-10-28 02:24:59'), +(51, 50, 52, 31, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:44:58', '2025-09-20 22:59:45'), +(52, 51, 42, 31, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:44:58', '2025-09-20 20:30:15'), +(53, 15, 80, 9, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:47:02', '2025-09-06 19:52:18'), +(54, 16, 31, 9, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 15:47:02', '2025-09-20 20:16:30'), +(55, 59, 120, 38, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 20:59:45', '2025-09-06 21:40:55'), +(56, 60, 52, 38, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 20:59:45', '2025-09-20 22:59:32'), +(57, 61, 120, 39, '2025-09-03', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-03 22:40:39', '2025-09-16 05:30:30'), +(58, 62, 80, 42, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 00:04:32', '2025-09-06 21:46:40'), +(59, 63, 42, 42, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 00:04:32', '2025-09-20 20:30:07'), +(60, 64, 31, 42, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 00:04:32', '2025-09-20 20:16:00'), +(61, 65, 120, 24, '2025-09-04', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-04 00:46:38', '2025-10-28 02:50:54'), +(62, 66, 70, 24, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 00:46:38', '2025-09-16 05:31:04'), +(63, 71, 80, 43, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 14:21:29', '2025-09-16 05:31:35'), +(64, 72, 70, 43, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 14:21:29', '2025-09-16 05:31:35'), +(65, 73, 51, 43, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 14:21:29', '2025-09-21 19:47:19'), +(66, 74, 32, 43, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 14:21:29', '2025-09-21 19:47:19'), +(67, 75, 32, 47, '2025-09-04', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 15:07:55', '2025-09-21 19:47:19'), +(68, 76, 80, 49, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 17:15:23', '2025-09-06 21:55:21'), +(69, 77, 60, 49, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-04 17:15:23', '2025-09-06 21:55:28'), +(70, 81, 31, 52, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 16:08:23', '2025-09-20 20:18:25'), +(71, 82, 22, 52, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 16:08:23', '2025-09-20 20:08:38'), +(72, 83, 1, 52, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 16:08:23', '2025-09-06 21:58:08'), +(73, 84, 80, 53, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 18:36:32', '2025-09-06 22:00:47'), +(74, 85, 42, 53, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 18:36:32', '2025-09-21 19:53:59'), +(75, 86, 21, 55, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 20:29:10', '2025-09-20 20:05:05'), +(76, 87, 1, 55, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-05 20:29:10', '2025-09-16 03:18:43'), +(77, 88, 120, 56, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 02:53:00', '2025-09-06 22:05:04'), +(78, 89, 80, 56, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 02:53:00', '2025-09-06 22:05:18'), +(79, 1, 70, 2, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 08:08:27', '2025-09-16 04:03:10'), +(80, 90, 60, 57, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 16:11:55', '2025-09-16 05:32:13'), +(81, 91, 70, 59, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 18:16:13', '2025-09-06 22:09:00'), +(82, 92, 22, 59, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 18:16:13', '2025-09-20 20:01:26'), +(83, 93, 51, 60, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 19:48:16', '2025-09-21 14:35:35'), +(84, 94, 70, 60, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 19:48:16', '2025-09-21 14:36:37'), +(85, 95, 120, 60, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 19:57:15', '2025-09-21 14:37:13'), +(86, 96, 120, 63, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 20:42:15', '2025-09-06 22:13:20'), +(87, 97, 22, 64, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 20:54:33', '2025-09-20 20:06:05'), +(88, 98, 1, 64, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 20:54:33', '2025-09-06 22:15:10'), +(89, 99, 80, 66, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 21:19:45', '2025-12-24 05:35:44'), +(90, 100, 52, 66, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 21:19:45', '2025-09-20 22:56:53'), +(91, 101, 22, 66, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 21:19:45', '2025-09-20 20:01:40'), +(92, 102, 90, 69, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:46:01', '2025-09-07 17:10:37'), +(93, 103, 52, 69, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:46:01', '2025-09-20 22:57:02'), +(94, 104, 22, 69, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:46:01', '2025-09-20 20:04:46'), +(95, 69, 90, 46, '2025-09-28', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:50:52', '2025-09-08 04:38:44'), +(96, 70, 31, 46, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:50:52', '2025-09-20 20:16:12'), +(97, 57, 31, 37, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:53:58', '2025-09-20 20:17:37'), +(98, 58, 22, 37, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:53:58', '2025-09-20 20:03:44'), +(99, 67, 70, 44, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:57:12', '2025-09-21 14:20:29'), +(100, 68, 31, 44, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 22:57:12', '2025-09-21 14:20:20'), +(101, 106, 42, 72, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:03:50', '2025-09-20 20:29:45'), +(102, 111, 41, 74, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:17:15', '2025-09-21 19:43:52'), +(103, 112, 21, 74, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:17:15', '2025-09-21 19:43:39'), +(104, 113, 1, 74, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:17:15', '2025-09-16 05:32:35'), +(105, 114, 120, 19, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:48:11', '2025-09-16 05:49:25'), +(106, 115, 41, 19, '2025-09-06', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-06 23:48:11', '2025-09-21 19:55:06'), +(107, 116, 90, 73, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 00:01:53', '2025-09-16 05:55:21'), +(108, 117, 70, 73, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 00:01:53', '2025-09-16 05:55:21'), +(109, 120, 60, 81, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 01:38:22', '2025-09-28 14:20:20'), +(110, 121, 41, 81, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 01:38:22', '2025-09-20 20:22:09'), +(111, 122, 1, 81, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 01:38:22', '2025-09-07 18:01:56'), +(112, 123, 32, 84, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 02:35:28', '2025-09-21 19:55:17'), +(113, 20, 31, 12, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 13:39:50', '2025-09-20 20:18:32'), +(114, 129, 41, 90, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 14:15:50', '2025-09-20 20:32:49'), +(115, 130, 32, 90, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 14:15:50', '2025-09-21 19:55:46'), +(116, 131, 10, 90, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 14:15:50', '2025-10-28 02:31:18'), +(120, 135, 42, 93, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:12:13', '2025-09-20 20:22:51'), +(121, 136, 120, 93, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:12:13', '2025-09-11 02:07:42'), +(122, 107, 120, 71, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:52:18', '2025-09-16 05:33:41'), +(123, 108, 90, 71, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:52:18', '2025-09-16 05:33:41'), +(124, 109, 41, 71, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:52:18', '2025-09-21 19:55:06'), +(125, 110, 1, 71, '2025-09-07', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 19:52:18', '2025-09-16 05:33:41'), +(126, 137, 60, 75, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 21:04:10', '2025-09-11 02:10:06'), +(127, 138, 42, 75, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-07 21:04:10', '2025-09-20 20:24:05'), +(128, 139, 60, 96, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 00:40:48', '2025-09-11 02:12:21'), +(129, 140, 42, 96, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 00:40:48', '2025-09-20 20:23:26'), +(130, 141, 21, 96, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 00:40:48', '2025-09-20 20:00:58'), +(131, 151, 70, 102, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 23:56:27', '2025-09-11 02:25:50'), +(132, 152, 41, 102, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 23:56:27', '2025-09-20 20:30:01'), +(133, 153, 22, 102, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-08 23:56:27', '2025-09-20 20:07:00'), +(134, 154, 90, 104, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-09 00:09:02', '2025-09-21 13:47:52'), +(136, 156, 41, 105, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-09 21:57:48', '2025-09-20 20:30:25'), +(137, 157, 21, 105, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-09 21:57:48', '2025-09-20 20:07:52'), +(138, 105, 21, 70, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 07:40:27', '2025-09-20 20:05:41'), +(139, 142, 80, 97, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 10:04:16', '2025-09-16 05:34:02'), +(140, 143, 51, 97, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 10:04:16', '2025-09-21 19:56:23'), +(141, 144, 32, 98, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 12:23:36', '2025-09-21 19:56:23'), +(142, 145, 32, 98, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 12:23:36', '2025-09-21 19:56:23'), +(143, 146, 21, 98, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 12:23:36', '2025-09-21 19:56:23'), +(144, 147, 21, 98, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 12:23:36', '2025-09-21 19:56:23'), +(145, 161, 60, 109, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 14:40:34', '2025-09-16 03:48:50'), +(146, 162, 90, 110, '2025-09-11', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-11 15:32:51', '2025-09-16 05:35:43'), +(147, 148, 120, 100, '2025-09-12', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-12 18:28:46', '2025-10-28 03:55:45'), +(148, 149, 80, 100, '2025-09-12', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-12 18:28:46', '2025-09-16 06:09:59'), +(149, 150, 51, 100, '2025-09-12', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-12 18:28:46', '2025-09-21 19:56:03'), +(150, 163, 80, 114, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 15:13:40', '2025-09-13 15:27:29'), +(151, 164, 51, 117, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 17:54:59', '2025-09-20 22:54:07'), +(152, 165, 32, 117, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 17:54:59', '2025-09-20 20:14:13'), +(153, 166, 1, 117, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 17:54:59', '2025-09-16 04:02:38'), +(154, 167, 51, 118, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 18:56:31', '2025-09-20 22:56:33'), +(155, 168, 32, 118, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 18:56:31', '2025-09-20 20:13:10'), +(156, 169, 32, 118, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-13 18:56:31', '2025-09-20 20:13:30'), +(157, 170, 60, 122, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 14:29:25', '2025-09-16 04:07:54'), +(158, 171, 31, 122, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 14:29:25', '2025-09-20 20:17:12'), +(160, 173, 21, 123, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 17:39:42', '2025-09-20 20:04:06'), +(161, 174, 1, 123, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 17:39:42', '2025-09-16 05:33:53'), +(162, 175, 1, 124, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 17:47:40', '2025-09-28 13:59:33'), +(163, 126, 70, 88, '2025-09-14', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 18:22:15', '2025-09-16 05:35:24'), +(164, 127, 31, 88, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 18:22:15', '2025-09-20 20:16:35'), +(165, 128, 1, 88, '2025-09-14', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 18:22:15', '2025-09-16 05:35:24'), +(166, 177, 42, 126, '2026-03-08', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 18:45:41', '2025-09-20 20:24:54'), +(167, 178, 22, 126, '2026-03-08', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 18:45:41', '2025-09-20 20:06:34'), +(168, 179, 32, 128, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 20:36:21', '2025-09-21 13:52:53'), +(169, 180, 10, 128, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-14 20:36:21', '2025-10-28 02:31:18'), +(170, 181, 120, 129, '2025-09-15', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-15 01:52:08', '2026-02-03 01:23:17'), +(171, 182, 22, 130, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-15 19:51:49', '2025-09-20 20:05:29'), +(172, 183, 10, 132, '2025-09-16', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-16 03:39:34', '2025-10-28 02:31:18'), +(173, 184, 1, 132, '2025-09-16', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-16 03:39:34', '2025-09-16 06:10:42'), +(174, 185, 32, 133, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-16 15:08:01', '2025-09-20 20:13:51'), +(175, 186, 52, 136, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-17 01:56:11', '2025-09-20 22:55:39'), +(176, 52, 10, 32, '2025-11-02', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-17 02:45:09', '2025-10-08 01:28:53'), +(177, 187, 70, 137, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-18 00:24:17', '2025-09-20 19:22:40'), +(178, 188, 52, 137, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-18 00:24:17', '2025-09-20 22:56:22'), +(179, 189, 32, 139, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-18 01:33:41', '2025-09-27 15:39:25'), +(180, 190, 80, 141, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-18 22:18:24', '2025-09-20 19:26:43'), +(181, 191, 60, 141, '2025-09-28', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-18 22:18:24', '2025-09-20 19:26:54'), +(182, 118, 42, 80, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-19 03:16:36', '2025-09-20 20:22:30'), +(183, 119, 70, 80, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-19 03:16:36', '2025-09-20 19:09:47'), +(184, 192, 80, 145, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-19 22:05:47', '2025-09-20 19:28:42'), +(185, 193, 60, 68, '2025-09-20', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-20 13:11:16', '2025-09-21 19:57:42'), +(186, 194, 52, 68, '2025-09-20', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 13:11:16', '2025-12-24 05:33:24'), +(187, 195, 52, 8, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 13:28:00', '2025-09-20 22:59:02'), +(188, 196, 31, 8, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 13:28:00', '2025-09-20 20:17:56'), +(189, 197, 22, 149, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 15:06:17', '2025-09-20 20:08:53'), +(190, 198, 60, 150, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 16:00:29', '2025-09-28 14:32:17'), +(191, 199, 31, 150, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 16:00:29', '2025-09-28 14:36:13'), +(192, 78, 31, 50, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 17:05:13', '2025-09-20 20:17:22'), +(193, 79, 22, 50, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 17:05:13', '2025-09-20 20:07:17'), +(194, 80, 22, 50, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 17:05:13', '2025-09-20 20:04:19'), +(195, 200, 21, 153, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 20:22:21', '2025-09-20 20:48:14'), +(196, 201, 120, 120, '2025-09-20', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 22:59:00', '2025-09-21 19:57:17'), +(197, 202, 41, 120, '2025-09-20', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-20 22:59:00', '2025-09-21 19:57:17'), +(198, 203, 120, 156, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 00:57:20', '2025-09-21 04:36:31'), +(199, 204, 90, 156, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 00:57:20', '2025-09-21 04:36:18'), +(200, 205, 51, 156, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 00:57:20', '2025-09-21 04:36:52'), +(201, 206, 21, 156, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 00:57:20', '2025-09-21 04:37:19'), +(202, 207, 80, 158, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 01:24:17', '2025-09-21 04:38:52'), +(203, 208, 90, 165, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 12:01:40', '2025-09-21 19:41:54'), +(204, 209, 60, 165, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 12:01:40', '2025-09-21 19:41:54'), +(205, 210, 51, 165, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 12:01:40', '2025-09-21 19:41:54'), +(206, 211, 10, 165, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 12:01:40', '2025-10-28 02:31:18'), +(207, 158, 70, 106, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:02:20', '2025-10-02 07:07:51'), +(208, 212, 90, 142, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:04:06', '2025-09-21 14:16:55'), +(209, 213, 32, 167, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:17:39', '2025-09-21 14:20:23'), +(210, 216, 41, 168, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:37:04', '2025-09-21 14:45:49'), +(211, 217, 21, 168, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:37:04', '2025-09-21 14:42:53'), +(212, 218, 42, 169, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:40:13', '2025-09-21 14:59:44'), +(213, 219, 120, 169, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:40:13', '2025-09-21 14:59:23'), +(214, 214, 10, 164, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:42:34', '2025-10-28 02:31:18'), +(215, 215, 10, 164, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:42:34', '2025-10-28 02:31:18'), +(216, 124, 80, 86, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:59:11', '2025-09-21 15:05:57'), +(217, 125, 52, 86, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 14:59:11', '2025-09-21 15:12:01'), +(218, 220, 32, 32, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:00:21', '2025-09-21 20:00:14'), +(219, 221, 10, 173, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:05:54', '2025-10-28 02:31:18'), +(220, 222, 22, 173, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:05:54', '2025-09-21 15:17:01'), +(221, 223, 90, 174, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:18:30', '2025-09-21 20:00:57'), +(222, 224, 52, 174, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:18:30', '2025-09-21 20:00:57'), +(223, 225, 120, 174, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:18:30', '2025-09-21 20:00:57'), +(224, 226, 21, 174, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:18:30', '2025-09-21 20:00:57'), +(225, 227, 10, 174, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:18:30', '2025-10-28 02:31:18'), +(226, 228, 22, 176, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:24:22', '2025-09-21 15:30:05'), +(227, 229, 10, 176, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:24:22', '2025-10-28 02:31:18'), +(228, 230, 70, 175, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:31:23', '2025-09-21 20:01:25'), +(229, 231, 42, 175, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:31:23', '2025-09-21 20:01:25'), +(230, 232, 1, 175, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:31:23', '2025-09-21 20:01:25'), +(231, 233, 51, 172, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:32:46', '2025-09-21 20:02:20'), +(232, 234, 31, 172, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:32:46', '2025-09-21 20:02:20'), +(233, 235, 10, 172, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:32:46', '2025-10-28 02:31:18'), +(234, 236, 120, 177, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:36:56', '2025-09-21 20:03:13'), +(235, 237, 120, 177, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 15:36:56', '2025-09-21 20:03:13'), +(236, 238, 120, 181, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 16:51:53', '2025-09-21 17:30:41'), +(237, 239, 120, 181, '2025-09-21', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-21 16:51:53', '2025-09-21 17:30:46'), +(238, 241, 120, 187, '2025-11-09', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-22 00:41:03', '2025-09-23 00:40:20'), +(239, 242, 70, 187, '2025-11-09', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-22 00:41:03', '2025-09-23 00:40:27'), +(240, 244, 52, 189, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-23 13:24:46', '2025-09-25 02:31:56'), +(241, 240, 80, 129, '2025-09-25', 'withdrawn', NULL, 1, 'accepted', 'Fall', '2025-2026', '2025-09-25 02:36:30', '2026-02-03 01:23:17'), +(243, 176, 21, 125, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-25 23:20:44', '2025-10-05 14:15:32'), +(244, 245, 31, 198, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-27 22:59:57', '2025-09-28 14:05:02'), +(245, 159, 10, 107, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-28 05:20:01', '2025-10-28 02:31:18'), +(246, 160, 10, 107, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-28 05:20:01', '2025-10-28 02:31:18'), +(247, 246, 120, 196, '2025-09-28', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-28 14:32:04', '2025-09-28 14:40:30'), +(248, 247, 120, 202, '2025-11-16', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-28 15:20:34', '2025-09-28 15:23:11'), +(249, 248, 41, 203, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-29 19:43:51', '2025-10-04 17:53:34'), +(250, 249, 21, 203, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-29 19:43:51', '2025-10-04 17:55:00'), +(251, 250, 1, 203, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-29 19:43:51', '2025-10-04 17:54:24'), +(252, 251, 120, 134, '2025-10-02', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-02 03:10:25', '2025-10-02 06:33:20'), +(253, 252, 120, 134, '2025-10-02', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-02 03:10:25', '2025-10-02 06:32:28'), +(254, 253, 120, 205, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-02 03:21:31', '2025-10-05 14:19:46'), +(255, 254, 60, 205, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-02 03:21:31', '2025-10-05 14:20:03'), +(256, 255, 51, 206, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-05 02:07:17', '2025-10-05 14:01:24'), +(257, 256, 21, 206, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-05 02:07:17', '2025-10-05 14:03:27'), +(258, 257, 80, 207, '2025-10-05', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-05 14:15:53', '2025-10-05 14:17:06'), +(259, 258, 60, 209, '2025-10-12', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-10-05 16:43:02', '2025-10-05 16:46:08'), +(260, 259, 120, 204, '2025-11-09', 'enrolled', NULL, 0, 'accepted', 'Fall', '2025-2026', '2025-09-02 18:46:49', '2025-11-08 07:24:30'), +(261, 260, 1, 128, '2026-02-04', 'enrolled', NULL, 0, 'accepted', 'Spring', '2025-2026', '2026-02-01 19:11:34', '2026-02-01 19:13:59'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `events` +-- + +CREATE TABLE `events` ( + `id` int(10) UNSIGNED NOT NULL, + `event_name` varchar(255) NOT NULL, + `event_category` varchar(100) DEFAULT NULL, + `description` text DEFAULT NULL, + `amount` decimal(10,2) NOT NULL, + `flyer` varchar(255) DEFAULT NULL, + `expiration_date` date NOT NULL, + `semester` varchar(50) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `events` +-- + +INSERT INTO `events` (`id`, `event_name`, `event_category`, `description`, `amount`, `flyer`, `expiration_date`, `semester`, `school_year`, `created_by`, `created_at`, `updated_at`) VALUES +(1, 'Urbain Air Adventure', 'Fun Event-2', '

Al Rahma School 2nd Fun Activity of the Year on Sunday May 24th @ Urban Air Nashua

\r\n

 Assalamu alaikum Parents and Guardians,

\r\n

 Al Rahma school is arranging its 2nd fun activity of the year on Sunday May 24th @ Urban Air Nashua (InshaAllah). Please see details of the event and important action items for registration.

\r\n

 Venue: Urban Air Nashua

\r\n

·         Website: www.urbanair.com/new-hampshire-nashua/

\r\n

·         Date: 05/24/26  (Sunday)

\r\n

·         Time: 10 AM - 1 PM

\r\n

·         Address:  41 Gusabel Ave, Nashua, NH 03063

\r\n

 

\r\n

Indoor activities include*:

\r\n

Virtual Reality, Spin Zone, Flip Zone, Indoor Slides, Sky Rider, Ropes Course, Climbing Walls, Leap of Faith, Warrior Course, Tubes Playground, Dodgeball, Trampolines

\r\n

*Eligibility for activities depends on height of participant

\r\n

 Important!! Action items for parents in this order:

\r\n

1-      RSVP - Mandatory to RSVP before payment is accepted:

\r\n

https://alrahmaisgl.org/parent/events

\r\n

 2-      Waiver: Please fill waiver form:

\r\n

  https://booking.urbanairparks.com/waiver?confirmation=1350051-xeppkz3y

\r\n

 

\r\n

3-   Pay event fee:

\r\n

- Price per student: $10 (cash payment due during Sunday School hours, last Sunday to pay: 05/17/26).

\r\n

- Price includes:

\r\n

1) unlimited indoor activities

\r\n

2) 2 slices of pizza, water, slushy or ice cream

\r\n

 Additional Notes:

\r\n

-          Arcade is not included: bring dollar bills if your child wants to pay Arcade

\r\n

-          Dress code: girls to wear pants and tie their hairs for safety reasons.   

', 10.00, 'event_flyers/1776610457_d2691bbf29459e2cfd16.jpeg', '2026-05-19', 'Spring', '2025-2026', 1, '2026-04-19 14:54:17', '2026-05-20 03:17:30'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `event_charges` +-- + +CREATE TABLE `event_charges` ( + `id` int(10) UNSIGNED NOT NULL, + `event_id` int(10) UNSIGNED NOT NULL, + `parent_id` int(10) UNSIGNED DEFAULT NULL, + `student_id` int(10) UNSIGNED DEFAULT NULL, + `participation` enum('yes','no') DEFAULT NULL, + `charged` tinyint(1) DEFAULT 0, + `waiver_signed` tinyint(1) NOT NULL DEFAULT 0, + `event_paid` tinyint(1) NOT NULL DEFAULT 0, + `class_section_id` int(10) UNSIGNED DEFAULT NULL, + `event_payment_id` int(10) UNSIGNED DEFAULT NULL, + `external_firstname` varchar(150) DEFAULT NULL, + `semester` varchar(50) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `updated_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(), + `external_parent_firstname` varchar(150) DEFAULT NULL, + `external_parent_lastname` varchar(150) DEFAULT NULL, + `external_parent_phone` varchar(50) DEFAULT NULL, + `external_parent_email` varchar(254) DEFAULT NULL, + `external_lastname` varchar(150) DEFAULT NULL, + `external_note` varchar(254) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `event_charges` +-- + +INSERT INTO `event_charges` (`id`, `event_id`, `parent_id`, `student_id`, `participation`, `charged`, `waiver_signed`, `event_paid`, `class_section_id`, `event_payment_id`, `external_firstname`, `semester`, `school_year`, `updated_by`, `created_at`, `updated_at`, `external_parent_firstname`, `external_parent_lastname`, `external_parent_phone`, `external_parent_email`, `external_lastname`, `external_note`) VALUES +(1, 1, 153, 200, 'yes', 10, 1, 1, NULL, 154, NULL, 'Spring', '2025-2026', 57, '2026-04-19 14:55:13', '2026-05-17 15:06:09', NULL, NULL, NULL, NULL, NULL, NULL), +(2, 1, 2, 1, 'yes', 10, 1, 1, 70, 247, NULL, 'Spring', '2025-2026', 1, '2026-04-19 15:21:12', '2026-05-10 19:08:38', NULL, NULL, NULL, NULL, NULL, NULL), +(3, 1, 98, 144, 'yes', 10, 1, 1, NULL, 155, NULL, 'Spring', '2025-2026', 57, '2026-04-19 15:25:27', '2026-05-17 15:05:38', NULL, NULL, NULL, NULL, NULL, NULL), +(4, 1, 98, 145, 'yes', 10, 1, 1, NULL, 156, NULL, 'Spring', '2025-2026', 57, '2026-04-19 15:25:27', '2026-05-17 15:05:47', NULL, NULL, NULL, NULL, NULL, NULL), +(5, 1, 98, 146, 'yes', 10, 1, 1, NULL, 157, NULL, 'Spring', '2025-2026', 57, '2026-04-19 15:25:27', '2026-05-17 15:05:54', NULL, NULL, NULL, NULL, NULL, NULL), +(6, 1, 98, 147, 'yes', 10, 1, 1, NULL, 158, NULL, 'Spring', '2025-2026', 57, '2026-04-19 15:25:27', '2026-05-17 15:06:02', NULL, NULL, NULL, NULL, NULL, NULL), +(7, 1, 57, 90, 'yes', 10, 1, 1, NULL, 159, NULL, 'Spring', '2025-2026', 57, '2026-04-19 15:27:49', '2026-05-17 14:01:35', NULL, NULL, NULL, NULL, NULL, NULL), +(10, 1, 9, 15, 'yes', 10, 1, 1, NULL, 162, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:02:04', '2026-05-03 13:57:42', NULL, NULL, NULL, NULL, NULL, NULL), +(11, 1, 9, 16, 'yes', 10, 1, 1, NULL, 163, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:02:04', '2026-05-03 13:57:47', NULL, NULL, NULL, NULL, NULL, NULL), +(12, 1, 42, 62, 'yes', 10, 1, 1, NULL, 196, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:15:32', '2026-05-10 14:43:46', NULL, NULL, NULL, NULL, NULL, NULL), +(13, 1, 42, 63, 'yes', 10, 1, 1, NULL, 197, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:15:32', '2026-05-10 14:43:59', NULL, NULL, NULL, NULL, NULL, NULL), +(14, 1, 42, 64, 'yes', 10, 1, 1, NULL, 198, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:15:32', '2026-05-10 14:44:16', NULL, NULL, NULL, NULL, NULL, NULL), +(15, 1, 16, 25, 'yes', 10, 1, 1, NULL, 231, NULL, 'Spring', '2025-2026', 57, '2026-04-19 17:26:04', '2026-05-10 17:32:22', NULL, NULL, NULL, NULL, NULL, NULL), +(16, 1, 18, 26, 'yes', 10, 1, 1, NULL, 205, NULL, 'Spring', '2025-2026', 19, '2026-04-19 17:47:18', '2026-05-17 15:03:25', NULL, NULL, NULL, NULL, NULL, NULL), +(17, 1, 18, 27, 'yes', 10, 1, 1, NULL, 195, NULL, 'Spring', '2025-2026', 57, '2026-04-19 17:47:18', '2026-05-17 15:03:25', NULL, NULL, NULL, NULL, NULL, NULL), +(18, 1, 22, 28, 'yes', 10, 1, 1, NULL, 190, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:42:31', '2026-05-10 14:26:45', NULL, NULL, NULL, NULL, NULL, NULL), +(19, 1, 22, 29, 'yes', 10, 1, 1, NULL, 191, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:42:31', '2026-05-10 14:27:08', NULL, NULL, NULL, NULL, NULL, NULL), +(20, 1, 22, 30, 'yes', 10, 1, 1, NULL, 192, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:42:31', '2026-05-10 14:27:29', NULL, NULL, NULL, NULL, NULL, NULL), +(21, 1, 128, 179, 'yes', 10, 1, 1, NULL, 232, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:55:15', '2026-05-10 17:32:58', NULL, NULL, NULL, NULL, NULL, NULL), +(22, 1, 128, 180, 'yes', 10, 1, 1, NULL, 233, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:55:15', '2026-05-10 17:33:13', NULL, NULL, NULL, NULL, NULL, NULL), +(23, 1, 128, 260, 'yes', 10, 1, 1, NULL, 234, NULL, 'Spring', '2025-2026', 57, '2026-04-19 18:55:15', '2026-05-10 17:33:28', NULL, NULL, NULL, NULL, NULL, NULL), +(24, 1, 11, 19, 'yes', 10, 1, 1, NULL, 169, NULL, 'Spring', '2025-2026', 19, '2026-04-19 20:00:44', '2026-05-03 15:49:01', NULL, NULL, NULL, NULL, NULL, NULL), +(25, 1, 20, 41, 'yes', 10, 0, 1, NULL, 291, NULL, 'Spring', '2025-2026', 20, '2026-04-19 21:44:17', '2026-05-17 17:07:48', NULL, NULL, NULL, NULL, NULL, NULL), +(26, 1, 24, 66, 'yes', 10, 1, 1, NULL, 168, NULL, 'Spring', '2025-2026', 57, '2026-04-19 23:04:32', '2026-05-03 14:36:30', NULL, NULL, NULL, NULL, NULL, NULL), +(27, 1, 96, 139, 'yes', 10, 1, 1, NULL, 174, NULL, 'Spring', '2025-2026', 19, '2026-04-20 00:51:20', '2026-05-10 14:01:29', NULL, NULL, NULL, NULL, NULL, NULL), +(28, 1, 96, 140, 'yes', 10, 1, 1, NULL, 175, NULL, 'Spring', '2025-2026', 19, '2026-04-20 00:51:20', '2026-05-10 14:01:35', NULL, NULL, NULL, NULL, NULL, NULL), +(29, 1, 96, 141, 'yes', 10, 1, 1, NULL, 176, NULL, 'Spring', '2025-2026', 19, '2026-04-20 00:51:20', '2026-05-10 14:01:40', NULL, NULL, NULL, NULL, NULL, NULL), +(30, 1, 14, 22, 'yes', 10, 1, 1, NULL, 220, NULL, 'Spring', '2025-2026', 57, '2026-04-20 13:07:11', '2026-05-10 16:59:33', NULL, NULL, NULL, NULL, NULL, NULL), +(31, 1, 10, 17, 'yes', 10, 1, 1, NULL, 170, NULL, 'Spring', '2025-2026', 57, '2026-04-20 13:44:26', '2026-05-03 17:10:48', NULL, NULL, NULL, NULL, NULL, NULL), +(32, 1, 10, 18, 'yes', 10, 1, 1, NULL, 171, NULL, 'Spring', '2025-2026', 57, '2026-04-20 13:44:26', '2026-05-03 17:10:57', NULL, NULL, NULL, NULL, NULL, NULL), +(33, 1, 43, 71, 'yes', 10, 0, 1, NULL, 321, NULL, 'Spring', '2025-2026', 43, '2026-04-20 13:55:03', '2026-05-20 03:03:41', NULL, NULL, NULL, NULL, NULL, NULL), +(34, 1, 43, 72, 'yes', 10, 0, 1, NULL, 322, NULL, 'Spring', '2025-2026', 43, '2026-04-20 13:55:03', '2026-05-20 03:04:19', NULL, NULL, NULL, NULL, NULL, NULL), +(35, 1, 43, 73, 'yes', 10, 0, 1, NULL, 323, NULL, 'Spring', '2025-2026', 43, '2026-04-20 13:55:03', '2026-05-20 03:04:25', NULL, NULL, NULL, NULL, NULL, NULL), +(36, 1, 43, 74, 'yes', 10, 0, 1, NULL, 324, NULL, 'Spring', '2025-2026', 43, '2026-04-20 13:55:03', '2026-05-20 03:04:30', NULL, NULL, NULL, NULL, NULL, NULL), +(37, 1, 90, 129, 'yes', 10, 1, 1, NULL, 310, NULL, 'Spring', '2025-2026', 57, '2026-04-20 21:05:12', '2026-05-18 03:01:14', NULL, NULL, NULL, NULL, NULL, NULL), +(38, 1, 90, 130, 'yes', 10, 1, 1, NULL, 311, NULL, 'Spring', '2025-2026', 57, '2026-04-20 21:05:12', '2026-05-18 03:01:23', NULL, NULL, NULL, NULL, NULL, NULL), +(39, 1, 90, 131, 'yes', 10, 1, 1, NULL, 312, NULL, 'Spring', '2025-2026', 57, '2026-04-20 21:05:12', '2026-05-18 03:01:31', NULL, NULL, NULL, NULL, NULL, NULL), +(40, 1, 165, 208, 'yes', 10, 1, 1, NULL, 305, NULL, 'Spring', '2025-2026', 1, '2026-04-21 13:34:07', '2026-05-17 17:52:03', NULL, NULL, NULL, NULL, NULL, NULL), +(41, 1, 165, 209, 'yes', 10, 1, 1, NULL, 306, NULL, 'Spring', '2025-2026', 1, '2026-04-21 13:34:07', '2026-05-17 17:52:43', NULL, NULL, NULL, NULL, NULL, NULL), +(42, 1, 165, 210, 'yes', 10, 1, 1, NULL, 307, NULL, 'Spring', '2025-2026', 1, '2026-04-21 13:34:07', '2026-05-17 17:54:18', NULL, NULL, NULL, NULL, NULL, NULL), +(43, 1, 165, 211, 'yes', 10, 1, 1, NULL, 308, NULL, 'Spring', '2025-2026', 1, '2026-04-21 13:34:07', '2026-05-17 17:54:32', NULL, NULL, NULL, NULL, NULL, NULL), +(44, 1, 3, 2, 'yes', 10, 1, 1, NULL, 251, NULL, 'Spring', '2025-2026', 1, '2026-04-23 05:45:27', '2026-05-11 16:28:06', NULL, NULL, NULL, NULL, NULL, NULL), +(47, 1, 164, 214, 'yes', 10, 1, 1, NULL, 166, NULL, 'Spring', '2025-2026', 57, '2026-05-02 13:28:25', '2026-05-03 14:26:16', NULL, NULL, NULL, NULL, NULL, NULL), +(48, 1, 164, 215, 'yes', 10, 1, 1, NULL, 167, NULL, 'Spring', '2025-2026', 57, '2026-05-02 13:28:25', '2026-05-03 14:26:19', NULL, NULL, NULL, NULL, NULL, NULL), +(49, 1, 136, 186, 'yes', 10, 1, 1, NULL, 230, NULL, 'Spring', '2025-2026', 19, '2026-05-02 13:55:48', '2026-05-10 17:16:14', NULL, NULL, NULL, NULL, NULL, NULL), +(50, 1, 55, 86, 'yes', 10, 1, 1, NULL, 165, NULL, 'Spring', '2025-2026', 19, '2026-05-02 15:53:55', '2026-05-03 14:00:04', NULL, NULL, NULL, NULL, NULL, NULL), +(51, 1, 55, 87, 'yes', 10, 1, 1, NULL, 164, NULL, 'Spring', '2025-2026', 19, '2026-05-02 15:53:55', '2026-05-03 13:59:41', NULL, NULL, NULL, NULL, NULL, NULL), +(52, 1, 47, 75, 'yes', 10, 1, 1, NULL, 235, NULL, 'Spring', '2025-2026', 57, '2026-05-03 01:07:44', '2026-05-10 17:34:57', NULL, NULL, NULL, NULL, NULL, NULL), +(53, 1, 198, 245, 'yes', 10, 1, 1, NULL, 225, NULL, 'Spring', '2025-2026', 57, '2026-05-03 15:56:45', '2026-05-10 17:07:45', NULL, NULL, NULL, NULL, NULL, NULL), +(54, 1, 176, 228, 'yes', 10, 1, 1, NULL, 179, NULL, 'Spring', '2025-2026', 19, '2026-05-03 16:55:04', '2026-05-10 14:05:42', NULL, NULL, NULL, NULL, NULL, NULL), +(55, 1, 176, 229, 'yes', 10, 1, 1, NULL, 180, NULL, 'Spring', '2025-2026', 19, '2026-05-03 16:55:04', '2026-05-10 14:05:50', NULL, NULL, NULL, NULL, NULL, NULL), +(56, 1, 114, 163, 'yes', 10, 1, 1, NULL, 221, NULL, 'Spring', '2025-2026', 57, '2026-05-03 16:59:17', '2026-05-10 17:05:02', NULL, NULL, NULL, NULL, NULL, NULL), +(57, 1, 32, 52, 'yes', 10, 1, 1, NULL, 313, NULL, 'Spring', '2025-2026', 57, '2026-05-03 17:14:06', '2026-05-18 03:02:21', NULL, NULL, NULL, NULL, NULL, NULL), +(58, 1, 32, 220, 'yes', 10, 1, 1, NULL, 314, NULL, 'Spring', '2025-2026', 57, '2026-05-03 17:14:06', '2026-05-18 03:02:29', NULL, NULL, NULL, NULL, NULL, NULL), +(59, 1, 25, 37, 'yes', 10, 1, 1, NULL, 237, NULL, 'Spring', '2025-2026', 57, '2026-05-03 18:25:32', '2026-05-10 17:43:25', NULL, NULL, NULL, NULL, NULL, NULL), +(60, 1, 71, 108, 'yes', 10, 1, 1, NULL, 214, NULL, 'Spring', '2025-2026', 19, '2026-05-03 23:48:43', '2026-05-10 16:27:58', NULL, NULL, NULL, NULL, NULL, NULL), +(61, 1, 71, 109, 'yes', 10, 1, 1, NULL, 215, NULL, 'Spring', '2025-2026', 19, '2026-05-03 23:48:43', '2026-05-10 16:28:03', NULL, NULL, NULL, NULL, NULL, NULL), +(62, 1, 71, 110, 'yes', 10, 1, 1, NULL, 216, NULL, 'Spring', '2025-2026', 19, '2026-05-03 23:48:43', '2026-05-10 16:28:08', NULL, NULL, NULL, NULL, NULL, NULL), +(63, 1, 149, 197, 'yes', 10, 1, 1, NULL, 182, NULL, 'Spring', '2025-2026', 19, '2026-05-04 22:24:07', '2026-05-10 14:08:48', NULL, NULL, NULL, NULL, NULL, NULL), +(64, 1, 169, 218, 'yes', 10, 1, 1, NULL, 245, NULL, 'Spring', '2025-2026', 57, '2026-05-05 00:51:56', '2026-05-10 17:50:26', NULL, NULL, NULL, NULL, NULL, NULL), +(66, 1, 17, 48, 'yes', 10, 1, 1, NULL, 201, NULL, 'Spring', '2025-2026', 19, '2026-05-05 00:59:40', '2026-05-10 15:48:47', NULL, NULL, NULL, NULL, NULL, NULL), +(67, 1, 17, 49, 'yes', 10, 1, 1, NULL, 217, NULL, 'Spring', '2025-2026', 57, '2026-05-05 00:59:40', '2026-05-10 16:56:27', NULL, NULL, NULL, NULL, NULL, NULL), +(68, 1, 80, 118, 'yes', 10, 1, 1, NULL, 189, NULL, 'Spring', '2025-2026', 57, '2026-05-05 02:44:03', '2026-05-10 14:23:54', NULL, NULL, NULL, NULL, NULL, NULL), +(69, 1, 80, 119, 'yes', 10, 1, 1, NULL, 188, NULL, 'Spring', '2025-2026', 57, '2026-05-05 02:44:03', '2026-05-10 14:23:43', NULL, NULL, NULL, NULL, NULL, NULL), +(70, 1, 49, 76, 'yes', 10, 1, 1, NULL, 223, NULL, 'Spring', '2025-2026', 19, '2026-05-05 17:27:36', '2026-05-10 17:07:54', NULL, NULL, NULL, NULL, NULL, NULL), +(71, 1, 49, 77, 'yes', 10, 1, 1, NULL, 224, NULL, 'Spring', '2025-2026', 19, '2026-05-05 17:27:36', '2026-05-10 17:07:59', NULL, NULL, NULL, NULL, NULL, NULL), +(72, 1, 102, 151, 'yes', 10, 1, 1, NULL, 222, NULL, 'Spring', '2025-2026', 57, '2026-05-05 18:44:12', '2026-05-10 17:07:05', NULL, NULL, NULL, NULL, NULL, NULL), +(73, 1, 102, 152, 'yes', 10, 1, 1, NULL, 274, NULL, 'Spring', '2025-2026', 57, '2026-05-05 18:44:12', '2026-05-17 16:33:53', NULL, NULL, NULL, NULL, NULL, NULL), +(74, 1, 102, 153, 'yes', 10, 1, 1, NULL, 275, NULL, 'Spring', '2025-2026', 57, '2026-05-05 18:44:12', '2026-05-17 16:34:09', NULL, NULL, NULL, NULL, NULL, NULL), +(75, 1, 23, 34, 'yes', 10, 1, 1, NULL, 210, NULL, 'Spring', '2025-2026', 19, '2026-05-06 01:37:27', '2026-05-10 16:25:19', NULL, NULL, NULL, NULL, NULL, NULL), +(76, 1, 153, NULL, 'yes', 10, 1, 1, NULL, 267, 'Celia', 'Spring', '2025-2026', 57, '2026-05-06 03:05:49', '2026-05-17 15:16:49', 'Abdessamad', 'Koukou', '6179537463', 'kousami@gmail.com', 'Koukou', ''), +(77, 1, 59, 91, 'yes', 10, 1, 1, NULL, 184, NULL, 'Spring', '2025-2026', 57, '2026-05-07 02:15:32', '2026-05-10 14:22:45', NULL, NULL, NULL, NULL, NULL, NULL), +(78, 1, 59, 92, 'yes', 10, 1, 1, NULL, 185, NULL, 'Spring', '2025-2026', 57, '2026-05-07 02:15:32', '2026-05-10 14:22:55', NULL, NULL, NULL, NULL, NULL, NULL), +(79, 1, 8, 195, 'yes', 10, 1, 1, NULL, 177, NULL, 'Spring', '2025-2026', 19, '2026-05-08 00:50:43', '2026-05-10 14:03:25', NULL, NULL, NULL, NULL, NULL, NULL), +(80, 1, 8, 196, 'yes', 10, 1, 1, NULL, 178, NULL, 'Spring', '2025-2026', 19, '2026-05-08 00:50:43', '2026-05-10 14:03:31', NULL, NULL, NULL, NULL, NULL, NULL), +(81, 1, 117, 165, 'yes', 10, 1, 1, NULL, 315, NULL, 'Spring', '2025-2026', 57, '2026-05-09 13:11:38', '2026-05-18 03:03:02', NULL, NULL, NULL, NULL, NULL, NULL), +(82, 1, 117, 166, 'yes', 10, 1, 1, NULL, 316, NULL, 'Spring', '2025-2026', 57, '2026-05-09 13:11:38', '2026-05-18 03:03:09', NULL, NULL, NULL, NULL, NULL, NULL), +(83, 1, 28, 42, 'yes', 10, 1, 1, NULL, 253, NULL, 'Spring', '2025-2026', 57, '2026-05-09 13:26:29', '2026-05-17 14:06:33', NULL, NULL, NULL, NULL, NULL, NULL), +(84, 1, 28, 43, 'yes', 10, 1, 1, NULL, 252, NULL, 'Spring', '2025-2026', 57, '2026-05-09 13:26:29', '2026-05-17 14:06:03', NULL, NULL, NULL, NULL, NULL, NULL), +(85, 1, 7, 9, 'yes', 10, 1, 1, NULL, 193, NULL, 'Spring', '2025-2026', 57, '2026-05-09 14:30:56', '2026-05-10 14:30:41', NULL, NULL, NULL, NULL, NULL, NULL), +(86, 1, 7, 10, 'yes', 10, 1, 1, NULL, 194, NULL, 'Spring', '2025-2026', 57, '2026-05-09 14:30:56', '2026-05-10 14:31:24', NULL, NULL, NULL, NULL, NULL, NULL), +(87, 1, 123, 173, 'yes', 10, 1, 1, NULL, 172, NULL, 'Spring', '2025-2026', 19, '2026-05-09 20:48:44', '2026-05-10 13:52:52', NULL, NULL, NULL, NULL, NULL, NULL), +(88, 1, 123, 174, 'yes', 10, 1, 1, NULL, 173, NULL, 'Spring', '2025-2026', 19, '2026-05-09 20:48:44', '2026-05-10 13:52:55', NULL, NULL, NULL, NULL, NULL, NULL), +(89, 1, 109, 161, 'yes', 10, 1, 1, NULL, 246, NULL, 'Spring', '2025-2026', 1, '2026-05-09 22:45:55', '2026-05-10 17:55:38', NULL, NULL, NULL, NULL, NULL, NULL), +(90, 1, 120, 201, 'yes', 10, 1, 1, NULL, 199, NULL, 'Spring', '2025-2026', 19, '2026-05-10 00:14:01', '2026-05-10 15:41:59', NULL, NULL, NULL, NULL, NULL, NULL), +(91, 1, 120, 202, 'yes', 10, 1, 1, NULL, 200, NULL, 'Spring', '2025-2026', 19, '2026-05-10 00:14:01', '2026-05-10 15:42:17', NULL, NULL, NULL, NULL, NULL, NULL), +(92, 1, 123, NULL, 'yes', 10, 1, 1, NULL, 183, 'Latifah', 'Spring', '2025-2026', 19, '2026-05-10 14:07:03', '2026-05-10 14:18:10', 'Foday', 'Momoh', '9786065113', 'fodaymomoh3@gmail.com', 'Momoh', ''), +(93, 1, 176, NULL, 'yes', 10, 1, 1, NULL, 181, 'Hashim', 'Spring', '2025-2026', 19, '2026-05-10 14:07:31', '2026-05-10 14:08:04', 'Nabeel', 'Sembatya', '774-386-8492', 'spokent@yahoo.com', 'Sembatya', 'NA'), +(94, 1, 53, 84, 'yes', 10, 1, 1, 80, 186, NULL, 'Spring', '2025-2026', 19, '2026-05-10 14:22:44', '2026-05-10 14:23:13', NULL, NULL, NULL, NULL, NULL, NULL), +(95, 1, 53, 85, 'yes', 10, 1, 1, 42, 187, NULL, 'Spring', '2025-2026', 19, '2026-05-10 14:22:44', '2026-05-10 14:23:16', NULL, NULL, NULL, NULL, NULL, NULL), +(96, 1, 6, 11, 'yes', 10, 0, 1, NULL, 206, NULL, 'Spring', '2025-2026', 6, '2026-05-10 14:47:05', '2026-05-10 16:23:10', NULL, NULL, NULL, NULL, NULL, NULL), +(97, 1, 6, 12, 'yes', 10, 0, 1, NULL, 207, NULL, 'Spring', '2025-2026', 6, '2026-05-10 14:47:05', '2026-05-10 16:23:18', NULL, NULL, NULL, NULL, NULL, NULL), +(98, 1, 6, 13, 'yes', 10, 0, 1, NULL, 208, NULL, 'Spring', '2025-2026', 6, '2026-05-10 14:47:05', '2026-05-10 16:23:27', NULL, NULL, NULL, NULL, NULL, NULL), +(99, 1, 6, 14, 'yes', 10, 0, 1, NULL, 209, NULL, 'Spring', '2025-2026', 6, '2026-05-10 14:47:05', '2026-05-10 16:23:36', NULL, NULL, NULL, NULL, NULL, NULL), +(100, 1, 88, 126, 'yes', 10, 1, 1, 70, 202, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:50:21', '2026-05-10 15:51:52', NULL, NULL, NULL, NULL, NULL, NULL), +(101, 1, 88, 127, 'yes', 10, 1, 1, 31, 203, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:50:21', '2026-05-10 15:51:54', NULL, NULL, NULL, NULL, NULL, NULL), +(102, 1, 88, 128, 'yes', 10, 1, 1, 1, 204, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:50:21', '2026-05-10 15:51:56', NULL, NULL, NULL, NULL, NULL, NULL), +(103, 1, 74, 111, 'yes', 10, 1, 1, NULL, 211, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:52:26', '2026-05-10 16:29:16', NULL, NULL, NULL, NULL, NULL, NULL), +(104, 1, 74, 112, 'yes', 10, 1, 1, NULL, 212, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:52:26', '2026-05-10 16:29:22', NULL, NULL, NULL, NULL, NULL, NULL), +(105, 1, 74, 113, 'yes', 10, 1, 1, NULL, 213, NULL, 'Spring', '2025-2026', 19, '2026-05-10 15:52:26', '2026-05-10 16:29:31', NULL, NULL, NULL, NULL, NULL, NULL), +(106, 1, 5, 6, 'yes', 10, 1, 1, NULL, 276, NULL, 'Spring', '2025-2026', 57, '2026-05-10 15:54:09', '2026-05-17 16:39:22', NULL, NULL, NULL, NULL, NULL, NULL), +(107, 1, 5, 7, 'yes', 10, 1, 1, NULL, 277, NULL, 'Spring', '2025-2026', 57, '2026-05-10 15:54:09', '2026-05-17 16:40:18', NULL, NULL, NULL, NULL, NULL, NULL), +(108, 1, 5, 8, 'yes', 10, 1, 1, NULL, 278, NULL, 'Spring', '2025-2026', 57, '2026-05-10 15:54:09', '2026-05-17 16:40:44', NULL, NULL, NULL, NULL, NULL, NULL), +(109, 1, 100, 150, 'yes', 10, 1, 1, 51, 236, NULL, 'Spring', '2025-2026', 1, '2026-05-10 16:20:18', '2026-05-20 03:00:55', NULL, NULL, NULL, NULL, NULL, NULL), +(110, 1, 97, 142, 'yes', 10, 1, 1, 80, 218, NULL, 'Spring', '2025-2026', 57, '2026-05-10 16:53:47', '2026-05-10 16:58:48', NULL, NULL, NULL, NULL, NULL, NULL), +(111, 1, 97, 143, 'yes', 10, 1, 1, 51, 219, NULL, 'Spring', '2025-2026', 57, '2026-05-10 16:53:47', '2026-05-10 16:59:06', NULL, NULL, NULL, NULL, NULL, NULL), +(112, 1, 31, 50, 'yes', 10, 1, 1, 52, 227, NULL, 'Spring', '2025-2026', 19, '2026-05-10 17:10:51', '2026-05-10 17:11:13', NULL, NULL, NULL, NULL, NULL, NULL), +(113, 1, 31, 51, 'yes', 10, 1, 1, 42, 228, NULL, 'Spring', '2025-2026', 19, '2026-05-10 17:10:51', '2026-05-10 17:11:15', NULL, NULL, NULL, NULL, NULL, NULL), +(114, 1, 130, 182, 'yes', 10, 1, 1, 22, 229, NULL, 'Spring', '2025-2026', 19, '2026-05-10 17:13:46', '2026-05-10 17:14:01', NULL, NULL, NULL, NULL, NULL, NULL), +(117, 1, 121, NULL, 'yes', 10, 1, 1, NULL, NULL, 'Amira', 'Spring', '2025-2026', 57, '2026-05-10 17:16:29', '2026-05-10 17:34:40', 'Ahmed', 'Abdalaoui', '6174153666', 'ahmedabdalaoui@gmail.com', 'Abdalaoui', ''), +(118, 1, 26, 35, 'yes', 10, 1, 1, NULL, 239, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:42:32', '2026-05-10 17:46:59', NULL, NULL, NULL, NULL, NULL, NULL), +(119, 1, 26, 36, 'yes', 10, 1, 1, NULL, 240, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:42:32', '2026-05-10 17:47:12', NULL, NULL, NULL, NULL, NULL, NULL), +(120, 1, 21, 32, 'yes', 10, 1, 1, NULL, 241, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:43:19', '2026-05-10 17:47:28', NULL, NULL, NULL, NULL, NULL, NULL), +(121, 1, 21, 33, 'yes', 10, 1, 1, NULL, 242, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:43:19', '2026-05-10 17:47:36', NULL, NULL, NULL, NULL, NULL, NULL), +(122, 1, 46, 70, 'yes', 10, 1, 1, NULL, 238, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:44:13', '2026-05-10 17:44:59', NULL, NULL, NULL, NULL, NULL, NULL), +(123, 1, 150, 198, 'yes', 10, 1, 1, NULL, 243, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:47:21', '2026-05-10 17:48:14', NULL, NULL, NULL, NULL, NULL, NULL), +(124, 1, 150, 199, 'yes', 10, 1, 1, NULL, 244, NULL, 'Spring', '2025-2026', 57, '2026-05-10 17:47:21', '2026-05-10 17:48:26', NULL, NULL, NULL, NULL, NULL, NULL), +(125, 1, 172, 233, 'yes', 10, 1, 1, 51, 248, NULL, 'Spring', '2025-2026', 1, '2026-05-10 19:11:06', '2026-05-10 19:33:34', NULL, NULL, NULL, NULL, NULL, NULL), +(126, 1, 172, 234, 'yes', 10, 1, 1, 31, 249, NULL, 'Spring', '2025-2026', 1, '2026-05-10 19:11:06', '2026-05-10 19:33:40', NULL, NULL, NULL, NULL, NULL, NULL), +(127, 1, 172, 235, 'yes', 10, 1, 1, 10, 250, NULL, 'Spring', '2025-2026', 1, '2026-05-10 19:11:06', '2026-05-10 19:33:47', NULL, NULL, NULL, NULL, NULL, NULL), +(128, 1, 122, 170, 'yes', 10, 1, 1, NULL, 317, NULL, 'Spring', '2025-2026', 57, '2026-05-10 20:05:19', '2026-05-18 03:03:42', NULL, NULL, NULL, NULL, NULL, NULL), +(129, 1, 122, 171, 'yes', 10, 1, 1, NULL, 318, NULL, 'Spring', '2025-2026', 57, '2026-05-10 20:05:19', '2026-05-18 03:03:49', NULL, NULL, NULL, NULL, NULL, NULL), +(130, 1, 175, 230, 'yes', 10, 1, 1, 70, 257, NULL, 'Spring', '2025-2026', 57, '2026-05-11 16:26:41', '2026-05-17 14:08:45', NULL, NULL, NULL, NULL, NULL, NULL), +(131, 1, 175, 231, 'yes', 10, 1, 1, 42, 258, NULL, 'Spring', '2025-2026', 57, '2026-05-11 16:26:41', '2026-05-17 14:08:52', NULL, NULL, NULL, NULL, NULL, NULL), +(132, 1, 175, 232, 'yes', 10, 1, 1, 1, 259, NULL, 'Spring', '2025-2026', 57, '2026-05-11 16:26:41', '2026-05-17 14:09:01', NULL, NULL, NULL, NULL, NULL, NULL), +(133, 1, 93, 135, 'yes', 10, 1, 1, NULL, 268, NULL, 'Spring', '2025-2026', 57, '2026-05-14 01:09:30', '2026-05-17 15:17:00', NULL, NULL, NULL, NULL, NULL, NULL), +(134, 1, 133, 185, 'yes', 10, 1, 1, NULL, 320, NULL, 'Spring', '2025-2026', 57, '2026-05-16 13:52:35', '2026-05-18 03:05:05', NULL, NULL, NULL, NULL, NULL, NULL), +(136, 1, 66, 99, 'yes', 10, 1, 1, NULL, 256, NULL, 'Spring', '2025-2026', 57, '2026-05-17 13:43:52', '2026-05-17 14:06:59', NULL, NULL, NULL, NULL, NULL, NULL), +(137, 1, 66, 100, 'yes', 10, 1, 1, NULL, 254, NULL, 'Spring', '2025-2026', 57, '2026-05-17 13:43:52', '2026-05-17 14:06:38', NULL, NULL, NULL, NULL, NULL, NULL), +(138, 1, 66, 101, 'yes', 10, 1, 1, NULL, 255, NULL, 'Spring', '2025-2026', 57, '2026-05-17 13:43:52', '2026-05-17 14:06:45', NULL, NULL, NULL, NULL, NULL, NULL), +(139, 1, 141, 190, 'yes', 10, 1, 1, NULL, 263, NULL, 'Spring', '2025-2026', 57, '2026-05-17 14:36:42', '2026-05-17 14:57:06', NULL, NULL, NULL, NULL, NULL, NULL), +(140, 1, 141, 191, 'yes', 10, 1, 1, NULL, 303, NULL, 'Spring', '2025-2026', 57, '2026-05-17 14:36:42', '2026-05-17 17:31:54', NULL, NULL, NULL, NULL, NULL, NULL), +(141, 1, 68, 193, 'yes', 10, 1, 1, NULL, 264, NULL, 'Spring', '2025-2026', 57, '2026-05-17 14:37:14', '2026-05-17 14:58:46', NULL, NULL, NULL, NULL, NULL, NULL), +(142, 1, 68, 194, 'yes', 10, 1, 1, NULL, 265, NULL, 'Spring', '2025-2026', 57, '2026-05-17 14:37:14', '2026-05-17 14:58:57', NULL, NULL, NULL, NULL, NULL, NULL), +(143, 1, NULL, NULL, 'yes', 10, 1, 1, NULL, NULL, 'Camellia', 'Spring', '2025-2026', 57, '2026-05-17 14:42:35', '2026-05-17 14:58:36', 'Alaa', 'Ahmed', '9783140582', 'alaa.reda.mahmoud@gmail.com', 'Qasim', ''), +(144, 1, 84, 123, 'yes', 10, 1, 1, NULL, 262, NULL, 'Spring', '2025-2026', 57, '2026-05-17 14:50:05', '2026-05-17 14:56:20', NULL, NULL, NULL, NULL, NULL, NULL), +(145, 1, 84, NULL, 'yes', 10, 1, 1, NULL, 261, 'Karim', 'Spring', '2025-2026', 57, '2026-05-17 14:54:49', '2026-05-17 14:56:18', 'Ahlam', 'Elbakhtaoui', '9786770810', 'elbakhtaoui2016@gmail.com', 'Tyawil', ''), +(146, 1, 84, NULL, 'yes', 10, 1, 1, NULL, 260, 'Iyad', 'Spring', '2025-2026', 57, '2026-05-17 14:55:59', '2026-05-17 14:56:15', 'Ahlam', 'Elbakhtaoui', '9786770810', 'elbakhtaoui2016@gmail.com', 'Tyawil', ''), +(147, 1, 70, 105, 'yes', 10, 1, 1, NULL, 282, NULL, 'Spring', '2025-2026', 147, '2026-05-17 15:04:14', '2026-05-17 16:57:52', NULL, NULL, NULL, NULL, NULL, NULL), +(148, 1, 35, 55, 'yes', 10, 1, 1, NULL, 271, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:05:33', '2026-05-17 15:18:16', NULL, NULL, NULL, NULL, NULL, NULL), +(149, 1, 35, 56, 'yes', 10, 1, 1, NULL, 272, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:05:33', '2026-05-17 15:18:25', NULL, NULL, NULL, NULL, NULL, NULL), +(150, 1, 52, 82, 'yes', 10, 1, 1, NULL, 285, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:06:40', '2026-05-17 17:02:05', NULL, NULL, NULL, NULL, NULL, NULL), +(151, 1, 52, 83, 'yes', 10, 1, 1, NULL, 286, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:06:40', '2026-05-17 17:01:53', NULL, NULL, NULL, NULL, NULL, NULL), +(152, 1, 64, 97, 'yes', 10, 1, 1, 22, 269, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:11:49', '2026-05-17 15:17:38', NULL, NULL, NULL, NULL, NULL, NULL), +(153, 1, 64, 98, 'yes', 10, 1, 1, 1, 270, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:11:49', '2026-05-17 15:17:53', NULL, NULL, NULL, NULL, NULL, NULL), +(155, 1, 13, 21, 'yes', 10, 1, 1, 31, 266, NULL, 'Spring', '2025-2026', 57, '2026-05-17 15:14:22', '2026-05-17 15:31:19', NULL, NULL, NULL, NULL, NULL, NULL), +(156, 1, 189, 244, 'yes', 10, 0, 1, NULL, 281, NULL, 'Spring', '2025-2026', 189, '2026-05-17 16:16:58', '2026-05-17 16:55:23', NULL, NULL, NULL, NULL, NULL, NULL), +(157, 1, NULL, NULL, 'yes', 10, 1, 1, NULL, NULL, 'Rehan', 'Spring', '2025-2026', 57, '2026-05-17 16:23:15', '2026-05-17 16:24:02', 'Bashir', 'Sheikh', '6173476694', 'shamimansarionweb@gmail.com', 'Sheikh', ''), +(158, 1, 107, 159, 'yes', 10, 1, 1, NULL, 283, NULL, 'Spring', '2025-2026', 57, '2026-05-17 16:32:17', '2026-05-17 16:59:15', NULL, NULL, NULL, NULL, NULL, NULL), +(159, 1, 107, 160, 'yes', 10, 1, 1, NULL, 284, NULL, 'Spring', '2025-2026', 57, '2026-05-17 16:32:17', '2026-05-17 16:59:20', NULL, NULL, NULL, NULL, NULL, NULL), +(160, 1, 73, 116, 'yes', 10, 1, 1, 90, 279, NULL, 'Spring', '2025-2026', 57, '2026-05-17 16:46:19', '2026-05-17 16:47:59', NULL, NULL, NULL, NULL, NULL, NULL), +(161, 1, 73, 117, 'yes', 10, 1, 1, 70, 280, NULL, 'Spring', '2025-2026', 57, '2026-05-17 16:46:19', '2026-05-17 16:48:08', NULL, NULL, NULL, NULL, NULL, NULL), +(162, 1, 139, 189, 'yes', 10, 0, 1, 32, 287, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:04:08', '2026-05-17 17:04:40', NULL, NULL, NULL, NULL, NULL, NULL), +(163, 1, 34, 53, 'yes', 10, 0, 1, 80, 301, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:05:24', '2026-05-17 17:15:26', NULL, NULL, NULL, NULL, NULL, NULL), +(164, 1, 34, 54, 'yes', 10, 0, 1, 32, 302, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:05:24', '2026-05-17 17:15:36', NULL, NULL, NULL, NULL, NULL, NULL), +(165, 1, 168, 216, 'yes', 10, 0, 1, 41, 299, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:06:26', '2026-05-17 17:14:42', NULL, NULL, NULL, NULL, NULL, NULL), +(166, 1, 168, 217, 'yes', 10, 0, 1, 21, 300, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:06:26', '2026-05-17 17:15:00', NULL, NULL, NULL, NULL, NULL, NULL), +(167, 1, 203, 248, 'yes', 10, 1, 1, NULL, 288, NULL, 'Spring', '2025-2026', 147, '2026-05-17 17:06:59', '2026-05-17 17:07:28', NULL, NULL, NULL, NULL, NULL, NULL), +(168, 1, 203, 249, 'yes', 10, 1, 1, NULL, 289, NULL, 'Spring', '2025-2026', 147, '2026-05-17 17:06:59', '2026-05-17 17:07:29', NULL, NULL, NULL, NULL, NULL, NULL), +(169, 1, 203, 250, 'yes', 10, 1, 1, NULL, 290, NULL, 'Spring', '2025-2026', 147, '2026-05-17 17:06:59', '2026-05-17 17:07:30', NULL, NULL, NULL, NULL, NULL, NULL), +(170, 1, 27, 39, 'yes', 10, 0, 1, 80, 297, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:09:27', '2026-05-17 17:14:16', NULL, NULL, NULL, NULL, NULL, NULL), +(171, 1, 50, 78, 'yes', 10, 0, 1, NULL, 292, NULL, 'Spring', '2025-2026', 50, '2026-05-17 17:11:37', '2026-05-17 17:11:56', NULL, NULL, NULL, NULL, NULL, NULL), +(172, 1, 50, 79, 'yes', 10, 0, 1, NULL, 293, NULL, 'Spring', '2025-2026', 50, '2026-05-17 17:11:37', '2026-05-17 17:11:59', NULL, NULL, NULL, NULL, NULL, NULL), +(173, 1, 50, 80, 'yes', 10, 0, 1, NULL, 294, NULL, 'Spring', '2025-2026', 50, '2026-05-17 17:11:37', '2026-05-17 17:12:01', NULL, NULL, NULL, NULL, NULL, NULL), +(174, 1, 37, 57, 'yes', 10, 0, 1, 31, 295, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:12:42', '2026-05-17 17:13:20', NULL, NULL, NULL, NULL, NULL, NULL), +(175, 1, 37, 58, 'yes', 10, 0, 1, 22, 296, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:12:42', '2026-05-17 17:13:34', NULL, NULL, NULL, NULL, NULL, NULL), +(176, 1, 158, 207, 'yes', 10, 0, 1, NULL, 298, NULL, 'Spring', '2025-2026', 158, '2026-05-17 17:13:19', '2026-05-17 17:14:31', NULL, NULL, NULL, NULL, NULL, NULL), +(177, 1, 126, 177, 'yes', 10, 0, 1, 42, 309, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:30:12', '2026-05-18 02:56:59', NULL, NULL, NULL, NULL, NULL, NULL), +(178, 1, 126, 178, 'yes', 10, 0, 1, 22, 304, NULL, 'Spring', '2025-2026', 57, '2026-05-17 17:30:12', '2026-05-17 17:47:57', NULL, NULL, NULL, NULL, NULL, NULL), +(179, 1, NULL, NULL, 'yes', 10, 0, 1, NULL, NULL, 'Nasiruddin', 'Spring', '2025-2026', 1, '2026-05-17 17:41:44', '2026-05-17 17:48:10', 'Ibrahim', 'Onilude', '7868382580', 'easyd2x@gmail.com', 'Onilude', ''), +(180, 1, NULL, NULL, 'yes', 10, 0, 1, NULL, NULL, 'Habeeb', 'Spring', '2025-2026', 1, '2026-05-17 17:42:28', '2026-05-17 17:47:53', 'Ibrahim', 'Onilude', '7868382580', 'easyd2x@gmail.com', 'Onilude', ''), +(181, 1, 100, 149, 'yes', 10, 0, 1, 80, 325, NULL, 'Spring', '2025-2026', 1, '2026-05-20 03:00:55', '2026-05-20 03:14:40', NULL, NULL, NULL, NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `examquestiondistribution` +-- + +CREATE TABLE `examquestiondistribution` ( + `id` int(11) NOT NULL, + `exam_distribution_id` int(11) NOT NULL, + `exam_id` int(11) NOT NULL, + `question_type_id` int(11) NOT NULL, + `num_questions` int(11) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `examquestions` +-- + +CREATE TABLE `examquestions` ( + `id` int(11) NOT NULL, + `exam_question_id` int(11) NOT NULL, + `exam_id` int(11) NOT NULL, + `question_id` int(11) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `exams` +-- + +CREATE TABLE `exams` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` char(36) NOT NULL, + `student_school_id` char(36) NOT NULL, + `class_section_id` int(11) NOT NULL, + `exam_name` varchar(100) NOT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `exam_drafts` +-- + +CREATE TABLE `exam_drafts` ( + `id` int(10) UNSIGNED NOT NULL, + `author_id` int(11) NOT NULL, + `class_section_id` int(11) NOT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(9) NOT NULL, + `exam_type` varchar(50) NOT NULL, + `draft_title` varchar(255) NOT NULL, + `author_comment` text DEFAULT NULL, + `author_file` varchar(255) DEFAULT NULL, + `author_filename` varchar(255) DEFAULT NULL, + `status` enum('submitted','accepted','review needed','rejected','canceled','under review','legacy') DEFAULT NULL, + `acceptance_type` enum('as_is','minor_edits') DEFAULT NULL, + `is_legacy` tinyint(1) NOT NULL DEFAULT 0, + `reviewer_id` int(11) DEFAULT NULL, + `reviewer_comments` text DEFAULT NULL, + `reviewed_at` datetime DEFAULT NULL, + `final_file` varchar(255) DEFAULT NULL, + `final_filename` varchar(255) DEFAULT NULL, + `final_pdf_file` varchar(255) DEFAULT NULL, + `version` smallint(5) UNSIGNED NOT NULL DEFAULT 1, + `review_revision` int(11) NOT NULL DEFAULT 0, + `previous_draft_id` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `exam_drafts` +-- + +INSERT INTO `exam_drafts` (`id`, `author_id`, `class_section_id`, `semester`, `school_year`, `exam_type`, `draft_title`, `author_comment`, `author_file`, `author_filename`, `status`, `acceptance_type`, `is_legacy`, `reviewer_id`, `reviewer_comments`, `reviewed_at`, `final_file`, `final_filename`, `final_pdf_file`, `version`, `review_revision`, `previous_draft_id`, `created_at`, `updated_at`) VALUES +(1, 1, 10, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:10:46', '1775103046_cabcbc569452ca6820da.pdf', 'Final_1A_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:10:46', '2026-04-02 04:10:46'), +(2, 1, 11, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:10:46', '1775103046_cabcbc569452ca6820da.pdf', 'Final_1A_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:10:46', '2026-04-02 04:10:46'), +(3, 1, 12, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:10:46', '1775103046_cabcbc569452ca6820da.pdf', 'Final_1A_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:10:46', '2026-04-02 04:10:46'), +(4, 1, 10, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:11:22', '1775103082_d165c1f711a449992693.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:11:22', '2026-04-02 04:11:22'), +(5, 1, 11, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:11:22', '1775103082_d165c1f711a449992693.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:11:22', '2026-04-02 04:11:22'), +(6, 1, 12, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:11:22', '1775103082_d165c1f711a449992693.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:11:22', '2026-04-02 04:11:22'), +(7, 1, 20, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:08', '1775103128_c4218dd2d4356868c559.pdf', 'Final_2A.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:08', '2026-04-02 04:12:08'), +(8, 1, 21, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:08', '1775103128_c4218dd2d4356868c559.pdf', 'Final_2A.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:08', '2026-04-02 04:12:08'), +(9, 1, 22, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:08', '1775103128_c4218dd2d4356868c559.pdf', 'Final_2A.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:08', '2026-04-02 04:12:08'), +(10, 1, 20, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:44', '1775103164_a4027b817df4567664e8.pdf', 'Final_2B.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:44', '2026-04-02 04:12:44'), +(11, 1, 21, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:44', '1775103164_a4027b817df4567664e8.pdf', 'Final_2B.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:44', '2026-04-02 04:12:44'), +(12, 1, 22, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:12:44', '1775103164_a4027b817df4567664e8.pdf', 'Final_2B.pdf', '1', 0, 1, NULL, '2026-04-02 04:12:44', '2026-04-02 04:12:44'), +(13, 1, 30, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:13:42', '1775103222_af4404eb15580eed6c8d.pdf', 'Final_3A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:13:42', '2026-04-02 04:13:42'), +(14, 1, 31, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:13:42', '1775103222_af4404eb15580eed6c8d.pdf', 'Final_3A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:13:42', '2026-04-02 04:13:42'), +(15, 1, 32, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:13:42', '1775103222_af4404eb15580eed6c8d.pdf', 'Final_3A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:13:42', '2026-04-02 04:13:42'), +(16, 1, 30, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:15', '1775103255_b678af67c8a8355d62db.pdf', 'Final_3B_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:15', '2026-04-02 04:14:15'), +(17, 1, 31, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:15', '1775103255_b678af67c8a8355d62db.pdf', 'Final_3B_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:15', '2026-04-02 04:14:15'), +(18, 1, 32, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:15', '1775103255_b678af67c8a8355d62db.pdf', 'Final_3B_rev3.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:15', '2026-04-02 04:14:15'), +(19, 1, 40, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:53', '1775103293_aaf1de0974496ac69d71.pdf', 'Final_4A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:53', '2026-04-02 04:14:53'), +(20, 1, 41, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:53', '1775103293_aaf1de0974496ac69d71.pdf', 'Final_4A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:53', '2026-04-02 04:14:53'), +(21, 1, 42, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:14:53', '1775103293_aaf1de0974496ac69d71.pdf', 'Final_4A_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:14:53', '2026-04-02 04:14:53'), +(22, 1, 40, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:22', '1775103322_a4a3aef1d77349637ca2.pdf', 'Final_4B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:22', '2026-04-02 04:15:22'), +(23, 1, 41, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:22', '1775103322_a4a3aef1d77349637ca2.pdf', 'Final_4B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:22', '2026-04-02 04:15:22'), +(24, 1, 42, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:22', '1775103322_a4a3aef1d77349637ca2.pdf', 'Final_4B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:22', '2026-04-02 04:15:22'), +(25, 1, 50, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:58', '1775103358_09c2f833528dc7f1277f.pdf', 'Final_5_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:58', '2026-04-02 04:15:58'), +(26, 1, 51, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:58', '1775103358_09c2f833528dc7f1277f.pdf', 'Final_5_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:58', '2026-04-02 04:15:58'), +(27, 1, 52, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:15:58', '1775103358_09c2f833528dc7f1277f.pdf', 'Final_5_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:15:58', '2026-04-02 04:15:58'), +(28, 1, 60, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:16:32', '1775103392_e2bc32cb914695c32997.pdf', 'Final_6_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:16:32', '2026-04-02 04:16:32'), +(29, 1, 61, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:16:32', '1775103392_e2bc32cb914695c32997.pdf', 'Final_6_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:16:32', '2026-04-02 04:16:32'), +(30, 1, 62, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:16:32', '1775103392_e2bc32cb914695c32997.pdf', 'Final_6_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:16:32', '2026-04-02 04:16:32'), +(31, 1, 70, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:02', '1775103422_36c3112f753242d6163c.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:02', '2026-04-02 04:17:02'), +(32, 1, 71, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:02', '1775103422_36c3112f753242d6163c.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:02', '2026-04-02 04:17:02'), +(33, 1, 72, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:02', '1775103422_36c3112f753242d6163c.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:02', '2026-04-02 04:17:02'), +(34, 1, 80, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:34', '1775103454_d41d170c3dc5b5408157.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:34', '2026-04-02 04:17:34'), +(35, 1, 81, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:34', '1775103454_d41d170c3dc5b5408157.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:34', '2026-04-02 04:17:34'), +(36, 1, 82, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:17:34', '1775103454_d41d170c3dc5b5408157.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:17:34', '2026-04-02 04:17:34'), +(37, 1, 90, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:18:08', '1775103488_aef5bf782372cfa8e4b0.pdf', 'Final_9_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:18:08', '2026-04-02 04:18:08'), +(38, 1, 91, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:18:08', '1775103488_aef5bf782372cfa8e4b0.pdf', 'Final_9_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:18:08', '2026-04-02 04:18:08'), +(39, 1, 92, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:18:08', '1775103488_aef5bf782372cfa8e4b0.pdf', 'Final_9_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:18:08', '2026-04-02 04:18:08'), +(40, 1, 120, 'Spring', '2024-2025', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:18:43', '1775103523_be171bb8d56c133a6346.pdf', 'Final_Youth_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:18:43', '2026-04-02 04:18:43'), +(41, 1, 10, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:02', '1775103662_303bf29c24baaed7a5a6.pdf', 'Final_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:02', '2026-04-02 04:21:02'), +(42, 1, 11, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:02', '1775103662_303bf29c24baaed7a5a6.pdf', 'Final_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:02', '2026-04-02 04:21:02'), +(43, 1, 12, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:02', '1775103662_303bf29c24baaed7a5a6.pdf', 'Final_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:02', '2026-04-02 04:21:02'), +(44, 1, 10, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:27', '1775103687_71f73beaabbae0569096.pdf', 'Final_1A_IS_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:27', '2026-04-02 04:21:27'), +(45, 1, 11, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:27', '1775103687_71f73beaabbae0569096.pdf', 'Final_1A_IS_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:27', '2026-04-02 04:21:27'), +(46, 1, 12, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:21:27', '1775103687_71f73beaabbae0569096.pdf', 'Final_1A_IS_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:21:27', '2026-04-02 04:21:27'), +(47, 1, 10, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:22:55', '1775103775_1c4e1bba17db4b3e80f1.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:22:55', '2026-04-02 04:22:55'), +(48, 1, 11, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:22:55', '1775103775_1c4e1bba17db4b3e80f1.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:22:55', '2026-04-02 04:22:55'), +(49, 1, 12, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:22:55', '1775103775_1c4e1bba17db4b3e80f1.pdf', 'Final_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:22:55', '2026-04-02 04:22:55'), +(50, 1, 20, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:13', '1775103853_4e8c9a1fc1d348962487.pdf', 'Final_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:13', '2026-04-02 04:24:13'), +(51, 1, 21, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:13', '1775103853_4e8c9a1fc1d348962487.pdf', 'Final_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:13', '2026-04-02 04:24:13'), +(52, 1, 22, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:13', '1775103853_4e8c9a1fc1d348962487.pdf', 'Final_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:13', '2026-04-02 04:24:13'), +(53, 1, 30, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:41', '1775103881_aa42d271a5225c8a0e14.pdf', 'Final_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:41', '2026-04-02 04:24:41'), +(54, 1, 31, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:41', '1775103881_aa42d271a5225c8a0e14.pdf', 'Final_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:41', '2026-04-02 04:24:41'), +(55, 1, 32, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:24:41', '1775103881_aa42d271a5225c8a0e14.pdf', 'Final_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:24:41', '2026-04-02 04:24:41'), +(56, 1, 40, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:12', '1775103912_b4a4c664c983661d5189.pdf', 'Final_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:12', '2026-04-02 04:25:12'), +(57, 1, 41, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:12', '1775103912_b4a4c664c983661d5189.pdf', 'Final_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:12', '2026-04-02 04:25:12'), +(58, 1, 42, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:12', '1775103912_b4a4c664c983661d5189.pdf', 'Final_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:12', '2026-04-02 04:25:12'), +(59, 1, 50, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:41', '1775103941_b49926d57d543bb4962d.pdf', 'Final_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:41', '2026-04-02 04:25:41'), +(60, 1, 51, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:41', '1775103941_b49926d57d543bb4962d.pdf', 'Final_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:41', '2026-04-02 04:25:41'), +(61, 1, 52, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:25:41', '1775103941_b49926d57d543bb4962d.pdf', 'Final_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:25:41', '2026-04-02 04:25:41'), +(62, 1, 60, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:15', '1775103975_f2314aa82aae33f4da8d.pdf', 'Final_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:15', '2026-04-02 04:26:15'), +(63, 1, 61, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:15', '1775103975_f2314aa82aae33f4da8d.pdf', 'Final_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:15', '2026-04-02 04:26:15'), +(64, 1, 62, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:15', '1775103975_f2314aa82aae33f4da8d.pdf', 'Final_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:15', '2026-04-02 04:26:15'), +(65, 1, 70, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:50', '1775104010_70297848597ba00de4e9.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:50', '2026-04-02 04:26:50'), +(66, 1, 71, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:50', '1775104010_70297848597ba00de4e9.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:50', '2026-04-02 04:26:50'), +(67, 1, 72, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:26:50', '1775104010_70297848597ba00de4e9.pdf', 'Final_7_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:26:50', '2026-04-02 04:26:50'), +(68, 1, 80, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:27:25', '1775104045_99ba035f03156341591c.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:27:25', '2026-04-02 04:27:25'), +(69, 1, 81, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:27:25', '1775104045_99ba035f03156341591c.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:27:25', '2026-04-02 04:27:25'), +(70, 1, 82, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:27:25', '1775104045_99ba035f03156341591c.pdf', 'Final_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:27:25', '2026-04-02 04:27:25'), +(71, 1, 120, 'Spring', '2023-2024', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:28:28', '1775104108_e6eaa6dc082b0892e3f7.pdf', 'Final_Youth_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:28:28', '2026-04-02 04:28:28'), +(72, 1, 10, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:28', '1775104288_95d09c0b040a33ffc38b.pdf', 'Final_Exam_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:28', '2026-04-02 04:31:28'), +(73, 1, 11, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:28', '1775104288_95d09c0b040a33ffc38b.pdf', 'Final_Exam_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:28', '2026-04-02 04:31:28'), +(74, 1, 12, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:28', '1775104288_95d09c0b040a33ffc38b.pdf', 'Final_Exam_1A_Arabic_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:28', '2026-04-02 04:31:28'), +(75, 1, 10, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:52', '1775104312_1bd280afa07fe6764282.pdf', 'Final_Exam_1A_Islamic_Studies_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:52', '2026-04-02 04:31:52'), +(76, 1, 11, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:52', '1775104312_1bd280afa07fe6764282.pdf', 'Final_Exam_1A_Islamic_Studies_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:52', '2026-04-02 04:31:52'), +(77, 1, 12, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:31:52', '1775104312_1bd280afa07fe6764282.pdf', 'Final_Exam_1A_Islamic_Studies_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:31:52', '2026-04-02 04:31:52'), +(78, 1, 10, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:04', '1775104384_b6aad4121fbb1785047b.pdf', 'Final_Exam_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:04', '2026-04-02 04:33:04'), +(79, 1, 11, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:04', '1775104384_b6aad4121fbb1785047b.pdf', 'Final_Exam_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:04', '2026-04-02 04:33:04'), +(80, 1, 12, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:04', '1775104384_b6aad4121fbb1785047b.pdf', 'Final_Exam_1B_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:04', '2026-04-02 04:33:04'), +(81, 1, 20, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:36', '1775104416_490969ad6398dff23c2d.pdf', 'Final_Exam_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:36', '2026-04-02 04:33:36'), +(82, 1, 21, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:36', '1775104416_490969ad6398dff23c2d.pdf', 'Final_Exam_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:36', '2026-04-02 04:33:36'), +(83, 1, 22, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:33:36', '1775104416_490969ad6398dff23c2d.pdf', 'Final_Exam_2.pdf', '1', 0, 1, NULL, '2026-04-02 04:33:36', '2026-04-02 04:33:36'), +(84, 1, 30, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:04', '1775104444_10f70cdb15894e766a5f.pdf', 'Final_Exam_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:04', '2026-04-02 04:34:04'), +(85, 1, 31, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:04', '1775104444_10f70cdb15894e766a5f.pdf', 'Final_Exam_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:04', '2026-04-02 04:34:04'), +(86, 1, 32, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:04', '1775104444_10f70cdb15894e766a5f.pdf', 'Final_Exam_3_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:04', '2026-04-02 04:34:04'), +(87, 1, 40, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:39', '1775104479_2053cac9babd328675e4.pdf', 'Final_Exam_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:39', '2026-04-02 04:34:39'), +(88, 1, 41, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:39', '1775104479_2053cac9babd328675e4.pdf', 'Final_Exam_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:39', '2026-04-02 04:34:39'), +(89, 1, 42, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:34:39', '1775104479_2053cac9babd328675e4.pdf', 'Final_Exam_4_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:34:39', '2026-04-02 04:34:39'), +(90, 1, 50, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:11', '1775104511_d0138743c84c01b8d270.pdf', 'Final_Exam_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:11', '2026-04-02 04:35:11'), +(91, 1, 51, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:11', '1775104511_d0138743c84c01b8d270.pdf', 'Final_Exam_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:11', '2026-04-02 04:35:11'), +(92, 1, 52, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:11', '1775104511_d0138743c84c01b8d270.pdf', 'Final_Exam_5_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:11', '2026-04-02 04:35:11'), +(93, 1, 60, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:53', '1775104553_627c35ceef83a15cd78d.pdf', 'Final_Exam_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:53', '2026-04-02 04:35:53'), +(94, 1, 61, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:53', '1775104553_627c35ceef83a15cd78d.pdf', 'Final_Exam_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:53', '2026-04-02 04:35:53'), +(95, 1, 62, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:35:53', '1775104553_627c35ceef83a15cd78d.pdf', 'Final_Exam_6_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:35:53', '2026-04-02 04:35:53'), +(96, 1, 70, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:29', '1775104589_37881e4cf4e99ac86a2d.pdf', 'Final_Exam_7_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:29', '2026-04-02 04:36:29'), +(97, 1, 71, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:29', '1775104589_37881e4cf4e99ac86a2d.pdf', 'Final_Exam_7_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:29', '2026-04-02 04:36:29'), +(98, 1, 72, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:29', '1775104589_37881e4cf4e99ac86a2d.pdf', 'Final_Exam_7_rev2.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:29', '2026-04-02 04:36:29'), +(99, 1, 80, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:59', '1775104619_8b7f26c2e37d0db2894f.pdf', 'Final_Exam_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:59', '2026-04-02 04:36:59'), +(100, 1, 81, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:59', '1775104619_8b7f26c2e37d0db2894f.pdf', 'Final_Exam_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:59', '2026-04-02 04:36:59'), +(101, 1, 82, 'Spring', '2022-2023', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'legacy', NULL, 1, 1, NULL, '2026-04-02 04:36:59', '1775104619_8b7f26c2e37d0db2894f.pdf', 'Final_Exam_8_rev1.pdf', '1', 0, 1, NULL, '2026-04-02 04:36:59', '2026-04-02 04:36:59'), +(103, 43, 41, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'final', '1777862436_41c33fe516d54984e620.docx', 'Final Exam.docx', 'accepted', 'as_is', 0, 4, '1- Fixed the formatting, changed the score for 2 questions in part 3 to make it 20 points, fixed the typos, fixed the font...', '2026-05-10 13:18:31', NULL, NULL, NULL, 1, 0, NULL, '2026-04-13 02:16:53', '2026-05-10 13:18:31'), +(104, 68, 42, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776563473_c8a6554272be66719395.docx', 'Final Exam.docx', 'rejected', NULL, 0, 4, NULL, '2026-05-08 15:16:55', NULL, NULL, NULL, 1, 0, NULL, '2026-04-19 01:51:13', '2026-05-08 15:16:55'), +(105, 138, 90, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776798498_5723a7cf5fa585454373.docx', 'G9 Final Exam.docx', 'accepted', 'minor_edits', 0, 4, '1- - Added page numbers to the bottom of the pages instead of at the top of the pages. - Fixed some typos. - Fixed the question numbers. - Fixed the Quran section scoring.\n2- - Added page numbers to the bottom of the pages instead of at the top of the pages. - Fixed some typos. - Fixed the question numbers. - Fixed the Quran section scoring.\n3- 1- - Added page numbers to the bottom of the pages instead of at the top of the pages. - Fixed some typos. - Fixed the question numbers. - Fixed the Quran section scoring. 2- - Added page numbers to the bottom of the pages instead of at the top of the pages. - Fixed some typos. - Fixed the question numbers. - Fixed the Quran section scoring.', '2026-05-09 23:31:39', NULL, NULL, NULL, 1, 0, NULL, '2026-04-21 19:08:18', '2026-05-09 23:31:39'), +(106, 79, 70, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776908220_44cc3f350f62a06549d3.docx', 'Final Exam Grade 7 2026.docx', 'review needed', NULL, 0, 4, NULL, '2026-05-10 01:03:34', NULL, NULL, NULL, 1, 0, NULL, '2026-04-23 01:37:00', '2026-05-10 01:03:34'), +(107, 74, 80, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776908630_1d09d60f1652b451256c.docx', 'Final_Grade8_2026.docx', 'accepted', 'minor_edits', 0, 4, '1- All set. No major changes. Added page numbers to the bottom of the pages.', '2026-05-09 23:33:43', NULL, NULL, NULL, 1, 0, NULL, '2026-04-23 01:43:50', '2026-05-09 23:33:43'), +(108, 140, 31, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776911526_7e4c0f0312d74a499a22.docx', 'Grade 3-A Final Exam.docx', 'accepted', 'minor_edits', 0, 4, '1- Worked mainly on document formatting. All set.', '2026-05-10 00:01:47', NULL, NULL, NULL, 1, 0, NULL, '2026-04-23 02:32:06', '2026-05-10 00:01:47'), +(109, 120, 60, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1778130468_c10b6069b45044a51424.docx', 'Final Exam 2026-2.docx', 'accepted', 'minor_edits', 0, 4, '1- No major updates. All set.', '2026-05-09 23:39:52', NULL, NULL, NULL, 1, 0, NULL, '2026-04-23 04:42:57', '2026-05-09 23:39:52'), +(110, 5, 22, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Please I did add few things please discard the first copy.', '1777924071_a3fdbf0ace317b062f1b.docx', 'Final_Grade2_2026.docx', 'accepted', 'minor_edits', 0, 1, '1- Part 11 - snapshot has to be retaken Part 8 - not clear to be redone.', '2026-05-10 18:56:23', NULL, NULL, NULL, 1, 0, NULL, '2026-04-23 17:23:15', '2026-05-10 18:56:23'), +(111, 45, 32, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1776998841_459024beb71024a59152.docx', 'Final_3B.docx', 'accepted', 'as_is', 0, 4, NULL, '2026-05-10 00:00:50', NULL, NULL, NULL, 1, 0, NULL, '2026-04-24 02:47:21', '2026-05-10 00:00:50'), +(112, 78, 52, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1777006961_690036e6b1103d1bdca9.docx', 'ISGL Grade 5B Final Exam 2026 (2).docx', 'accepted', 'minor_edits', 0, 4, '1- No major updates. All set.', '2026-05-10 00:32:49', NULL, NULL, NULL, 1, 0, NULL, '2026-04-24 05:02:41', '2026-05-10 00:32:49'), +(113, 161, 51, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1777949828_30cceb17acf5c4520bbe.docx', '5A_final_exam.docx', 'accepted', 'minor_edits', 0, 4, '1- Question 10 and 11. Fixed some typos and the Mathing for Quran. Switched the short answers and the matching in the Quran section to make better use of the page. Added page numbers.', '2026-05-10 02:25:50', NULL, NULL, NULL, 1, 0, NULL, '2026-04-26 03:24:09', '2026-05-10 02:25:50'), +(114, 3, 10, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'The exam shall remain in the form of QCM.', '1777605142_70cef97d0ace7304f7bf.docx', 'Grade 1_ Final Exam.docx', 'review needed', NULL, 0, 4, '1- Added page numbers, fixed the Arabic to have words that make sense, fixed some typos... Islamic studies need points beside each question so total is 50. (please download and work on revised version)', '2026-05-08 05:20:27', NULL, NULL, NULL, 1, 0, NULL, '2026-05-01 03:12:22', '2026-05-08 05:20:27'), +(115, 99, 120, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Attached is the student copy. Sorry for the late submission.', '1777948932_78135bb7fc5539c00ee9.docx', 'Youth Final Exam Draft Student Copy 25-26.docx', 'accepted', 'minor_edits', 0, 4, '1- All set. No major changes.', '2026-05-09 23:36:07', NULL, NULL, NULL, 1, 0, NULL, '2026-05-05 02:42:12', '2026-05-09 23:36:07'), +(116, 82, 70, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Updated question 8 part a.', '1778213734_d7d8501366858019980b.docx', '7_final_exam_v1 updated.docx', 'accepted', 'minor_edits', 0, 4, '1- All set. No major updates. Fixed the lines, spaces and questions numbers.', '2026-05-10 01:03:14', NULL, NULL, NULL, 1, 0, NULL, '2026-05-08 04:15:34', '2026-05-10 01:03:14'), +(117, 5, 22, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Please I did add few things please discard the first copy.', NULL, NULL, 'review needed', NULL, 0, 4, '1- Part 11 - snapshot has to be retaken Part 8 - not clear to be redone.', '2026-05-08 04:35:24', '1778214924_c855aceff0e3f4c61f7f.docx', '2_b_final_exam_v1.docx', NULL, 1, 1, 110, '2026-05-08 04:35:24', '2026-05-08 04:35:24'), +(118, 3, 10, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'The exam shall remain in the form of QCM.', NULL, NULL, 'review needed', NULL, 0, 4, '1- Added page numbers, fixed the Arabic to have words that make sense, fixed some typos... Islamic studies need points beside each question so total is 50. (please download and work on revised version)', '2026-05-08 05:12:47', '1778217167_a69114afbd8eebc79afd.docx', '1_final_exam_v1.docx', NULL, 1, 1, 114, '2026-05-08 05:12:47', '2026-05-08 05:12:47'), +(119, 68, 42, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1778287343_cbaa47d5f688e4575fca.docx', '4A Final Exam Revised.docx', 'accepted', 'minor_edits', 0, 4, '1- Fixed the formatting, changed the score for 2 questions in part 3 to make it 20 points, fixed the typos, fixed the font...', '2026-05-10 13:19:07', NULL, NULL, NULL, 2, 0, 104, '2026-05-09 00:37:48', '2026-05-10 13:19:07'), +(120, 138, 90, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Added page numbers to the bottom of the pages instead of at the top of the pages. Fixed some typos. Fixed the question numbers. Fixed the Quran section scoring.\n2- Added page numbers to the bottom of the pages instead of at the top of the pages. Fixed some typos. Fixed the question numbers. Fixed the Quran section scoring.\n3- Added page numbers to the bottom of the pages instead of at the top of the pages. Fixed some typos. Fixed the question numbers. Fixed the Quran section scoring.\n4- Added page numbers to the bottom of the pages instead of at the top of the pages. Fixed some typos. Fixed the question numbers. Fixed the Quran section scoring.\n5- Added page numbers to the bottom of the pages instead of at the top of the pages. Fixed some typos. Fixed the question numbers. Fixed the Quran section scoring.', '2026-05-09 23:21:26', '1778368886_158250ab7016347608c2.docx', '9_final_exam_v1.docx', NULL, 1, 1, 105, '2026-05-09 23:21:26', '2026-05-09 23:21:26'), +(121, 74, 80, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- All set. No major changes. Added page numbers to the bottom of the pages.', '2026-05-09 23:33:46', '1778369626_e5dc58025887346e2a4e.docx', '8_final_exam_v1.docx', NULL, 1, 1, 107, '2026-05-09 23:33:46', '2026-05-09 23:33:46'), +(122, 99, 120, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Attached is the student copy. Sorry for the late submission.', NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- All set. No major changes.', '2026-05-09 23:36:13', '1778369773_296b3c7116f92b77114b.docx', 'youth_final_exam_v1.docx', NULL, 1, 1, 115, '2026-05-09 23:36:13', '2026-05-09 23:36:13'), +(123, 120, 60, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- No major updates. All set.', '2026-05-09 23:39:54', '1778369994_d192812fe737bb04873f.docx', '6_final_exam_v1.docx', NULL, 1, 1, 109, '2026-05-09 23:39:54', '2026-05-09 23:39:54'), +(124, 78, 52, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- No major updates. All set.', '2026-05-09 23:52:13', '1778370733_6239026a4ab5623e7cfa.docx', '5_b_final_exam_v1.docx', NULL, 1, 1, 112, '2026-05-09 23:52:13', '2026-05-09 23:52:13'), +(125, 140, 31, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Worked mainly on document formatting. All set.', '2026-05-10 00:01:48', '1778371308_90611375efa9984aa3a3.docx', '3_a_final_exam_v1.docx', NULL, 1, 1, 108, '2026-05-10 00:01:48', '2026-05-10 00:01:48'), +(126, 161, 51, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Question 10 and 11. Fixed some typos and the Mathing for Quran. Switched the short answers and the matching in the Quran section to make better use of the page. Added page numbers.', '2026-05-10 00:08:10', '1778371690_deb689a194b0617d2959.docx', '5_a_final_exam_v1.docx', NULL, 1, 1, 113, '2026-05-10 00:08:10', '2026-05-10 00:08:10'), +(127, 3, 10, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, '1778372920_29b69670679c7bc3292b.docx', '1_final_exam_v1 (1).docx', 'accepted', 'minor_edits', 0, 4, '1- Minor edits. Moved points in front of question marks', '2026-05-10 01:07:34', NULL, NULL, NULL, 2, 0, 114, '2026-05-10 00:28:40', '2026-05-10 01:07:34'), +(128, 78, 52, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- No major updates. All set.', '2026-05-10 00:32:53', '1778373173_e8e91a4580bfabf07a7a.docx', '5_b_final_exam_v1.docx', NULL, 1, 2, 112, '2026-05-10 00:32:53', '2026-05-10 00:32:53'), +(129, 82, 70, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Updated question 8 part a.', NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- All set. No major updates. Fixed the lines, spaces and questions numbers.', '2026-05-10 01:03:23', '1778375003_63317905c02cfd2470d2.docx', '7_final_exam_v1.docx', NULL, 1, 1, 116, '2026-05-10 01:03:23', '2026-05-10 01:03:23'), +(130, 3, 10, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Minor edits. Moved points in front of question marks', '2026-05-10 01:07:39', '1778375259_22aeadedcf3916cb9c7e.docx', '1_final_exam_v2.docx', NULL, 2, 1, 127, '2026-05-10 01:07:39', '2026-05-10 01:07:39'), +(131, 161, 51, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Question 10 and 11. Fixed some typos and the Mathing for Quran. Switched the short answers and the matching in the Quran section to make better use of the page. Added page numbers.', '2026-05-10 02:25:55', '1778379955_fa5c8f08b8d380dbb1c1.docx', '5_a_final_exam_v1.docx', NULL, 1, 2, 113, '2026-05-10 02:25:55', '2026-05-10 02:25:55'), +(132, 43, 41, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'final', NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Fixed the formatting, changed the score for 2 questions in part 3 to make it 20 points, fixed the typos, fixed the font...', '2026-05-10 13:18:37', '1778419117_08568af21c0a6a295dbf.docx', '4_a_final_exam_v2.docx', NULL, 1, 1, 103, '2026-05-10 13:18:37', '2026-05-10 13:18:37'), +(133, 68, 42, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', NULL, NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Fixed the formatting, changed the score for 2 questions in part 3 to make it 20 points, fixed the typos, fixed the font...', '2026-05-10 13:19:08', '1778419148_bb3015c6fba32743fcca.docx', '4_b_final_exam_v2.docx', NULL, 2, 1, 119, '2026-05-10 13:19:08', '2026-05-10 13:19:08'), +(134, 5, 22, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Please I did add few things please discard the first copy.', NULL, NULL, 'accepted', 'minor_edits', 0, 4, '1- Part 11 - snapshot has to be retaken Part 8 - not clear to be redone.', '2026-05-10 13:23:46', '1778419426_814b6d60c4a4117bf9b5.docx', '2_b_final_exam_v1.docx', NULL, 1, 2, 110, '2026-05-10 13:23:46', '2026-05-10 13:23:46'), +(135, 5, 22, 'Spring', '2025-2026', 'Final Exam', 'Final Exam', 'Please I did add few things please discard the first copy.', NULL, NULL, 'accepted', 'minor_edits', 0, 1, '1- Part 11 - snapshot has to be retaken Part 8 - not clear to be redone.', '2026-05-10 18:56:24', '1778439384_7bf531a0792b6a02df53.docx', '2_b_final_exam_v1.docx', NULL, 1, 3, 110, '2026-05-10 18:56:24', '2026-05-10 18:56:24'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `expenses` +-- + +CREATE TABLE `expenses` ( + `id` int(11) UNSIGNED NOT NULL, + `category` enum('Expense','Purchase','Reimbursement','Donation') NOT NULL, + `amount` decimal(10,2) NOT NULL, + `receipt_path` varchar(255) DEFAULT NULL, + `description` text DEFAULT NULL, + `retailor` varchar(255) DEFAULT NULL, + `purchased_by` int(11) UNSIGNED DEFAULT NULL, + `date_of_purchase` date NOT NULL, + `added_by` int(11) UNSIGNED NOT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL, + `status` enum('pending','approved','denied') NOT NULL DEFAULT 'pending', + `status_reason` text DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `approved_by` int(11) UNSIGNED DEFAULT NULL, + `reimbursement_id` int(11) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `expenses` +-- + +INSERT INTO `expenses` (`id`, `category`, `amount`, `receipt_path`, `description`, `retailor`, `purchased_by`, `date_of_purchase`, `added_by`, `created_at`, `updated_at`, `school_year`, `semester`, `status`, `status_reason`, `updated_by`, `approved_by`, `reimbursement_id`) VALUES +(1, 'Expense', 739.86, '1759170300_5c3c349e6633e5307bdf.jpg', '10 large tables & 4 small tables', 'BJ\'s', 4, '2025-09-25', 1, '2025-09-29 18:25:00', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 1), +(2, 'Expense', 990.00, '1759677675_56884aa2d873cfcd7dd9.pdf', 'Dubai chocolate appreciation token for volunteers', 'Sajjad', 4, '2025-09-21', 57, '2025-10-05 15:21:15', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 2), +(3, 'Expense', 637.60, '1759677725_160b0c893ff4dfe49894.pdf', 'Extra chairs for classrooms', 'Walmart', 4, '2025-09-25', 57, '2025-10-05 15:22:05', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 3), +(4, 'Expense', 98.39, '1759963157_f27e20eebf5a9a7478cc.pdf', 'Safe for school cash/checks', 'Amazon', 57, '2025-10-02', 57, '2025-10-08 22:39:17', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 15), +(5, 'Expense', 137.24, '1759963259_fd8d5bd3a181a689a001.pdf', 'Breakfast items for staff', 'BJ\'s', 121, '2025-09-19', 57, '2025-10-08 22:40:59', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 16), +(6, 'Expense', 105.94, '1759963299_2fded8235aad5d07af82.pdf', 'Kitchen supplies', 'Costco', 121, '2025-09-13', 57, '2025-10-08 22:41:39', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 17), +(7, 'Expense', 38.94, '1759963351_ba750678639f522c6a60.pdf', 'Breakfast items for staff', 'Costco', 121, '2025-10-04', 57, '2025-10-08 22:42:31', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 18), +(8, 'Expense', 79.96, '1759963398_9d8fdc1dda6b534d1166.pdf', 'Snacks for students', 'BJ\'s', 121, '2025-10-03', 57, '2025-10-08 22:43:18', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 19), +(9, 'Expense', 12.67, '1759963436_3c561a03615d7ba1d7a4.pdf', 'Breakfast items for staff', 'Walmart', 121, '2025-09-14', 57, '2025-10-08 22:43:56', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 20), +(10, 'Expense', 59.38, '1759963474_09583bd760be9e36d6bd.pdf', 'Breakfast items for staff', 'BJ\'s', 121, '2025-09-13', 57, '2025-10-08 22:44:34', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 21), +(11, 'Expense', 98.16, '1760280454_85cd7b20e32933b818fe.pdf', 'Breakfast items for staff', 'BJ\'s', 121, '2025-09-27', 57, '2025-10-08 22:45:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 22), +(12, 'Expense', 8.79, '1759963546_cb71c7d5959a71d59159.pdf', 'Breakfast items for staff', 'Walmart', 121, '2025-09-20', 57, '2025-10-08 22:45:46', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 23), +(13, 'Expense', 61.16, '1759963588_71ae78f4a992f087a004.pdf', 'Breakfast items for staff', 'Walmart', 121, '2025-10-04', 57, '2025-10-08 22:46:28', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 24), +(14, 'Expense', 61.12, '1761492889_9a466dea64628e97f69b.pdf', 'Breakfast items for staff', 'Walmart', 121, '2025-10-11', 57, '2025-10-26 15:34:49', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 25), +(15, 'Expense', 60.94, '1761492970_3d035adeff9730107c29.pdf', 'Breakfast items for staff', 'Hannaford', 121, '2025-10-12', 57, '2025-10-26 15:36:10', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 26), +(16, 'Expense', 342.73, '1761493055_74a838617c94f3e309f2.pdf', 'Food items for welcome staff lunch', 'BJ\'s', 121, '2025-10-25', 57, '2025-10-26 15:37:35', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 27), +(17, 'Expense', 23.97, '1762099787_e9394d984d46afac504a.pdf', 'Snacks for students', 'Costco', 4, '2025-08-31', 57, '2025-11-02 16:09:47', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 8), +(18, 'Expense', 29.01, '1762099865_d0f063ea6b5a9062ff4a.pdf', 'Breakfast items for staff', 'Market Basket', 121, '2025-11-02', 57, '2025-11-02 16:11:05', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 28), +(19, 'Expense', 29.96, '1762099946_06a4efa50c23651610eb.pdf', 'Breakfast items for staff', 'Costco', 121, '2025-11-01', 57, '2025-11-02 16:12:26', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 29), +(20, 'Expense', 109.43, '1762100071_0a741899c30c1a806794.pdf', 'School supplies for the year', 'Walmart', 4, '2025-09-20', 57, '2025-11-02 16:14:31', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 9), +(21, 'Expense', 123.56, '1763186837_e3603ab5de40909bf649.png', 'School supplies (original invoice $151.14; personal expense of $27.58 deducted)', 'Amazon', 4, '2025-09-23', 57, '2025-11-02 16:23:06', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 7), +(22, 'Expense', 34.36, '1762100657_e360d8eaa2a73da274a8.pdf', 'Stickers for student books', 'Amazon', 4, '2025-08-25', 57, '2025-11-02 16:24:17', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 10), +(23, 'Expense', 6189.00, '1762100767_2cd7003755e20edafd78.pdf', 'Books for the school year (students and teachers)', 'Weekend Learning', 4, '2025-09-23', 57, '2025-11-02 16:26:07', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 6), +(24, 'Expense', 4.00, '1762101127_462b24901e1d5ad7b374.pdf', 'Index cards', 'Walmart', 24, '2025-11-02', 57, '2025-11-02 16:32:07', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 31), +(25, 'Expense', 3750.00, '1763185739_02fb3f971f2d496e2d27.pdf', 'Last year\'s trampoline event expenses', 'Nova', 4, '2025-05-25', 57, '2025-11-02 16:40:45', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 11), +(26, 'Expense', 610.00, '1762103283_087783c4b8b69cbaabc9.pdf', 'Student pizza lunch', 'Pizza', 4, '2025-10-25', 57, '2025-11-02 17:08:03', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 5), +(27, 'Donation', 690.00, '1762103372_5d4bef47b0d7a96ec2bf.pdf', 'Staff welcome lunch - paid by Masjid', 'Paradise Biryani Pointe', 4, '2025-10-25', 57, '2025-11-02 17:09:32', '2026-01-14 01:43:16', '2025-2026', 'Fall', 'approved', 'Marked as Donation (non-reimbursable).', 1, 1, NULL), +(28, 'Expense', 190.00, '1762103430_313fa7fceb225d6eda11.pdf', 'Chocolate bars for students', 'Sajjad', 4, '2025-10-25', 57, '2025-11-02 17:10:30', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 4), +(30, 'Donation', 190.00, '1762105981_0d5a5358ac97fa4e056a.pdf', 'Staff dinner, books labeling event - paid by Masjid', 'Paradise Biryani Pointe', 24, '2025-09-26', 57, '2025-11-02 17:53:01', '2026-01-14 01:43:11', '2025-2026', 'Fall', 'approved', 'Marked as Donation (non-reimbursable).', 1, 1, NULL), +(32, 'Purchase', 16.19, '1763181537_1a484e19d9d16e007b94.pdf', 'Domain name annual payment', 'Hostinger', 2, '2025-09-06', 1, '2025-11-15 04:38:57', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 14), +(33, 'Purchase', 276.22, '1763181868_b576e0a4df2fe51a3d30.pdf', 'Purchase 2 laptops ', 'Amazon', 2, '2025-09-17', 1, '2025-11-15 04:44:28', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 13), +(34, 'Expense', 510.00, '1763188941_c7fdeadbddba53db6826.pdf', 'Pizza for students for ceremony day', 'Brothers Pizzeria', 4, '2025-06-01', 4, '2025-11-15 06:42:21', '2025-12-14 15:49:08', '2025-2026', 'Fall', 'approved', '', 4, 4, 12), +(35, 'Expense', 53.09, '1763312743_c9a203b4da5b3f9dbb7d.pdf', 'Stationery - Printer paper reams', 'Walmart', 24, '2025-11-16', 57, '2025-11-16 17:05:43', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 30), +(36, 'Expense', 86.77, '1763912984_98a17bf2515dc3734e2a.pdf', 'Breakfast Items + Snacks', 'BJ\'s', 121, '2025-11-15', 57, '2025-11-23 15:49:44', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 51), +(37, 'Expense', 31.97, '1763913094_2df3320c4a46243c0508.pdf', 'Breakfast items for staff', 'Costco', 121, '2025-11-08', 57, '2025-11-23 15:51:34', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 49), +(38, 'Expense', 54.83, '1763913205_75bd305a69abf4ee6c31.pdf', 'Breakfast items for staff', 'BJ\'s', 121, '2025-11-08', 57, '2025-11-23 15:53:25', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 48), +(39, 'Expense', 74.95, '1763913348_d501dbbeaf632d249f96.pdf', 'Breakfast items for staff', 'Costco', 121, '2025-11-15', 57, '2025-11-23 15:55:48', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 47), +(40, 'Expense', 104.71, '1763913437_c6d0fa1e298173702f2f.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2025-11-22', 57, '2025-11-23 15:57:17', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 46), +(41, 'Expense', 34.31, '1763913561_7c7e184459c256bc1794.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2025-11-22', 57, '2025-11-23 15:59:21', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 45), +(42, 'Expense', 42.70, '1767548180_d90a1ba14c853f8aeb43.pdf', 'Breakfast Items for staff', 'Trader Joes', 121, '2025-12-06', 57, '2026-01-04 17:36:20', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 44), +(43, 'Expense', 23.64, '1767548258_d4ce0820a5f5004a8d48.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-01-03', 57, '2026-01-04 17:37:38', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 50), +(44, 'Expense', 13.85, '1767548333_0fbcf3d369fd8068050e.pdf', 'Breakfast items for staff', 'Market Basket', 121, '2025-12-06', 57, '2026-01-04 17:38:53', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 43), +(45, 'Expense', 15.00, '1767548561_c1b785cbb02cbb10954c.pdf', 'Juices for Students party.', 'Market Basket', 121, '2025-12-13', 57, '2026-01-04 17:42:41', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 42), +(46, 'Expense', 94.72, '1767548614_ddab44f46f91b76bbf54.pdf', 'Breakfast items for staff', 'BJ\'s', 121, '2026-01-03', 57, '2026-01-04 17:43:34', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 52), +(47, 'Expense', 78.95, '1767548692_60dfcc68e62a8d002804.pdf', 'Snacks for students', 'BJ\'s', 121, '2025-12-13', 57, '2026-01-04 17:44:52', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 41), +(48, 'Donation', 36.11, '1767819586_4a903cf98dbda0bca655.pdf', 'Heater for G9 classroom', 'Amazon', 138, '2025-11-21', 4, '2026-01-07 20:59:46', '2026-03-04 04:29:37', '2025-2026', 'Fall', 'approved', 'Marked as Donation (non-reimbursable).', 4, 4, NULL), +(49, 'Expense', 835.00, '1769357974_ad4feed444447a0f113b.pdf', 'Pizza for students and staff', 'Pizza', 121, '2026-01-11', 57, '2026-01-25 16:19:34', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 40), +(50, 'Expense', 11.96, '1769358043_59d7b55f5917e0beddab.pdf', 'Bagels for staff breakfast', 'Trader Joes', 121, '2026-01-17', 57, '2026-01-25 16:20:43', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 39), +(51, 'Expense', 26.47, '1769358131_87a06d63a030c0d9acef.pdf', 'Locks for office', 'Walmart', 121, '2026-01-17', 57, '2026-01-25 16:22:11', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 53), +(52, 'Expense', 26.47, '1769358132_19c1d0d9a2578e9b4c39.pdf', 'Locks for office', 'Walmart', 121, '2026-01-17', 57, '2026-01-25 16:22:12', '2026-03-04 04:31:55', '2025-2026', 'Fall', 'denied', '', 4, 4, NULL), +(53, 'Expense', 45.89, '1769358226_96df0479e090d871daaa.pdf', 'Fruit and juice for staff for breakfast', 'Costco', 121, '2026-01-10', 57, '2026-01-25 16:23:46', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 38), +(54, 'Expense', 131.18, '1769358308_2809b510c010659a8362.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-01-17', 57, '2026-01-25 16:25:08', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 37), +(55, 'Expense', 154.97, '1769358381_b9239f691a0b30426567.pdf', 'Juice for students + water + plates', 'BJ\'s', 121, '2026-01-10', 57, '2026-01-25 16:26:21', '2026-03-08 17:06:06', '2025-2026', 'Fall', 'approved', '', 4, 4, 36), +(56, 'Expense', 45.89, '1769977871_6287c5ff3a88e7e9d053.pdf', 'Coffee pods for staff breakfast', 'Costco', 121, '2026-01-31', 57, '2026-02-01 20:31:11', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 35), +(57, 'Expense', 8.97, '1769977939_d1b0082828476e1a1b49.pdf', 'Bagels for staff breakfast', 'Trader Joes', 121, '2026-01-31', 57, '2026-02-01 20:32:19', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 34), +(58, 'Expense', 90.70, '1769978003_c7903bb66ffc26cf79fa.pdf', 'Snacks for students + breakfast items for staff', 'BJ\'s', 121, '2026-01-31', 57, '2026-02-01 20:33:23', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 33), +(59, 'Expense', 1255.00, '1770249703_17b609ccebdb3d405ca8.pdf', 'Students Islamic quiz contest prize distribution', 'Cash', 4, '2025-01-18', 57, '2026-02-03 00:20:30', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 60), +(60, 'Expense', 690.56, '1770078322_92a3b1d8fb9248d7cb91.pdf', 'White boards for classes', 'Amazon', 4, '2026-01-07', 57, '2026-02-03 00:25:22', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 59), +(61, 'Expense', 21.24, '1770078394_d41901680adcd4a4cb1b.pdf', 'Paper organizer for office', 'Amazon', 4, '2026-01-17', 57, '2026-02-03 00:26:34', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 58), +(62, 'Expense', 126.77, '1772382553_19adb09d882898064771.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-02-07', 57, '2026-03-01 16:29:13', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 32), +(63, 'Expense', 10.78, '1772494677_eccb5b1ec9351cd57c8a.pdf', 'USB Adapter', 'Amazon', 1, '2026-01-05', 57, '2026-03-02 23:37:57', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 57), +(64, 'Expense', 395.00, '1772494721_a543676b1e0dd1c621e5.pdf', 'Walkie Talkies', 'Amazon', 1, '2026-02-09', 57, '2026-03-02 23:38:41', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 56), +(65, 'Expense', 49.99, '1772494773_2d875f16865eff062932.pdf', 'Thermal paper rolls', 'Amazon', 1, '2025-10-25', 57, '2026-03-02 23:39:33', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 55), +(66, 'Expense', 134.99, '1772494823_00e45bf2f803d339b3e1.pdf', 'Receipt Printer', 'Amazon', 1, '2025-11-01', 57, '2026-03-02 23:40:23', '2026-03-08 17:06:06', '2025-2026', 'Spring', 'approved', '', 4, 4, 54), +(67, 'Expense', 137.68, '1775398675_d7f075d1de12ad8f72eb.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-03-28', 57, '2026-04-05 14:17:55', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 1, 1, 75), +(68, 'Expense', 11.96, '1775398746_aefaa28464e4a7367b2c.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-03-28', 57, '2026-04-05 14:19:06', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 76), +(69, 'Expense', 159.17, '1776616732_6b0f1b10c3ad9beb971c.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-04-12', 57, '2026-04-19 16:38:52', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 77), +(70, 'Expense', 16.75, '1776616808_61a9e1995b8e70eda898.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-04-12', 57, '2026-04-19 16:40:08', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 80), +(71, 'Expense', 8.97, '1776617151_f3c702e385844dc3a003.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-04-19', 57, '2026-04-19 16:45:51', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 78), +(72, 'Expense', 110.51, '1776617213_0a2d82722294f1259eda.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-04-19', 57, '2026-04-19 16:46:53', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 79), +(73, 'Expense', 140.00, '1776618276_2c977fb67ae025b003ad.pdf', 'Toucan Drinks, Milka chocolate cake', 'Paid by Cash', 98, '2026-04-19', 57, '2026-04-19 17:04:36', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 98), +(74, 'Expense', 122.79, '1777825128_02cdb73a446d4b9023b2.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-05-03', 57, '2026-05-03 16:18:48', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 81), +(75, 'Expense', 13.76, '1777825182_597e8131ff3de99815ba.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-05-03', 57, '2026-05-03 16:19:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 82), +(76, 'Expense', 16.75, '1779033015_c91b5e9fa6cbf6999009.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-05-16', 57, '2026-05-17 15:50:15', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 83), +(77, 'Expense', 117.50, '1779033098_f344b7c786dd3b6611e6.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-05-09', 57, '2026-05-17 15:51:38', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 84), +(78, 'Expense', 16.75, '1779033164_808ff6ef31299cd06f0f.pdf', 'Breakfast items for staff', 'Trader Joes', 121, '2026-05-09', 57, '2026-05-17 15:52:44', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 85), +(79, 'Expense', 15.81, '1779033256_bbfb0f5b62256a208a43.pdf', 'Water for staff', 'Walmart', 121, '2026-05-17', 57, '2026-05-17 15:54:16', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 86), +(80, 'Expense', 11.67, '1779033364_a781b3f921ebbdc81434.pdf', 'Coffee cups for staff', 'Market Basket', 121, '2026-05-17', 57, '2026-05-17 15:56:04', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 87), +(81, 'Expense', 69.02, '1779033476_78a02d321f90b72fdfba.pdf', 'Breakfast items for staff + snacks for students', 'BJ\'s', 121, '2026-05-16', 57, '2026-05-17 15:57:56', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 88), +(82, 'Expense', 1000.00, '1779723180_ea7da987beb1542e83d1.pdf', '10 Gift cards for staff', 'Walmart', 146, '2026-05-24', 57, '2026-05-25 15:33:00', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 102), +(83, 'Expense', 1200.00, '1779723251_eaa65d2da648a762ee14.pdf', '12 Gift cards for staff', 'Walmart', 57, '2026-05-22', 57, '2026-05-25 15:34:11', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 61), +(84, 'Expense', 1000.00, '1779723352_1f7eaece0055eccabc73.pdf', '10 Gift cards for staff', 'Walmart', 1, '2026-05-23', 57, '2026-05-25 15:35:52', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 97), +(85, 'Expense', 100.00, '1779723393_35053713038060fce15d.pdf', 'One gift card for staff', 'Walmart', 1, '2026-05-23', 57, '2026-05-25 15:36:33', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 96), +(86, 'Expense', 50.15, '1779723483_60ff50cdc8964b7a7560.pdf', 'Stationary supplies (sheet protectors)', 'Walmart', 4, '2026-05-17', 57, '2026-05-25 15:38:03', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 74), +(87, 'Expense', 10.58, '1779723525_3a6034acc405e06b434c.pdf', 'Breakfast items for staff', 'Market Basket', 4, '2026-05-24', 57, '2026-05-25 15:38:45', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 73), +(88, 'Expense', 80.00, '1779723569_502b3568a9fdf9df196f.pdf', 'Pizza lunch for staff', 'Brothers Pizzeria', 4, '2026-05-24', 57, '2026-05-25 15:39:29', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 1, 1, 72), +(89, 'Expense', 4000.00, '1780237922_29527c72a90fcb80a6a5.pdf', 'Students trip to Urban Air', 'Urban Air Adventure', 4, '2026-05-24', 57, '2026-05-31 14:32:02', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 71), +(90, 'Expense', 1000.00, '1780238269_bb7e5862a05b6f5fe49c.pdf', 'Gift cards for staff', 'Walmart', 1, '2026-05-29', 57, '2026-05-31 14:37:49', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 95), +(91, 'Expense', 100.00, '1780238331_698f2d73df4c43241151.pdf', 'Gift cards for staff', 'Walmart', 1, '2026-05-30', 57, '2026-05-31 14:38:51', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 94), +(92, 'Expense', 21.22, '1780238392_d14e1430c2a010473969.pdf', 'Gift for student', 'Walmart', 4, '2026-05-31', 57, '2026-05-31 14:39:52', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 70), +(93, 'Expense', 131.48, '1780238485_da8afe585c667308890a.pdf', 'Gift bags for students gifts', 'Dollar Tree', 4, '2026-05-30', 57, '2026-05-31 14:41:25', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 69), +(94, 'Expense', 120.00, '1780238548_e9e89ce436dba6fd7b86.pdf', 'Gift cards for youth', 'Dunkin\' Donuts', 4, '2026-05-30', 57, '2026-05-31 14:42:28', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 68), +(95, 'Expense', 2.66, '1780238608_1ede40f100f994aeacff.pdf', 'Gift bags', 'Dollar Tree', 4, '2026-05-30', 57, '2026-05-31 14:43:28', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 67), +(96, 'Expense', 300.00, '1780238678_2e330bd6095ae00040ef.pdf', 'Gift cards for staff', 'Walmart', 19, '2026-05-25', 57, '2026-05-31 14:44:38', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 99), +(97, 'Expense', 400.00, '1780238858_2047e458d6a20d9b20b1.pdf', 'Gift cards for staff', 'Walmart', 19, '2026-05-29', 57, '2026-05-31 14:47:38', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 100), +(98, 'Expense', 300.00, '1780238909_9696a04318548b40cc51.pdf', 'Gift cards for staff', 'Walmart', 19, '2026-05-26', 57, '2026-05-31 14:48:29', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 101), +(99, 'Expense', 11.96, '1780239313_2525cb8b127830a945a6.pdf', 'Water for students at Urban Air', 'Walmart', 121, '2026-05-23', 57, '2026-05-31 14:55:13', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 89), +(100, 'Expense', 207.90, '1780239384_86a54bc8efbb6cd3c562.pdf', 'Drinks, fruit for staff and students', 'BJ\'s', 121, '2026-05-29', 57, '2026-05-31 14:56:24', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 90), +(101, 'Expense', 39.99, '1780239435_0d2a64930e3b05fa36cd.pdf', 'Cake for staff', 'Stop & Shop', 121, '2026-05-31', 57, '2026-05-31 14:57:15', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 91), +(102, 'Expense', 550.00, '1780242591_d1b2391cb6ab5490dfc3.pdf', 'Pizza for students', 'Brothers Pizzeria', 4, '2026-05-31', 57, '2026-05-31 15:49:51', '2026-06-18 04:22:42', '2025-2026', 'Spring', 'approved', '', 4, 4, 66), +(103, 'Donation', 490.00, '1780244572_e2a9b523089a3c37c3cf.pdf', 'Lunch for staff', 'Paradise Biryani Pointe', 4, '2026-05-31', 57, '2026-05-31 16:22:52', '2026-05-31 16:22:52', '2025-2026', 'Spring', 'approved', 'Marked as Donation (non-reimbursable).', NULL, 57, NULL), +(104, 'Expense', 689.24, '1780528769_c95710d2109eace3592a.pdf', 'Trophies for students', 'Lubin\'s Awards', 101, '0026-05-29', 57, '2026-06-03 23:19:29', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 92), +(105, 'Expense', 768.18, '1780529051_407322f27f2541916741.pdf', 'Gifts for students', 'Amazon', 4, '2026-05-27', 57, '2026-06-03 23:24:11', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 65), +(106, 'Expense', 402.35, '1780529102_2758639ceb3174c504d2.pdf', 'Gifts for students', 'Amazon', 4, '2026-05-27', 57, '2026-06-03 23:25:02', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 64), +(107, 'Expense', 164.04, '1780529170_0474810f3a2eb875d130.pdf', 'Award certificates, thank you cards, disposable cutlery and plates', 'Amazon', 4, '2026-05-21', 57, '2026-06-03 23:26:10', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 63), +(108, 'Expense', 726.00, '1780529220_17c9d756bd2d1bfaeca3.pdf', 'Dubai chocolate for staff', 'By Cash', 4, '2026-05-31', 57, '2026-06-03 23:27:00', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 62), +(109, 'Expense', 1000.00, '1780529345_f99ea70cc270773d6e60.pdf', 'Gift cards for staff', 'Walmart', 147, '2026-05-31', 57, '2026-06-03 23:29:05', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 57, 4, 103), +(110, 'Expense', 40.99, '1780611025_ef0fcc6257e149097a79.pdf', 'Copy paper', 'BJ\'s', 1, '2026-05-02', 57, '2026-06-04 22:10:25', '2026-06-18 04:22:42', '2025-2026', 'Fall', 'approved', '', 4, 4, 93); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `families` +-- + +CREATE TABLE `families` ( + `id` int(10) UNSIGNED NOT NULL, + `family_code` varchar(64) NOT NULL, + `household_name` varchar(128) DEFAULT NULL, + `address_line1` varchar(128) DEFAULT NULL, + `address_line2` varchar(128) DEFAULT NULL, + `city` varchar(64) DEFAULT NULL, + `state` varchar(32) DEFAULT NULL, + `postal_code` varchar(16) DEFAULT NULL, + `country` varchar(64) DEFAULT NULL, + `primary_phone` varchar(32) DEFAULT NULL, + `preferred_lang` varchar(16) DEFAULT NULL, + `preferred_contact_method` varchar(32) DEFAULT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `families` +-- + +INSERT INTO `families` (`id`, `family_code`, `household_name`, `address_line1`, `address_line2`, `city`, `state`, `postal_code`, `country`, `primary_phone`, `preferred_lang`, `preferred_contact_method`, `is_active`, `created_at`, `updated_at`) VALUES +(1, 'FAM-5', 'Family of User 5', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(2, 'FAM-6', 'Family of User 6', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(3, 'FAM-7', 'Family of User 7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(4, 'FAM-8', 'Family of User 8', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(5, 'FAM-9', 'Family of User 9', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(6, 'FAM-10', 'Family of User 10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(7, 'FAM-11', 'Family of User 11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(8, 'FAM-13', 'Family of User 13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(9, 'FAM-14', 'Family of User 14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(10, 'FAM-15', 'Family of User 15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(11, 'FAM-17', 'Family of User 17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(12, 'FAM-18', 'Family of User 18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(13, 'FAM-19', 'Family of User 19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(14, 'FAM-20', 'Family of User 20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(15, 'FAM-21', 'Family of User 21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(16, 'FAM-22', 'Family of User 22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(17, 'FAM-23', 'Family of User 23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(18, 'FAM-24', 'Family of User 24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(19, 'FAM-25', 'Family of User 25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(20, 'FAM-26', 'Family of User 26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(21, 'FAM-28', 'Family of User 28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(22, 'FAM-29', 'Family of User 29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(23, 'FAM-30', 'Family of User 30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(24, 'FAM-31', 'Family of User 31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(25, 'FAM-32', 'Family of User 32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(26, 'FAM-35', 'Family of User 35', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(27, 'FAM-37', 'Family of User 37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(28, 'FAM-38', 'Family of User 38', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(29, 'FAM-39', 'Family of User 39', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(30, 'FAM-41', 'Family of User 41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(31, 'FAM-42', 'Family of User 42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(32, 'FAM-43', 'Family of User 43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(33, 'FAM-44', 'Family of User 44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(34, 'FAM-46', 'Family of User 46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(35, 'FAM-47', 'Family of User 47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(36, 'FAM-49', 'Family of User 49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(37, 'FAM-50', 'Family of User 50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(38, 'FAM-52', 'Family of User 52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(39, 'FAM-53', 'Family of User 53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(40, 'FAM-54', 'Family of User 54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(41, 'FAM-55', 'Family of User 55', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(42, 'FAM-57', 'Family of User 57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(43, 'FAM-59', 'Family of User 59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(44, 'FAM-60', 'Family of User 60', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(45, 'FAM-63', 'Family of User 63', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(46, 'FAM-64', 'Family of User 64', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(47, 'FAM-65', 'Family of User 65', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(48, 'FAM-66', 'Family of User 66', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(49, 'FAM-69', 'Family of User 69', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(50, 'FAM-70', 'Family of User 70', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(51, 'FAM-71', 'Family of User 71', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(52, 'FAM-72', 'Family of User 72', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(53, 'FAM-73', 'Family of User 73', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(54, 'FAM-80', 'Family of User 80', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(55, 'FAM-81', 'Family of User 81', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(56, 'FAM-84', 'Family of User 84', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(57, 'FAM-86', 'Family of User 86', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(58, 'FAM-90', 'Family of User 90', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(59, 'FAM-92', 'Family of User 92', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(60, 'FAM-96', 'Family of User 96', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(61, 'FAM-98', 'Family of User 98', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(62, 'FAM-100', 'Family of User 100', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(63, 'FAM-102', 'Family of User 102', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(64, 'FAM-106', 'Family of User 106', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(65, 'FAM-109', 'Family of User 109', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(66, 'FAM-110', 'Family of User 110', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(67, 'FAM-114', 'Family of User 114', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(68, 'FAM-115', 'Family of User 115', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(69, 'FAM-118', 'Family of User 118', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(70, 'FAM-120', 'Family of User 120', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(71, 'FAM-121', 'Family of User 121', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(72, 'FAM-122', 'Family of User 122', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(73, 'FAM-123', 'Family of User 123', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(74, 'FAM-124', 'Family of User 124', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(75, 'FAM-125', 'Family of User 125', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(76, 'FAM-126', 'Family of User 126', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(77, 'FAM-128', 'Family of User 128', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(78, 'FAM-130', 'Family of User 130', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(79, 'FAM-132', 'Family of User 132', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(80, 'FAM-133', 'Family of User 133', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(81, 'FAM-136', 'Family of User 136', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(82, 'FAM-137', 'Family of User 137', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(83, 'FAM-139', 'Family of User 139', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(84, 'FAM-141', 'Family of User 141', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(85, 'FAM-149', 'Family of User 149', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(86, 'FAM-150', 'Family of User 150', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(87, 'FAM-156', 'Family of User 156', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(88, 'FAM-158', 'Family of User 158', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(89, 'FAM-165', 'Family of User 165', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(90, 'FAM-167', 'Family of User 167', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(91, 'FAM-168', 'Family of User 168', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(92, 'FAM-169', 'Family of User 169', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(93, 'FAM-173', 'Family of User 173', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(94, 'FAM-174', 'Family of User 174', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(95, 'FAM-176', 'Family of User 176', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(96, 'FAM-177', 'Family of User 177', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(97, 'FAM-181', 'Family of User 181', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(98, 'FAM-187', 'Family of User 187', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(99, 'FAM-188', 'Family of User 188', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(100, 'FAM-189', 'Family of User 189', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(101, 'FAM-190', 'Family of User 190', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(102, 'FAM-191', 'Family of User 191', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(103, 'FAM-194', 'Family of User 194', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(104, 'FAM-198', 'Family of User 198', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(105, 'FAM-202', 'Family of User 202', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(106, 'FAM-203', 'Family of User 203', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(107, 'FAM-204', 'Family of User 204', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(108, 'FAM-206', 'Family of User 206', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(109, 'FAM-208', 'Family of User 208', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(110, 'FAM-210', 'Family of User 210', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(111, 'FAM-2', 'Family of User 2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(112, 'FAM-3', 'Family of User 3', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(113, 'FAM-12', 'Family of User 12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(114, 'FAM-16', 'Family of User 16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(115, 'FAM-27', 'Family of User 27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(116, 'FAM-34', 'Family of User 34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(117, 'FAM-56', 'Family of User 56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(118, 'FAM-74', 'Family of User 74', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(119, 'FAM-88', 'Family of User 88', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(120, 'FAM-93', 'Family of User 93', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(121, 'FAM-75', 'Family of User 75', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(122, 'FAM-97', 'Family of User 97', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(123, 'FAM-104', 'Family of User 104', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(124, 'FAM-105', 'Family of User 105', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(125, 'FAM-107', 'Family of User 107', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(126, 'FAM-117', 'Family of User 117', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(127, 'FAM-129', 'Family of User 129', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(128, 'FAM-145', 'Family of User 145', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(129, 'FAM-68', 'Family of User 68', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(130, 'FAM-153', 'Family of User 153', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(131, 'FAM-142', 'Family of User 142', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(132, 'FAM-164', 'Family of User 164', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(133, 'FAM-175', 'Family of User 175', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(134, 'FAM-172', 'Family of User 172', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(135, 'FAM-196', 'Family of User 196', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(136, 'FAM-134', 'Family of User 134', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(137, 'FAM-205', 'Family of User 205', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(138, 'FAM-207', 'Family of User 207', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(139, 'FAM-209', 'Family of User 209', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL), +(140, 'FAM-304', 'Family of Shamsia Muktar', '77 Turnpike Rd', NULL, 'Chelmsford', 'MA', '01824', NULL, '197-899-6500', NULL, NULL, 1, NULL, NULL), +(141, 'FAM-305', 'Family of Misbah Ilyas', '4 Lane Way', NULL, 'Londonderry', 'NH', '03053', NULL, '603-892-7416', NULL, NULL, 1, NULL, NULL), +(142, 'FAM-306', 'Family of Syed Zia Uddin', '30 Angle St', NULL, 'Lowell', 'MA', '01851', NULL, '915-356-8889', NULL, NULL, 1, NULL, NULL), +(143, 'FAM-308', 'Family of Aliyah Kalule', '24 Floyd Ave', NULL, 'Tewksbury', 'MA', '01876', NULL, '857-237-2963', NULL, NULL, 1, NULL, NULL), +(144, 'FAM-310', 'Family of Ibrahim Afzal', '9 Danielian Way', NULL, 'Methuen', 'MA', '01844', NULL, '948-972-1261', NULL, NULL, 1, NULL, NULL), +(145, 'FAM-311', 'Family of Ekram Yassin', '36 Mead St', NULL, 'Lowell', 'MA', '01852', NULL, '978-401-5595', NULL, NULL, 1, NULL, NULL), +(146, 'FAM-312', 'Family of Maryam Gul', '85 Indian Rock Road', NULL, 'Bedford', 'NH', '03110', NULL, '217-898-7340', NULL, NULL, 1, NULL, NULL), +(147, 'FAM-314', 'Family of Humera Nissar', '1 Sawyer Ln', NULL, 'Littleton', 'MA', '01460', NULL, '978-319-3021', NULL, NULL, 1, NULL, NULL), +(148, 'FAM-316', 'Family of Elizabeth Kallon', '33 Audrey Ave', NULL, 'Tyngsboro', 'MA', '01879', NULL, '978-715-9259', NULL, NULL, 1, NULL, NULL), +(149, 'FAM-317', 'Family of Rushlan Khan', '37 Berkeley Drive', NULL, 'Chelmsford', 'MA', '01824', NULL, '978-221-9780', NULL, NULL, 1, NULL, NULL), +(150, 'FAM-318', 'Family of Doaa Alsekaily', 'Chelmsford', NULL, 'Chelmsford', 'MA', '01824', NULL, '781-869-0648', NULL, NULL, 1, NULL, NULL), +(151, 'FAM-320', 'Family of Mahbubul Alam', '81 Barry Dr', NULL, 'Tewksbury', 'MA', '01876', NULL, '917-415-7235', NULL, NULL, 1, NULL, NULL), +(152, 'FAM-322', 'Family of Muhammad Majid', '15 Endmoor Road', NULL, 'Westford', 'MA', '01886', NULL, '617-895-9498', NULL, NULL, 1, NULL, NULL), +(153, 'FAM-323', 'Family of Zainab Al Hakeem', '16 Balmoral St', NULL, 'Andover', 'MA', '01810', NULL, '513-223-9660', NULL, NULL, 1, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `family_comm_prefs` +-- + +CREATE TABLE `family_comm_prefs` ( + `id` int(10) UNSIGNED NOT NULL, + `family_id` int(10) UNSIGNED NOT NULL, + `category` varchar(32) NOT NULL, + `via_email` tinyint(1) NOT NULL DEFAULT 1, + `via_sms` tinyint(1) NOT NULL DEFAULT 0, + `cc_all_guardians` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `family_guardians` +-- + +CREATE TABLE `family_guardians` ( + `id` int(10) UNSIGNED NOT NULL, + `family_id` int(10) UNSIGNED NOT NULL, + `user_id` int(10) UNSIGNED NOT NULL, + `relation` varchar(32) NOT NULL DEFAULT 'guardian', + `is_primary` tinyint(1) NOT NULL DEFAULT 0, + `receive_emails` tinyint(1) NOT NULL DEFAULT 1, + `receive_sms` tinyint(1) NOT NULL DEFAULT 0, + `custody_notes` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `family_guardians` +-- + +INSERT INTO `family_guardians` (`id`, `family_id`, `user_id`, `relation`, `is_primary`, `receive_emails`, `receive_sms`, `custody_notes`, `created_at`, `updated_at`) VALUES +(1, 1, 211, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(2, 2, 163, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(3, 3, 212, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(4, 4, 213, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(5, 5, 214, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(6, 6, 215, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(7, 7, 216, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(8, 8, 217, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(9, 9, 218, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(10, 10, 219, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(11, 11, 220, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(12, 12, 221, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(13, 13, 222, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(14, 14, 223, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(15, 15, 224, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(16, 16, 225, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(17, 17, 226, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(18, 18, 227, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(19, 19, 228, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(20, 20, 161, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(21, 21, 229, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(22, 22, 29, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(23, 23, 230, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(24, 24, 31, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(25, 25, 231, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(26, 26, 232, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(27, 27, 233, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(28, 28, 38, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(29, 29, 135, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(30, 30, 234, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(31, 31, 41, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(32, 32, 235, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(33, 33, 236, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(34, 34, 237, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(35, 35, 121, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(36, 36, 238, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(37, 37, 239, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(38, 38, 240, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(39, 39, 241, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(40, 40, 242, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(41, 41, 243, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(42, 42, 244, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(43, 43, 245, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(44, 44, 246, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(45, 45, 247, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(46, 46, 248, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(47, 47, 249, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(48, 48, 250, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(49, 49, 251, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(50, 50, 252, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(51, 51, 253, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(52, 52, 254, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(53, 53, 255, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(54, 54, 256, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(55, 55, 257, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(56, 56, 258, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(57, 57, 259, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(58, 58, 260, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(59, 59, 88, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(60, 60, 261, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(61, 61, 262, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(62, 62, 263, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(63, 63, 102, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(64, 64, 106, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(65, 65, 109, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(66, 66, 264, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(67, 67, 265, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(68, 68, 115, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(69, 69, 266, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(70, 70, 267, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(71, 71, 47, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(72, 72, 268, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(73, 73, 269, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(74, 74, 270, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(75, 75, 271, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(76, 76, 272, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(77, 77, 273, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(78, 78, 274, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(79, 79, 275, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(80, 80, 276, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(81, 81, 136, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(82, 82, 277, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(83, 83, 278, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(84, 84, 279, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(85, 85, 280, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(86, 86, 281, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(87, 87, 282, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(88, 88, 283, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(89, 89, 165, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(90, 90, 284, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(91, 91, 285, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(92, 92, 286, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(93, 93, 287, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(94, 94, 288, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(95, 95, 289, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(96, 96, 290, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(97, 97, 291, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(98, 98, 292, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(99, 99, 207, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(100, 100, 293, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(101, 101, 190, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(102, 102, 294, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(103, 103, 202, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(104, 104, 295, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(105, 105, 202, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(106, 106, 296, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(107, 107, 297, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(108, 108, 298, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(109, 109, 299, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(110, 110, 300, 'guardian', 0, 1, 0, NULL, NULL, NULL), +(441, 111, 2, 'primary', 1, 1, 0, NULL, NULL, NULL), +(442, 112, 3, 'primary', 1, 1, 0, NULL, NULL, NULL), +(443, 1, 5, 'primary', 1, 1, 0, NULL, NULL, NULL), +(444, 3, 7, 'primary', 1, 1, 0, NULL, NULL, NULL), +(445, 2, 6, 'primary', 1, 1, 0, NULL, NULL, NULL), +(446, 5, 9, 'primary', 1, 1, 0, NULL, NULL, NULL), +(447, 6, 10, 'primary', 1, 1, 0, NULL, NULL, NULL), +(448, 7, 11, 'primary', 1, 1, 0, NULL, NULL, NULL), +(449, 113, 12, 'primary', 1, 1, 0, NULL, NULL, NULL), +(450, 8, 13, 'primary', 1, 1, 0, NULL, NULL, NULL), +(451, 9, 14, 'primary', 1, 1, 0, NULL, NULL, NULL), +(452, 10, 15, 'primary', 1, 1, 0, NULL, NULL, NULL), +(453, 114, 16, 'primary', 1, 1, 0, NULL, NULL, NULL), +(454, 12, 18, 'primary', 1, 1, 0, NULL, NULL, NULL), +(455, 16, 22, 'primary', 1, 1, 0, NULL, NULL, NULL), +(456, 15, 21, 'primary', 1, 1, 0, NULL, NULL, NULL), +(457, 17, 23, 'primary', 1, 1, 0, NULL, NULL, NULL), +(458, 20, 26, 'primary', 1, 1, 0, NULL, NULL, NULL), +(459, 19, 25, 'primary', 1, 1, 0, NULL, NULL, NULL), +(460, 115, 27, 'primary', 1, 1, 0, NULL, NULL, NULL), +(461, 14, 20, 'primary', 1, 1, 0, NULL, NULL, NULL), +(462, 21, 28, 'primary', 1, 1, 0, NULL, NULL, NULL), +(464, 23, 30, 'primary', 1, 1, 0, NULL, NULL, NULL), +(465, 11, 17, 'primary', 1, 1, 0, NULL, NULL, NULL), +(467, 25, 32, 'primary', 1, 1, 0, NULL, NULL, NULL), +(468, 116, 34, 'primary', 1, 1, 0, NULL, NULL, NULL), +(469, 26, 35, 'primary', 1, 1, 0, NULL, NULL, NULL), +(470, 27, 37, 'primary', 1, 1, 0, NULL, NULL, NULL), +(472, 29, 39, 'primary', 1, 1, 0, NULL, NULL, NULL), +(473, 31, 42, 'primary', 1, 1, 0, NULL, NULL, NULL), +(474, 18, 24, 'primary', 1, 1, 0, NULL, NULL, NULL), +(475, 33, 44, 'primary', 1, 1, 0, NULL, NULL, NULL), +(476, 34, 46, 'primary', 1, 1, 0, NULL, NULL, NULL), +(477, 32, 43, 'primary', 1, 1, 0, NULL, NULL, NULL), +(478, 35, 47, 'primary', 1, 1, 0, NULL, NULL, NULL), +(479, 36, 49, 'primary', 1, 1, 0, NULL, NULL, NULL), +(480, 37, 50, 'primary', 1, 1, 0, NULL, NULL, NULL), +(481, 38, 52, 'primary', 1, 1, 0, NULL, NULL, NULL), +(482, 39, 53, 'primary', 1, 1, 0, NULL, NULL, NULL), +(483, 41, 55, 'primary', 1, 1, 0, NULL, NULL, NULL), +(484, 117, 56, 'primary', 1, 1, 0, NULL, NULL, NULL), +(485, 42, 57, 'primary', 1, 1, 0, NULL, NULL, NULL), +(486, 43, 59, 'primary', 1, 1, 0, NULL, NULL, NULL), +(487, 44, 60, 'primary', 1, 1, 0, NULL, NULL, NULL), +(488, 45, 63, 'primary', 1, 1, 0, NULL, NULL, NULL), +(489, 46, 64, 'primary', 1, 1, 0, NULL, NULL, NULL), +(490, 48, 66, 'primary', 1, 1, 0, NULL, NULL, NULL), +(491, 49, 69, 'primary', 1, 1, 0, NULL, NULL, NULL), +(492, 50, 70, 'primary', 1, 1, 0, NULL, NULL, NULL), +(493, 52, 72, 'primary', 1, 1, 0, NULL, NULL, NULL), +(494, 51, 71, 'primary', 1, 1, 0, NULL, NULL, NULL), +(495, 118, 74, 'primary', 1, 1, 0, NULL, NULL, NULL), +(496, 13, 19, 'primary', 1, 1, 0, NULL, NULL, NULL), +(497, 53, 73, 'primary', 1, 1, 0, NULL, NULL, NULL), +(498, 54, 80, 'primary', 1, 1, 0, NULL, NULL, NULL), +(499, 55, 81, 'primary', 1, 1, 0, NULL, NULL, NULL), +(500, 56, 84, 'primary', 1, 1, 0, NULL, NULL, NULL), +(501, 57, 86, 'primary', 1, 1, 0, NULL, NULL, NULL), +(502, 119, 88, 'primary', 1, 1, 0, NULL, NULL, NULL), +(503, 58, 90, 'primary', 1, 1, 0, NULL, NULL, NULL), +(504, 120, 93, 'primary', 1, 1, 0, NULL, NULL, NULL), +(505, 121, 75, 'primary', 1, 1, 0, NULL, NULL, NULL), +(506, 60, 96, 'primary', 1, 1, 0, NULL, NULL, NULL), +(507, 122, 97, 'primary', 1, 1, 0, NULL, NULL, NULL), +(508, 61, 98, 'primary', 1, 1, 0, NULL, NULL, NULL), +(509, 62, 100, 'primary', 1, 1, 0, NULL, NULL, NULL), +(511, 123, 104, 'primary', 1, 1, 0, NULL, NULL, NULL), +(512, 124, 105, 'primary', 1, 1, 0, NULL, NULL, NULL), +(514, 125, 107, 'primary', 1, 1, 0, NULL, NULL, NULL), +(516, 66, 110, 'primary', 1, 1, 0, NULL, NULL, NULL), +(517, 67, 114, 'primary', 1, 1, 0, NULL, NULL, NULL), +(518, 126, 117, 'primary', 1, 1, 0, NULL, NULL, NULL), +(519, 69, 118, 'primary', 1, 1, 0, NULL, NULL, NULL), +(520, 72, 122, 'primary', 1, 1, 0, NULL, NULL, NULL), +(521, 73, 123, 'primary', 1, 1, 0, NULL, NULL, NULL), +(522, 74, 124, 'primary', 1, 1, 0, NULL, NULL, NULL), +(523, 75, 125, 'primary', 1, 1, 0, NULL, NULL, NULL), +(524, 76, 126, 'primary', 1, 1, 0, NULL, NULL, NULL), +(525, 77, 128, 'primary', 1, 1, 0, NULL, NULL, NULL), +(526, 127, 129, 'primary', 1, 1, 0, NULL, NULL, NULL), +(527, 78, 130, 'primary', 1, 1, 0, NULL, NULL, NULL), +(528, 79, 132, 'primary', 1, 1, 0, NULL, NULL, NULL), +(529, 80, 133, 'primary', 1, 1, 0, NULL, NULL, NULL), +(531, 82, 137, 'primary', 1, 1, 0, NULL, NULL, NULL), +(532, 83, 139, 'primary', 1, 1, 0, NULL, NULL, NULL), +(533, 84, 141, 'primary', 1, 1, 0, NULL, NULL, NULL), +(534, 128, 145, 'primary', 1, 1, 0, NULL, NULL, NULL), +(535, 129, 68, 'primary', 1, 1, 0, NULL, NULL, NULL), +(536, 4, 8, 'primary', 1, 1, 0, NULL, NULL, NULL), +(537, 85, 149, 'primary', 1, 1, 0, NULL, NULL, NULL), +(538, 86, 150, 'primary', 1, 1, 0, NULL, NULL, NULL), +(539, 130, 153, 'primary', 1, 1, 0, NULL, NULL, NULL), +(540, 70, 120, 'primary', 1, 1, 0, NULL, NULL, NULL), +(541, 87, 156, 'primary', 1, 1, 0, NULL, NULL, NULL), +(542, 88, 158, 'primary', 1, 1, 0, NULL, NULL, NULL), +(544, 131, 142, 'primary', 1, 1, 0, NULL, NULL, NULL), +(545, 90, 167, 'primary', 1, 1, 0, NULL, NULL, NULL), +(546, 132, 164, 'primary', 1, 1, 0, NULL, NULL, NULL), +(547, 91, 168, 'primary', 1, 1, 0, NULL, NULL, NULL), +(548, 92, 169, 'primary', 1, 1, 0, NULL, NULL, NULL), +(549, 93, 173, 'primary', 1, 1, 0, NULL, NULL, NULL), +(550, 94, 174, 'primary', 1, 1, 0, NULL, NULL, NULL), +(551, 95, 176, 'primary', 1, 1, 0, NULL, NULL, NULL), +(552, 133, 175, 'primary', 1, 1, 0, NULL, NULL, NULL), +(553, 134, 172, 'primary', 1, 1, 0, NULL, NULL, NULL), +(554, 96, 177, 'primary', 1, 1, 0, NULL, NULL, NULL), +(555, 97, 181, 'primary', 1, 1, 0, NULL, NULL, NULL), +(556, 98, 187, 'primary', 1, 1, 0, NULL, NULL, NULL), +(557, 100, 189, 'primary', 1, 1, 0, NULL, NULL, NULL), +(558, 104, 198, 'primary', 1, 1, 0, NULL, NULL, NULL), +(559, 135, 196, 'primary', 1, 1, 0, NULL, NULL, NULL), +(561, 106, 203, 'primary', 1, 1, 0, NULL, NULL, NULL), +(562, 136, 134, 'primary', 1, 1, 0, NULL, NULL, NULL), +(563, 137, 205, 'primary', 1, 1, 0, NULL, NULL, NULL), +(564, 108, 206, 'primary', 1, 1, 0, NULL, NULL, NULL), +(565, 138, 207, 'primary', 1, 1, 0, NULL, NULL, NULL), +(566, 139, 209, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1023, 140, 304, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1024, 141, 305, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1025, 142, 306, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1026, 143, 308, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1027, 144, 310, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1028, 145, 311, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1029, 146, 312, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1030, 147, 314, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1031, 148, 316, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1032, 149, 317, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1033, 150, 318, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1034, 151, 320, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1035, 152, 322, 'primary', 1, 1, 0, NULL, NULL, NULL), +(1036, 153, 323, 'primary', 1, 1, 0, NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `family_students` +-- + +CREATE TABLE `family_students` ( + `id` int(10) UNSIGNED NOT NULL, + `family_id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `is_primary_home` tinyint(1) NOT NULL DEFAULT 0, + `notes` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `family_students` +-- + +INSERT INTO `family_students` (`id`, `family_id`, `student_id`, `is_primary_home`, `notes`, `created_at`, `updated_at`) VALUES +(1, 1, 6, 1, NULL, NULL, NULL), +(2, 1, 7, 1, NULL, NULL, NULL), +(3, 1, 8, 1, NULL, NULL, NULL), +(4, 2, 11, 1, NULL, NULL, NULL), +(5, 2, 12, 1, NULL, NULL, NULL), +(6, 2, 13, 1, NULL, NULL, NULL), +(7, 2, 14, 1, NULL, NULL, NULL), +(8, 3, 9, 1, NULL, NULL, NULL), +(9, 3, 10, 1, NULL, NULL, NULL), +(10, 4, 195, 1, NULL, NULL, NULL), +(11, 4, 196, 1, NULL, NULL, NULL), +(12, 5, 15, 1, NULL, NULL, NULL), +(13, 5, 16, 1, NULL, NULL, NULL), +(14, 6, 17, 1, NULL, NULL, NULL), +(15, 6, 18, 1, NULL, NULL, NULL), +(16, 7, 19, 1, NULL, NULL, NULL), +(17, 8, 21, 1, NULL, NULL, NULL), +(18, 9, 22, 1, NULL, NULL, NULL), +(19, 10, 23, 1, NULL, NULL, NULL), +(20, 10, 24, 1, NULL, NULL, NULL), +(21, 11, 48, 1, NULL, NULL, NULL), +(22, 11, 49, 1, NULL, NULL, NULL), +(23, 12, 26, 1, NULL, NULL, NULL), +(24, 12, 27, 1, NULL, NULL, NULL), +(25, 13, 114, 1, NULL, NULL, NULL), +(26, 13, 115, 1, NULL, NULL, NULL), +(27, 14, 41, 1, NULL, NULL, NULL), +(28, 15, 31, 1, NULL, NULL, NULL), +(29, 15, 32, 1, NULL, NULL, NULL), +(30, 15, 33, 1, NULL, NULL, NULL), +(31, 16, 28, 1, NULL, NULL, NULL), +(32, 16, 29, 1, NULL, NULL, NULL), +(33, 16, 30, 1, NULL, NULL, NULL), +(34, 17, 34, 1, NULL, NULL, NULL), +(35, 18, 65, 1, NULL, NULL, NULL), +(36, 18, 66, 1, NULL, NULL, NULL), +(37, 19, 37, 1, NULL, NULL, NULL), +(38, 20, 35, 1, NULL, NULL, NULL), +(39, 20, 36, 1, NULL, NULL, NULL), +(40, 21, 42, 1, NULL, NULL, NULL), +(41, 21, 43, 1, NULL, NULL, NULL), +(42, 22, 44, 1, NULL, NULL, NULL), +(43, 22, 45, 1, NULL, NULL, NULL), +(44, 23, 46, 1, NULL, NULL, NULL), +(45, 23, 47, 1, NULL, NULL, NULL), +(46, 24, 50, 1, NULL, NULL, NULL), +(47, 24, 51, 1, NULL, NULL, NULL), +(48, 25, 52, 1, NULL, NULL, NULL), +(49, 25, 220, 1, NULL, NULL, NULL), +(50, 26, 55, 1, NULL, NULL, NULL), +(51, 26, 56, 1, NULL, NULL, NULL), +(52, 27, 57, 1, NULL, NULL, NULL), +(53, 27, 58, 1, NULL, NULL, NULL), +(54, 28, 59, 1, NULL, NULL, NULL), +(55, 28, 60, 1, NULL, NULL, NULL), +(56, 29, 61, 1, NULL, NULL, NULL), +(57, 31, 62, 1, NULL, NULL, NULL), +(58, 31, 63, 1, NULL, NULL, NULL), +(59, 31, 64, 1, NULL, NULL, NULL), +(60, 32, 71, 1, NULL, NULL, NULL), +(61, 32, 72, 1, NULL, NULL, NULL), +(62, 32, 73, 1, NULL, NULL, NULL), +(63, 32, 74, 1, NULL, NULL, NULL), +(64, 33, 67, 1, NULL, NULL, NULL), +(65, 33, 68, 1, NULL, NULL, NULL), +(66, 34, 69, 1, NULL, NULL, NULL), +(67, 34, 70, 1, NULL, NULL, NULL), +(68, 35, 75, 1, NULL, NULL, NULL), +(69, 36, 76, 1, NULL, NULL, NULL), +(70, 36, 77, 1, NULL, NULL, NULL), +(71, 37, 78, 1, NULL, NULL, NULL), +(72, 37, 79, 1, NULL, NULL, NULL), +(73, 37, 80, 1, NULL, NULL, NULL), +(74, 38, 81, 1, NULL, NULL, NULL), +(75, 38, 82, 1, NULL, NULL, NULL), +(76, 38, 83, 1, NULL, NULL, NULL), +(77, 39, 84, 1, NULL, NULL, NULL), +(78, 39, 85, 1, NULL, NULL, NULL), +(79, 41, 86, 1, NULL, NULL, NULL), +(80, 41, 87, 1, NULL, NULL, NULL), +(81, 42, 90, 1, NULL, NULL, NULL), +(82, 43, 91, 1, NULL, NULL, NULL), +(83, 43, 92, 1, NULL, NULL, NULL), +(84, 44, 93, 1, NULL, NULL, NULL), +(85, 44, 94, 1, NULL, NULL, NULL), +(86, 44, 95, 1, NULL, NULL, NULL), +(87, 45, 96, 1, NULL, NULL, NULL), +(88, 46, 97, 1, NULL, NULL, NULL), +(89, 46, 98, 1, NULL, NULL, NULL), +(90, 48, 99, 1, NULL, NULL, NULL), +(91, 48, 100, 1, NULL, NULL, NULL), +(92, 48, 101, 1, NULL, NULL, NULL), +(93, 49, 102, 1, NULL, NULL, NULL), +(94, 49, 103, 1, NULL, NULL, NULL), +(95, 49, 104, 1, NULL, NULL, NULL), +(96, 50, 105, 1, NULL, NULL, NULL), +(97, 51, 107, 1, NULL, NULL, NULL), +(98, 51, 108, 1, NULL, NULL, NULL), +(99, 51, 109, 1, NULL, NULL, NULL), +(100, 51, 110, 1, NULL, NULL, NULL), +(101, 52, 106, 1, NULL, NULL, NULL), +(102, 53, 116, 1, NULL, NULL, NULL), +(103, 53, 117, 1, NULL, NULL, NULL), +(104, 54, 118, 1, NULL, NULL, NULL), +(105, 54, 119, 1, NULL, NULL, NULL), +(106, 55, 120, 1, NULL, NULL, NULL), +(107, 55, 121, 1, NULL, NULL, NULL), +(108, 55, 122, 1, NULL, NULL, NULL), +(109, 56, 123, 1, NULL, NULL, NULL), +(110, 57, 124, 1, NULL, NULL, NULL), +(111, 57, 125, 1, NULL, NULL, NULL), +(112, 58, 129, 1, NULL, NULL, NULL), +(113, 58, 130, 1, NULL, NULL, NULL), +(114, 58, 131, 1, NULL, NULL, NULL), +(115, 60, 139, 1, NULL, NULL, NULL), +(116, 60, 140, 1, NULL, NULL, NULL), +(117, 60, 141, 1, NULL, NULL, NULL), +(118, 61, 144, 1, NULL, NULL, NULL), +(119, 61, 145, 1, NULL, NULL, NULL), +(120, 61, 146, 1, NULL, NULL, NULL), +(121, 61, 147, 1, NULL, NULL, NULL), +(122, 62, 148, 1, NULL, NULL, NULL), +(123, 62, 149, 1, NULL, NULL, NULL), +(124, 62, 150, 1, NULL, NULL, NULL), +(125, 63, 151, 1, NULL, NULL, NULL), +(126, 63, 152, 1, NULL, NULL, NULL), +(127, 63, 153, 1, NULL, NULL, NULL), +(128, 64, 158, 1, NULL, NULL, NULL), +(129, 65, 161, 1, NULL, NULL, NULL), +(130, 66, 162, 1, NULL, NULL, NULL), +(131, 67, 163, 1, NULL, NULL, NULL), +(132, 69, 167, 1, NULL, NULL, NULL), +(133, 69, 168, 1, NULL, NULL, NULL), +(134, 69, 169, 1, NULL, NULL, NULL), +(135, 70, 201, 1, NULL, NULL, NULL), +(136, 70, 202, 1, NULL, NULL, NULL), +(137, 72, 170, 1, NULL, NULL, NULL), +(138, 72, 171, 1, NULL, NULL, NULL), +(139, 73, 173, 1, NULL, NULL, NULL), +(140, 73, 174, 1, NULL, NULL, NULL), +(141, 74, 175, 1, NULL, NULL, NULL), +(142, 75, 176, 1, NULL, NULL, NULL), +(143, 76, 177, 1, NULL, NULL, NULL), +(144, 76, 178, 1, NULL, NULL, NULL), +(145, 77, 179, 1, NULL, NULL, NULL), +(146, 77, 180, 1, NULL, NULL, NULL), +(147, 78, 182, 1, NULL, NULL, NULL), +(148, 79, 183, 1, NULL, NULL, NULL), +(149, 79, 184, 1, NULL, NULL, NULL), +(150, 80, 185, 1, NULL, NULL, NULL), +(151, 81, 186, 1, NULL, NULL, NULL), +(152, 82, 187, 1, NULL, NULL, NULL), +(153, 82, 188, 1, NULL, NULL, NULL), +(154, 83, 189, 1, NULL, NULL, NULL), +(155, 84, 190, 1, NULL, NULL, NULL), +(156, 84, 191, 1, NULL, NULL, NULL), +(157, 85, 197, 1, NULL, NULL, NULL), +(158, 86, 198, 1, NULL, NULL, NULL), +(159, 86, 199, 1, NULL, NULL, NULL), +(160, 87, 203, 1, NULL, NULL, NULL), +(161, 87, 204, 1, NULL, NULL, NULL), +(162, 87, 205, 1, NULL, NULL, NULL), +(163, 87, 206, 1, NULL, NULL, NULL), +(164, 88, 207, 1, NULL, NULL, NULL), +(165, 89, 208, 1, NULL, NULL, NULL), +(166, 89, 209, 1, NULL, NULL, NULL), +(167, 89, 210, 1, NULL, NULL, NULL), +(168, 89, 211, 1, NULL, NULL, NULL), +(169, 90, 213, 1, NULL, NULL, NULL), +(170, 91, 216, 1, NULL, NULL, NULL), +(171, 91, 217, 1, NULL, NULL, NULL), +(172, 92, 218, 1, NULL, NULL, NULL), +(173, 92, 219, 1, NULL, NULL, NULL), +(174, 93, 221, 1, NULL, NULL, NULL), +(175, 93, 222, 1, NULL, NULL, NULL), +(176, 94, 223, 1, NULL, NULL, NULL), +(177, 94, 224, 1, NULL, NULL, NULL), +(178, 94, 225, 1, NULL, NULL, NULL), +(179, 94, 226, 1, NULL, NULL, NULL), +(180, 94, 227, 1, NULL, NULL, NULL), +(181, 95, 228, 1, NULL, NULL, NULL), +(182, 95, 229, 1, NULL, NULL, NULL), +(183, 96, 236, 1, NULL, NULL, NULL), +(184, 96, 237, 1, NULL, NULL, NULL), +(185, 97, 238, 1, NULL, NULL, NULL), +(186, 97, 239, 1, NULL, NULL, NULL), +(187, 98, 241, 1, NULL, NULL, NULL), +(188, 98, 242, 1, NULL, NULL, NULL), +(189, 100, 244, 1, NULL, NULL, NULL), +(190, 104, 245, 1, NULL, NULL, NULL), +(191, 105, 247, 1, NULL, NULL, NULL), +(192, 106, 248, 1, NULL, NULL, NULL), +(193, 106, 249, 1, NULL, NULL, NULL), +(194, 106, 250, 1, NULL, NULL, NULL), +(195, 108, 255, 1, NULL, NULL, NULL), +(196, 108, 256, 1, NULL, NULL, NULL), +(785, 111, 1, 1, NULL, NULL, NULL), +(786, 112, 2, 1, NULL, NULL, NULL), +(801, 113, 20, 1, NULL, NULL, NULL), +(806, 114, 25, 1, NULL, NULL, NULL), +(819, 115, 38, 1, NULL, NULL, NULL), +(820, 115, 39, 1, NULL, NULL, NULL), +(821, 115, 40, 1, NULL, NULL, NULL), +(835, 116, 53, 1, NULL, NULL, NULL), +(836, 116, 54, 1, NULL, NULL, NULL), +(870, 117, 88, 1, NULL, NULL, NULL), +(871, 117, 89, 1, NULL, NULL, NULL), +(893, 118, 111, 1, NULL, NULL, NULL), +(894, 118, 112, 1, NULL, NULL, NULL), +(895, 118, 113, 1, NULL, NULL, NULL), +(908, 119, 126, 1, NULL, NULL, NULL), +(909, 119, 127, 1, NULL, NULL, NULL), +(910, 119, 128, 1, NULL, NULL, NULL), +(914, 120, 135, 1, NULL, NULL, NULL), +(915, 120, 136, 1, NULL, NULL, NULL), +(916, 121, 137, 1, NULL, NULL, NULL), +(917, 121, 138, 1, NULL, NULL, NULL), +(921, 122, 142, 1, NULL, NULL, NULL), +(922, 122, 143, 1, NULL, NULL, NULL), +(933, 123, 154, 1, NULL, NULL, NULL), +(934, 124, 156, 1, NULL, NULL, NULL), +(935, 124, 157, 1, NULL, NULL, NULL), +(937, 125, 159, 1, NULL, NULL, NULL), +(938, 125, 160, 1, NULL, NULL, NULL), +(942, 126, 164, 1, NULL, NULL, NULL), +(943, 126, 165, 1, NULL, NULL, NULL), +(944, 126, 166, 1, NULL, NULL, NULL), +(958, 127, 181, 1, NULL, NULL, NULL), +(959, 127, 240, 1, NULL, NULL, NULL), +(970, 128, 192, 1, NULL, NULL, NULL), +(971, 129, 193, 1, NULL, NULL, NULL), +(972, 129, 194, 1, NULL, NULL, NULL), +(978, 130, 200, 1, NULL, NULL, NULL), +(990, 131, 212, 1, NULL, NULL, NULL), +(992, 132, 214, 1, NULL, NULL, NULL), +(993, 132, 215, 1, NULL, NULL, NULL), +(1007, 133, 230, 1, NULL, NULL, NULL), +(1008, 133, 231, 1, NULL, NULL, NULL), +(1009, 133, 232, 1, NULL, NULL, NULL), +(1010, 134, 233, 1, NULL, NULL, NULL), +(1011, 134, 234, 1, NULL, NULL, NULL), +(1012, 134, 235, 1, NULL, NULL, NULL), +(1021, 135, 246, 1, NULL, NULL, NULL), +(1026, 136, 251, 1, NULL, NULL, NULL), +(1027, 136, 252, 1, NULL, NULL, NULL), +(1028, 137, 253, 1, NULL, NULL, NULL), +(1029, 137, 254, 1, NULL, NULL, NULL), +(1032, 138, 257, 1, NULL, NULL, NULL), +(1033, 139, 258, 1, NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `final_exam` +-- + +CREATE TABLE `final_exam` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `score` float DEFAULT NULL, + `semester` varchar(25) NOT NULL DEFAULT 'Spring', + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `final_exam` +-- + +INSERT INTO `final_exam` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `score`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 221, '', 10, 1, 95, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(2, 159, '', 10, 1, 80, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(3, 160, '', 10, 1, 86, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(4, 183, '', 10, 1, 95, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(5, 235, '', 10, 1, 98, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(6, 215, '', 10, 1, 98, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(7, 214, '', 10, 1, 99, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(8, 52, '', 10, 1, 100, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(9, 131, '', 10, 1, 97, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(10, 227, '', 10, 1, 0, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(11, 180, '', 10, 1, 100, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(12, 229, '', 10, 1, 98, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(13, 56, '', 10, 1, 92, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(14, 211, '', 10, 1, 86, 'Spring', '2025-2026', '2026-05-18 02:48:12', '2026-05-24 18:25:28'), +(15, 223, '', 90, 138, 0, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(16, 108, '', 90, 138, 64, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(17, 69, '', 90, 138, 0, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(18, 212, '', 90, 138, 76, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(19, 116, '', 90, 138, 83, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(20, 162, '', 90, 138, 94, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(21, 204, '', 90, 138, 60, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(22, 102, '', 90, 138, 81, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(23, 154, '', 90, 138, 65, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(24, 48, '', 90, 138, 73, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(25, 208, '', 90, 138, 64, 'Spring', '2025-2026', '2026-05-19 17:48:23', '2026-05-19 17:52:08'), +(26, 230, '', 70, 1, 67.5, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(27, 187, '', 70, 1, 0, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(28, 117, '', 70, 1, 81, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(29, 32, '', 70, 1, 74, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(30, 158, '', 70, 1, 61, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(31, 67, '', 70, 1, 74, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(32, 242, '', 70, 1, 57, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(33, 6, '', 70, 1, 71, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(34, 1, '', 70, 1, 96, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(35, 126, '', 70, 1, 74, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(36, 91, '', 70, 1, 78, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(37, 26, '', 70, 1, 99, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(38, 94, '', 70, 1, 64, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(39, 151, '', 70, 1, 98, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(40, 72, '', 70, 1, 82, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(41, 28, '', 70, 1, 69, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(42, 66, '', 70, 1, 90, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(43, 119, '', 70, 1, 80, 'Spring', '2025-2026', '2026-05-19 22:02:08', '2026-05-24 18:58:48'), +(44, 62, '', 80, 1, 83.5, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(45, 142, '', 80, 1, 91.5, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(46, 240, '', 80, 1, 0, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(47, 149, '', 80, 1, 0, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(48, 76, '', 80, 1, 95, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(49, 99, '', 80, 1, 89.5, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(50, 39, '', 80, 1, 78, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(51, 89, '', 80, 1, 0, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(52, 192, '', 80, 1, 79, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(53, 84, '', 80, 1, 93.5, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(54, 35, '', 80, 1, 60.5, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(55, 207, '', 80, 1, 87, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(56, 71, '', 80, 1, 99, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(57, 34, '', 80, 1, 100, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(58, 163, '', 80, 1, 91, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(59, 257, '', 80, 1, 0, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(60, 53, '', 80, 1, 99, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(61, 15, '', 80, 1, 100, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(62, 124, '', 80, 1, 62, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(63, 11, '', 80, 1, 95, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(64, 49, '', 80, 1, 99, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(65, 190, '', 80, 1, 81, 'Spring', '2025-2026', '2026-05-20 16:34:31', '2026-05-24 18:30:03'), +(66, 109, '', 41, 1, 93.5, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(67, 156, '', 41, 1, 78, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(68, 248, '', 41, 1, 95.5, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(69, 115, '', 41, 1, 81, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(70, 27, '', 41, 1, 89, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(71, 202, '', 41, 1, 100, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(72, 111, '', 41, 1, 99, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(73, 121, '', 41, 1, 39.5, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(74, 129, '', 41, 1, 93.5, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(75, 152, '', 41, 1, 79, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(76, 12, '', 41, 1, 84, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(77, 13, '', 41, 1, 94, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(78, 216, '', 41, 1, 61, 'Spring', '2025-2026', '2026-05-21 00:50:07', '2026-05-24 19:49:25'), +(79, 75, '', 32, 1, 100, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(80, 165, '', 32, 1, 93, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(81, 7, '', 32, 1, 87.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(82, 8, '', 32, 1, 76, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(83, 18, '', 32, 1, 96.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(84, 145, '', 32, 1, 94, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(85, 144, '', 32, 1, 100, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(86, 189, '', 32, 1, 67.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(87, 220, '', 32, 1, 84, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(88, 130, '', 32, 1, 98, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(89, 213, '', 32, 1, 51, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(90, 74, '', 32, 1, 95.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(91, 185, '', 32, 1, 87.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(92, 54, '', 32, 1, 87, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(93, 179, '', 32, 1, 94, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(94, 168, '', 32, 1, 89, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(95, 169, '', 32, 1, 97.5, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(96, 123, '', 32, 1, 100, 'Spring', '2025-2026', '2026-05-21 18:27:21', '2026-05-24 18:21:56'), +(97, 206, '', 21, 1, 62, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(98, 146, '', 21, 1, 84.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(99, 147, '', 21, 1, 98, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(100, 249, '', 21, 1, 89.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(101, 45, '', 21, 1, 65, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(102, 112, '', 21, 1, 85, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(103, 86, '', 21, 1, 90.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(104, 105, '', 21, 1, 89.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(105, 200, '', 21, 1, 98, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(106, 256, '', 21, 1, 99.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(107, 43, '', 21, 1, 92.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(108, 36, '', 21, 1, 92, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(109, 157, '', 21, 1, 76.5, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(110, 173, '', 21, 1, 93, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(111, 141, '', 21, 1, 98, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(112, 226, '', 21, 1, 0, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(113, 176, '', 21, 1, 62, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(114, 217, '', 21, 1, 93, 'Spring', '2025-2026', '2026-05-22 02:26:50', '2026-05-24 18:34:39'), +(115, 164, '', 51, 161, 68.5, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(116, 143, '', 51, 161, 88, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(117, 17, '', 51, 161, 89.5, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(118, 205, '', 51, 161, 72.5, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(119, 150, '', 51, 161, 31, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(120, 233, '', 51, 161, 67.5, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(121, 255, '', 51, 161, 92, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(122, 93, '', 51, 161, 38, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(123, 73, '', 51, 161, 76, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(124, 29, '', 51, 161, 79, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(125, 167, '', 51, 161, 80, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(126, 210, '', 51, 161, 47, 'Spring', '2025-2026', '2026-05-22 14:02:06', '2026-05-25 12:35:54'), +(127, 198, '', 60, 1, 58.5, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(128, 37, '', 60, 1, 75, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(129, 139, '', 60, 1, 95, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(130, 254, '', 60, 1, 0, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(131, 193, '', 60, 1, 0, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(132, 77, '', 60, 1, 85, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(133, 258, '', 60, 1, 61, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(134, 137, '', 60, 1, 90.5, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(135, 120, '', 60, 1, 78.5, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(136, 10, '', 60, 1, 99, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(137, 9, '', 60, 1, 99, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(138, 191, '', 60, 1, 0, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(139, 170, '', 60, 1, 90, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(140, 90, '', 60, 1, 89, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(141, 161, '', 60, 1, 77, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(142, 209, '', 60, 1, 79.5, 'Spring', '2025-2026', '2026-05-22 16:37:18', '2026-05-24 18:06:36'), +(143, 188, '', 52, 40, 0, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(144, 224, '', 52, 40, 0, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(145, 22, '', 52, 40, 98, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(146, 125, '', 52, 40, 50, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(147, 2, '', 52, 40, 95, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(148, 195, '', 52, 40, 87.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(149, 194, '', 52, 40, 66, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(150, 103, '', 52, 40, 86.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(151, 50, '', 52, 40, 79, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(152, 100, '', 52, 40, 76.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(153, 25, '', 52, 40, 66, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(154, 42, '', 52, 40, 97.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(155, 244, '', 52, 40, 57.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(156, 186, '', 52, 40, 67.5, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(157, 60, '', 52, 40, 83, 'Spring', '2025-2026', '2026-05-22 19:54:00', '2026-05-24 21:28:42'), +(158, 107, '', 120, 99, 90, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(159, 237, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(160, 47, '', 120, 99, 90.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(161, 46, '', 120, 99, 80, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(162, 31, '', 120, 99, 84.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(163, 181, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(164, 241, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(165, 238, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(166, 239, '', 120, 99, 33.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(167, 203, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(168, 259, '', 120, 99, 91.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(169, 114, '', 120, 99, 84, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(170, 201, '', 120, 99, 92, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(171, 61, '', 120, 99, 86, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(172, 247, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(173, 252, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(174, 251, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(175, 38, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(176, 88, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(177, 96, '', 120, 99, 90, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(178, 225, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(179, 246, '', 120, 99, 89.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(180, 59, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(181, 136, '', 120, 99, 95, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(182, 95, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(183, 219, '', 120, 99, 87.5, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(184, 253, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(185, 236, '', 120, 99, 0, 'Spring', '2025-2026', '2026-05-23 02:37:05', '2026-05-27 00:02:50'), +(186, 63, '', 42, 1, 70, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(187, 231, '', 42, 1, 35, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(188, 33, '', 42, 1, 35, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(189, 106, '', 42, 1, 75.5, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(190, 51, '', 42, 1, 99, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(191, 40, '', 42, 1, 0, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(192, 138, '', 42, 1, 100, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(193, 85, '', 42, 1, 93, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(194, 140, '', 42, 1, 83, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(195, 135, '', 42, 1, 54, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(196, 55, '', 42, 1, 98, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(197, 177, '', 42, 1, 74, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(198, 118, '', 42, 1, 82, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(199, 218, '', 42, 1, 88, 'Spring', '2025-2026', '2026-05-23 02:59:43', '2026-05-24 18:19:44'), +(200, 64, '', 31, 1, 61, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(201, 199, '', 31, 1, 34, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(202, 70, '', 31, 1, 75, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(203, 19, '', 31, 1, 67, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(204, 68, '', 31, 1, 43, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(205, 196, '', 31, 1, 65, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(206, 127, '', 31, 1, 26, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(207, 234, '', 31, 1, 76, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(208, 20, '', 31, 1, 41, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(209, 44, '', 31, 1, 67, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(210, 57, '', 31, 1, 51, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(211, 81, '', 31, 1, 69, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(212, 21, '', 31, 1, 28.5, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(213, 78, '', 31, 1, 65, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(214, 16, '', 31, 1, 65, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(215, 30, '', 31, 1, 87, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(216, 171, '', 31, 1, 55, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(217, 245, '', 31, 1, 60, 'Spring', '2025-2026', '2026-05-24 01:38:44', '2026-05-24 18:37:34'), +(218, 97, '', 22, 1, 96, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(219, 222, '', 22, 1, 79, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(220, 197, '', 22, 1, 70.7, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(221, 92, '', 22, 1, 87.5, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(222, 104, '', 22, 1, 72.9, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(223, 182, '', 22, 1, 60.9, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(224, 58, '', 22, 1, 53.6, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(225, 101, '', 22, 1, 71.4, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(226, 82, '', 22, 1, 83, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(227, 153, '', 22, 1, 81.5, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(228, 80, '', 22, 1, 89.6, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(229, 79, '', 22, 1, 57.2, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(230, 41, '', 22, 1, 62, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(231, 14, '', 22, 1, 98.5, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(232, 228, '', 22, 1, 84.5, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'), +(233, 178, '', 22, 1, 59.9, 'Spring', '2025-2026', '2026-05-24 02:13:03', '2026-05-24 18:10:37'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `final_score` +-- + +CREATE TABLE `final_score` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `score` float NOT NULL, + `score_letter` varchar(9) DEFAULT NULL, + `comment` text DEFAULT NULL, + `school_year` varchar(9) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `semester` varchar(255) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `flag` +-- + +CREATE TABLE `flag` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `student_name` varchar(255) NOT NULL, + `grade` varchar(50) NOT NULL, + `flag` enum('payment','attendance','grade','behavior','talking_off_task','calling_out','minor_disruption','minor_dress_code','forgetting_materials','repeated_defiance','disrespectful_tone','minor_profanity','repeated_tardiness','device_misuse','minor_conflict','bullying_harassment','fighting_aggression','threats','theft','vandalism','sexual_harassment','serious_cyber_incident','contraband','weapons_drugs','other') NOT NULL, + `flag_datetime` datetime NOT NULL, + `flag_state` enum('Closed','Canceled') NOT NULL, + `updated_by_open` int(11) DEFAULT NULL, + `open_description` text DEFAULT NULL, + `updated_by_closed` int(11) DEFAULT NULL, + `close_description` text DEFAULT NULL, + `action_taken` text DEFAULT NULL, + `updated_by_canceled` int(11) DEFAULT NULL, + `cancel_description` text DEFAULT NULL, + `semester` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL, + `school_year` varchar(9) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp(), + `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `flag` +-- + +INSERT INTO `flag` (`id`, `student_id`, `student_name`, `grade`, `flag`, `flag_datetime`, `flag_state`, `updated_by_open`, `open_description`, `updated_by_closed`, `close_description`, `action_taken`, `updated_by_canceled`, `cancel_description`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 242, 'Aliyah Benchekroun', '7', 'grade', '2026-03-08 16:01:12', 'Closed', NULL, NULL, 1, 'Discussed with mother and trying to figure out a plan for the final to improve the overall grade.\nDiscussed with mother and trying to figure out a plan for the final to improve the overall grade.', NULL, NULL, NULL, 'Fall', '2025-2026', '2026-03-08 15:59:00', '2026-03-24 05:12:08'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `grading_locks` +-- + +CREATE TABLE `grading_locks` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) UNSIGNED NOT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(9) NOT NULL, + `is_locked` tinyint(1) NOT NULL DEFAULT 0, + `locked_by` int(11) DEFAULT NULL, + `locked_at` datetime DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `grading_locks` +-- + +INSERT INTO `grading_locks` (`id`, `class_section_id`, `semester`, `school_year`, `is_locked`, `locked_by`, `locked_at`, `created_at`, `updated_at`) VALUES +(1, 1, 'Spring', '2025-2026', 1, 1, '2026-05-31 16:01:40', '2026-02-07 23:37:25', '2026-05-31 16:01:40'), +(2, 10, 'Spring', '2025-2026', 1, 1, '2026-05-31 04:28:46', '2026-02-07 23:37:25', '2026-05-31 04:28:46'), +(3, 11, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(4, 12, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(5, 13, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(6, 20, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(7, 21, 'Spring', '2025-2026', 1, 4, '2026-05-30 22:02:04', '2026-02-07 23:37:25', '2026-05-30 22:02:04'), +(8, 22, 'Spring', '2025-2026', 1, 4, '2026-05-30 19:55:34', '2026-02-07 23:37:25', '2026-05-30 19:55:34'), +(9, 23, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(10, 30, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(11, 31, 'Spring', '2025-2026', 1, 4, '2026-05-30 21:12:47', '2026-02-07 23:37:25', '2026-05-30 21:12:47'), +(12, 32, 'Spring', '2025-2026', 1, 4, '2026-05-30 21:30:24', '2026-02-07 23:37:25', '2026-05-30 21:30:24'), +(13, 33, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(14, 40, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(15, 41, 'Spring', '2025-2026', 1, 4, '2026-05-30 21:45:14', '2026-02-07 23:37:25', '2026-05-30 21:45:14'), +(16, 42, 'Spring', '2025-2026', 1, 4, '2026-05-30 22:03:39', '2026-02-07 23:37:25', '2026-05-30 22:03:39'), +(17, 43, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(18, 50, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(19, 51, 'Spring', '2025-2026', 1, 4, '2026-05-30 22:22:22', '2026-02-07 23:37:25', '2026-05-30 22:22:22'), +(20, 52, 'Spring', '2025-2026', 1, 4, '2026-05-30 23:05:15', '2026-02-07 23:37:25', '2026-05-30 23:05:15'), +(21, 53, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(22, 60, 'Spring', '2025-2026', 1, 4, '2026-05-30 23:38:46', '2026-02-07 23:37:25', '2026-05-30 23:38:46'), +(23, 61, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(24, 62, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(25, 63, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(26, 70, 'Spring', '2025-2026', 1, 1, '2026-05-31 02:52:21', '2026-02-07 23:37:25', '2026-05-31 02:52:21'), +(27, 71, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(28, 72, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(29, 73, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(30, 80, 'Spring', '2025-2026', 1, 4, '2026-05-31 00:14:19', '2026-02-07 23:37:25', '2026-05-31 00:14:19'), +(31, 81, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(32, 82, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(33, 83, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(34, 90, 'Spring', '2025-2026', 1, 1, '2026-05-31 04:27:16', '2026-02-07 23:37:25', '2026-05-31 04:27:16'), +(35, 91, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(36, 92, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(37, 93, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(38, 100, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(39, 101, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(40, 102, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(41, 103, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(42, 110, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(43, 111, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(44, 112, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(45, 113, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(46, 120, 'Spring', '2025-2026', 1, 1, '2026-05-31 05:22:44', '2026-02-07 23:37:25', '2026-05-31 05:22:44'), +(47, 121, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(48, 122, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(49, 123, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(50, 140, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(51, 141, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(52, 142, 'Spring', '2025-2026', 1, 1, '2026-02-07 23:37:25', '2026-02-07 23:37:25', '2026-02-07 23:37:25'), +(53, 1, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(54, 10, 'Fall', '2025-2026', 1, 1, '2026-06-17 18:19:21', '2026-02-07 23:37:47', '2026-06-17 18:19:21'), +(55, 11, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(56, 12, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(57, 13, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(58, 20, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(59, 21, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(60, 22, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(61, 23, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(62, 30, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(63, 31, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(64, 32, 'Fall', '2025-2026', 1, 1, '2026-05-30 20:16:56', '2026-02-07 23:37:47', '2026-05-30 20:16:56'), +(65, 33, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(66, 40, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(67, 41, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(68, 42, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(69, 43, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(70, 50, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(71, 51, 'Fall', '2025-2026', 1, 1, '2026-02-08 15:20:29', '2026-02-07 23:37:47', '2026-02-08 15:20:29'), +(72, 52, 'Fall', '2025-2026', 1, 1, '2026-02-08 17:27:23', '2026-02-07 23:37:47', '2026-02-08 17:27:23'), +(73, 53, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(74, 60, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(75, 61, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(76, 62, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(77, 63, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(78, 70, 'Fall', '2025-2026', 1, 1, '2026-02-22 19:06:40', '2026-02-07 23:37:47', '2026-02-22 19:06:40'), +(79, 71, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(80, 72, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(81, 73, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(82, 80, 'Fall', '2025-2026', 1, 1, '2026-05-30 20:19:25', '2026-02-07 23:37:47', '2026-05-30 20:19:25'), +(83, 81, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(84, 82, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(85, 83, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(86, 90, 'Fall', '2025-2026', 1, 1, '2026-06-17 18:19:17', '2026-02-07 23:37:47', '2026-06-17 18:19:17'), +(87, 91, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(88, 92, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(89, 93, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(90, 100, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(91, 101, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(92, 102, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(93, 103, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(94, 110, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(95, 111, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(96, 112, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(97, 113, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(98, 120, 'Fall', '2025-2026', 1, 1, '2026-05-30 20:18:55', '2026-02-07 23:37:47', '2026-05-30 20:18:55'), +(99, 121, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(100, 122, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(101, 123, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(102, 140, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(103, 141, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'), +(104, 142, 'Fall', '2025-2026', 1, 1, '2026-02-07 23:37:47', '2026-02-07 23:37:47', '2026-02-07 23:37:47'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `homework` +-- + +CREATE TABLE `homework` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `homework_index` tinyint(4) DEFAULT NULL, + `score` float DEFAULT NULL, + `comment` text DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `homework` +-- + +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 223, 'STU2500223', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(2, 108, 'STU2500108', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(3, 212, 'STU2500212', 90, 138, 1, 70, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(4, 162, 'STU2500162', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(5, 204, 'STU2500204', 90, 138, 1, 60, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(6, 102, 'STU2500102', 90, 138, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(7, 154, 'STU2500154', 90, 138, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(8, 48, 'STU2500048', 90, 138, 1, 40, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(9, 208, 'STU2500208', 90, 138, 1, 20, NULL, 'Fall', '2025-2026', '2025-10-05 14:07:57', '2026-02-06 20:10:05'), +(10, 75, 'STU2500075', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(11, 165, 'STU2500165', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(12, 7, 'STU2500007', 32, 45, 1, 94, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(13, 8, 'STU2500008', 32, 45, 1, 88, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(14, 18, 'STU2500018', 32, 45, 1, 97, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(15, 145, 'STU2500145', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(16, 144, 'STU2500144', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(17, 189, 'STU2500189', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(18, 213, 'STU2500213', 32, 45, 1, 76, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(19, 74, 'STU2500074', 32, 45, 1, 85, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(20, 185, 'STU2500185', 32, 45, 1, 79, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(21, 54, 'STU2500054', 32, 45, 1, 91, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(22, 168, 'STU2500168', 32, 45, 1, 91, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(23, 169, 'STU2500169', 32, 45, 1, 94, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(24, 123, 'STU2500123', 32, 45, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 15:34:06', '2026-03-08 16:26:26'), +(26, 116, 'STU2500116', 90, 138, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-05 16:06:14', '2026-02-06 20:10:05'), +(28, 188, 'STU2500188', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(29, 22, 'STU2500022', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(30, 195, 'STU2500195', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(31, 50, 'STU2500050', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(32, 100, 'STU2500100', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(33, 25, 'STU2500025', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(34, 42, 'STU2500042', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(35, 244, 'STU2500244', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(36, 186, 'STU2500186', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:28:03', '2026-02-06 04:11:47'), +(37, 62, 'STU2500062', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(38, 142, 'STU2500142', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(39, 149, 'STU2500149', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(40, 76, 'STU2500076', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(41, 99, 'STU2500099', 140, 2, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2025-12-07 15:41:46'), +(42, 39, 'STU2500039', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(43, 192, 'STU2500192', 80, 74, 1, 95, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(44, 84, 'STU2500084', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(45, 71, 'STU2500071', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(46, 34, 'STU2500034', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(47, 163, 'STU2500163', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(48, 257, 'STU2500257', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(49, 53, 'STU2500053', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(50, 15, 'STU2500015', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(51, 11, 'STU2500011', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(52, 49, 'STU2500049', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(53, 190, 'STU2500190', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:31:37', '2026-02-07 02:06:17'), +(55, 108, 'STU2500108', 90, 138, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(57, 212, 'STU2500212', 90, 138, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(59, 162, 'STU2500162', 90, 138, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(62, 154, 'STU2500154', 90, 138, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(63, 48, 'STU2500048', 90, 138, 2, 30, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(64, 208, 'STU2500208', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2025-10-12 14:13:34', '2026-02-06 20:10:05'), +(65, 62, 'STU2500062', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(66, 76, 'STU2500076', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(67, 99, 'STU2500099', 140, 2, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2025-12-07 15:41:46'), +(68, 192, 'STU2500192', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(69, 84, 'STU2500084', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(70, 71, 'STU2500071', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(71, 34, 'STU2500034', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(72, 53, 'STU2500053', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(73, 15, 'STU2500015', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(74, 11, 'STU2500011', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(75, 49, 'STU2500049', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:17:05', '2026-02-07 02:06:17'), +(76, 142, 'STU2500142', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:18:39', '2026-02-07 02:06:17'), +(77, 188, 'STU2500188', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(78, 195, 'STU2500195', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(79, 103, 'STU2500103', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(80, 50, 'STU2500050', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(81, 100, 'STU2500100', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(82, 25, 'STU2500025', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(83, 42, 'STU2500042', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(84, 244, 'STU2500244', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(85, 186, 'STU2500186', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(86, 60, 'STU2500060', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 14:20:00', '2026-02-06 04:11:47'), +(87, 14, 'STU2500014', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:11:04', '2026-02-01 15:19:43'), +(88, 104, 'STU2500104', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:11:49', '2026-02-01 15:19:43'), +(89, 82, 'STU2500082', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:12:31', '2026-02-01 15:19:43'), +(90, 197, 'STU2500197', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:13:02', '2026-02-01 15:19:43'), +(91, 97, 'STU2500097', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:13:34', '2026-02-01 15:19:43'), +(92, 153, 'STU2500153', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:14:03', '2026-02-01 15:19:43'), +(93, 80, 'STU2500080', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:14:28', '2026-02-01 15:19:43'), +(94, 58, 'STU2500058', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:15:11', '2026-02-01 15:19:43'), +(95, 79, 'STU2500079', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:15:35', '2026-02-01 15:19:43'), +(96, 101, 'STU2500101', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:15:53', '2026-02-01 15:19:43'), +(97, 92, 'STU2500092', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:16:14', '2026-02-01 15:19:43'), +(98, 182, 'STU2500182', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:16:44', '2026-02-01 15:19:43'), +(99, 228, 'STU2500228', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:20:55', '2026-02-01 15:19:43'), +(100, 178, 'STU2500178', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 15:21:34', '2026-02-01 15:19:43'), +(101, 230, 'STU2500230', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(102, 187, 'STU2500187', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(103, 117, 'STU2500117', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(104, 32, 'STU2500032', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(105, 158, 'STU2500158', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(106, 67, 'STU2500067', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(107, 6, 'STU2500006', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(108, 1, 'STU2500002', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(109, 126, 'STU2500126', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(110, 91, 'STU2500091', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(111, 26, 'STU2500026', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(112, 94, 'STU2500094', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(113, 151, 'STU2500151', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(114, 72, 'STU2500072', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(115, 28, 'STU2500028', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(116, 66, 'STU2500066', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(117, 119, 'STU2500119', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:10:22', '2026-01-04 16:27:37'), +(118, 75, 'STU2500075', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(119, 165, 'STU2500165', 32, 45, 2, 96, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(120, 7, 'STU2500007', 32, 45, 2, 94, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(121, 8, 'STU2500008', 32, 45, 2, 94, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(122, 18, 'STU2500018', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(123, 145, 'STU2500145', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(124, 144, 'STU2500144', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(125, 189, 'STU2500189', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(126, 74, 'STU2500074', 32, 45, 2, 98, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(127, 54, 'STU2500054', 32, 45, 2, 98, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(128, 168, 'STU2500168', 32, 45, 2, 98, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(129, 169, 'STU2500169', 32, 45, 2, 98, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(130, 123, 'STU2500123', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-12 16:41:05', '2026-03-08 16:26:26'), +(133, 224, 'STU2500224', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(134, 22, 'STU2500022', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(135, 22, 'STU2500022', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(137, 125, 'STU2500125', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(138, 195, 'STU2500195', 52, 40, 3, 75, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(139, 103, 'STU2500103', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(140, 103, 'STU2500103', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(141, 50, 'STU2500050', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(142, 100, 'STU2500100', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(143, 42, 'STU2500042', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(144, 186, 'STU2500186', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(145, 60, 'STU2500060', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:15:14', '2026-02-06 04:11:47'), +(146, 159, 'STU2500159', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(147, 160, 'STU2500160', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(148, 235, 'STU2500235', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(149, 215, 'STU2500215', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(150, 52, 'STU2500052', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(151, 211, 'STU2500211', 10, 3, 1, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:23', '2026-02-07 02:45:45'), +(152, 242, 'STU2500242', 70, 82, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:47:53', '2026-01-04 16:27:37'), +(153, 230, 'STU2500230', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(154, 187, 'STU2500187', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(155, 117, 'STU2500117', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(156, 32, 'STU2500032', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(157, 158, 'STU2500158', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(158, 67, 'STU2500067', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(159, 242, 'STU2500242', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(160, 6, 'STU2500006', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(161, 1, 'STU2500002', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(162, 126, 'STU2500126', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(163, 91, 'STU2500091', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(164, 26, 'STU2500026', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(165, 94, 'STU2500094', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(166, 151, 'STU2500151', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(167, 72, 'STU2500072', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(168, 28, 'STU2500028', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(169, 66, 'STU2500066', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(170, 119, 'STU2500119', 70, 82, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:48:38', '2026-01-04 16:27:37'), +(171, 183, 'STU2500183', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(172, 214, 'STU2500214', 10, 3, 1, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(173, 131, 'STU2500131', 10, 3, 1, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(174, 227, 'STU2500227', 10, 3, 1, 0, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(175, 180, 'STU2500180', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(176, 229, 'STU2500229', 10, 3, 1, NULL, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(177, 56, 'STU2500056', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:50:18', '2026-02-07 02:45:45'), +(179, 108, 'STU2500108', 90, 138, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:10:40', '2026-02-06 20:10:05'), +(181, 212, 'STU2500212', 90, 138, 3, 80, NULL, 'Fall', '2025-2026', '2025-10-26 15:10:40', '2026-02-06 20:10:05'), +(183, 162, 'STU2500162', 90, 138, 3, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:10:40', '2026-02-06 20:10:05'), +(190, 199, 'STU2500199', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(191, 70, 'STU2500070', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(192, 19, 'STU2500019', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(193, 68, 'STU2500068', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(194, 196, 'STU2500196', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(195, 127, 'STU2500127', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(196, 234, 'STU2500234', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(197, 20, 'STU2500020', 31, 155, 1, 80, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(198, 44, 'STU2500044', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(199, 57, 'STU2500057', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(200, 81, 'STU2500081', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(202, 78, 'STU2500078', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(203, 16, 'STU2500016', 31, 155, 1, 90, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(204, 30, 'STU2500030', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(205, 245, 'STU2500245', 31, 155, 1, 95, NULL, 'Fall', '2025-2026', '2025-10-26 15:14:26', '2026-01-25 20:30:59'), +(206, 188, 'STU2500188', 52, 40, 4, 50, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(207, 224, 'STU2500224', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(208, 22, 'STU2500022', 52, 40, 4, 50, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(209, 125, 'STU2500125', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(210, 195, 'STU2500195', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(211, 103, 'STU2500103', 52, 40, 4, 85, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(212, 50, 'STU2500050', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(213, 100, 'STU2500100', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(214, 42, 'STU2500042', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(215, 186, 'STU2500186', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(216, 60, 'STU2500060', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-10-26 15:16:41', '2026-02-06 04:11:47'), +(217, 63, 'STU2500063', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(218, 231, 'STU2500231', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(219, 33, 'STU2500033', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(220, 106, 'STU2500106', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(221, 51, 'STU2500051', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(222, 40, 'STU2500040', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(223, 138, 'STU2500138', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(224, 85, 'STU2500085', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(225, 140, 'STU2500140', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(226, 135, 'STU2500135', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(227, 55, 'STU2500055', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(228, 177, 'STU2500177', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(229, 118, 'STU2500118', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(230, 218, 'STU2500218', 42, 129, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:49:52', '2025-11-23 16:30:58'), +(231, 63, 'STU2500063', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(232, 231, 'STU2500231', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(233, 33, 'STU2500033', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(234, 106, 'STU2500106', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(235, 51, 'STU2500051', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(236, 40, 'STU2500040', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(237, 138, 'STU2500138', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(238, 85, 'STU2500085', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(239, 140, 'STU2500140', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(240, 135, 'STU2500135', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(241, 55, 'STU2500055', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(242, 177, 'STU2500177', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(243, 118, 'STU2500118', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(244, 218, 'STU2500218', 42, 129, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-27 01:51:16', '2025-11-23 16:30:58'), +(245, 223, 'STU2500223', 90, 138, 4, 90, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:16', '2026-02-06 20:10:05'), +(246, 108, 'STU2500108', 90, 138, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:16', '2026-02-06 20:10:05'), +(248, 212, 'STU2500212', 90, 138, 4, 70, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:16', '2026-02-06 20:10:05'), +(249, 116, 'STU2500116', 90, 138, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:16', '2026-02-06 20:10:05'), +(250, 162, 'STU2500162', 90, 138, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:17', '2026-02-06 20:10:05'), +(251, 204, 'STU2500204', 90, 138, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:17', '2026-02-06 20:10:05'), +(252, 102, 'STU2500102', 90, 138, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:17', '2026-02-06 20:10:05'), +(254, 48, 'STU2500048', 90, 138, 4, 40, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:17', '2026-02-06 20:10:05'), +(255, 208, 'STU2500208', 90, 138, 4, 70, NULL, 'Fall', '2025-2026', '2025-11-02 15:07:17', '2026-02-06 20:10:05'), +(256, 188, 'STU2500188', 52, 40, 5, 20, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(257, 224, 'STU2500224', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(258, 22, 'STU2500022', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(259, 125, 'STU2500125', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(260, 195, 'STU2500195', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(261, 103, 'STU2500103', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(262, 50, 'STU2500050', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(263, 100, 'STU2500100', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(264, 42, 'STU2500042', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(265, 186, 'STU2500186', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:08:28', '2026-02-06 04:11:47'), +(266, 97, 'STU2500097', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(267, 222, 'STU2500222', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(268, 197, 'STU2500197', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(269, 92, 'STU2500092', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(270, 104, 'STU2500104', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(271, 182, 'STU2500182', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(272, 58, 'STU2500058', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(273, 101, 'STU2500101', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(274, 82, 'STU2500082', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(275, 153, 'STU2500153', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(276, 80, 'STU2500080', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(277, 79, 'STU2500079', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(278, 41, 'STU2500041', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(279, 14, 'STU2500014', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(280, 228, 'STU2500228', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(281, 178, 'STU2500178', 22, 132, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:29:31', '2026-02-01 15:19:43'), +(282, 221, 'STU2500221', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(283, 159, 'STU2500159', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(284, 160, 'STU2500160', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(285, 183, 'STU2500183', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(286, 235, 'STU2500235', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(287, 215, 'STU2500215', 10, 3, 2, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(288, 214, 'STU2500214', 10, 3, 2, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(289, 52, 'STU2500052', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(290, 131, 'STU2500131', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(291, 227, 'STU2500227', 10, 3, 2, 0, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(292, 180, 'STU2500180', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(293, 229, 'STU2500229', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(294, 56, 'STU2500056', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(295, 211, 'STU2500211', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:45:51', '2026-02-07 02:45:45'), +(296, 97, 'STU2500097', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(297, 97, 'STU2500097', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(298, 222, 'STU2500222', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(299, 222, 'STU2500222', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(300, 222, 'STU2500222', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(301, 197, 'STU2500197', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(302, 197, 'STU2500197', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(303, 92, 'STU2500092', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(304, 92, 'STU2500092', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(305, 104, 'STU2500104', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(306, 104, 'STU2500104', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(307, 182, 'STU2500182', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(308, 182, 'STU2500182', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(309, 58, 'STU2500058', 22, 132, 3, 50, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(310, 58, 'STU2500058', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(312, 101, 'STU2500101', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(315, 153, 'STU2500153', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(316, 153, 'STU2500153', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(317, 80, 'STU2500080', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(318, 80, 'STU2500080', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(319, 79, 'STU2500079', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(320, 79, 'STU2500079', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(321, 41, 'STU2500041', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(322, 41, 'STU2500041', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(323, 41, 'STU2500041', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(324, 14, 'STU2500014', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(325, 14, 'STU2500014', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(326, 228, 'STU2500228', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(328, 178, 'STU2500178', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:01:53', '2026-02-01 15:19:43'), +(330, 230, 'STU2500230', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(331, 187, 'STU2500187', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(332, 117, 'STU2500117', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(333, 32, 'STU2500032', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(334, 158, 'STU2500158', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(335, 67, 'STU2500067', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(336, 242, 'STU2500242', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(337, 6, 'STU2500006', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(338, 1, 'STU2500002', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(339, 126, 'STU2500126', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(340, 91, 'STU2500091', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(341, 26, 'STU2500026', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(342, 94, 'STU2500094', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(343, 151, 'STU2500151', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(344, 72, 'STU2500072', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(345, 28, 'STU2500028', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(346, 66, 'STU2500066', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(347, 119, 'STU2500119', 70, 82, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:02:31', '2026-01-04 16:27:37'), +(348, 198, 'STU2500198', 60, 120, 1, 0, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(349, 198, 'STU2500198', 60, 120, 2, 0, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(350, 198, 'STU2500198', 60, 120, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(351, 37, 'STU2500037', 60, 120, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(352, 37, 'STU2500037', 60, 120, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(353, 37, 'STU2500037', 60, 120, 3, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(354, 139, 'STU2500139', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(355, 139, 'STU2500139', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(356, 139, 'STU2500139', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(357, 193, 'STU2500193', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(358, 193, 'STU2500193', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(359, 193, 'STU2500193', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(360, 77, 'STU2500077', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(361, 77, 'STU2500077', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(362, 77, 'STU2500077', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(363, 258, 'STU2500258', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(364, 258, 'STU2500258', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(365, 258, 'STU2500258', 60, 120, 3, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(366, 137, 'STU2500137', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(367, 137, 'STU2500137', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(368, 137, 'STU2500137', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(369, 120, 'STU2500120', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(370, 120, 'STU2500120', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(371, 120, 'STU2500120', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(372, 10, 'STU2500010', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(373, 10, 'STU2500010', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(374, 10, 'STU2500010', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(375, 9, 'STU2500009', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(376, 9, 'STU2500009', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(377, 9, 'STU2500009', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(378, 170, 'STU2500170', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(379, 170, 'STU2500170', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(380, 90, 'STU2500090', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(381, 90, 'STU2500090', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(382, 90, 'STU2500090', 60, 120, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(383, 161, 'STU2500161', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(384, 161, 'STU2500161', 60, 120, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(385, 161, 'STU2500161', 60, 120, 3, 95, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(386, 209, 'STU2500209', 60, 120, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(387, 209, 'STU2500209', 60, 120, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(388, 209, 'STU2500209', 60, 120, 3, 90, NULL, 'Fall', '2025-2026', '2025-11-02 16:24:30', '2026-02-07 04:32:40'), +(389, 64, 'STU2500064', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:18:31', '2026-01-25 20:30:59'), +(390, 21, 'STU2500021', 31, 155, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:18:31', '2026-01-25 20:30:59'), +(391, 171, 'STU2500171', 31, 155, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:18:31', '2026-01-25 20:30:59'), +(392, 199, 'STU2500199', 31, 155, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(393, 70, 'STU2500070', 31, 155, 2, 95, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(394, 19, 'STU2500019', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(395, 68, 'STU2500068', 31, 155, 2, 85, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(396, 196, 'STU2500196', 31, 155, 2, 85, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(397, 127, 'STU2500127', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(398, 234, 'STU2500234', 31, 155, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(399, 44, 'STU2500044', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(400, 57, 'STU2500057', 31, 155, 2, 85, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(401, 81, 'STU2500081', 31, 155, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(402, 78, 'STU2500078', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(403, 16, 'STU2500016', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(404, 30, 'STU2500030', 31, 155, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(405, 171, 'STU2500171', 31, 155, 2, 75, NULL, 'Fall', '2025-2026', '2025-11-02 17:19:56', '2026-01-25 20:30:59'), +(406, 224, 'STU2500224', 52, 40, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(407, 22, 'STU2500022', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(408, 125, 'STU2500125', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(409, 103, 'STU2500103', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(410, 100, 'STU2500100', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(411, 42, 'STU2500042', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(412, 244, 'STU2500244', 52, 40, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(413, 186, 'STU2500186', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(414, 60, 'STU2500060', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:32:01', '2026-02-06 04:11:47'), +(415, 62, 'STU2500062', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(416, 142, 'STU2500142', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(417, 149, 'STU2500149', 80, 74, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(418, 149, 'STU2500149', 80, 74, 3, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(419, 76, 'STU2500076', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(420, 99, 'STU2500099', 140, 2, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2025-12-07 15:41:46'), +(421, 39, 'STU2500039', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(422, 39, 'STU2500039', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(423, 89, 'STU2500089', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(424, 89, 'STU2500089', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(425, 89, 'STU2500089', 80, 74, 3, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(426, 192, 'STU2500192', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(427, 84, 'STU2500084', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(428, 35, 'STU2500035', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(429, 35, 'STU2500035', 80, 74, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(430, 35, 'STU2500035', 80, 74, 3, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(431, 207, 'STU2500207', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(432, 207, 'STU2500207', 80, 74, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(433, 207, 'STU2500207', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(434, 71, 'STU2500071', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(435, 34, 'STU2500034', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(436, 53, 'STU2500053', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(437, 15, 'STU2500015', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(438, 124, 'STU2500124', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(439, 124, 'STU2500124', 80, 74, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(440, 124, 'STU2500124', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(441, 11, 'STU2500011', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(442, 49, 'STU2500049', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(443, 190, 'STU2500190', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(444, 190, 'STU2500190', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:36:50', '2026-02-07 02:06:17'), +(445, 62, 'STU2500062', 80, 74, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(446, 142, 'STU2500142', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(447, 240, 'STU2500240', 80, 74, 4, NULL, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-01 16:17:28'), +(448, 149, 'STU2500149', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(449, 76, 'STU2500076', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(450, 99, 'STU2500099', 140, 2, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2025-12-07 15:41:46'), +(451, 39, 'STU2500039', 80, 74, 4, 90, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(452, 89, 'STU2500089', 80, 74, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(453, 192, 'STU2500192', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(454, 84, 'STU2500084', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(455, 35, 'STU2500035', 80, 74, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(456, 207, 'STU2500207', 80, 74, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(457, 71, 'STU2500071', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(458, 34, 'STU2500034', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(459, 257, 'STU2500257', 80, 74, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(460, 257, 'STU2500257', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(461, 53, 'STU2500053', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(462, 15, 'STU2500015', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(463, 124, 'STU2500124', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(464, 11, 'STU2500011', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(465, 49, 'STU2500049', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(466, 190, 'STU2500190', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:39:56', '2026-02-07 02:06:17'), +(467, 75, 'STU2500075', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(468, 75, 'STU2500075', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(469, 165, 'STU2500165', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(470, 165, 'STU2500165', 32, 45, 4, 88, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(471, 7, 'STU2500007', 32, 45, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(472, 7, 'STU2500007', 32, 45, 4, 88, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(473, 8, 'STU2500008', 32, 45, 3, 96, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(474, 8, 'STU2500008', 32, 45, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(475, 18, 'STU2500018', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(476, 18, 'STU2500018', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(477, 145, 'STU2500145', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(478, 145, 'STU2500145', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(479, 144, 'STU2500144', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(480, 144, 'STU2500144', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(481, 189, 'STU2500189', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(482, 189, 'STU2500189', 32, 45, 4, 96, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(483, 213, 'STU2500213', 32, 45, 2, 95, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(484, 213, 'STU2500213', 32, 45, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(485, 74, 'STU2500074', 32, 45, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(486, 74, 'STU2500074', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(487, 185, 'STU2500185', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(488, 185, 'STU2500185', 32, 45, 3, 96, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(489, 185, 'STU2500185', 32, 45, 4, 84, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(490, 54, 'STU2500054', 32, 45, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(491, 54, 'STU2500054', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(492, 179, 'STU2500179', 32, 45, 1, 86, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(493, 179, 'STU2500179', 32, 45, 2, 68, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(494, 179, 'STU2500179', 32, 45, 3, 85, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(495, 179, 'STU2500179', 32, 45, 4, 73, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(496, 168, 'STU2500168', 32, 45, 3, 96, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(497, 168, 'STU2500168', 32, 45, 4, 96, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(498, 169, 'STU2500169', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(499, 169, 'STU2500169', 32, 45, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(500, 123, 'STU2500123', 32, 45, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(501, 123, 'STU2500123', 32, 45, 4, 98, NULL, 'Fall', '2025-2026', '2025-11-02 17:46:42', '2026-03-08 16:26:26'), +(502, 107, 'STU2500107', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 23:06:15', '2026-02-07 02:53:05'), +(503, 237, 'STU2500237', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 23:06:31', '2026-02-07 02:53:05'), +(504, 47, 'STU2500047', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 23:06:31', '2026-02-07 02:53:05'), +(505, 108, 'STU2500108', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(506, 212, 'STU2500212', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(507, 116, 'STU2500116', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(508, 162, 'STU2500162', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(509, 102, 'STU2500102', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(510, 154, 'STU2500154', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(511, 48, 'STU2500048', 90, 138, 5, 40, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(512, 208, 'STU2500208', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:04:31', '2026-02-06 20:10:05'), +(513, 204, 'STU2500204', 90, 138, 5, 30, NULL, 'Fall', '2025-2026', '2025-11-09 15:09:12', '2026-02-06 20:10:05'), +(514, 221, 'STU2500221', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(515, 159, 'STU2500159', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(516, 160, 'STU2500160', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(517, 183, 'STU2500183', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(518, 235, 'STU2500235', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(519, 215, 'STU2500215', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(520, 214, 'STU2500214', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(521, 52, 'STU2500052', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(522, 131, 'STU2500131', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(523, 227, 'STU2500227', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(524, 180, 'STU2500180', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(525, 229, 'STU2500229', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(526, 56, 'STU2500056', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(527, 211, 'STU2500211', 10, 3, 3, 40, NULL, 'Fall', '2025-2026', '2025-11-09 15:20:33', '2026-02-07 02:45:45'), +(528, 198, 'STU2500198', 60, 120, 4, 80, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(529, 37, 'STU2500037', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(530, 139, 'STU2500139', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(531, 254, 'STU2500254', 60, 120, 4, NULL, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(532, 193, 'STU2500193', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(533, 77, 'STU2500077', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(534, 258, 'STU2500258', 60, 120, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(535, 137, 'STU2500137', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(536, 120, 'STU2500120', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(537, 10, 'STU2500010', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(538, 9, 'STU2500009', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(539, 191, 'STU2500191', 60, 83, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2025-12-07 15:36:32'), +(540, 170, 'STU2500170', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(541, 161, 'STU2500161', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(542, 209, 'STU2500209', 60, 120, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:21:17', '2026-02-07 04:32:40'), +(543, 97, 'STU2500097', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(545, 197, 'STU2500197', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(546, 92, 'STU2500092', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(547, 104, 'STU2500104', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(548, 182, 'STU2500182', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(549, 58, 'STU2500058', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(550, 82, 'STU2500082', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(551, 153, 'STU2500153', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(552, 80, 'STU2500080', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(553, 79, 'STU2500079', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(554, 41, 'STU2500041', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(555, 14, 'STU2500014', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(556, 228, 'STU2500228', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 15:35:11', '2026-02-01 15:19:43'), +(557, 230, 'STU2500230', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(558, 187, 'STU2500187', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(559, 117, 'STU2500117', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(560, 32, 'STU2500032', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(561, 158, 'STU2500158', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(562, 67, 'STU2500067', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(563, 242, 'STU2500242', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(564, 6, 'STU2500006', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(565, 1, 'STU2500002', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(566, 126, 'STU2500126', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(567, 91, 'STU2500091', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(568, 26, 'STU2500026', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(569, 94, 'STU2500094', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(570, 151, 'STU2500151', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(571, 72, 'STU2500072', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(572, 28, 'STU2500028', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(573, 66, 'STU2500066', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(574, 119, 'STU2500119', 70, 82, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:08:05', '2026-01-04 16:27:37'), +(575, 116, 'STU2500116', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:18:54', '2026-02-06 20:10:05'), +(576, 162, 'STU2500162', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:18:54', '2026-02-06 20:10:05'), +(577, 102, 'STU2500102', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:18:54', '2026-02-06 20:10:05'), +(578, 154, 'STU2500154', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:18:54', '2026-02-06 20:10:05'), +(579, 208, 'STU2500208', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:18:54', '2026-02-06 20:10:05'), +(580, 108, 'STU2500108', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:16', '2026-02-06 20:10:05'), +(581, 204, 'STU2500204', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:17', '2026-02-06 20:10:05'), +(582, 48, 'STU2500048', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:17', '2026-02-06 20:10:05'), +(583, 64, 'STU2500064', 31, 155, 3, 98, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(584, 199, 'STU2500199', 31, 155, 3, 90, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(585, 19, 'STU2500019', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(586, 196, 'STU2500196', 31, 155, 3, 95, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(587, 127, 'STU2500127', 31, 155, 3, 98, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(588, 234, 'STU2500234', 31, 155, 3, 95, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(589, 44, 'STU2500044', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(590, 57, 'STU2500057', 31, 155, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(591, 81, 'STU2500081', 31, 155, 3, 90, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(592, 78, 'STU2500078', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(593, 16, 'STU2500016', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(594, 30, 'STU2500030', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(595, 171, 'STU2500171', 31, 155, 3, 99, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(596, 245, 'STU2500245', 31, 155, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:27:48', '2026-01-25 20:30:59'), +(597, 206, 'STU2500206', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(598, 206, 'STU2500206', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(599, 206, 'STU2500206', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(600, 206, 'STU2500206', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(601, 206, 'STU2500206', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(602, 146, 'STU2500146', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(603, 146, 'STU2500146', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(604, 146, 'STU2500146', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(605, 146, 'STU2500146', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(606, 146, 'STU2500146', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(607, 147, 'STU2500147', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(608, 147, 'STU2500147', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(609, 147, 'STU2500147', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(610, 147, 'STU2500147', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(611, 147, 'STU2500147', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(612, 249, 'STU2500249', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(613, 249, 'STU2500249', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(614, 249, 'STU2500249', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(615, 249, 'STU2500249', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(616, 249, 'STU2500249', 21, 71, 5, 0, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(617, 45, 'STU2500045', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(618, 45, 'STU2500045', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(619, 45, 'STU2500045', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(620, 45, 'STU2500045', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(621, 45, 'STU2500045', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(622, 112, 'STU2500112', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(623, 112, 'STU2500112', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(624, 112, 'STU2500112', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(625, 112, 'STU2500112', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(626, 112, 'STU2500112', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(627, 86, 'STU2500086', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(628, 86, 'STU2500086', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(629, 86, 'STU2500086', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(630, 86, 'STU2500086', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(631, 86, 'STU2500086', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(632, 105, 'STU2500105', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(633, 105, 'STU2500105', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(634, 105, 'STU2500105', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(635, 105, 'STU2500105', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(636, 105, 'STU2500105', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(637, 200, 'STU2500200', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(638, 200, 'STU2500200', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(639, 200, 'STU2500200', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(640, 200, 'STU2500200', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(641, 200, 'STU2500200', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(642, 256, 'STU2500256', 21, 71, 1, 0, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(643, 256, 'STU2500256', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(644, 256, 'STU2500256', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(645, 256, 'STU2500256', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(646, 256, 'STU2500256', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(647, 43, 'STU2500043', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(648, 43, 'STU2500043', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(649, 43, 'STU2500043', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(650, 43, 'STU2500043', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(651, 43, 'STU2500043', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(652, 36, 'STU2500036', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(653, 36, 'STU2500036', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(654, 36, 'STU2500036', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(655, 36, 'STU2500036', 21, 71, 4, 0, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(656, 36, 'STU2500036', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(657, 157, 'STU2500157', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(658, 157, 'STU2500157', 21, 71, 2, 0, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(659, 157, 'STU2500157', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(660, 157, 'STU2500157', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(661, 157, 'STU2500157', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(662, 173, 'STU2500173', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(663, 173, 'STU2500173', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(664, 173, 'STU2500173', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(665, 173, 'STU2500173', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(666, 173, 'STU2500173', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(667, 141, 'STU2500141', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(668, 141, 'STU2500141', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(669, 141, 'STU2500141', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(670, 141, 'STU2500141', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(671, 141, 'STU2500141', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(672, 226, 'STU2500226', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(673, 226, 'STU2500226', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(674, 226, 'STU2500226', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(675, 226, 'STU2500226', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(676, 226, 'STU2500226', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(677, 176, 'STU2500176', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(678, 176, 'STU2500176', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(679, 176, 'STU2500176', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(680, 176, 'STU2500176', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(681, 176, 'STU2500176', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(682, 217, 'STU2500217', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(683, 217, 'STU2500217', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(684, 217, 'STU2500217', 21, 71, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(685, 217, 'STU2500217', 21, 71, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(686, 217, 'STU2500217', 21, 71, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:51', '2026-02-07 04:05:47'), +(687, 164, 'STU2500164', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(688, 164, 'STU2500164', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(689, 164, 'STU2500164', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(690, 164, 'STU2500164', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(691, 143, 'STU2500143', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(692, 143, 'STU2500143', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(693, 143, 'STU2500143', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(694, 143, 'STU2500143', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(695, 17, 'STU2500017', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(696, 17, 'STU2500017', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(697, 17, 'STU2500017', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(698, 17, 'STU2500017', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(699, 205, 'STU2500205', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(700, 205, 'STU2500205', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(701, 205, 'STU2500205', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(702, 205, 'STU2500205', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(703, 2, 'STU2500001', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(704, 2, 'STU2500001', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(705, 2, 'STU2500001', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(706, 2, 'STU2500001', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(707, 150, 'STU2500150', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(708, 150, 'STU2500150', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(709, 150, 'STU2500150', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(710, 150, 'STU2500150', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(711, 233, 'STU2500233', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(712, 233, 'STU2500233', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(713, 233, 'STU2500233', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(714, 233, 'STU2500233', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(715, 194, 'STU2500194', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(716, 194, 'STU2500194', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(717, 194, 'STU2500194', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(718, 194, 'STU2500194', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2026-02-06 04:11:47'), +(719, 255, 'STU2500255', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(720, 255, 'STU2500255', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(721, 255, 'STU2500255', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(722, 255, 'STU2500255', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(723, 93, 'STU2500093', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(724, 93, 'STU2500093', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(725, 93, 'STU2500093', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(726, 93, 'STU2500093', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(727, 73, 'STU2500073', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(728, 73, 'STU2500073', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(729, 73, 'STU2500073', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(730, 73, 'STU2500073', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(731, 29, 'STU2500029', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(732, 29, 'STU2500029', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(733, 29, 'STU2500029', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(734, 29, 'STU2500029', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(735, 167, 'STU2500167', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(736, 167, 'STU2500167', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(737, 167, 'STU2500167', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(738, 167, 'STU2500167', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(739, 210, 'STU2500210', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(740, 210, 'STU2500210', 51, 73, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(741, 210, 'STU2500210', 51, 73, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(742, 210, 'STU2500210', 51, 73, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:36:30', '2025-12-07 17:28:42'), +(743, 188, 'STU2500188', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(744, 22, 'STU2500022', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(745, 22, 'STU2500022', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(746, 125, 'STU2500125', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(747, 195, 'STU2500195', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(748, 195, 'STU2500195', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(749, 103, 'STU2500103', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(750, 103, 'STU2500103', 52, 40, 8, 90, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(751, 50, 'STU2500050', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(752, 50, 'STU2500050', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(753, 25, 'STU2500025', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(754, 42, 'STU2500042', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(755, 42, 'STU2500042', 52, 40, 8, 90, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(756, 244, 'STU2500244', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(757, 244, 'STU2500244', 52, 40, 8, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(758, 186, 'STU2500186', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(759, 186, 'STU2500186', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(760, 60, 'STU2500060', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(761, 60, 'STU2500060', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:22:18', '2026-02-06 04:11:47'), +(762, 25, 'STU2500025', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:27', '2026-02-06 04:11:47'), +(763, 63, 'STU2500063', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(764, 231, 'STU2500231', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(765, 33, 'STU2500033', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(766, 106, 'STU2500106', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(767, 51, 'STU2500051', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(768, 40, 'STU2500040', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(769, 138, 'STU2500138', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(770, 85, 'STU2500085', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(771, 140, 'STU2500140', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(772, 135, 'STU2500135', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(773, 55, 'STU2500055', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(774, 177, 'STU2500177', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(775, 118, 'STU2500118', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(776, 218, 'STU2500218', 42, 129, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-16 03:01:26', '2025-11-23 16:30:58'), +(777, 2, 'STU2500001', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(778, 2, 'STU2500001', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(779, 2, 'STU2500001', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(780, 2, 'STU2500001', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(781, 194, 'STU2500194', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(782, 194, 'STU2500194', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(783, 194, 'STU2500194', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(784, 194, 'STU2500194', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:38:48', '2026-02-06 04:11:47'), +(785, 212, 'STU2500212', 90, 138, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:02:23', '2026-02-06 20:10:05'), +(786, 198, 'STU2500198', 60, 120, 5, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(787, 37, 'STU2500037', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(788, 139, 'STU2500139', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(789, 254, 'STU2500254', 60, 120, 5, 90, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(790, 193, 'STU2500193', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(791, 77, 'STU2500077', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(792, 258, 'STU2500258', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(793, 137, 'STU2500137', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(794, 120, 'STU2500120', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(795, 10, 'STU2500010', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(796, 9, 'STU2500009', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(797, 191, 'STU2500191', 60, 83, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2025-12-07 15:36:32'), +(798, 170, 'STU2500170', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(799, 90, 'STU2500090', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(800, 161, 'STU2500161', 60, 120, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(801, 209, 'STU2500209', 60, 120, 5, 90, NULL, 'Fall', '2025-2026', '2025-11-16 15:21:17', '2026-02-07 04:32:40'), +(803, 224, 'STU2500224', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(804, 224, 'STU2500224', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(805, 22, 'STU2500022', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(806, 125, 'STU2500125', 52, 40, 9, 70, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(807, 2, 'STU2500001', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(808, 195, 'STU2500195', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(809, 194, 'STU2500194', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(810, 103, 'STU2500103', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(811, 50, 'STU2500050', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(812, 100, 'STU2500100', 52, 40, 8, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(813, 100, 'STU2500100', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(814, 25, 'STU2500025', 52, 40, 9, 80, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(815, 42, 'STU2500042', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(816, 244, 'STU2500244', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(817, 186, 'STU2500186', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(818, 60, 'STU2500060', 52, 40, 9, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:24:27', '2026-02-06 04:11:47'), +(819, 206, 'STU2500206', 21, 71, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(820, 146, 'STU2500146', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(821, 147, 'STU2500147', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(822, 249, 'STU2500249', 21, 71, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(823, 45, 'STU2500045', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(824, 112, 'STU2500112', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(825, 86, 'STU2500086', 21, 71, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(826, 105, 'STU2500105', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(827, 200, 'STU2500200', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(828, 256, 'STU2500256', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(829, 43, 'STU2500043', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(830, 36, 'STU2500036', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(831, 157, 'STU2500157', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(832, 173, 'STU2500173', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(833, 141, 'STU2500141', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(834, 226, 'STU2500226', 21, 71, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(835, 176, 'STU2500176', 21, 71, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(836, 217, 'STU2500217', 21, 71, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-16 15:29:44', '2026-02-07 04:05:47'), +(837, 97, 'STU2500097', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(839, 197, 'STU2500197', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(840, 92, 'STU2500092', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(841, 104, 'STU2500104', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(842, 182, 'STU2500182', 22, 132, 6, 50, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(843, 58, 'STU2500058', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(844, 101, 'STU2500101', 22, 132, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(845, 101, 'STU2500101', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(847, 153, 'STU2500153', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(848, 80, 'STU2500080', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(849, 79, 'STU2500079', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(850, 41, 'STU2500041', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(851, 14, 'STU2500014', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(852, 228, 'STU2500228', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:39:53', '2026-02-01 15:19:43'), +(855, 164, 'STU2500164', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:56:16', '2025-12-07 17:28:42'), +(856, 143, 'STU2500143', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(857, 17, 'STU2500017', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(858, 205, 'STU2500205', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(859, 150, 'STU2500150', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(860, 233, 'STU2500233', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(861, 255, 'STU2500255', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(862, 93, 'STU2500093', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(863, 73, 'STU2500073', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(864, 29, 'STU2500029', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(865, 167, 'STU2500167', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(866, 210, 'STU2500210', 51, 73, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:18', '2025-12-07 17:28:42'), +(867, 164, 'STU2500164', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:57:40', '2025-12-07 17:28:42'), +(868, 143, 'STU2500143', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(869, 17, 'STU2500017', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(870, 205, 'STU2500205', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(871, 150, 'STU2500150', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(872, 233, 'STU2500233', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(873, 255, 'STU2500255', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(874, 93, 'STU2500093', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(875, 73, 'STU2500073', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(876, 29, 'STU2500029', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(877, 167, 'STU2500167', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(878, 210, 'STU2500210', 51, 73, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-16 15:58:42', '2025-12-07 17:28:42'), +(879, 230, 'STU2500230', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(880, 187, 'STU2500187', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(881, 117, 'STU2500117', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(882, 32, 'STU2500032', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(883, 158, 'STU2500158', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(884, 67, 'STU2500067', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(885, 242, 'STU2500242', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(886, 6, 'STU2500006', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(887, 1, 'STU2500002', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(888, 126, 'STU2500126', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(889, 91, 'STU2500091', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(890, 26, 'STU2500026', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(891, 94, 'STU2500094', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(892, 151, 'STU2500151', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(893, 72, 'STU2500072', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(894, 28, 'STU2500028', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(895, 66, 'STU2500066', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(896, 119, 'STU2500119', 70, 82, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:10:02', '2026-01-04 16:27:37'), +(897, 223, 'STU2500223', 90, 138, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:17:52', '2026-02-06 20:10:05'), +(898, 221, 'STU2500221', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(899, 221, 'STU2500221', 10, 3, 4, 50, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(900, 183, 'STU2500183', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(901, 235, 'STU2500235', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(902, 215, 'STU2500215', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(903, 214, 'STU2500214', 10, 3, 4, 50, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(904, 52, 'STU2500052', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(905, 131, 'STU2500131', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(906, 227, 'STU2500227', 10, 3, 4, 50, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(907, 180, 'STU2500180', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(908, 229, 'STU2500229', 10, 3, 4, 50, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(909, 56, 'STU2500056', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(910, 211, 'STU2500211', 10, 3, 4, 50, NULL, 'Fall', '2025-2026', '2025-11-16 16:18:32', '2026-02-07 02:45:45'), +(911, 223, 'STU2500223', 90, 138, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-16 16:27:27', '2026-02-06 20:10:05'), +(912, 116, 'STU2500116', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:34:22', '2026-02-06 20:10:05'), +(913, 102, 'STU2500102', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 16:34:22', '2026-02-06 20:10:05'), +(915, 108, 'STU2500108', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:04:47', '2026-02-06 20:10:05'), +(916, 75, 'STU2500075', 32, 45, 5, 95, NULL, 'Fall', '2025-2026', '2025-11-16 17:40:35', '2026-03-08 16:26:26'), +(917, 7, 'STU2500007', 32, 45, 5, 83, NULL, 'Fall', '2025-2026', '2025-11-16 17:40:35', '2026-03-08 16:26:26'), +(918, 8, 'STU2500008', 32, 45, 5, 79, NULL, 'Fall', '2025-2026', '2025-11-16 17:40:35', '2026-03-08 16:26:26'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(919, 18, 'STU2500018', 32, 45, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:40:35', '2026-03-08 16:26:26'), +(920, 109, 'STU2500109', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:44:11', '2026-02-07 04:35:00'), +(921, 156, 'STU2500156', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:44:18', '2026-02-07 04:35:00'), +(922, 248, 'STU2500248', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(923, 115, 'STU2500115', 41, 43, 1, 95, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(924, 27, 'STU2500027', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(925, 202, 'STU2500202', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(926, 111, 'STU2500111', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(927, 121, 'STU2500121', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(928, 129, 'STU2500129', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(929, 152, 'STU2500152', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(930, 12, 'STU2500012', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(931, 13, 'STU2500013', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(932, 216, 'STU2500216', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:45:31', '2026-02-07 04:35:00'), +(933, 145, 'STU2500145', 32, 45, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(934, 144, 'STU2500144', 32, 45, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(935, 189, 'STU2500189', 32, 45, 5, 79, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(936, 130, 'STU2500130', 32, 45, 1, 89, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(937, 130, 'STU2500130', 32, 45, 2, 72, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(938, 130, 'STU2500130', 32, 45, 3, 92, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(939, 130, 'STU2500130', 32, 45, 4, 96, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(940, 130, 'STU2500130', 32, 45, 5, 95, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(941, 74, 'STU2500074', 32, 45, 5, 95, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(942, 185, 'STU2500185', 32, 45, 5, 91, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(943, 54, 'STU2500054', 32, 45, 5, 96, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(944, 179, 'STU2500179', 32, 45, 5, 96, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(945, 168, 'STU2500168', 32, 45, 5, 83, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(946, 123, 'STU2500123', 32, 45, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:48:17', '2026-03-08 16:26:26'), +(967, 188, 'STU2500188', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:50:20', '2026-02-06 04:11:47'), +(968, 125, 'STU2500125', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:50:20', '2026-02-06 04:11:47'), +(969, 100, 'STU2500100', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:50:20', '2026-02-06 04:11:47'), +(970, 109, 'STU2500109', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(971, 156, 'STU2500156', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(972, 248, 'STU2500248', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(973, 27, 'STU2500027', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(974, 202, 'STU2500202', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(975, 111, 'STU2500111', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(976, 121, 'STU2500121', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(977, 129, 'STU2500129', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(978, 152, 'STU2500152', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(979, 12, 'STU2500012', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(980, 13, 'STU2500013', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(981, 216, 'STU2500216', 41, 43, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:54:11', '2026-02-07 04:35:00'), +(982, 46, 'STU2500046', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:34:05', '2026-02-07 02:53:05'), +(983, 107, 'STU2500107', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(984, 107, 'STU2500107', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(985, 237, 'STU2500237', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(986, 237, 'STU2500237', 120, 99, 3, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(987, 47, 'STU2500047', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(988, 47, 'STU2500047', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(989, 46, 'STU2500046', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(990, 46, 'STU2500046', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(991, 31, 'STU2500031', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(992, 31, 'STU2500031', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(993, 31, 'STU2500031', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(994, 181, 'STU2500181', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-01-27 18:45:58'), +(995, 181, 'STU2500181', 120, 99, 2, 50, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-01-27 18:45:58'), +(996, 181, 'STU2500181', 120, 99, 3, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-01-27 18:45:58'), +(997, 241, 'STU2500241', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(998, 241, 'STU2500241', 120, 99, 2, 75, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(999, 241, 'STU2500241', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1000, 238, 'STU2500238', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1001, 238, 'STU2500238', 120, 99, 2, 50, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1002, 238, 'STU2500238', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1003, 239, 'STU2500239', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1004, 239, 'STU2500239', 120, 99, 2, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1005, 239, 'STU2500239', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1006, 203, 'STU2500203', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1007, 203, 'STU2500203', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1008, 203, 'STU2500203', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1009, 259, 'STU2500259', 120, 99, 1, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1010, 259, 'STU2500259', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1011, 259, 'STU2500259', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1012, 114, 'STU2500114', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1013, 114, 'STU2500114', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1014, 114, 'STU2500114', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1015, 201, 'STU2500201', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1016, 201, 'STU2500201', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1017, 201, 'STU2500201', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1018, 61, 'STU2500061', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1019, 61, 'STU2500061', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1020, 61, 'STU2500061', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1021, 247, 'STU2500247', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1022, 247, 'STU2500247', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1023, 247, 'STU2500247', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1024, 252, 'STU2500252', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1025, 252, 'STU2500252', 120, 99, 2, 50, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1026, 252, 'STU2500252', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1027, 251, 'STU2500251', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1028, 251, 'STU2500251', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1029, 251, 'STU2500251', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1030, 38, 'STU2500038', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1031, 38, 'STU2500038', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1032, 38, 'STU2500038', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1033, 88, 'STU2500088', 120, 99, 1, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1034, 88, 'STU2500088', 120, 99, 2, 75, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1035, 88, 'STU2500088', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1036, 96, 'STU2500096', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1037, 96, 'STU2500096', 120, 99, 2, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1038, 96, 'STU2500096', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1039, 225, 'STU2500225', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1040, 225, 'STU2500225', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1041, 225, 'STU2500225', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1042, 246, 'STU2500246', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1043, 246, 'STU2500246', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1044, 246, 'STU2500246', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1045, 59, 'STU2500059', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1046, 59, 'STU2500059', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1047, 59, 'STU2500059', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1048, 136, 'STU2500136', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1049, 136, 'STU2500136', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1050, 136, 'STU2500136', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1051, 95, 'STU2500095', 120, 99, 1, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1052, 95, 'STU2500095', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1053, 95, 'STU2500095', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1054, 219, 'STU2500219', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1055, 219, 'STU2500219', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1056, 219, 'STU2500219', 120, 99, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1057, 253, 'STU2500253', 120, 99, 1, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1058, 253, 'STU2500253', 120, 99, 2, 50, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1059, 253, 'STU2500253', 120, 99, 3, 0, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1060, 236, 'STU2500236', 120, 99, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1061, 236, 'STU2500236', 120, 99, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1062, 236, 'STU2500236', 120, 99, 3, NULL, NULL, 'Fall', '2025-2026', '2025-11-22 21:49:40', '2026-02-07 02:53:05'), +(1065, 163, 'STU2500163', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:30:20', '2026-02-07 02:06:17'), +(1066, 163, 'STU2500163', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:30:20', '2026-02-07 02:06:17'), +(1067, 163, 'STU2500163', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:30:20', '2026-02-07 02:06:17'), +(1068, 257, 'STU2500257', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:30:20', '2026-02-07 02:06:17'), +(1069, 223, 'STU2500223', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1073, 212, 'STU2500212', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1074, 162, 'STU2500162', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1075, 204, 'STU2500204', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1076, 154, 'STU2500154', 90, 138, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1077, 48, 'STU2500048', 90, 138, 7, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1078, 208, 'STU2500208', 90, 138, 7, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:32:15', '2026-02-06 20:10:05'), +(1079, 97, 'STU2500097', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1080, 197, 'STU2500197', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1081, 92, 'STU2500092', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1082, 104, 'STU2500104', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1083, 182, 'STU2500182', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1084, 101, 'STU2500101', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1085, 82, 'STU2500082', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1086, 153, 'STU2500153', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1087, 80, 'STU2500080', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1088, 79, 'STU2500079', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1089, 41, 'STU2500041', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1090, 14, 'STU2500014', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:38:17', '2026-02-01 15:19:43'), +(1091, 230, 'STU2500230', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1092, 187, 'STU2500187', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1093, 117, 'STU2500117', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1094, 32, 'STU2500032', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1095, 158, 'STU2500158', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1096, 67, 'STU2500067', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1097, 242, 'STU2500242', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1098, 6, 'STU2500006', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1099, 1, 'STU2500002', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1100, 126, 'STU2500126', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1101, 91, 'STU2500091', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1102, 26, 'STU2500026', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1103, 94, 'STU2500094', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1104, 151, 'STU2500151', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1105, 72, 'STU2500072', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1106, 28, 'STU2500028', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1107, 66, 'STU2500066', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1108, 119, 'STU2500119', 70, 82, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:44:04', '2026-01-04 16:27:37'), +(1109, 58, 'STU2500058', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:49:09', '2026-02-01 15:19:43'), +(1110, 222, 'STU2500222', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:07:11', '2026-02-01 15:19:43'), +(1111, 228, 'STU2500228', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:07:11', '2026-02-01 15:19:43'), +(1112, 178, 'STU2500178', 22, 132, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:07:11', '2026-02-01 15:19:43'), +(1113, 165, 'STU2500165', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1114, 7, 'STU2500007', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1115, 8, 'STU2500008', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1116, 18, 'STU2500018', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1117, 145, 'STU2500145', 32, 45, 6, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1118, 144, 'STU2500144', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1119, 189, 'STU2500189', 32, 45, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1120, 130, 'STU2500130', 32, 45, 6, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1121, 213, 'STU2500213', 32, 45, 4, 86, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1122, 213, 'STU2500213', 32, 45, 5, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1123, 213, 'STU2500213', 32, 45, 6, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1124, 74, 'STU2500074', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1125, 185, 'STU2500185', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1126, 54, 'STU2500054', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1127, 179, 'STU2500179', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1128, 168, 'STU2500168', 32, 45, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1129, 169, 'STU2500169', 32, 45, 5, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1130, 169, 'STU2500169', 32, 45, 6, 90, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1131, 123, 'STU2500123', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:15:31', '2026-03-08 16:26:26'), +(1132, 206, 'STU2500206', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1133, 146, 'STU2500146', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1134, 147, 'STU2500147', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1135, 249, 'STU2500249', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1136, 45, 'STU2500045', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1137, 112, 'STU2500112', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1138, 86, 'STU2500086', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1139, 105, 'STU2500105', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1140, 200, 'STU2500200', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1141, 256, 'STU2500256', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1142, 43, 'STU2500043', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1143, 36, 'STU2500036', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1144, 157, 'STU2500157', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1145, 173, 'STU2500173', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1146, 141, 'STU2500141', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1147, 226, 'STU2500226', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1148, 176, 'STU2500176', 21, 71, 7, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1149, 217, 'STU2500217', 21, 71, 7, 0, NULL, 'Fall', '2025-2026', '2025-11-23 16:21:51', '2026-02-07 04:05:47'), +(1150, 221, 'STU2500221', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1151, 159, 'STU2500159', 10, 3, 5, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1152, 160, 'STU2500160', 10, 3, 5, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1153, 183, 'STU2500183', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1154, 235, 'STU2500235', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1155, 215, 'STU2500215', 10, 3, 5, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1156, 214, 'STU2500214', 10, 3, 5, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1157, 52, 'STU2500052', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1158, 131, 'STU2500131', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1159, 227, 'STU2500227', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1160, 180, 'STU2500180', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1161, 229, 'STU2500229', 10, 3, 5, 50, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1162, 56, 'STU2500056', 10, 3, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1163, 211, 'STU2500211', 10, 3, 5, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 16:25:03', '2026-02-07 02:45:45'), +(1164, 63, 'STU2500063', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:28', '2025-11-23 16:30:58'), +(1165, 33, 'STU2500033', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:28', '2025-11-23 16:30:58'), +(1166, 109, 'STU2500109', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1167, 156, 'STU2500156', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1168, 248, 'STU2500248', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1169, 115, 'STU2500115', 41, 43, 2, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1170, 115, 'STU2500115', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1171, 27, 'STU2500027', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1172, 202, 'STU2500202', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1173, 111, 'STU2500111', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1174, 121, 'STU2500121', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1175, 129, 'STU2500129', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1176, 152, 'STU2500152', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1177, 12, 'STU2500012', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1178, 13, 'STU2500013', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1179, 216, 'STU2500216', 41, 43, 3, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:29:50', '2026-02-07 04:35:00'), +(1180, 231, 'STU2500231', 42, 129, 4, 90, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1181, 106, 'STU2500106', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1182, 51, 'STU2500051', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1183, 40, 'STU2500040', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1184, 138, 'STU2500138', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1185, 85, 'STU2500085', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1186, 140, 'STU2500140', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1187, 135, 'STU2500135', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1188, 55, 'STU2500055', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1189, 177, 'STU2500177', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1190, 118, 'STU2500118', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1191, 218, 'STU2500218', 42, 129, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:30:58', '2025-11-23 16:30:58'), +(1192, 109, 'STU2500109', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1193, 156, 'STU2500156', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1194, 248, 'STU2500248', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1195, 115, 'STU2500115', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1196, 27, 'STU2500027', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1197, 202, 'STU2500202', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1198, 111, 'STU2500111', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1199, 121, 'STU2500121', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1200, 129, 'STU2500129', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1201, 152, 'STU2500152', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1202, 12, 'STU2500012', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1203, 13, 'STU2500013', 41, 43, 4, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1204, 216, 'STU2500216', 41, 43, 4, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:31:41', '2026-02-07 04:35:00'), +(1205, 198, 'STU2500198', 60, 120, 6, 0, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1206, 37, 'STU2500037', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1207, 139, 'STU2500139', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1208, 77, 'STU2500077', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1209, 258, 'STU2500258', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1210, 137, 'STU2500137', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1211, 120, 'STU2500120', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1212, 10, 'STU2500010', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1213, 9, 'STU2500009', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1214, 191, 'STU2500191', 60, 83, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2025-12-07 15:36:32'), +(1215, 170, 'STU2500170', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1216, 90, 'STU2500090', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1217, 161, 'STU2500161', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1218, 209, 'STU2500209', 60, 120, 6, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:13:35', '2026-02-07 04:32:40'), +(1219, 224, 'STU2500224', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1220, 224, 'STU2500224', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1221, 22, 'STU2500022', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1222, 22, 'STU2500022', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1223, 2, 'STU2500001', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1224, 2, 'STU2500001', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1225, 195, 'STU2500195', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1226, 195, 'STU2500195', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1227, 103, 'STU2500103', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1228, 50, 'STU2500050', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1229, 50, 'STU2500050', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1230, 100, 'STU2500100', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1231, 100, 'STU2500100', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1232, 25, 'STU2500025', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1233, 25, 'STU2500025', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1234, 42, 'STU2500042', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1236, 244, 'STU2500244', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1237, 186, 'STU2500186', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1238, 186, 'STU2500186', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1240, 60, 'STU2500060', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:16:22', '2026-02-06 04:11:47'), +(1241, 109, 'STU2500109', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1242, 156, 'STU2500156', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1243, 248, 'STU2500248', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1244, 115, 'STU2500115', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1245, 27, 'STU2500027', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1246, 202, 'STU2500202', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1247, 111, 'STU2500111', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1248, 121, 'STU2500121', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1249, 129, 'STU2500129', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1250, 152, 'STU2500152', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1251, 12, 'STU2500012', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1252, 13, 'STU2500013', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1253, 216, 'STU2500216', 41, 43, 5, 100, NULL, 'Fall', '2025-2026', '2025-11-23 17:45:00', '2026-02-07 04:35:00'), +(1254, 194, 'STU2500194', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:12:08', '2026-02-06 04:11:47'), +(1255, 42, 'STU2500042', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:12:08', '2026-02-06 04:11:47'), +(1256, 230, 'STU2500230', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1257, 187, 'STU2500187', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1258, 117, 'STU2500117', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1259, 32, 'STU2500032', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1260, 158, 'STU2500158', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1261, 67, 'STU2500067', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1262, 242, 'STU2500242', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1263, 6, 'STU2500006', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1264, 1, 'STU2500002', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1265, 126, 'STU2500126', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1266, 91, 'STU2500091', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1267, 26, 'STU2500026', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1268, 94, 'STU2500094', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1269, 151, 'STU2500151', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1270, 72, 'STU2500072', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1271, 28, 'STU2500028', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1272, 66, 'STU2500066', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1273, 119, 'STU2500119', 70, 82, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:31:51', '2026-01-04 16:27:37'), +(1274, 198, 'STU2500198', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1275, 37, 'STU2500037', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1276, 139, 'STU2500139', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1277, 254, 'STU2500254', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1278, 193, 'STU2500193', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1279, 77, 'STU2500077', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1280, 258, 'STU2500258', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1281, 137, 'STU2500137', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1282, 120, 'STU2500120', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1283, 10, 'STU2500010', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1284, 9, 'STU2500009', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1285, 191, 'STU2500191', 60, 83, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2025-12-07 15:36:32'), +(1286, 170, 'STU2500170', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1287, 90, 'STU2500090', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1288, 161, 'STU2500161', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1289, 209, 'STU2500209', 60, 120, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:36:32', '2026-02-07 04:32:40'), +(1290, 222, 'STU2500222', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1291, 197, 'STU2500197', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1292, 92, 'STU2500092', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1293, 104, 'STU2500104', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1294, 182, 'STU2500182', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1295, 58, 'STU2500058', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1296, 101, 'STU2500101', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1297, 82, 'STU2500082', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1298, 80, 'STU2500080', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1299, 79, 'STU2500079', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1300, 41, 'STU2500041', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1301, 14, 'STU2500014', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1302, 178, 'STU2500178', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:43:36', '2026-02-01 15:19:43'), +(1306, 165, 'STU2500165', 32, 45, 5, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1307, 165, 'STU2500165', 32, 45, 7, 90, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1308, 7, 'STU2500007', 32, 45, 7, 81, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1309, 18, 'STU2500018', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1310, 145, 'STU2500145', 32, 45, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1311, 144, 'STU2500144', 32, 45, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1312, 189, 'STU2500189', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1313, 130, 'STU2500130', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1314, 74, 'STU2500074', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1315, 185, 'STU2500185', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1316, 54, 'STU2500054', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1317, 179, 'STU2500179', 32, 45, 7, 90, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1318, 168, 'STU2500168', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1319, 169, 'STU2500169', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1320, 123, 'STU2500123', 32, 45, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:10:10', '2026-03-08 16:26:26'), +(1321, 223, 'STU2500223', 90, 138, 8, 90, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1322, 108, 'STU2500108', 90, 138, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1324, 212, 'STU2500212', 90, 138, 8, 90, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1325, 116, 'STU2500116', 90, 138, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1326, 162, 'STU2500162', 90, 138, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1328, 102, 'STU2500102', 90, 138, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1329, 154, 'STU2500154', 90, 138, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1330, 48, 'STU2500048', 90, 138, 8, 80, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1331, 208, 'STU2500208', 90, 138, 8, 40, NULL, 'Fall', '2025-2026', '2025-12-07 16:27:46', '2026-02-06 20:10:05'), +(1332, 8, 'STU2500008', 32, 45, 7, 90, NULL, 'Fall', '2025-2026', '2025-12-07 17:18:27', '2026-03-08 16:26:26'), +(1333, 164, 'STU2500164', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:24:01', '2025-12-07 17:28:42'), +(1334, 143, 'STU2500143', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:24:05', '2025-12-07 17:28:42'), +(1335, 17, 'STU2500017', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:24:11', '2025-12-07 17:28:42'), +(1336, 205, 'STU2500205', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:24:19', '2025-12-07 17:28:42'), +(1337, 150, 'STU2500150', 51, 73, 7, 90, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:04', '2025-12-07 17:28:42'), +(1338, 233, 'STU2500233', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:13', '2025-12-07 17:28:42'), +(1339, 255, 'STU2500255', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:20', '2025-12-07 17:28:42'), +(1340, 93, 'STU2500093', 51, 73, 7, 80, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:29', '2025-12-07 17:28:42'), +(1341, 73, 'STU2500073', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:35', '2025-12-07 17:28:42'), +(1342, 29, 'STU2500029', 51, 73, 7, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:41', '2025-12-07 17:28:42'), +(1343, 167, 'STU2500167', 51, 73, 7, 90, NULL, 'Fall', '2025-2026', '2025-12-07 17:26:51', '2025-12-07 17:28:42'), +(1344, 210, 'STU2500210', 51, 73, 7, 80, NULL, 'Fall', '2025-2026', '2025-12-07 17:28:42', '2025-12-07 17:28:42'), +(1345, 159, 'STU2500159', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1346, 160, 'STU2500160', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1347, 183, 'STU2500183', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1348, 52, 'STU2500052', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1349, 131, 'STU2500131', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1350, 227, 'STU2500227', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1351, 180, 'STU2500180', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1352, 56, 'STU2500056', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:38:06', '2026-02-07 02:45:45'), +(1354, 165, 'STU2500165', 32, 45, 8, 94, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1355, 8, 'STU2500008', 32, 45, 8, 89, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1356, 18, 'STU2500018', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1357, 145, 'STU2500145', 32, 45, 8, 78, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1358, 144, 'STU2500144', 32, 45, 8, 84, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1359, 189, 'STU2500189', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1360, 130, 'STU2500130', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1361, 74, 'STU2500074', 32, 45, 8, 94, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1362, 185, 'STU2500185', 32, 45, 8, 94, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1363, 54, 'STU2500054', 32, 45, 8, 94, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1364, 179, 'STU2500179', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1365, 123, 'STU2500123', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:52:38', '2026-03-08 16:26:26'), +(1367, 92, 'STU2500092', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:54:11', '2026-02-01 15:19:43'), +(1368, 153, 'STU2500153', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:54:11', '2026-02-01 15:19:43'), +(1369, 104, 'STU2500104', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:56:21', '2026-02-01 15:19:43'), +(1370, 41, 'STU2500041', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:56:21', '2026-02-01 15:19:43'), +(1371, 58, 'STU2500058', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:58:15', '2026-02-01 15:19:43'), +(1372, 101, 'STU2500101', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:58:15', '2026-02-01 15:19:43'), +(1373, 80, 'STU2500080', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:58:15', '2026-02-01 15:19:43'), +(1374, 230, 'STU2500230', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1375, 187, 'STU2500187', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1376, 117, 'STU2500117', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1377, 32, 'STU2500032', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1378, 158, 'STU2500158', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1379, 67, 'STU2500067', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1380, 242, 'STU2500242', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1381, 6, 'STU2500006', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1382, 1, 'STU2500002', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1383, 126, 'STU2500126', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1384, 91, 'STU2500091', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1385, 26, 'STU2500026', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1386, 94, 'STU2500094', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1387, 151, 'STU2500151', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1388, 72, 'STU2500072', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1389, 28, 'STU2500028', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1390, 66, 'STU2500066', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1391, 119, 'STU2500119', 70, 82, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 15:59:49', '2026-01-04 16:27:37'), +(1392, 182, 'STU2500182', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:13', '2026-02-01 15:19:43'), +(1394, 153, 'STU2500153', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:13', '2026-02-01 15:19:43'), +(1395, 79, 'STU2500079', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:13', '2026-02-01 15:19:43'), +(1396, 228, 'STU2500228', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:13', '2026-02-01 15:19:43'), +(1397, 7, 'STU2500007', 32, 45, 8, 63, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:25', '2026-03-08 16:26:26'), +(1398, 228, 'STU2500228', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:06:43', '2026-02-01 15:19:43'), +(1404, 197, 'STU2500197', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1405, 197, 'STU2500197', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1406, 92, 'STU2500092', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1407, 104, 'STU2500104', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1408, 182, 'STU2500182', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1409, 58, 'STU2500058', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1412, 153, 'STU2500153', 22, 132, 10, 90, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1413, 80, 'STU2500080', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1414, 79, 'STU2500079', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1415, 41, 'STU2500041', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1416, 14, 'STU2500014', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1417, 14, 'STU2500014', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1418, 228, 'STU2500228', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1419, 178, 'STU2500178', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-01-04 15:53:30', '2026-02-01 15:19:43'), +(1420, 230, 'STU2500230', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1421, 187, 'STU2500187', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1422, 117, 'STU2500117', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1423, 32, 'STU2500032', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1424, 158, 'STU2500158', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1425, 67, 'STU2500067', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1426, 242, 'STU2500242', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1427, 6, 'STU2500006', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1428, 1, 'STU2500002', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1429, 126, 'STU2500126', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1430, 91, 'STU2500091', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1431, 26, 'STU2500026', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1432, 94, 'STU2500094', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1433, 151, 'STU2500151', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1434, 72, 'STU2500072', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1435, 28, 'STU2500028', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1436, 66, 'STU2500066', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1437, 119, 'STU2500119', 70, 82, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:27:37', '2026-01-04 16:27:37'), +(1438, 223, 'STU2500223', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1439, 108, 'STU2500108', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1441, 212, 'STU2500212', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1442, 116, 'STU2500116', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1443, 162, 'STU2500162', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1444, 204, 'STU2500204', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1445, 102, 'STU2500102', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1446, 154, 'STU2500154', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1447, 48, 'STU2500048', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1448, 208, 'STU2500208', 90, 138, 9, 100, NULL, 'Fall', '2025-2026', '2026-01-05 17:42:25', '2026-02-06 20:10:05'), +(1449, 109, 'STU2500109', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1450, 156, 'STU2500156', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1451, 248, 'STU2500248', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1452, 115, 'STU2500115', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1453, 27, 'STU2500027', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1454, 202, 'STU2500202', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1455, 111, 'STU2500111', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1456, 121, 'STU2500121', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1457, 129, 'STU2500129', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1458, 152, 'STU2500152', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1459, 12, 'STU2500012', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1460, 13, 'STU2500013', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1461, 216, 'STU2500216', 41, 43, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:25:24', '2026-02-07 04:35:00'), +(1465, 224, 'STU2500224', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1466, 224, 'STU2500224', 52, 40, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1467, 125, 'STU2500125', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1470, 195, 'STU2500195', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1473, 50, 'STU2500050', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1474, 25, 'STU2500025', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1475, 25, 'STU2500025', 52, 40, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1476, 25, 'STU2500025', 52, 40, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1477, 25, 'STU2500025', 52, 40, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1478, 244, 'STU2500244', 52, 40, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1479, 244, 'STU2500244', 52, 40, 4, 90, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1480, 244, 'STU2500244', 52, 40, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1481, 60, 'STU2500060', 52, 40, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1482, 60, 'STU2500060', 52, 40, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 23:26:21', '2026-02-06 04:11:47'), +(1485, 197, 'STU2500197', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1486, 92, 'STU2500092', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1488, 182, 'STU2500182', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1489, 58, 'STU2500058', 22, 132, 11, 95, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1492, 153, 'STU2500153', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1493, 80, 'STU2500080', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1494, 79, 'STU2500079', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1495, 41, 'STU2500041', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1496, 14, 'STU2500014', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1498, 178, 'STU2500178', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:05:46', '2026-02-01 15:19:43'), +(1499, 64, 'STU2500064', 31, 155, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1500, 70, 'STU2500070', 31, 155, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1501, 68, 'STU2500068', 31, 155, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1502, 20, 'STU2500020', 31, 155, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1503, 20, 'STU2500020', 31, 155, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1504, 21, 'STU2500021', 31, 155, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1505, 21, 'STU2500021', 31, 155, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1506, 245, 'STU2500245', 31, 155, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 01:51:09', '2026-01-25 20:30:59'), +(1507, 62, 'STU2500062', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1508, 142, 'STU2500142', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1509, 240, 'STU2500240', 80, 74, 1, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-01 16:17:28'), +(1510, 240, 'STU2500240', 80, 74, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-01 16:17:28'), +(1511, 240, 'STU2500240', 80, 74, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-01 16:17:28'), +(1512, 240, 'STU2500240', 80, 74, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-01 16:17:28'), +(1513, 149, 'STU2500149', 80, 74, 5, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1514, 76, 'STU2500076', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1515, 99, 'STU2500099', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:16'), +(1516, 99, 'STU2500099', 80, 74, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:16'), +(1517, 99, 'STU2500099', 80, 74, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1518, 99, 'STU2500099', 80, 74, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1519, 99, 'STU2500099', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1520, 39, 'STU2500039', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1521, 89, 'STU2500089', 80, 74, 5, 80, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1522, 192, 'STU2500192', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1523, 84, 'STU2500084', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1524, 35, 'STU2500035', 80, 74, 5, 80, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1525, 207, 'STU2500207', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1526, 71, 'STU2500071', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1527, 34, 'STU2500034', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1528, 163, 'STU2500163', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1529, 257, 'STU2500257', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1530, 53, 'STU2500053', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1531, 15, 'STU2500015', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1532, 124, 'STU2500124', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1533, 11, 'STU2500011', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1534, 49, 'STU2500049', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1535, 190, 'STU2500190', 80, 74, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:11:45', '2026-02-07 02:06:17'), +(1536, 62, 'STU2500062', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1537, 142, 'STU2500142', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1538, 240, 'STU2500240', 80, 74, 6, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-01 16:17:28'), +(1539, 149, 'STU2500149', 80, 74, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1540, 76, 'STU2500076', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1541, 99, 'STU2500099', 80, 74, 6, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1542, 39, 'STU2500039', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1543, 89, 'STU2500089', 80, 74, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1544, 192, 'STU2500192', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1545, 84, 'STU2500084', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1546, 35, 'STU2500035', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1547, 207, 'STU2500207', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1548, 71, 'STU2500071', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1549, 34, 'STU2500034', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1550, 163, 'STU2500163', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1551, 257, 'STU2500257', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1552, 53, 'STU2500053', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1553, 15, 'STU2500015', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1554, 124, 'STU2500124', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1555, 11, 'STU2500011', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1556, 49, 'STU2500049', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1557, 190, 'STU2500190', 80, 74, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:13:56', '2026-02-07 02:06:17'), +(1558, 62, 'STU2500062', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1559, 142, 'STU2500142', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1560, 240, 'STU2500240', 80, 74, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-01 16:17:28'), +(1561, 149, 'STU2500149', 80, 74, 7, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1562, 76, 'STU2500076', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1563, 99, 'STU2500099', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1564, 39, 'STU2500039', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1565, 89, 'STU2500089', 80, 74, 7, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1566, 192, 'STU2500192', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1567, 84, 'STU2500084', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1568, 35, 'STU2500035', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1569, 207, 'STU2500207', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1570, 71, 'STU2500071', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1571, 34, 'STU2500034', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1572, 163, 'STU2500163', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1573, 257, 'STU2500257', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1574, 53, 'STU2500053', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1575, 15, 'STU2500015', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1576, 124, 'STU2500124', 80, 74, 7, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1577, 11, 'STU2500011', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1578, 49, 'STU2500049', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1579, 190, 'STU2500190', 80, 74, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:17:35', '2026-02-07 02:06:17'), +(1583, 220, 'STU2500220', 32, 45, 1, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1584, 220, 'STU2500220', 32, 45, 2, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1585, 220, 'STU2500220', 32, 45, 3, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1586, 220, 'STU2500220', 32, 45, 4, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1587, 220, 'STU2500220', 32, 45, 5, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1588, 220, 'STU2500220', 32, 45, 6, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1589, 220, 'STU2500220', 32, 45, 7, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1590, 220, 'STU2500220', 32, 45, 8, 50, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1591, 213, 'STU2500213', 32, 45, 7, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1592, 213, 'STU2500213', 32, 45, 8, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1593, 168, 'STU2500168', 32, 45, 8, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1594, 169, 'STU2500169', 32, 45, 8, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:44:40', '2026-03-08 16:26:26'), +(1595, 62, 'STU2500062', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1596, 142, 'STU2500142', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1597, 240, 'STU2500240', 80, 74, 8, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-01 16:17:28'), +(1598, 149, 'STU2500149', 80, 74, 8, 0, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1599, 76, 'STU2500076', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1600, 99, 'STU2500099', 80, 74, 8, 90, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1601, 39, 'STU2500039', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1602, 89, 'STU2500089', 80, 74, 8, 0, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1603, 192, 'STU2500192', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1604, 84, 'STU2500084', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1605, 35, 'STU2500035', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1606, 207, 'STU2500207', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1607, 71, 'STU2500071', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1608, 34, 'STU2500034', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1609, 163, 'STU2500163', 80, 74, 8, 90, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1610, 257, 'STU2500257', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1611, 53, 'STU2500053', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1612, 15, 'STU2500015', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1613, 124, 'STU2500124', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1614, 11, 'STU2500011', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1615, 49, 'STU2500049', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1616, 190, 'STU2500190', 80, 74, 8, 100, NULL, 'Fall', '2025-2026', '2026-01-26 00:20:37', '2026-02-07 02:06:17'), +(1617, 107, 'STU2500107', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1618, 107, 'STU2500107', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1619, 107, 'STU2500107', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1620, 107, 'STU2500107', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1621, 237, 'STU2500237', 120, 99, 4, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1622, 237, 'STU2500237', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1623, 237, 'STU2500237', 120, 99, 6, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1624, 237, 'STU2500237', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1625, 47, 'STU2500047', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1626, 47, 'STU2500047', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1627, 47, 'STU2500047', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1628, 47, 'STU2500047', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1629, 46, 'STU2500046', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1630, 46, 'STU2500046', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1631, 46, 'STU2500046', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1632, 46, 'STU2500046', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1633, 31, 'STU2500031', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1634, 31, 'STU2500031', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1635, 31, 'STU2500031', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1636, 31, 'STU2500031', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1637, 181, 'STU2500181', 120, 99, 4, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-01-27 18:45:58'), +(1638, 181, 'STU2500181', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-01-27 18:45:58'), +(1639, 181, 'STU2500181', 120, 99, 6, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-01-27 18:45:58'), +(1640, 181, 'STU2500181', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-01-27 18:45:58'), +(1641, 241, 'STU2500241', 120, 99, 4, 50, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1642, 241, 'STU2500241', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1643, 241, 'STU2500241', 120, 99, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1644, 241, 'STU2500241', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1645, 238, 'STU2500238', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1646, 238, 'STU2500238', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1647, 238, 'STU2500238', 120, 99, 6, 25, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1648, 238, 'STU2500238', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1649, 239, 'STU2500239', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1650, 239, 'STU2500239', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1651, 239, 'STU2500239', 120, 99, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1652, 239, 'STU2500239', 120, 99, 7, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1653, 203, 'STU2500203', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1654, 203, 'STU2500203', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1655, 203, 'STU2500203', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1656, 203, 'STU2500203', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1657, 259, 'STU2500259', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1658, 259, 'STU2500259', 120, 99, 5, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1659, 259, 'STU2500259', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1660, 259, 'STU2500259', 120, 99, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1661, 114, 'STU2500114', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1662, 114, 'STU2500114', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1663, 114, 'STU2500114', 120, 99, 6, 50, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1664, 114, 'STU2500114', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1665, 201, 'STU2500201', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1666, 201, 'STU2500201', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1667, 201, 'STU2500201', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1668, 201, 'STU2500201', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1669, 61, 'STU2500061', 120, 99, 4, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1670, 61, 'STU2500061', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1671, 61, 'STU2500061', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1672, 61, 'STU2500061', 120, 99, 7, 75, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1673, 247, 'STU2500247', 120, 99, 4, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1674, 247, 'STU2500247', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1675, 247, 'STU2500247', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1676, 247, 'STU2500247', 120, 99, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1677, 252, 'STU2500252', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1678, 252, 'STU2500252', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1679, 252, 'STU2500252', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1680, 252, 'STU2500252', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1681, 251, 'STU2500251', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1682, 251, 'STU2500251', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1683, 251, 'STU2500251', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1684, 251, 'STU2500251', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1685, 38, 'STU2500038', 120, 99, 4, 50, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1686, 38, 'STU2500038', 120, 99, 5, 50, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1687, 38, 'STU2500038', 120, 99, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1688, 38, 'STU2500038', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1689, 88, 'STU2500088', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1690, 88, 'STU2500088', 120, 99, 5, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1691, 88, 'STU2500088', 120, 99, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1692, 88, 'STU2500088', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1693, 96, 'STU2500096', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1694, 96, 'STU2500096', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1695, 96, 'STU2500096', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1696, 96, 'STU2500096', 120, 99, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1697, 225, 'STU2500225', 120, 99, 4, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1698, 225, 'STU2500225', 120, 99, 5, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1699, 225, 'STU2500225', 120, 99, 6, 25, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1700, 225, 'STU2500225', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1701, 246, 'STU2500246', 120, 99, 4, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1702, 246, 'STU2500246', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1703, 246, 'STU2500246', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1704, 246, 'STU2500246', 120, 99, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1705, 59, 'STU2500059', 120, 99, 4, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1706, 59, 'STU2500059', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1707, 59, 'STU2500059', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1708, 59, 'STU2500059', 120, 99, 7, 25, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1709, 136, 'STU2500136', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1710, 136, 'STU2500136', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1711, 136, 'STU2500136', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1712, 136, 'STU2500136', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1713, 95, 'STU2500095', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1714, 95, 'STU2500095', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1715, 95, 'STU2500095', 120, 99, 6, 50, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1716, 95, 'STU2500095', 120, 99, 7, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1717, 219, 'STU2500219', 120, 99, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1718, 219, 'STU2500219', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1719, 219, 'STU2500219', 120, 99, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1720, 219, 'STU2500219', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1721, 253, 'STU2500253', 120, 99, 4, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1722, 253, 'STU2500253', 120, 99, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1723, 253, 'STU2500253', 120, 99, 6, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1724, 253, 'STU2500253', 120, 99, 7, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1725, 236, 'STU2500236', 120, 99, 4, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1726, 236, 'STU2500236', 120, 99, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1727, 236, 'STU2500236', 120, 99, 6, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1728, 236, 'STU2500236', 120, 99, 7, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:28:20', '2026-02-07 02:53:05'), +(1729, 254, 'STU2500254', 60, 120, 1, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1730, 254, 'STU2500254', 60, 120, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1731, 254, 'STU2500254', 60, 120, 3, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1732, 254, 'STU2500254', 60, 120, 6, 95, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1733, 193, 'STU2500193', 60, 120, 6, 95, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1734, 170, 'STU2500170', 60, 120, 3, 95, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1735, 90, 'STU2500090', 60, 120, 4, 95, NULL, 'Fall', '2025-2026', '2026-01-29 03:44:36', '2026-02-07 04:32:40'), +(1736, 97, 'STU2500097', 22, 132, 8, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1737, 97, 'STU2500097', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1738, 97, 'STU2500097', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1739, 97, 'STU2500097', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1740, 97, 'STU2500097', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1741, 97, 'STU2500097', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1742, 97, 'STU2500097', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1743, 97, 'STU2500097', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1744, 222, 'STU2500222', 22, 132, 5, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1745, 222, 'STU2500222', 22, 132, 6, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1746, 222, 'STU2500222', 22, 132, 9, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1747, 222, 'STU2500222', 22, 132, 10, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1748, 222, 'STU2500222', 22, 132, 11, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1749, 222, 'STU2500222', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1750, 222, 'STU2500222', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1751, 222, 'STU2500222', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1752, 222, 'STU2500222', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1753, 197, 'STU2500197', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1754, 197, 'STU2500197', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1755, 197, 'STU2500197', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1756, 197, 'STU2500197', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1757, 92, 'STU2500092', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1758, 92, 'STU2500092', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1759, 92, 'STU2500092', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1760, 92, 'STU2500092', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1761, 104, 'STU2500104', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1762, 104, 'STU2500104', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1763, 104, 'STU2500104', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1764, 104, 'STU2500104', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1765, 104, 'STU2500104', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1766, 182, 'STU2500182', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1767, 182, 'STU2500182', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1768, 182, 'STU2500182', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1769, 182, 'STU2500182', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1770, 58, 'STU2500058', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1771, 58, 'STU2500058', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1772, 58, 'STU2500058', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1773, 58, 'STU2500058', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1774, 101, 'STU2500101', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1775, 101, 'STU2500101', 22, 132, 10, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1776, 101, 'STU2500101', 22, 132, 11, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1777, 101, 'STU2500101', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1778, 101, 'STU2500101', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1779, 101, 'STU2500101', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1780, 101, 'STU2500101', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1781, 82, 'STU2500082', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1782, 82, 'STU2500082', 22, 132, 4, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1783, 82, 'STU2500082', 22, 132, 6, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1784, 82, 'STU2500082', 22, 132, 9, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1785, 82, 'STU2500082', 22, 132, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1786, 82, 'STU2500082', 22, 132, 11, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1787, 82, 'STU2500082', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1788, 82, 'STU2500082', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1789, 82, 'STU2500082', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1790, 82, 'STU2500082', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1791, 153, 'STU2500153', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1792, 153, 'STU2500153', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1793, 153, 'STU2500153', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1794, 153, 'STU2500153', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1795, 80, 'STU2500080', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1796, 80, 'STU2500080', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1797, 80, 'STU2500080', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1798, 80, 'STU2500080', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1799, 79, 'STU2500079', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1800, 79, 'STU2500079', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1801, 79, 'STU2500079', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1802, 79, 'STU2500079', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1803, 41, 'STU2500041', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1804, 41, 'STU2500041', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1805, 41, 'STU2500041', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1806, 41, 'STU2500041', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1807, 14, 'STU2500014', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1808, 14, 'STU2500014', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1809, 14, 'STU2500014', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1810, 14, 'STU2500014', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1811, 228, 'STU2500228', 22, 132, 4, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1812, 228, 'STU2500228', 22, 132, 11, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1813, 228, 'STU2500228', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1814, 228, 'STU2500228', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1815, 228, 'STU2500228', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1816, 228, 'STU2500228', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1817, 178, 'STU2500178', 22, 132, 4, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1818, 178, 'STU2500178', 22, 132, 5, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1819, 178, 'STU2500178', 22, 132, 6, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1820, 178, 'STU2500178', 22, 132, 9, 0, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1821, 178, 'STU2500178', 22, 132, 12, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1822, 178, 'STU2500178', 22, 132, 13, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1823, 178, 'STU2500178', 22, 132, 14, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1824, 178, 'STU2500178', 22, 132, 15, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 15:19:34', '2026-02-01 15:19:43'), +(1825, 75, 'STU2500075', 32, 45, 6, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:32:01', '2026-03-08 16:26:26'), +(1826, 75, 'STU2500075', 32, 45, 7, 82, NULL, 'Fall', '2025-2026', '2026-02-01 15:32:01', '2026-03-08 16:26:26'), +(1827, 75, 'STU2500075', 32, 45, 8, 100, NULL, 'Fall', '2025-2026', '2026-02-01 15:32:01', '2026-03-08 16:26:26'), +(1828, 75, 'STU2500075', 32, 45, 1, 70, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1829, 75, 'STU2500075', 32, 45, 2, 81, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1830, 165, 'STU2500165', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1831, 165, 'STU2500165', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1832, 7, 'STU2500007', 32, 45, 1, 63, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1833, 7, 'STU2500007', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1834, 8, 'STU2500008', 32, 45, 1, 89, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1835, 8, 'STU2500008', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1836, 18, 'STU2500018', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1837, 18, 'STU2500018', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1838, 145, 'STU2500145', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1839, 145, 'STU2500145', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1840, 144, 'STU2500144', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1841, 144, 'STU2500144', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1842, 189, 'STU2500189', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1843, 189, 'STU2500189', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1844, 220, 'STU2500220', 32, 45, 1, 60, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1845, 220, 'STU2500220', 32, 45, 2, 80, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1846, 130, 'STU2500130', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1847, 130, 'STU2500130', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1848, 213, 'STU2500213', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1849, 213, 'STU2500213', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1850, 74, 'STU2500074', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1851, 74, 'STU2500074', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1852, 185, 'STU2500185', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1853, 185, 'STU2500185', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1854, 54, 'STU2500054', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1855, 54, 'STU2500054', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1856, 179, 'STU2500179', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1857, 179, 'STU2500179', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1858, 168, 'STU2500168', 32, 45, 1, 94, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1859, 168, 'STU2500168', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1860, 169, 'STU2500169', 32, 45, 1, 89, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1861, 169, 'STU2500169', 32, 45, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1862, 123, 'STU2500123', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1863, 123, 'STU2500123', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-01 16:10:40', '2026-05-24 01:29:09'), +(1864, 125, 'STU2500125', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1865, 125, 'STU2500125', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1866, 125, 'STU2500125', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1867, 103, 'STU2500103', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1868, 60, 'STU2500060', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1869, 194, 'STU2500194', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1870, 188, 'STU2500188', 52, 40, 3, 0, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1871, 188, 'STU2500188', 52, 40, 6, 0, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1872, 188, 'STU2500188', 52, 40, 9, 50, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1873, 188, 'STU2500188', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1874, 188, 'STU2500188', 52, 40, 11, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1875, 224, 'STU2500224', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1876, 244, 'STU2500244', 52, 40, 10, 100, NULL, 'Fall', '2025-2026', '2026-02-04 05:42:39', '2026-02-06 04:11:47'), +(1877, 204, 'STU2500204', 90, 138, 2, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1878, 204, 'STU2500204', 90, 138, 3, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1879, 204, 'STU2500204', 90, 138, 8, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1880, 102, 'STU2500102', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1881, 102, 'STU2500102', 90, 138, 3, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1882, 208, 'STU2500208', 90, 138, 3, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1883, 223, 'STU2500223', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1884, 223, 'STU2500223', 90, 138, 3, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1885, 48, 'STU2500048', 90, 138, 3, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1886, 154, 'STU2500154', 90, 138, 3, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1887, 154, 'STU2500154', 90, 138, 4, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1888, 116, 'STU2500116', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1889, 116, 'STU2500116', 90, 138, 3, 90, NULL, 'Fall', '2025-2026', '2026-02-06 20:10:05', '2026-02-06 20:10:05'), +(1890, 221, 'STU2500221', 10, 3, 6, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1891, 235, 'STU2500235', 10, 3, 6, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1892, 159, 'STU2500159', 10, 3, 4, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1893, 160, 'STU2500160', 10, 3, 4, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1894, 215, 'STU2500215', 10, 3, 6, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1895, 229, 'STU2500229', 10, 3, 6, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1896, 214, 'STU2500214', 10, 3, 6, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1897, 211, 'STU2500211', 10, 3, 6, NULL, NULL, 'Fall', '2025-2026', '2026-02-07 02:30:03', '2026-02-07 02:45:45'), +(1898, 125, 'STU2500125', 52, 40, 1, 75, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1899, 50, 'STU2500050', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1900, 100, 'STU2500100', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1901, 103, 'STU2500103', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1902, 195, 'STU2500195', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1903, 60, 'STU2500060', 52, 40, 1, 60, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1904, 2, 'STU2500001', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1905, 22, 'STU2500022', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1906, 186, 'STU2500186', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1907, 25, 'STU2500025', 52, 40, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1908, 194, 'STU2500194', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1909, 188, 'STU2500188', 52, 40, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1910, 224, 'STU2500224', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1911, 244, 'STU2500244', 52, 40, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1912, 42, 'STU2500042', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:12:42', '2026-05-24 21:27:07'), +(1913, 212, 'STU2500212', 90, 138, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1914, 212, 'STU2500212', 90, 138, 2, 40, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1915, 204, 'STU2500204', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1916, 204, 'STU2500204', 90, 138, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1917, 102, 'STU2500102', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1918, 102, 'STU2500102', 90, 138, 2, 50, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1919, 208, 'STU2500208', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1920, 208, 'STU2500208', 90, 138, 2, 90, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1921, 223, 'STU2500223', 90, 138, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1922, 223, 'STU2500223', 90, 138, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1923, 162, 'STU2500162', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1924, 162, 'STU2500162', 90, 138, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1925, 48, 'STU2500048', 90, 138, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1926, 48, 'STU2500048', 90, 138, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1927, 154, 'STU2500154', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1928, 154, 'STU2500154', 90, 138, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1929, 108, 'STU2500108', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1930, 108, 'STU2500108', 90, 138, 2, 50, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1931, 116, 'STU2500116', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:58', '2026-05-23 17:09:41'), +(1932, 116, 'STU2500116', 90, 138, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:13:59', '2026-05-23 17:09:41'), +(1933, 26, 'STU2500026', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1934, 91, 'STU2500091', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1935, 32, 'STU2500032', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1936, 242, 'STU2500242', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1937, 28, 'STU2500028', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1938, 126, 'STU2500126', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1939, 72, 'STU2500072', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1940, 1, 'STU2500002', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1941, 151, 'STU2500151', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1942, 94, 'STU2500094', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1943, 158, 'STU2500158', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1944, 230, 'STU2500230', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1945, 66, 'STU2500066', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1946, 67, 'STU2500067', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1947, 6, 'STU2500006', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1948, 187, 'STU2500187', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1949, 117, 'STU2500117', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1950, 119, 'STU2500119', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:41:28', '2026-05-10 14:40:46'), +(1951, 92, 'STU2500092', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1952, 92, 'STU2500092', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1953, 101, 'STU2500101', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1954, 101, 'STU2500101', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1955, 41, 'STU2500041', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1956, 41, 'STU2500041', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1957, 14, 'STU2500014', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1958, 14, 'STU2500014', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1959, 58, 'STU2500058', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1960, 58, 'STU2500058', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1961, 80, 'STU2500080', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1962, 80, 'STU2500080', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1963, 104, 'STU2500104', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1964, 104, 'STU2500104', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1965, 182, 'STU2500182', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1966, 182, 'STU2500182', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1967, 228, 'STU2500228', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1968, 228, 'STU2500228', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1969, 97, 'STU2500097', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1970, 97, 'STU2500097', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1971, 178, 'STU2500178', 22, 132, 1, 85.71, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1972, 178, 'STU2500178', 22, 132, 2, 85.7, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1973, 153, 'STU2500153', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1974, 153, 'STU2500153', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1975, 79, 'STU2500079', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1976, 79, 'STU2500079', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1977, 82, 'STU2500082', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1978, 82, 'STU2500082', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1979, 197, 'STU2500197', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1980, 197, 'STU2500197', 22, 132, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1981, 222, 'STU2500222', 22, 132, 1, 85.71, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1982, 222, 'STU2500222', 22, 132, 2, 71.42, NULL, 'Spring', '2025-2026', '2026-02-08 15:50:26', '2026-05-17 15:26:06'), +(1983, 120, 'STU2500120', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1984, 37, 'STU2500037', 60, 120, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1985, 90, 'STU2500090', 60, 120, 1, 90, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1986, 137, 'STU2500137', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1987, 198, 'STU2500198', 60, 120, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1988, 209, 'STU2500209', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1989, 193, 'STU2500193', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1990, 161, 'STU2500161', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1991, 254, 'STU2500254', 60, 120, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1992, 9, 'STU2500009', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1993, 10, 'STU2500010', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1994, 139, 'STU2500139', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1995, 258, 'STU2500258', 60, 120, 1, 90, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1996, 170, 'STU2500170', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:53', '2026-05-17 14:11:35'), +(1997, 77, 'STU2500077', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-08 16:19:54', '2026-05-17 14:11:35'), +(1998, 146, 'STU2500146', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(1999, 146, 'STU2500146', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2000, 249, 'STU2500249', 21, 71, 1, 20, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2001, 249, 'STU2500249', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2002, 176, 'STU2500176', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2003, 176, 'STU2500176', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2004, 112, 'STU2500112', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2005, 112, 'STU2500112', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2006, 141, 'STU2500141', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2007, 141, 'STU2500141', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2008, 45, 'STU2500045', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2009, 45, 'STU2500045', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2010, 173, 'STU2500173', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2011, 173, 'STU2500173', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2012, 86, 'STU2500086', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2013, 86, 'STU2500086', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2014, 105, 'STU2500105', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2015, 105, 'STU2500105', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2016, 256, 'STU2500256', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2017, 256, 'STU2500256', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2018, 200, 'STU2500200', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2019, 200, 'STU2500200', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2020, 226, 'STU2500226', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2021, 226, 'STU2500226', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2022, 217, 'STU2500217', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2023, 217, 'STU2500217', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2024, 157, 'STU2500157', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2025, 157, 'STU2500157', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2026, 36, 'STU2500036', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2027, 36, 'STU2500036', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2028, 43, 'STU2500043', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2029, 43, 'STU2500043', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2030, 147, 'STU2500147', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2031, 147, 'STU2500147', 21, 71, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2032, 206, 'STU2500206', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2033, 206, 'STU2500206', 21, 71, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 16:26:16', '2026-05-22 02:30:56'), +(2034, 168, 'STU2500168', 32, 45, 3, 93, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:31', '2026-05-24 01:29:09'), +(2035, 7, 'STU2500007', 32, 45, 3, 93, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:31', '2026-05-24 01:29:09'), +(2036, 220, 'STU2500220', 32, 45, 3, 85, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:31', '2026-05-24 01:29:09'), +(2037, 75, 'STU2500075', 32, 45, 3, 92, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:31', '2026-05-24 01:29:09'), +(2038, 189, 'STU2500189', 32, 45, 3, 88, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2039, 54, 'STU2500054', 32, 45, 3, 96, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2040, 169, 'STU2500169', 32, 45, 3, 96, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2041, 179, 'STU2500179', 32, 45, 3, 96, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2042, 185, 'STU2500185', 32, 45, 3, 93, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2043, 145, 'STU2500145', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2044, 213, 'STU2500213', 32, 45, 3, 96, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2045, 18, 'STU2500018', 32, 45, 3, 92, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2046, 144, 'STU2500144', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2047, 130, 'STU2500130', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2048, 74, 'STU2500074', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2049, 165, 'STU2500165', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2050, 123, 'STU2500123', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2051, 8, 'STU2500008', 32, 45, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 16:29:32', '2026-05-24 01:29:09'), +(2052, 99, 'STU2500099', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2053, 84, 'STU2500084', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2054, 39, 'STU2500039', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2055, 257, 'STU2500257', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2056, 11, 'STU2500011', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2057, 62, 'STU2500062', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2058, 89, 'STU2500089', 80, 74, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2059, 53, 'STU2500053', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2060, 49, 'STU2500049', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2061, 142, 'STU2500142', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2062, 124, 'STU2500124', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2063, 163, 'STU2500163', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2064, 15, 'STU2500015', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2065, 71, 'STU2500071', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2066, 149, 'STU2500149', 80, 74, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-03-08 16:56:02'), +(2067, 35, 'STU2500035', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2068, 76, 'STU2500076', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2069, 190, 'STU2500190', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2070, 207, 'STU2500207', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2071, 192, 'STU2500192', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2072, 34, 'STU2500034', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:20:10', '2026-05-26 01:29:29'), +(2073, 167, 'STU2500167', 51, 73, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2074, 167, 'STU2500167', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2075, 167, 'STU2500167', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2076, 167, 'STU2500167', 51, 73, 4, 90, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2077, 73, 'STU2500073', 51, 73, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2078, 73, 'STU2500073', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2079, 73, 'STU2500073', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2080, 73, 'STU2500073', 51, 73, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2081, 143, 'STU2500143', 51, 73, 1, 40, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2082, 143, 'STU2500143', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2083, 143, 'STU2500143', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2084, 143, 'STU2500143', 51, 73, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2085, 93, 'STU2500093', 51, 73, 1, 20, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2086, 93, 'STU2500093', 51, 73, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2087, 93, 'STU2500093', 51, 73, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2088, 93, 'STU2500093', 51, 73, 4, 20, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2089, 255, 'STU2500255', 51, 73, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2090, 255, 'STU2500255', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2091, 255, 'STU2500255', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2092, 255, 'STU2500255', 51, 73, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2093, 150, 'STU2500150', 51, 73, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2094, 150, 'STU2500150', 51, 73, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2095, 150, 'STU2500150', 51, 73, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2096, 150, 'STU2500150', 51, 73, 4, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2097, 233, 'STU2500233', 51, 73, 1, 90, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2098, 233, 'STU2500233', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2099, 233, 'STU2500233', 51, 73, 3, 95, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2100, 233, 'STU2500233', 51, 73, 4, 70, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2101, 29, 'STU2500029', 51, 73, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2102, 29, 'STU2500029', 51, 73, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2103, 29, 'STU2500029', 51, 73, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2104, 29, 'STU2500029', 51, 73, 4, 60, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2105, 210, 'STU2500210', 51, 73, 1, 30, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2106, 210, 'STU2500210', 51, 73, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2107, 210, 'STU2500210', 51, 73, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2108, 210, 'STU2500210', 51, 73, 4, 60, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2109, 17, 'STU2500017', 51, 73, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2110, 17, 'STU2500017', 51, 73, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2111, 17, 'STU2500017', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2112, 17, 'STU2500017', 51, 73, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2113, 205, 'STU2500205', 51, 73, 1, 70, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2114, 205, 'STU2500205', 51, 73, 2, 90, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2115, 205, 'STU2500205', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2116, 205, 'STU2500205', 51, 73, 4, 70, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2117, 164, 'STU2500164', 51, 73, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2118, 164, 'STU2500164', 51, 73, 2, 50, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2119, 164, 'STU2500164', 51, 73, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2120, 164, 'STU2500164', 51, 73, 4, 90, NULL, 'Spring', '2025-2026', '2026-02-08 17:23:04', '2026-05-10 16:43:55'), +(2121, 212, 'STU2500212', 90, 138, 3, 30, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2122, 204, 'STU2500204', 90, 138, 3, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2123, 102, 'STU2500102', 90, 138, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2124, 208, 'STU2500208', 90, 138, 3, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2125, 223, 'STU2500223', 90, 138, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2126, 162, 'STU2500162', 90, 138, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2127, 48, 'STU2500048', 90, 138, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2128, 154, 'STU2500154', 90, 138, 3, 20, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2129, 108, 'STU2500108', 90, 138, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2130, 116, 'STU2500116', 90, 138, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:09:22', '2026-05-23 17:09:41'), +(2131, 26, 'STU2500026', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2132, 91, 'STU2500091', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2133, 32, 'STU2500032', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2134, 242, 'STU2500242', 70, 79, 2, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2135, 28, 'STU2500028', 70, 79, 2, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2136, 126, 'STU2500126', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2137, 72, 'STU2500072', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2138, 1, 'STU2500002', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2139, 151, 'STU2500151', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2140, 94, 'STU2500094', 70, 79, 2, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2141, 158, 'STU2500158', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2142, 230, 'STU2500230', 70, 79, 2, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2143, 66, 'STU2500066', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2144, 67, 'STU2500067', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2145, 6, 'STU2500006', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2146, 187, 'STU2500187', 70, 79, 2, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2147, 117, 'STU2500117', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2148, 119, 'STU2500119', 70, 79, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:23:55', '2026-05-10 14:40:46'), +(2149, 92, 'STU2500092', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2150, 101, 'STU2500101', 22, 132, 3, 87.5, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2151, 41, 'STU2500041', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2152, 14, 'STU2500014', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2153, 58, 'STU2500058', 22, 132, 3, 75, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2154, 80, 'STU2500080', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2155, 104, 'STU2500104', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2156, 182, 'STU2500182', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2157, 228, 'STU2500228', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2158, 97, 'STU2500097', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2159, 178, 'STU2500178', 22, 132, 3, 62.5, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2160, 153, 'STU2500153', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2161, 79, 'STU2500079', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2162, 82, 'STU2500082', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2163, 197, 'STU2500197', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2164, 222, 'STU2500222', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:37:06', '2026-05-17 15:26:06'), +(2165, 120, 'STU2500120', 60, 120, 2, 95, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2166, 37, 'STU2500037', 60, 120, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2167, 90, 'STU2500090', 60, 120, 2, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2168, 137, 'STU2500137', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2169, 198, 'STU2500198', 60, 120, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2170, 209, 'STU2500209', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2171, 193, 'STU2500193', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2172, 161, 'STU2500161', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2173, 254, 'STU2500254', 60, 120, 2, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2174, 9, 'STU2500009', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2175, 10, 'STU2500010', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2176, 139, 'STU2500139', 60, 120, 2, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2177, 258, 'STU2500258', 60, 120, 2, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2178, 170, 'STU2500170', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2179, 77, 'STU2500077', 60, 120, 2, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:44:52', '2026-05-17 14:11:35'), +(2180, 171, 'STU2500171', 31, 155, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2181, 21, 'STU2500021', 31, 155, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2182, 199, 'STU2500199', 31, 155, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2183, 30, 'STU2500030', 31, 155, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2184, 68, 'STU2500068', 31, 155, 1, 40, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2185, 78, 'STU2500078', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2186, 44, 'STU2500044', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2187, 57, 'STU2500057', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2188, 234, 'STU2500234', 31, 155, 1, 80, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2189, 70, 'STU2500070', 31, 155, 1, 90, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2190, 20, 'STU2500020', 31, 155, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2191, 64, 'STU2500064', 31, 155, 1, 95, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2192, 196, 'STU2500196', 31, 155, 1, 60, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2193, 16, 'STU2500016', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2194, 245, 'STU2500245', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2195, 127, 'STU2500127', 31, 155, 1, 40, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2196, 81, 'STU2500081', 31, 155, 1, 20, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2197, 19, 'STU2500019', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 16:55:56', '2026-05-29 16:28:13'), +(2198, 168, 'STU2500168', 32, 45, 4, 92, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2199, 7, 'STU2500007', 32, 45, 4, 92, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2200, 220, 'STU2500220', 32, 45, 4, 65, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2201, 75, 'STU2500075', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2202, 189, 'STU2500189', 32, 45, 4, 77, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2203, 54, 'STU2500054', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2204, 169, 'STU2500169', 32, 45, 4, 92, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2205, 179, 'STU2500179', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2206, 185, 'STU2500185', 32, 45, 4, 85, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2207, 145, 'STU2500145', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2208, 213, 'STU2500213', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2209, 18, 'STU2500018', 32, 45, 4, 92, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2210, 144, 'STU2500144', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2211, 130, 'STU2500130', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2212, 74, 'STU2500074', 32, 45, 4, 70, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2213, 165, 'STU2500165', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2214, 123, 'STU2500123', 32, 45, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2215, 8, 'STU2500008', 32, 45, 4, 70, NULL, 'Spring', '2025-2026', '2026-02-22 17:14:44', '2026-05-24 01:29:09'), +(2216, 183, 'STU2500183', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2217, 180, 'STU2500180', 10, 3, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2218, 221, 'STU2500221', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2219, 235, 'STU2500235', 10, 3, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2220, 52, 'STU2500052', 10, 3, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2221, 227, 'STU2500227', 10, 3, 1, 50, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2222, 159, 'STU2500159', 10, 3, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2223, 160, 'STU2500160', 10, 3, 1, NULL, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2224, 215, 'STU2500215', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2225, 56, 'STU2500056', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2226, 229, 'STU2500229', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2227, 214, 'STU2500214', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:19'), +(2228, 131, 'STU2500131', 10, 3, 1, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:20'), +(2229, 211, 'STU2500211', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:30:24', '2026-05-22 01:46:20'), +(2230, 212, 'STU2500212', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2231, 204, 'STU2500204', 90, 138, 4, 70, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2232, 102, 'STU2500102', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2233, 208, 'STU2500208', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2234, 223, 'STU2500223', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2235, 162, 'STU2500162', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2236, 48, 'STU2500048', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2237, 154, 'STU2500154', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2238, 108, 'STU2500108', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2239, 116, 'STU2500116', 90, 138, 4, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:33:38', '2026-05-23 17:09:41'), +(2240, 146, 'STU2500146', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2241, 249, 'STU2500249', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2242, 176, 'STU2500176', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2243, 112, 'STU2500112', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2244, 141, 'STU2500141', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2245, 45, 'STU2500045', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2246, 173, 'STU2500173', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2247, 86, 'STU2500086', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2248, 105, 'STU2500105', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2249, 256, 'STU2500256', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2250, 200, 'STU2500200', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2251, 226, 'STU2500226', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2252, 217, 'STU2500217', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2253, 157, 'STU2500157', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2254, 36, 'STU2500036', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2255, 43, 'STU2500043', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2256, 147, 'STU2500147', 21, 71, 3, 100, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2257, 206, 'STU2500206', 21, 71, 3, 0, NULL, 'Spring', '2025-2026', '2026-02-22 17:38:50', '2026-05-22 02:30:56'), +(2258, 125, 'STU2500125', 52, 40, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2259, 50, 'STU2500050', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2260, 100, 'STU2500100', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2261, 103, 'STU2500103', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2262, 195, 'STU2500195', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2263, 60, 'STU2500060', 52, 40, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2264, 2, 'STU2500001', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2265, 22, 'STU2500022', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2266, 186, 'STU2500186', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2267, 25, 'STU2500025', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2268, 194, 'STU2500194', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2269, 188, 'STU2500188', 52, 40, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2270, 224, 'STU2500224', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2271, 244, 'STU2500244', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2272, 42, 'STU2500042', 52, 40, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:13:41', '2026-05-24 21:27:07'), +(2273, 120, 'STU2500120', 60, 120, 3, 95, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2274, 37, 'STU2500037', 60, 120, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2275, 90, 'STU2500090', 60, 120, 3, 95, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2276, 137, 'STU2500137', 60, 120, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2277, 198, 'STU2500198', 60, 120, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2278, 209, 'STU2500209', 60, 120, 3, 90, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2279, 193, 'STU2500193', 60, 120, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2280, 161, 'STU2500161', 60, 120, 3, 95, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'), +(2281, 254, 'STU2500254', 60, 120, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:06', '2026-05-17 14:11:35'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(2282, 9, 'STU2500009', 60, 120, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2283, 10, 'STU2500010', 60, 120, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2284, 139, 'STU2500139', 60, 120, 3, 90, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2285, 258, 'STU2500258', 60, 120, 3, 75, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2286, 170, 'STU2500170', 60, 120, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2287, 77, 'STU2500077', 60, 120, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:24:07', '2026-05-17 14:11:35'), +(2288, 146, 'STU2500146', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2289, 249, 'STU2500249', 21, 71, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2290, 176, 'STU2500176', 21, 71, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2291, 112, 'STU2500112', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2292, 141, 'STU2500141', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2293, 45, 'STU2500045', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2294, 173, 'STU2500173', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2295, 86, 'STU2500086', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2296, 105, 'STU2500105', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2297, 256, 'STU2500256', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2298, 200, 'STU2500200', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2299, 226, 'STU2500226', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2300, 217, 'STU2500217', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2301, 157, 'STU2500157', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2302, 36, 'STU2500036', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2303, 43, 'STU2500043', 21, 71, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2304, 147, 'STU2500147', 21, 71, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2305, 206, 'STU2500206', 21, 71, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-01 16:28:21', '2026-05-22 02:30:56'), +(2306, 168, 'STU2500168', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2307, 7, 'STU2500007', 32, 45, 5, 94, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2308, 220, 'STU2500220', 32, 45, 5, 70, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2309, 75, 'STU2500075', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2310, 189, 'STU2500189', 32, 45, 5, 94, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2311, 54, 'STU2500054', 32, 45, 5, 94, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2312, 169, 'STU2500169', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2313, 179, 'STU2500179', 32, 45, 5, 76, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2314, 185, 'STU2500185', 32, 45, 5, 76, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2315, 145, 'STU2500145', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2316, 213, 'STU2500213', 32, 45, 5, 94, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2317, 18, 'STU2500018', 32, 45, 5, 88, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2318, 144, 'STU2500144', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2319, 130, 'STU2500130', 32, 45, 5, 94, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2320, 74, 'STU2500074', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2321, 165, 'STU2500165', 32, 45, 5, 88, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2322, 123, 'STU2500123', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2323, 8, 'STU2500008', 32, 45, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:47:34', '2026-05-24 01:29:09'), +(2324, 92, 'STU2500092', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2325, 101, 'STU2500101', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2326, 41, 'STU2500041', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2327, 14, 'STU2500014', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2328, 58, 'STU2500058', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2329, 80, 'STU2500080', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2330, 104, 'STU2500104', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2331, 182, 'STU2500182', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2332, 228, 'STU2500228', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2333, 97, 'STU2500097', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2334, 178, 'STU2500178', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2335, 153, 'STU2500153', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2336, 79, 'STU2500079', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2337, 82, 'STU2500082', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2338, 197, 'STU2500197', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2339, 222, 'STU2500222', 22, 132, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-01 16:50:47', '2026-05-17 15:26:06'), +(2340, 12, 'STU2500012', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2341, 121, 'STU2500121', 41, 43, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2342, 216, 'STU2500216', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2343, 13, 'STU2500013', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2344, 156, 'STU2500156', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2345, 115, 'STU2500115', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2346, 109, 'STU2500109', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2347, 248, 'STU2500248', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2348, 27, 'STU2500027', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2349, 152, 'STU2500152', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2350, 111, 'STU2500111', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2351, 129, 'STU2500129', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2352, 202, 'STU2500202', 41, 43, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:38:05', '2026-05-04 02:54:47'), +(2353, 12, 'STU2500012', 41, 43, 2, 85, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2354, 121, 'STU2500121', 41, 43, 2, 95, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2355, 216, 'STU2500216', 41, 43, 2, 95, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2356, 13, 'STU2500013', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2357, 156, 'STU2500156', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2358, 115, 'STU2500115', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2359, 109, 'STU2500109', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2360, 248, 'STU2500248', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2361, 27, 'STU2500027', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2362, 152, 'STU2500152', 41, 43, 2, 85, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2363, 111, 'STU2500111', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2364, 129, 'STU2500129', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2365, 202, 'STU2500202', 41, 43, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:43:05', '2026-05-04 02:54:47'), +(2366, 26, 'STU2500026', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2367, 91, 'STU2500091', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2368, 32, 'STU2500032', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2369, 242, 'STU2500242', 70, 79, 3, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2370, 28, 'STU2500028', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2371, 126, 'STU2500126', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2372, 72, 'STU2500072', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2373, 1, 'STU2500002', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2374, 151, 'STU2500151', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2375, 94, 'STU2500094', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2376, 158, 'STU2500158', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:30', '2026-05-10 14:40:46'), +(2377, 230, 'STU2500230', 70, 79, 3, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2378, 66, 'STU2500066', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2379, 67, 'STU2500067', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2380, 6, 'STU2500006', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2381, 187, 'STU2500187', 70, 79, 3, NULL, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2382, 117, 'STU2500117', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2383, 119, 'STU2500119', 70, 79, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-01 17:44:31', '2026-05-10 14:40:46'), +(2384, 99, 'STU2500099', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2385, 84, 'STU2500084', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2386, 39, 'STU2500039', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2387, 257, 'STU2500257', 80, 74, 2, 80, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2388, 11, 'STU2500011', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2389, 62, 'STU2500062', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2390, 89, 'STU2500089', 80, 74, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2391, 53, 'STU2500053', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2392, 49, 'STU2500049', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2393, 142, 'STU2500142', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2394, 124, 'STU2500124', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2395, 163, 'STU2500163', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2396, 15, 'STU2500015', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2397, 71, 'STU2500071', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2398, 149, 'STU2500149', 80, 74, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-03-08 16:56:02'), +(2399, 35, 'STU2500035', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2400, 76, 'STU2500076', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2401, 190, 'STU2500190', 80, 74, 2, 80, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2402, 207, 'STU2500207', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2403, 192, 'STU2500192', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2404, 34, 'STU2500034', 80, 74, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:04:17', '2026-05-26 01:29:29'), +(2405, 212, 'STU2500212', 90, 138, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2406, 212, 'STU2500212', 90, 138, 6, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2407, 204, 'STU2500204', 90, 138, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2408, 204, 'STU2500204', 90, 138, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2409, 102, 'STU2500102', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2410, 102, 'STU2500102', 90, 138, 6, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2411, 208, 'STU2500208', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2412, 208, 'STU2500208', 90, 138, 6, 50, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:21', '2026-05-23 17:09:41'), +(2413, 223, 'STU2500223', 90, 138, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2414, 223, 'STU2500223', 90, 138, 6, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2415, 162, 'STU2500162', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2416, 162, 'STU2500162', 90, 138, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2417, 48, 'STU2500048', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2418, 48, 'STU2500048', 90, 138, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2419, 154, 'STU2500154', 90, 138, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2420, 154, 'STU2500154', 90, 138, 6, 80, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2421, 108, 'STU2500108', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2422, 108, 'STU2500108', 90, 138, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2423, 116, 'STU2500116', 90, 138, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2424, 116, 'STU2500116', 90, 138, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:07:22', '2026-05-23 17:09:41'), +(2425, 125, 'STU2500125', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2426, 50, 'STU2500050', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2427, 100, 'STU2500100', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2428, 103, 'STU2500103', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2429, 195, 'STU2500195', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2430, 60, 'STU2500060', 52, 40, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2431, 2, 'STU2500001', 52, 40, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2432, 22, 'STU2500022', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2433, 186, 'STU2500186', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2434, 25, 'STU2500025', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2435, 194, 'STU2500194', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2436, 188, 'STU2500188', 52, 40, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2437, 224, 'STU2500224', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2438, 244, 'STU2500244', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2439, 42, 'STU2500042', 52, 40, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:11:14', '2026-05-24 21:27:07'), +(2440, 183, 'STU2500183', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2441, 183, 'STU2500183', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2442, 183, 'STU2500183', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2443, 180, 'STU2500180', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2444, 180, 'STU2500180', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2445, 180, 'STU2500180', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2446, 221, 'STU2500221', 10, 3, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2447, 221, 'STU2500221', 10, 3, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2448, 221, 'STU2500221', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2449, 235, 'STU2500235', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2450, 235, 'STU2500235', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2451, 235, 'STU2500235', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2452, 52, 'STU2500052', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2453, 52, 'STU2500052', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2454, 52, 'STU2500052', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2455, 227, 'STU2500227', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2456, 227, 'STU2500227', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2457, 227, 'STU2500227', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2458, 159, 'STU2500159', 10, 3, 2, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2459, 159, 'STU2500159', 10, 3, 3, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2460, 159, 'STU2500159', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2461, 160, 'STU2500160', 10, 3, 2, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2462, 160, 'STU2500160', 10, 3, 3, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2463, 160, 'STU2500160', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2464, 215, 'STU2500215', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2465, 215, 'STU2500215', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2466, 215, 'STU2500215', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2467, 56, 'STU2500056', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2468, 56, 'STU2500056', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2469, 56, 'STU2500056', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2470, 229, 'STU2500229', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2471, 229, 'STU2500229', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2472, 229, 'STU2500229', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2473, 214, 'STU2500214', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2474, 214, 'STU2500214', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2475, 214, 'STU2500214', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:19'), +(2476, 131, 'STU2500131', 10, 3, 2, 0, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2477, 131, 'STU2500131', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2478, 131, 'STU2500131', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2479, 211, 'STU2500211', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2480, 211, 'STU2500211', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2481, 211, 'STU2500211', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:33:19', '2026-05-22 01:46:20'), +(2482, 26, 'STU2500026', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2483, 91, 'STU2500091', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2484, 32, 'STU2500032', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2485, 242, 'STU2500242', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2486, 28, 'STU2500028', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2487, 126, 'STU2500126', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2488, 72, 'STU2500072', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2489, 1, 'STU2500002', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2490, 151, 'STU2500151', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2491, 94, 'STU2500094', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2492, 158, 'STU2500158', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2493, 230, 'STU2500230', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2494, 66, 'STU2500066', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2495, 67, 'STU2500067', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2496, 6, 'STU2500006', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2497, 187, 'STU2500187', 70, 79, 4, NULL, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2498, 117, 'STU2500117', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2499, 119, 'STU2500119', 70, 79, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:35:41', '2026-05-10 14:40:46'), +(2500, 92, 'STU2500092', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2501, 101, 'STU2500101', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2502, 41, 'STU2500041', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2503, 14, 'STU2500014', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2504, 58, 'STU2500058', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2505, 80, 'STU2500080', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2506, 104, 'STU2500104', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2507, 182, 'STU2500182', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2508, 228, 'STU2500228', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2509, 97, 'STU2500097', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2510, 178, 'STU2500178', 22, 132, 5, 92.3, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2511, 153, 'STU2500153', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2512, 79, 'STU2500079', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2513, 82, 'STU2500082', 22, 132, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2514, 197, 'STU2500197', 22, 132, 5, 84.61, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2515, 222, 'STU2500222', 22, 132, 5, 15.38, NULL, 'Spring', '2025-2026', '2026-03-08 15:49:43', '2026-05-17 15:26:06'), +(2516, 146, 'STU2500146', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2517, 249, 'STU2500249', 21, 71, 5, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2518, 176, 'STU2500176', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2519, 112, 'STU2500112', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2520, 141, 'STU2500141', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2521, 45, 'STU2500045', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2522, 173, 'STU2500173', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2523, 86, 'STU2500086', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2524, 105, 'STU2500105', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2525, 256, 'STU2500256', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2526, 200, 'STU2500200', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:25', '2026-05-22 02:30:56'), +(2527, 226, 'STU2500226', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2528, 217, 'STU2500217', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2529, 157, 'STU2500157', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2530, 36, 'STU2500036', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2531, 43, 'STU2500043', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2532, 147, 'STU2500147', 21, 71, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2533, 206, 'STU2500206', 21, 71, 5, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:06:26', '2026-05-22 02:30:56'), +(2534, 168, 'STU2500168', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2535, 7, 'STU2500007', 32, 45, 6, 88, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2536, 220, 'STU2500220', 32, 45, 6, 70, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2537, 75, 'STU2500075', 32, 45, 6, 88, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2538, 189, 'STU2500189', 32, 45, 6, 82, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2539, 54, 'STU2500054', 32, 45, 6, 94, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2540, 169, 'STU2500169', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2541, 179, 'STU2500179', 32, 45, 6, 88, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2542, 185, 'STU2500185', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2543, 145, 'STU2500145', 32, 45, 6, 94, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2544, 213, 'STU2500213', 32, 45, 6, 72, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2545, 18, 'STU2500018', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2546, 144, 'STU2500144', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2547, 130, 'STU2500130', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2548, 74, 'STU2500074', 32, 45, 6, 93, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2549, 165, 'STU2500165', 32, 45, 6, 94, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2550, 123, 'STU2500123', 32, 45, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:09'), +(2551, 8, 'STU2500008', 32, 45, 6, 94, NULL, 'Spring', '2025-2026', '2026-03-08 16:47:29', '2026-05-24 01:29:10'), +(2552, 99, 'STU2500099', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2553, 84, 'STU2500084', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2554, 39, 'STU2500039', 80, 74, 3, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2555, 257, 'STU2500257', 80, 74, 3, 80, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2556, 11, 'STU2500011', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2557, 62, 'STU2500062', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2558, 89, 'STU2500089', 80, 74, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2559, 53, 'STU2500053', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2560, 49, 'STU2500049', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2561, 142, 'STU2500142', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2562, 124, 'STU2500124', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2563, 163, 'STU2500163', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2564, 15, 'STU2500015', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2565, 71, 'STU2500071', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2566, 149, 'STU2500149', 80, 74, 3, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-03-08 16:56:02'), +(2567, 35, 'STU2500035', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2568, 76, 'STU2500076', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2569, 190, 'STU2500190', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2570, 207, 'STU2500207', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2571, 192, 'STU2500192', 80, 74, 3, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2572, 34, 'STU2500034', 80, 74, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:53:28', '2026-05-26 01:29:29'), +(2573, 99, 'STU2500099', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2574, 84, 'STU2500084', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2575, 39, 'STU2500039', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2576, 257, 'STU2500257', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2577, 11, 'STU2500011', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2578, 62, 'STU2500062', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2579, 89, 'STU2500089', 80, 74, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2580, 53, 'STU2500053', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2581, 49, 'STU2500049', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2582, 142, 'STU2500142', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2583, 124, 'STU2500124', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2584, 163, 'STU2500163', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:01', '2026-05-26 01:29:29'), +(2585, 15, 'STU2500015', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2586, 71, 'STU2500071', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2587, 149, 'STU2500149', 80, 74, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-03-08 16:56:02'), +(2588, 35, 'STU2500035', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2589, 76, 'STU2500076', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2590, 190, 'STU2500190', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2591, 207, 'STU2500207', 80, 74, 4, 50, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2592, 192, 'STU2500192', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2593, 34, 'STU2500034', 80, 74, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:56:02', '2026-05-26 01:29:29'), +(2594, 125, 'STU2500125', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2595, 50, 'STU2500050', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2596, 100, 'STU2500100', 52, 40, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2597, 103, 'STU2500103', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2598, 195, 'STU2500195', 52, 40, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2599, 60, 'STU2500060', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2600, 2, 'STU2500001', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2601, 22, 'STU2500022', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2602, 186, 'STU2500186', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2603, 25, 'STU2500025', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2604, 194, 'STU2500194', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2605, 188, 'STU2500188', 52, 40, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2606, 224, 'STU2500224', 52, 40, 4, 0, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2607, 244, 'STU2500244', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2608, 42, 'STU2500042', 52, 40, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:13:38', '2026-05-24 21:27:07'), +(2609, 92, 'STU2500092', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2610, 101, 'STU2500101', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2611, 41, 'STU2500041', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2612, 14, 'STU2500014', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2613, 58, 'STU2500058', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2614, 80, 'STU2500080', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2615, 104, 'STU2500104', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2616, 182, 'STU2500182', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2617, 228, 'STU2500228', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2618, 97, 'STU2500097', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2619, 178, 'STU2500178', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2620, 153, 'STU2500153', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2621, 79, 'STU2500079', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2622, 82, 'STU2500082', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2623, 197, 'STU2500197', 22, 132, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2624, 222, 'STU2500222', 22, 132, 6, 28.57, NULL, 'Spring', '2025-2026', '2026-03-29 14:33:25', '2026-05-17 15:26:06'), +(2625, 26, 'STU2500026', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:02', '2026-05-10 14:40:46'), +(2626, 91, 'STU2500091', 70, 79, 5, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:02', '2026-05-10 14:40:46'), +(2627, 32, 'STU2500032', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:02', '2026-05-10 14:40:46'), +(2628, 242, 'STU2500242', 70, 79, 5, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:02', '2026-05-10 14:40:46'), +(2629, 28, 'STU2500028', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2630, 126, 'STU2500126', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2631, 72, 'STU2500072', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2632, 1, 'STU2500002', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2633, 151, 'STU2500151', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2634, 94, 'STU2500094', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2635, 158, 'STU2500158', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2636, 230, 'STU2500230', 70, 79, 5, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2637, 66, 'STU2500066', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2638, 67, 'STU2500067', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2639, 6, 'STU2500006', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2640, 187, 'STU2500187', 70, 79, 5, NULL, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2641, 117, 'STU2500117', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2642, 119, 'STU2500119', 70, 79, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:07:03', '2026-05-10 14:40:46'), +(2643, 168, 'STU2500168', 32, 45, 7, 70, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2644, 7, 'STU2500007', 32, 45, 7, 92, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2645, 220, 'STU2500220', 32, 45, 7, 65, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2646, 75, 'STU2500075', 32, 45, 7, 96, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2647, 189, 'STU2500189', 32, 45, 7, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2648, 54, 'STU2500054', 32, 45, 7, 96, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2649, 169, 'STU2500169', 32, 45, 7, 92, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2650, 179, 'STU2500179', 32, 45, 7, 96, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2651, 185, 'STU2500185', 32, 45, 7, 96, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2652, 145, 'STU2500145', 32, 45, 7, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2653, 213, 'STU2500213', 32, 45, 7, 93, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2654, 18, 'STU2500018', 32, 45, 7, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2655, 144, 'STU2500144', 32, 45, 7, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2656, 130, 'STU2500130', 32, 45, 7, 88, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2657, 74, 'STU2500074', 32, 45, 7, 96, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2658, 165, 'STU2500165', 32, 45, 7, 81, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2659, 123, 'STU2500123', 32, 45, 7, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:09'), +(2660, 8, 'STU2500008', 32, 45, 7, 92, NULL, 'Spring', '2025-2026', '2026-03-29 15:11:02', '2026-05-24 01:29:10'), +(2661, 146, 'STU2500146', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2662, 249, 'STU2500249', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2663, 176, 'STU2500176', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2664, 112, 'STU2500112', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2665, 141, 'STU2500141', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2666, 45, 'STU2500045', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2667, 173, 'STU2500173', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2668, 86, 'STU2500086', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2669, 105, 'STU2500105', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2670, 256, 'STU2500256', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2671, 200, 'STU2500200', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2672, 226, 'STU2500226', 21, 71, 6, 0, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2673, 217, 'STU2500217', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2674, 157, 'STU2500157', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2675, 36, 'STU2500036', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2676, 43, 'STU2500043', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2677, 147, 'STU2500147', 21, 71, 6, 100, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2678, 206, 'STU2500206', 21, 71, 6, 0, NULL, 'Spring', '2025-2026', '2026-03-29 15:16:51', '2026-05-22 02:30:56'), +(2679, 12, 'STU2500012', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2680, 121, 'STU2500121', 41, 43, 3, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2681, 216, 'STU2500216', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2682, 13, 'STU2500013', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2683, 156, 'STU2500156', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2684, 115, 'STU2500115', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2685, 109, 'STU2500109', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2686, 248, 'STU2500248', 41, 43, 3, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2687, 27, 'STU2500027', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2688, 152, 'STU2500152', 41, 43, 3, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2689, 111, 'STU2500111', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2690, 129, 'STU2500129', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2691, 202, 'STU2500202', 41, 43, 3, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:33:42', '2026-05-04 02:54:47'), +(2692, 12, 'STU2500012', 41, 43, 4, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2693, 121, 'STU2500121', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2694, 216, 'STU2500216', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2695, 13, 'STU2500013', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2696, 156, 'STU2500156', 41, 43, 4, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2697, 115, 'STU2500115', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2698, 109, 'STU2500109', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2699, 248, 'STU2500248', 41, 43, 4, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2700, 27, 'STU2500027', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2701, 152, 'STU2500152', 41, 43, 4, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2702, 111, 'STU2500111', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2703, 129, 'STU2500129', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2704, 202, 'STU2500202', 41, 43, 4, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:40:21', '2026-05-04 02:54:47'), +(2705, 99, 'STU2500099', 80, 74, 5, 0, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2706, 84, 'STU2500084', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2707, 39, 'STU2500039', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2708, 257, 'STU2500257', 80, 74, 5, 80, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2709, 11, 'STU2500011', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2710, 62, 'STU2500062', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2711, 89, 'STU2500089', 80, 74, 5, 0, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2712, 53, 'STU2500053', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(2713, 49, 'STU2500049', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2714, 142, 'STU2500142', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2715, 124, 'STU2500124', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2716, 163, 'STU2500163', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2717, 15, 'STU2500015', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2718, 71, 'STU2500071', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2719, 35, 'STU2500035', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2720, 76, 'STU2500076', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2721, 190, 'STU2500190', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2722, 207, 'STU2500207', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2723, 192, 'STU2500192', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2724, 34, 'STU2500034', 80, 74, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:44:20', '2026-05-26 01:29:29'), +(2725, 12, 'STU2500012', 41, 43, 5, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2726, 121, 'STU2500121', 41, 43, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2727, 216, 'STU2500216', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2728, 13, 'STU2500013', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2729, 156, 'STU2500156', 41, 43, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2730, 115, 'STU2500115', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2731, 109, 'STU2500109', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2732, 248, 'STU2500248', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2733, 27, 'STU2500027', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2734, 152, 'STU2500152', 41, 43, 5, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2735, 111, 'STU2500111', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2736, 129, 'STU2500129', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2737, 202, 'STU2500202', 41, 43, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:46:33', '2026-05-04 02:54:47'), +(2738, 183, 'STU2500183', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2739, 180, 'STU2500180', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2740, 221, 'STU2500221', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2741, 235, 'STU2500235', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2742, 52, 'STU2500052', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2743, 227, 'STU2500227', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2744, 159, 'STU2500159', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2745, 160, 'STU2500160', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2746, 215, 'STU2500215', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2747, 56, 'STU2500056', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2748, 229, 'STU2500229', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2749, 214, 'STU2500214', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:19'), +(2750, 131, 'STU2500131', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:20'), +(2751, 211, 'STU2500211', 10, 3, 5, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:51:32', '2026-05-22 01:46:20'), +(2752, 212, 'STU2500212', 90, 138, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2753, 204, 'STU2500204', 90, 138, 7, 60, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2754, 102, 'STU2500102', 90, 138, 7, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2755, 208, 'STU2500208', 90, 138, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2756, 223, 'STU2500223', 90, 138, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2757, 162, 'STU2500162', 90, 138, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2758, 48, 'STU2500048', 90, 138, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2759, 154, 'STU2500154', 90, 138, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2760, 108, 'STU2500108', 90, 138, 7, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2761, 116, 'STU2500116', 90, 138, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:08:37', '2026-05-23 17:09:41'), +(2762, 125, 'STU2500125', 52, 40, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2763, 50, 'STU2500050', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2764, 100, 'STU2500100', 52, 40, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2765, 103, 'STU2500103', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2766, 195, 'STU2500195', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2767, 60, 'STU2500060', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2768, 2, 'STU2500001', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2769, 22, 'STU2500022', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2770, 186, 'STU2500186', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2771, 25, 'STU2500025', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2772, 194, 'STU2500194', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2773, 188, 'STU2500188', 52, 40, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2774, 224, 'STU2500224', 52, 40, 5, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2775, 244, 'STU2500244', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2776, 42, 'STU2500042', 52, 40, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:14:28', '2026-05-24 21:27:07'), +(2777, 120, 'STU2500120', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2778, 120, 'STU2500120', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2779, 120, 'STU2500120', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2780, 120, 'STU2500120', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2781, 120, 'STU2500120', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2782, 37, 'STU2500037', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2783, 37, 'STU2500037', 60, 120, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2784, 37, 'STU2500037', 60, 120, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2785, 37, 'STU2500037', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2786, 37, 'STU2500037', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2787, 90, 'STU2500090', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2788, 90, 'STU2500090', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2789, 90, 'STU2500090', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2790, 90, 'STU2500090', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2791, 90, 'STU2500090', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2792, 137, 'STU2500137', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2793, 137, 'STU2500137', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2794, 137, 'STU2500137', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2795, 137, 'STU2500137', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2796, 137, 'STU2500137', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2797, 198, 'STU2500198', 60, 120, 4, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2798, 198, 'STU2500198', 60, 120, 5, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2799, 198, 'STU2500198', 60, 120, 6, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2800, 198, 'STU2500198', 60, 120, 7, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2801, 198, 'STU2500198', 60, 120, 8, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2802, 209, 'STU2500209', 60, 120, 4, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2803, 209, 'STU2500209', 60, 120, 5, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2804, 209, 'STU2500209', 60, 120, 6, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2805, 209, 'STU2500209', 60, 120, 7, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2806, 209, 'STU2500209', 60, 120, 8, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2807, 193, 'STU2500193', 60, 120, 4, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2808, 193, 'STU2500193', 60, 120, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2809, 193, 'STU2500193', 60, 120, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2810, 193, 'STU2500193', 60, 120, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2811, 193, 'STU2500193', 60, 120, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2812, 161, 'STU2500161', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2813, 161, 'STU2500161', 60, 120, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2814, 161, 'STU2500161', 60, 120, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2815, 161, 'STU2500161', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2816, 161, 'STU2500161', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2817, 254, 'STU2500254', 60, 120, 4, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2818, 254, 'STU2500254', 60, 120, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2819, 254, 'STU2500254', 60, 120, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2820, 254, 'STU2500254', 60, 120, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2821, 254, 'STU2500254', 60, 120, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2822, 9, 'STU2500009', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2823, 9, 'STU2500009', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2824, 9, 'STU2500009', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2825, 9, 'STU2500009', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2826, 9, 'STU2500009', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2827, 10, 'STU2500010', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2828, 10, 'STU2500010', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2829, 10, 'STU2500010', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2830, 10, 'STU2500010', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2831, 10, 'STU2500010', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2832, 139, 'STU2500139', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2833, 139, 'STU2500139', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2834, 139, 'STU2500139', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2835, 139, 'STU2500139', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2836, 139, 'STU2500139', 60, 120, 8, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2837, 258, 'STU2500258', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2838, 258, 'STU2500258', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2839, 258, 'STU2500258', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2840, 258, 'STU2500258', 60, 120, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2841, 258, 'STU2500258', 60, 120, 8, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2842, 170, 'STU2500170', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2843, 170, 'STU2500170', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2844, 170, 'STU2500170', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2845, 170, 'STU2500170', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2846, 170, 'STU2500170', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2847, 77, 'STU2500077', 60, 120, 4, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2848, 77, 'STU2500077', 60, 120, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2849, 77, 'STU2500077', 60, 120, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2850, 77, 'STU2500077', 60, 120, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2851, 77, 'STU2500077', 60, 120, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:20:25', '2026-05-17 14:11:35'), +(2852, 167, 'STU2500167', 51, 73, 5, 90, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2853, 73, 'STU2500073', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2854, 143, 'STU2500143', 51, 73, 5, 60, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2855, 93, 'STU2500093', 51, 73, 5, 30, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2856, 255, 'STU2500255', 51, 73, 5, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2857, 150, 'STU2500150', 51, 73, 5, 0, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2858, 233, 'STU2500233', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2859, 29, 'STU2500029', 51, 73, 5, 20, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2860, 210, 'STU2500210', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2861, 17, 'STU2500017', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2862, 205, 'STU2500205', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2863, 164, 'STU2500164', 51, 73, 5, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:34:46', '2026-05-10 16:43:55'), +(2864, 26, 'STU2500026', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2865, 91, 'STU2500091', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2866, 32, 'STU2500032', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2867, 242, 'STU2500242', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2868, 28, 'STU2500028', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2869, 126, 'STU2500126', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2870, 72, 'STU2500072', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2871, 1, 'STU2500002', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2872, 151, 'STU2500151', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2873, 94, 'STU2500094', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2874, 158, 'STU2500158', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2875, 230, 'STU2500230', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2876, 66, 'STU2500066', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2877, 67, 'STU2500067', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2878, 6, 'STU2500006', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2879, 187, 'STU2500187', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2880, 117, 'STU2500117', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2881, 119, 'STU2500119', 70, 79, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:47:48', '2026-05-10 14:40:46'), +(2882, 92, 'STU2500092', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2883, 101, 'STU2500101', 22, 132, 7, 50, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2884, 41, 'STU2500041', 22, 132, 7, 93.75, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2885, 14, 'STU2500014', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2886, 58, 'STU2500058', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2887, 80, 'STU2500080', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2888, 104, 'STU2500104', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2889, 182, 'STU2500182', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2890, 228, 'STU2500228', 22, 132, 7, 50, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2891, 97, 'STU2500097', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2892, 178, 'STU2500178', 22, 132, 7, 78, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2893, 153, 'STU2500153', 22, 132, 7, 50, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2894, 79, 'STU2500079', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2895, 82, 'STU2500082', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2896, 197, 'STU2500197', 22, 132, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2897, 222, 'STU2500222', 22, 132, 7, 50, NULL, 'Spring', '2025-2026', '2026-04-05 14:48:11', '2026-05-17 15:26:06'), +(2898, 168, 'STU2500168', 32, 45, 8, 93, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2899, 7, 'STU2500007', 32, 45, 8, 75, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2900, 220, 'STU2500220', 32, 45, 8, 70, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2901, 75, 'STU2500075', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2902, 189, 'STU2500189', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2903, 54, 'STU2500054', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2904, 169, 'STU2500169', 32, 45, 8, 93, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2905, 179, 'STU2500179', 32, 45, 8, 87, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2906, 185, 'STU2500185', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2907, 145, 'STU2500145', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2908, 213, 'STU2500213', 32, 45, 8, 87, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2909, 18, 'STU2500018', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2910, 144, 'STU2500144', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2911, 130, 'STU2500130', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2912, 74, 'STU2500074', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2913, 165, 'STU2500165', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2914, 123, 'STU2500123', 32, 45, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:09'), +(2915, 8, 'STU2500008', 32, 45, 8, 87, NULL, 'Spring', '2025-2026', '2026-04-05 15:01:42', '2026-05-24 01:29:10'), +(2916, 183, 'STU2500183', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2917, 180, 'STU2500180', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2918, 221, 'STU2500221', 10, 3, 6, 50, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2919, 235, 'STU2500235', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2920, 52, 'STU2500052', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2921, 227, 'STU2500227', 10, 3, 6, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2922, 159, 'STU2500159', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2923, 160, 'STU2500160', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2924, 215, 'STU2500215', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2925, 56, 'STU2500056', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2926, 229, 'STU2500229', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2927, 214, 'STU2500214', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:19'), +(2928, 131, 'STU2500131', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:20'), +(2929, 211, 'STU2500211', 10, 3, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:12:50', '2026-05-22 01:46:20'), +(2930, 146, 'STU2500146', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2931, 249, 'STU2500249', 21, 71, 7, 95, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2932, 176, 'STU2500176', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2933, 112, 'STU2500112', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2934, 141, 'STU2500141', 21, 71, 7, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2935, 45, 'STU2500045', 21, 71, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2936, 173, 'STU2500173', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2937, 86, 'STU2500086', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2938, 105, 'STU2500105', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2939, 256, 'STU2500256', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2940, 200, 'STU2500200', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2941, 226, 'STU2500226', 21, 71, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2942, 217, 'STU2500217', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2943, 157, 'STU2500157', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2944, 36, 'STU2500036', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2945, 43, 'STU2500043', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2946, 147, 'STU2500147', 21, 71, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2947, 206, 'STU2500206', 21, 71, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-05 15:16:55', '2026-05-22 02:30:56'), +(2948, 12, 'STU2500012', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2949, 121, 'STU2500121', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2950, 216, 'STU2500216', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2951, 13, 'STU2500013', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2952, 156, 'STU2500156', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2953, 115, 'STU2500115', 41, 43, 6, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2954, 109, 'STU2500109', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2955, 248, 'STU2500248', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2956, 27, 'STU2500027', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2957, 152, 'STU2500152', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2958, 111, 'STU2500111', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2959, 129, 'STU2500129', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2960, 202, 'STU2500202', 41, 43, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:31', '2026-05-04 02:54:47'), +(2961, 85, 'STU2500085', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2962, 118, 'STU2500118', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2963, 40, 'STU2500040', 42, 68, 1, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2964, 106, 'STU2500106', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2965, 231, 'STU2500231', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2966, 138, 'STU2500138', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2967, 135, 'STU2500135', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2968, 55, 'STU2500055', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2969, 177, 'STU2500177', 42, 68, 1, NULL, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2970, 51, 'STU2500051', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2971, 33, 'STU2500033', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2972, 63, 'STU2500063', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2973, 140, 'STU2500140', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2974, 218, 'STU2500218', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 18:39:27', '2026-04-19 15:06:44'), +(2975, 125, 'STU2500125', 52, 40, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2976, 50, 'STU2500050', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2977, 100, 'STU2500100', 52, 40, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2978, 103, 'STU2500103', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2979, 195, 'STU2500195', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2980, 60, 'STU2500060', 52, 40, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2981, 2, 'STU2500001', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2982, 22, 'STU2500022', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2983, 186, 'STU2500186', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2984, 25, 'STU2500025', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2985, 194, 'STU2500194', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2986, 188, 'STU2500188', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2987, 224, 'STU2500224', 52, 40, 6, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2988, 244, 'STU2500244', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2989, 42, 'STU2500042', 52, 40, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:20:36', '2026-05-24 21:27:07'), +(2990, 92, 'STU2500092', 22, 132, 8, 78, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2991, 101, 'STU2500101', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2992, 41, 'STU2500041', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2993, 14, 'STU2500014', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2994, 58, 'STU2500058', 22, 132, 8, 63, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2995, 80, 'STU2500080', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2996, 104, 'STU2500104', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2997, 182, 'STU2500182', 22, 132, 8, 89, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2998, 228, 'STU2500228', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:14', '2026-05-17 15:26:06'), +(2999, 97, 'STU2500097', 22, 132, 8, 84, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3000, 178, 'STU2500178', 22, 132, 8, 89, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3001, 153, 'STU2500153', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3002, 79, 'STU2500079', 22, 132, 8, 94, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3003, 82, 'STU2500082', 22, 132, 8, 78, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3004, 197, 'STU2500197', 22, 132, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3005, 222, 'STU2500222', 22, 132, 8, 35, NULL, 'Spring', '2025-2026', '2026-04-12 14:39:15', '2026-05-17 15:26:06'), +(3006, 120, 'STU2500120', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3007, 37, 'STU2500037', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3008, 90, 'STU2500090', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3009, 137, 'STU2500137', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3010, 198, 'STU2500198', 60, 120, 9, 90, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3011, 209, 'STU2500209', 60, 120, 9, 90, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3012, 193, 'STU2500193', 60, 120, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3013, 161, 'STU2500161', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3014, 254, 'STU2500254', 60, 120, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3015, 9, 'STU2500009', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3016, 10, 'STU2500010', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3017, 139, 'STU2500139', 60, 120, 9, 90, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3018, 258, 'STU2500258', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3019, 170, 'STU2500170', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3020, 77, 'STU2500077', 60, 120, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:54:10', '2026-05-17 14:11:35'), +(3021, 183, 'STU2500183', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3022, 180, 'STU2500180', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3023, 221, 'STU2500221', 10, 3, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3024, 235, 'STU2500235', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3025, 52, 'STU2500052', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3026, 227, 'STU2500227', 10, 3, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3027, 159, 'STU2500159', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3028, 160, 'STU2500160', 10, 3, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3029, 215, 'STU2500215', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3030, 56, 'STU2500056', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3031, 229, 'STU2500229', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3032, 214, 'STU2500214', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:14', '2026-05-22 01:46:19'), +(3033, 131, 'STU2500131', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:15', '2026-05-22 01:46:20'), +(3034, 211, 'STU2500211', 10, 3, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:55:15', '2026-05-22 01:46:20'), +(3035, 146, 'STU2500146', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3036, 146, 'STU2500146', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3037, 249, 'STU2500249', 21, 71, 8, 10, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3038, 249, 'STU2500249', 21, 71, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3039, 176, 'STU2500176', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3040, 176, 'STU2500176', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3041, 112, 'STU2500112', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3042, 112, 'STU2500112', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3043, 141, 'STU2500141', 21, 71, 8, 95, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3044, 141, 'STU2500141', 21, 71, 9, 85, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3045, 45, 'STU2500045', 21, 71, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3046, 45, 'STU2500045', 21, 71, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3047, 173, 'STU2500173', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3048, 173, 'STU2500173', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3049, 86, 'STU2500086', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3050, 86, 'STU2500086', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3051, 105, 'STU2500105', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3052, 105, 'STU2500105', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3053, 256, 'STU2500256', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3054, 256, 'STU2500256', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3055, 200, 'STU2500200', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3056, 200, 'STU2500200', 21, 71, 9, 95, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3057, 226, 'STU2500226', 21, 71, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3058, 226, 'STU2500226', 21, 71, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3059, 217, 'STU2500217', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3060, 217, 'STU2500217', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3061, 157, 'STU2500157', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3062, 157, 'STU2500157', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3063, 36, 'STU2500036', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3064, 36, 'STU2500036', 21, 71, 9, 95, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3065, 43, 'STU2500043', 21, 71, 8, 10, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3066, 43, 'STU2500043', 21, 71, 9, 80, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3067, 147, 'STU2500147', 21, 71, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3068, 147, 'STU2500147', 21, 71, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3069, 206, 'STU2500206', 21, 71, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3070, 206, 'STU2500206', 21, 71, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-12 15:31:18', '2026-05-22 02:30:56'), +(3071, 26, 'STU2500026', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3072, 91, 'STU2500091', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3073, 32, 'STU2500032', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3074, 242, 'STU2500242', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3075, 28, 'STU2500028', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3076, 126, 'STU2500126', 70, 79, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3077, 72, 'STU2500072', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3078, 1, 'STU2500002', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3079, 151, 'STU2500151', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3080, 94, 'STU2500094', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3081, 158, 'STU2500158', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3082, 230, 'STU2500230', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3083, 66, 'STU2500066', 70, 79, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3084, 67, 'STU2500067', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3085, 6, 'STU2500006', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3086, 187, 'STU2500187', 70, 79, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3087, 117, 'STU2500117', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3088, 119, 'STU2500119', 70, 79, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:27:38', '2026-05-10 14:40:46'), +(3089, 171, 'STU2500171', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3090, 21, 'STU2500021', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3091, 199, 'STU2500199', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3092, 30, 'STU2500030', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3093, 68, 'STU2500068', 31, 155, 2, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3094, 78, 'STU2500078', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3095, 44, 'STU2500044', 31, 155, 2, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3096, 57, 'STU2500057', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3097, 234, 'STU2500234', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3098, 70, 'STU2500070', 31, 155, 2, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3099, 20, 'STU2500020', 31, 155, 2, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3100, 64, 'STU2500064', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3101, 196, 'STU2500196', 31, 155, 2, 95, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3102, 16, 'STU2500016', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3103, 245, 'STU2500245', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3104, 127, 'STU2500127', 31, 155, 2, 0.02, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3105, 81, 'STU2500081', 31, 155, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3106, 19, 'STU2500019', 31, 155, 2, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:36:47', '2026-05-29 16:28:13'), +(3107, 171, 'STU2500171', 31, 155, 3, 94.98, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3108, 21, 'STU2500021', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3109, 199, 'STU2500199', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3110, 30, 'STU2500030', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3111, 68, 'STU2500068', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3112, 78, 'STU2500078', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3113, 44, 'STU2500044', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3114, 57, 'STU2500057', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3115, 234, 'STU2500234', 31, 155, 3, 90, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3116, 70, 'STU2500070', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3117, 20, 'STU2500020', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3118, 64, 'STU2500064', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3119, 196, 'STU2500196', 31, 155, 3, 95, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3120, 16, 'STU2500016', 31, 155, 3, 95, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3121, 245, 'STU2500245', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3122, 127, 'STU2500127', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3123, 81, 'STU2500081', 31, 155, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3124, 19, 'STU2500019', 31, 155, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-12 16:46:40', '2026-05-29 16:28:13'), +(3125, 85, 'STU2500085', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3126, 118, 'STU2500118', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3127, 40, 'STU2500040', 42, 68, 2, 70, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3128, 106, 'STU2500106', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3129, 231, 'STU2500231', 42, 68, 2, 70, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3130, 138, 'STU2500138', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3131, 135, 'STU2500135', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3132, 55, 'STU2500055', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3133, 177, 'STU2500177', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3134, 51, 'STU2500051', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3135, 33, 'STU2500033', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3136, 63, 'STU2500063', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3137, 140, 'STU2500140', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3138, 218, 'STU2500218', 42, 68, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-15 23:37:56', '2026-04-19 15:06:44'), +(3139, 26, 'STU2500026', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3140, 91, 'STU2500091', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3141, 32, 'STU2500032', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3142, 242, 'STU2500242', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(3143, 28, 'STU2500028', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3144, 126, 'STU2500126', 70, 79, 8, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3145, 72, 'STU2500072', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3146, 1, 'STU2500002', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3147, 151, 'STU2500151', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3148, 94, 'STU2500094', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3149, 158, 'STU2500158', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3150, 230, 'STU2500230', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3151, 66, 'STU2500066', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3152, 67, 'STU2500067', 70, 79, 8, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3153, 6, 'STU2500006', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3154, 187, 'STU2500187', 70, 79, 8, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3155, 117, 'STU2500117', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3156, 119, 'STU2500119', 70, 79, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:21:55', '2026-05-10 14:40:46'), +(3157, 167, 'STU2500167', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3158, 73, 'STU2500073', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3159, 143, 'STU2500143', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3160, 93, 'STU2500093', 51, 73, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3161, 255, 'STU2500255', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3162, 150, 'STU2500150', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3163, 233, 'STU2500233', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3164, 29, 'STU2500029', 51, 73, 6, 40, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3165, 210, 'STU2500210', 51, 73, 6, 90, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3166, 17, 'STU2500017', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3167, 205, 'STU2500205', 51, 73, 6, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3168, 164, 'STU2500164', 51, 73, 6, 0, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:25', '2026-05-10 16:43:55'), +(3169, 120, 'STU2500120', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3170, 37, 'STU2500037', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3171, 90, 'STU2500090', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3172, 137, 'STU2500137', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3173, 161, 'STU2500161', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3174, 9, 'STU2500009', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3175, 10, 'STU2500010', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3176, 139, 'STU2500139', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3177, 170, 'STU2500170', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3178, 77, 'STU2500077', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3179, 258, 'STU2500258', 60, 120, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3180, 198, 'STU2500198', 60, 120, 10, 90, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3181, 193, 'STU2500193', 60, 120, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3182, 209, 'STU2500209', 60, 120, 10, 90, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3183, 254, 'STU2500254', 60, 120, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:04:22', '2026-05-17 14:11:35'), +(3184, 85, 'STU2500085', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3185, 118, 'STU2500118', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3186, 40, 'STU2500040', 42, 68, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3187, 106, 'STU2500106', 42, 68, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3188, 231, 'STU2500231', 42, 68, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3189, 138, 'STU2500138', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3190, 135, 'STU2500135', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3191, 55, 'STU2500055', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3192, 177, 'STU2500177', 42, 68, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3193, 51, 'STU2500051', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3194, 33, 'STU2500033', 42, 68, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3195, 63, 'STU2500063', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3196, 140, 'STU2500140', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3197, 218, 'STU2500218', 42, 68, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(3198, 92, 'STU2500092', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3199, 92, 'STU2500092', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3200, 101, 'STU2500101', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3201, 101, 'STU2500101', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3202, 41, 'STU2500041', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3203, 41, 'STU2500041', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3204, 14, 'STU2500014', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3205, 14, 'STU2500014', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3206, 58, 'STU2500058', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3207, 58, 'STU2500058', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3208, 80, 'STU2500080', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3209, 80, 'STU2500080', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3210, 104, 'STU2500104', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3211, 104, 'STU2500104', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3212, 182, 'STU2500182', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3213, 182, 'STU2500182', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3214, 228, 'STU2500228', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3215, 228, 'STU2500228', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3216, 97, 'STU2500097', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3217, 97, 'STU2500097', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3218, 178, 'STU2500178', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3219, 178, 'STU2500178', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3220, 153, 'STU2500153', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3221, 153, 'STU2500153', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3222, 79, 'STU2500079', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3223, 79, 'STU2500079', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3224, 82, 'STU2500082', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3225, 82, 'STU2500082', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3226, 197, 'STU2500197', 22, 132, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3227, 197, 'STU2500197', 22, 132, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3228, 222, 'STU2500222', 22, 132, 9, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3229, 222, 'STU2500222', 22, 132, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:10:41', '2026-05-17 15:26:06'), +(3230, 212, 'STU2500212', 90, 138, 8, 80, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3231, 204, 'STU2500204', 90, 138, 8, 90, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3232, 102, 'STU2500102', 90, 138, 8, 20, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3233, 208, 'STU2500208', 90, 138, 8, 60, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3234, 223, 'STU2500223', 90, 138, 8, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3235, 162, 'STU2500162', 90, 138, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:30', '2026-05-23 17:09:41'), +(3236, 48, 'STU2500048', 90, 138, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:31', '2026-05-23 17:09:41'), +(3237, 154, 'STU2500154', 90, 138, 8, 80, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:31', '2026-05-23 17:09:41'), +(3238, 108, 'STU2500108', 90, 138, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:31', '2026-05-23 17:09:41'), +(3239, 116, 'STU2500116', 90, 138, 8, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:11:31', '2026-05-23 17:09:41'), +(3240, 168, 'STU2500168', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3241, 168, 'STU2500168', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3242, 7, 'STU2500007', 32, 45, 9, 91, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3243, 7, 'STU2500007', 32, 45, 10, 88, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3244, 220, 'STU2500220', 32, 45, 9, 70, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3245, 220, 'STU2500220', 32, 45, 10, 80, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3246, 75, 'STU2500075', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3247, 75, 'STU2500075', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3248, 189, 'STU2500189', 32, 45, 9, 96, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3249, 189, 'STU2500189', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3250, 54, 'STU2500054', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3251, 54, 'STU2500054', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3252, 169, 'STU2500169', 32, 45, 9, 97, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3253, 169, 'STU2500169', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3254, 179, 'STU2500179', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3255, 179, 'STU2500179', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3256, 185, 'STU2500185', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3257, 185, 'STU2500185', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3258, 145, 'STU2500145', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3259, 145, 'STU2500145', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3260, 213, 'STU2500213', 32, 45, 9, 80, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3261, 213, 'STU2500213', 32, 45, 10, 88, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3262, 18, 'STU2500018', 32, 45, 9, 97, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3263, 18, 'STU2500018', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3264, 144, 'STU2500144', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3265, 144, 'STU2500144', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3266, 130, 'STU2500130', 32, 45, 9, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3267, 130, 'STU2500130', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3268, 74, 'STU2500074', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3269, 74, 'STU2500074', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3270, 165, 'STU2500165', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3271, 165, 'STU2500165', 32, 45, 10, 94, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3272, 123, 'STU2500123', 32, 45, 9, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3273, 123, 'STU2500123', 32, 45, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:09'), +(3274, 8, 'STU2500008', 32, 45, 9, 78, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:10'), +(3275, 8, 'STU2500008', 32, 45, 10, 88, NULL, 'Spring', '2025-2026', '2026-04-19 15:20:42', '2026-05-24 01:29:10'), +(3276, 146, 'STU2500146', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3277, 146, 'STU2500146', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3278, 249, 'STU2500249', 21, 71, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3279, 249, 'STU2500249', 21, 71, 11, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3280, 176, 'STU2500176', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3281, 176, 'STU2500176', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3282, 112, 'STU2500112', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3283, 112, 'STU2500112', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3284, 141, 'STU2500141', 21, 71, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3285, 141, 'STU2500141', 21, 71, 11, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3286, 45, 'STU2500045', 21, 71, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3287, 45, 'STU2500045', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3288, 173, 'STU2500173', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3289, 173, 'STU2500173', 21, 71, 11, 95, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3290, 86, 'STU2500086', 21, 71, 10, 95, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3291, 86, 'STU2500086', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3292, 105, 'STU2500105', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3293, 105, 'STU2500105', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3294, 256, 'STU2500256', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3295, 256, 'STU2500256', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3296, 200, 'STU2500200', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3297, 200, 'STU2500200', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3298, 226, 'STU2500226', 21, 71, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3299, 226, 'STU2500226', 21, 71, 11, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3300, 217, 'STU2500217', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3301, 217, 'STU2500217', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3302, 157, 'STU2500157', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3303, 157, 'STU2500157', 21, 71, 11, 90, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3304, 36, 'STU2500036', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3305, 36, 'STU2500036', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3306, 43, 'STU2500043', 21, 71, 10, 90, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3307, 43, 'STU2500043', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3308, 147, 'STU2500147', 21, 71, 10, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3309, 147, 'STU2500147', 21, 71, 11, 100, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3310, 206, 'STU2500206', 21, 71, 10, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3311, 206, 'STU2500206', 21, 71, 11, 0, NULL, 'Spring', '2025-2026', '2026-04-19 15:31:33', '2026-05-22 02:30:56'), +(3312, 12, 'STU2500012', 41, 43, 7, 95, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3313, 121, 'STU2500121', 41, 43, 7, 95, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3314, 216, 'STU2500216', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3315, 13, 'STU2500013', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3316, 156, 'STU2500156', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3317, 115, 'STU2500115', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3318, 109, 'STU2500109', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3319, 248, 'STU2500248', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3320, 27, 'STU2500027', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:53', '2026-05-04 02:54:47'), +(3321, 152, 'STU2500152', 41, 43, 7, 90, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:54', '2026-05-04 02:54:47'), +(3322, 111, 'STU2500111', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:54', '2026-05-04 02:54:47'), +(3323, 129, 'STU2500129', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:54', '2026-05-04 02:54:47'), +(3324, 202, 'STU2500202', 41, 43, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-19 16:47:54', '2026-05-04 02:54:47'), +(3325, 125, 'STU2500125', 52, 40, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3326, 50, 'STU2500050', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3327, 100, 'STU2500100', 52, 40, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3328, 103, 'STU2500103', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3329, 195, 'STU2500195', 52, 40, 7, 75, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3330, 60, 'STU2500060', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3331, 2, 'STU2500001', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3332, 22, 'STU2500022', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3333, 186, 'STU2500186', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3334, 25, 'STU2500025', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3335, 194, 'STU2500194', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3336, 188, 'STU2500188', 52, 40, 7, 0, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3337, 224, 'STU2500224', 52, 40, 7, NULL, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3338, 244, 'STU2500244', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3339, 42, 'STU2500042', 52, 40, 7, 100, NULL, 'Spring', '2025-2026', '2026-04-20 22:54:14', '2026-05-24 21:27:07'), +(3340, 212, 'STU2500212', 90, 138, 9, 60, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3341, 204, 'STU2500204', 90, 138, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3342, 102, 'STU2500102', 90, 138, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3343, 208, 'STU2500208', 90, 138, 9, 50, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3344, 223, 'STU2500223', 90, 138, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3345, 162, 'STU2500162', 90, 138, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3346, 48, 'STU2500048', 90, 138, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3347, 154, 'STU2500154', 90, 138, 9, 90, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3348, 108, 'STU2500108', 90, 138, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3349, 116, 'STU2500116', 90, 138, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:10:52', '2026-05-23 17:09:41'), +(3350, 212, 'STU2500212', 90, 138, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3351, 204, 'STU2500204', 90, 138, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3352, 102, 'STU2500102', 90, 138, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3353, 208, 'STU2500208', 90, 138, 10, 20, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3354, 223, 'STU2500223', 90, 138, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3355, 162, 'STU2500162', 90, 138, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3356, 48, 'STU2500048', 90, 138, 10, 30, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3357, 154, 'STU2500154', 90, 138, 10, 60, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3358, 108, 'STU2500108', 90, 138, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3359, 116, 'STU2500116', 90, 138, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:13:15', '2026-05-23 17:09:41'), +(3360, 120, 'STU2500120', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3361, 37, 'STU2500037', 60, 120, 11, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3362, 90, 'STU2500090', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3363, 137, 'STU2500137', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3364, 198, 'STU2500198', 60, 120, 11, 90, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3365, 209, 'STU2500209', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3366, 193, 'STU2500193', 60, 120, 11, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3367, 161, 'STU2500161', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3368, 254, 'STU2500254', 60, 120, 11, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3369, 9, 'STU2500009', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3370, 10, 'STU2500010', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3371, 139, 'STU2500139', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3372, 258, 'STU2500258', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3373, 170, 'STU2500170', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3374, 77, 'STU2500077', 60, 120, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:23:57', '2026-05-17 14:11:35'), +(3375, 92, 'STU2500092', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3376, 101, 'STU2500101', 22, 132, 11, 50, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3377, 41, 'STU2500041', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3378, 14, 'STU2500014', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3379, 58, 'STU2500058', 22, 132, 11, 95, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3380, 80, 'STU2500080', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3381, 104, 'STU2500104', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3382, 182, 'STU2500182', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3383, 228, 'STU2500228', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3384, 97, 'STU2500097', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3385, 178, 'STU2500178', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3386, 153, 'STU2500153', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3387, 79, 'STU2500079', 22, 132, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3388, 82, 'STU2500082', 22, 132, 11, 95.23, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3389, 197, 'STU2500197', 22, 132, 11, 90.47, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3390, 222, 'STU2500222', 22, 132, 11, 0, NULL, 'Spring', '2025-2026', '2026-05-03 14:40:20', '2026-05-17 15:26:06'), +(3391, 171, 'STU2500171', 31, 155, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3392, 21, 'STU2500021', 31, 155, 4, 75, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3393, 199, 'STU2500199', 31, 155, 4, 94, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3394, 30, 'STU2500030', 31, 155, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3395, 68, 'STU2500068', 31, 155, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3396, 78, 'STU2500078', 31, 155, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3397, 44, 'STU2500044', 31, 155, 4, 98, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3398, 57, 'STU2500057', 31, 155, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3399, 234, 'STU2500234', 31, 155, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3400, 70, 'STU2500070', 31, 155, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3401, 20, 'STU2500020', 31, 155, 4, 75, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3402, 64, 'STU2500064', 31, 155, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3403, 196, 'STU2500196', 31, 155, 4, 98, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3404, 16, 'STU2500016', 31, 155, 4, 99, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3405, 245, 'STU2500245', 31, 155, 4, 75, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3406, 127, 'STU2500127', 31, 155, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3407, 81, 'STU2500081', 31, 155, 4, 75, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3408, 19, 'STU2500019', 31, 155, 4, 75, NULL, 'Spring', '2025-2026', '2026-05-03 14:56:38', '2026-05-29 16:28:13'), +(3409, 183, 'STU2500183', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3410, 180, 'STU2500180', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3411, 221, 'STU2500221', 10, 3, 8, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3412, 235, 'STU2500235', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3413, 52, 'STU2500052', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3414, 227, 'STU2500227', 10, 3, 8, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3415, 159, 'STU2500159', 10, 3, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3416, 160, 'STU2500160', 10, 3, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3417, 215, 'STU2500215', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3418, 56, 'STU2500056', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3419, 229, 'STU2500229', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3420, 214, 'STU2500214', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:19'), +(3421, 131, 'STU2500131', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:20'), +(3422, 211, 'STU2500211', 10, 3, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:05:44', '2026-05-22 01:46:20'), +(3423, 146, 'STU2500146', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3424, 146, 'STU2500146', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3425, 249, 'STU2500249', 21, 71, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3426, 249, 'STU2500249', 21, 71, 13, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3427, 176, 'STU2500176', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3428, 176, 'STU2500176', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3429, 112, 'STU2500112', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3430, 112, 'STU2500112', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3431, 141, 'STU2500141', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3432, 141, 'STU2500141', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3433, 45, 'STU2500045', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3434, 45, 'STU2500045', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3435, 173, 'STU2500173', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3436, 173, 'STU2500173', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3437, 86, 'STU2500086', 21, 71, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3438, 86, 'STU2500086', 21, 71, 13, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3439, 105, 'STU2500105', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3440, 105, 'STU2500105', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3441, 256, 'STU2500256', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3442, 256, 'STU2500256', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3443, 200, 'STU2500200', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3444, 200, 'STU2500200', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3445, 226, 'STU2500226', 21, 71, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3446, 226, 'STU2500226', 21, 71, 13, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3447, 217, 'STU2500217', 21, 71, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3448, 217, 'STU2500217', 21, 71, 13, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3449, 157, 'STU2500157', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3450, 157, 'STU2500157', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3451, 36, 'STU2500036', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3452, 36, 'STU2500036', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3453, 43, 'STU2500043', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3454, 43, 'STU2500043', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3455, 147, 'STU2500147', 21, 71, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3456, 147, 'STU2500147', 21, 71, 13, 100, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3457, 206, 'STU2500206', 21, 71, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3458, 206, 'STU2500206', 21, 71, 13, 0, NULL, 'Spring', '2025-2026', '2026-05-03 15:17:54', '2026-05-22 02:30:56'), +(3459, 167, 'STU2500167', 51, 73, 7, 90, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3460, 73, 'STU2500073', 51, 73, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3461, 143, 'STU2500143', 51, 73, 7, 90, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3462, 93, 'STU2500093', 51, 73, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3463, 255, 'STU2500255', 51, 73, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3464, 150, 'STU2500150', 51, 73, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3465, 233, 'STU2500233', 51, 73, 7, 80, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3466, 29, 'STU2500029', 51, 73, 7, 10, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3467, 210, 'STU2500210', 51, 73, 7, 40, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3468, 17, 'STU2500017', 51, 73, 7, 90, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3469, 205, 'STU2500205', 51, 73, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3470, 164, 'STU2500164', 51, 73, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-03 16:16:25', '2026-05-10 16:43:55'), +(3471, 26, 'STU2500026', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3472, 91, 'STU2500091', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3473, 32, 'STU2500032', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3474, 242, 'STU2500242', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3475, 28, 'STU2500028', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3476, 126, 'STU2500126', 70, 79, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3477, 72, 'STU2500072', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3478, 1, 'STU2500002', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3479, 151, 'STU2500151', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3480, 94, 'STU2500094', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3481, 158, 'STU2500158', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3482, 230, 'STU2500230', 70, 79, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3483, 66, 'STU2500066', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3484, 67, 'STU2500067', 70, 79, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3485, 6, 'STU2500006', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3486, 187, 'STU2500187', 70, 79, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3487, 117, 'STU2500117', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3488, 119, 'STU2500119', 70, 79, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:50:49', '2026-05-10 14:40:46'), +(3489, 12, 'STU2500012', 41, 43, 8, 95, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3490, 121, 'STU2500121', 41, 43, 8, 95, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3491, 216, 'STU2500216', 41, 43, 8, 95, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3492, 13, 'STU2500013', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3493, 156, 'STU2500156', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3494, 115, 'STU2500115', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3495, 109, 'STU2500109', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3496, 248, 'STU2500248', 41, 43, 8, 95, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3497, 27, 'STU2500027', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3498, 152, 'STU2500152', 41, 43, 8, 95, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3499, 111, 'STU2500111', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3500, 129, 'STU2500129', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3501, 202, 'STU2500202', 41, 43, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-04 02:54:47', '2026-05-04 02:54:47'), +(3502, 120, 'STU2500120', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3503, 37, 'STU2500037', 60, 120, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3504, 90, 'STU2500090', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3505, 137, 'STU2500137', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3506, 198, 'STU2500198', 60, 120, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3507, 209, 'STU2500209', 60, 120, 12, 0, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3508, 193, 'STU2500193', 60, 120, 12, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3509, 161, 'STU2500161', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3510, 254, 'STU2500254', 60, 120, 12, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3511, 9, 'STU2500009', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3512, 10, 'STU2500010', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3513, 139, 'STU2500139', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:50', '2026-05-17 14:11:35'), +(3514, 258, 'STU2500258', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:51', '2026-05-17 14:11:35'), +(3515, 170, 'STU2500170', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:51', '2026-05-17 14:11:35'), +(3516, 77, 'STU2500077', 60, 120, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:31:51', '2026-05-17 14:11:35'), +(3517, 26, 'STU2500026', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3518, 91, 'STU2500091', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3519, 32, 'STU2500032', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3520, 242, 'STU2500242', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3521, 28, 'STU2500028', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3522, 126, 'STU2500126', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3523, 72, 'STU2500072', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3524, 1, 'STU2500002', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3525, 151, 'STU2500151', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3526, 94, 'STU2500094', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3527, 158, 'STU2500158', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3528, 230, 'STU2500230', 70, 79, 10, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3529, 66, 'STU2500066', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3530, 67, 'STU2500067', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3531, 6, 'STU2500006', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3532, 187, 'STU2500187', 70, 79, 10, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3533, 117, 'STU2500117', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3534, 119, 'STU2500119', 70, 79, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-10 14:40:46', '2026-05-10 14:40:46'), +(3535, 168, 'STU2500168', 32, 45, 11, 81, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:19', '2026-05-24 01:29:09'), +(3536, 7, 'STU2500007', 32, 45, 11, 70, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:19', '2026-05-24 01:29:09'), +(3537, 220, 'STU2500220', 32, 45, 11, 65, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3538, 75, 'STU2500075', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3539, 189, 'STU2500189', 32, 45, 11, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3540, 54, 'STU2500054', 32, 45, 11, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3541, 169, 'STU2500169', 32, 45, 11, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3542, 179, 'STU2500179', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3543, 185, 'STU2500185', 32, 45, 11, 81, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3544, 145, 'STU2500145', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3545, 213, 'STU2500213', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3546, 18, 'STU2500018', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3547, 144, 'STU2500144', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3548, 130, 'STU2500130', 32, 45, 11, 81, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3549, 74, 'STU2500074', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3550, 165, 'STU2500165', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3551, 123, 'STU2500123', 32, 45, 11, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:09'), +(3552, 8, 'STU2500008', 32, 45, 11, 81, NULL, 'Spring', '2025-2026', '2026-05-10 15:15:20', '2026-05-24 01:29:10'), +(3553, 146, 'STU2500146', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3554, 146, 'STU2500146', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3555, 249, 'STU2500249', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3556, 249, 'STU2500249', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3557, 176, 'STU2500176', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3558, 176, 'STU2500176', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3559, 112, 'STU2500112', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3560, 112, 'STU2500112', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3561, 141, 'STU2500141', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3562, 141, 'STU2500141', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3563, 45, 'STU2500045', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3564, 45, 'STU2500045', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3565, 173, 'STU2500173', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3566, 173, 'STU2500173', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3567, 86, 'STU2500086', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3568, 86, 'STU2500086', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3569, 105, 'STU2500105', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3570, 105, 'STU2500105', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3571, 256, 'STU2500256', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'); +INSERT INTO `homework` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(3572, 256, 'STU2500256', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3573, 200, 'STU2500200', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3574, 200, 'STU2500200', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3575, 226, 'STU2500226', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3576, 226, 'STU2500226', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3577, 217, 'STU2500217', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3578, 217, 'STU2500217', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3579, 157, 'STU2500157', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3580, 157, 'STU2500157', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3581, 36, 'STU2500036', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3582, 36, 'STU2500036', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3583, 43, 'STU2500043', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3584, 43, 'STU2500043', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3585, 147, 'STU2500147', 21, 71, 14, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3586, 147, 'STU2500147', 21, 71, 15, 100, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3587, 206, 'STU2500206', 21, 71, 14, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3588, 206, 'STU2500206', 21, 71, 15, 0, NULL, 'Spring', '2025-2026', '2026-05-10 15:34:09', '2026-05-22 02:30:56'), +(3589, 168, 'STU2500168', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3590, 7, 'STU2500007', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3591, 220, 'STU2500220', 32, 45, 12, 60, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3592, 75, 'STU2500075', 32, 45, 12, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3593, 189, 'STU2500189', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3594, 54, 'STU2500054', 32, 45, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3595, 169, 'STU2500169', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3596, 179, 'STU2500179', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3597, 185, 'STU2500185', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3598, 145, 'STU2500145', 32, 45, 12, 91, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3599, 213, 'STU2500213', 32, 45, 12, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3600, 18, 'STU2500018', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3601, 144, 'STU2500144', 32, 45, 12, 96, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3602, 130, 'STU2500130', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3603, 74, 'STU2500074', 32, 45, 12, 80, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3604, 165, 'STU2500165', 32, 45, 12, 81, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3605, 123, 'STU2500123', 32, 45, 12, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:09'), +(3606, 8, 'STU2500008', 32, 45, 12, 63, NULL, 'Spring', '2025-2026', '2026-05-10 16:41:47', '2026-05-24 01:29:10'), +(3607, 167, 'STU2500167', 51, 73, 8, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3608, 73, 'STU2500073', 51, 73, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3609, 143, 'STU2500143', 51, 73, 8, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3610, 93, 'STU2500093', 51, 73, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3611, 255, 'STU2500255', 51, 73, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3612, 150, 'STU2500150', 51, 73, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3613, 233, 'STU2500233', 51, 73, 8, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3614, 29, 'STU2500029', 51, 73, 8, 80, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3615, 210, 'STU2500210', 51, 73, 8, 60, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3616, 17, 'STU2500017', 51, 73, 8, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3617, 205, 'STU2500205', 51, 73, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3618, 164, 'STU2500164', 51, 73, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:43:55', '2026-05-10 16:43:55'), +(3619, 183, 'STU2500183', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3620, 180, 'STU2500180', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3621, 221, 'STU2500221', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3622, 235, 'STU2500235', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3623, 52, 'STU2500052', 10, 3, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3624, 227, 'STU2500227', 10, 3, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3625, 159, 'STU2500159', 10, 3, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3626, 160, 'STU2500160', 10, 3, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3627, 215, 'STU2500215', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3628, 56, 'STU2500056', 10, 3, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3629, 229, 'STU2500229', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:19'), +(3630, 214, 'STU2500214', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:20'), +(3631, 131, 'STU2500131', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:20'), +(3632, 211, 'STU2500211', 10, 3, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:45:10', '2026-05-22 01:46:20'), +(3633, 225, 'STU2500225', 120, 99, 1, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3634, 88, 'STU2500088', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3635, 238, 'STU2500238', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3636, 38, 'STU2500038', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3637, 59, 'STU2500059', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3638, 247, 'STU2500247', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3639, 107, 'STU2500107', 120, 99, 1, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3640, 96, 'STU2500096', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3641, 252, 'STU2500252', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3642, 246, 'STU2500246', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3643, 251, 'STU2500251', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3644, 95, 'STU2500095', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3645, 114, 'STU2500114', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3646, 136, 'STU2500136', 120, 99, 1, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3647, 237, 'STU2500237', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3648, 31, 'STU2500031', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3649, 203, 'STU2500203', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3650, 236, 'STU2500236', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3651, 201, 'STU2500201', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3652, 47, 'STU2500047', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3653, 61, 'STU2500061', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3654, 46, 'STU2500046', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3655, 239, 'STU2500239', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3656, 253, 'STU2500253', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3657, 259, 'STU2500259', 120, 99, 1, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3658, 241, 'STU2500241', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3659, 219, 'STU2500219', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:30:46', '2026-05-25 16:23:23'), +(3660, 225, 'STU2500225', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3661, 225, 'STU2500225', 120, 99, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3662, 88, 'STU2500088', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3663, 88, 'STU2500088', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3664, 238, 'STU2500238', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3665, 238, 'STU2500238', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3666, 38, 'STU2500038', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3667, 38, 'STU2500038', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3668, 59, 'STU2500059', 120, 99, 2, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3669, 59, 'STU2500059', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3670, 247, 'STU2500247', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3671, 247, 'STU2500247', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3672, 107, 'STU2500107', 120, 99, 2, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3673, 107, 'STU2500107', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3674, 96, 'STU2500096', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3675, 96, 'STU2500096', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3676, 252, 'STU2500252', 120, 99, 2, 50, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3677, 252, 'STU2500252', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3678, 246, 'STU2500246', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3679, 246, 'STU2500246', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3680, 251, 'STU2500251', 120, 99, 2, 50, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3681, 251, 'STU2500251', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3682, 95, 'STU2500095', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3683, 95, 'STU2500095', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3684, 114, 'STU2500114', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3685, 114, 'STU2500114', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3686, 136, 'STU2500136', 120, 99, 2, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3687, 136, 'STU2500136', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3688, 237, 'STU2500237', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3689, 237, 'STU2500237', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3690, 31, 'STU2500031', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3691, 31, 'STU2500031', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3692, 203, 'STU2500203', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3693, 203, 'STU2500203', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3694, 236, 'STU2500236', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3695, 236, 'STU2500236', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3696, 201, 'STU2500201', 120, 99, 2, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3697, 201, 'STU2500201', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3698, 47, 'STU2500047', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3699, 47, 'STU2500047', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3700, 61, 'STU2500061', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3701, 61, 'STU2500061', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3702, 46, 'STU2500046', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3703, 46, 'STU2500046', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3704, 239, 'STU2500239', 120, 99, 2, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3705, 239, 'STU2500239', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3706, 253, 'STU2500253', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3707, 253, 'STU2500253', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3708, 259, 'STU2500259', 120, 99, 2, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3709, 259, 'STU2500259', 120, 99, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3710, 241, 'STU2500241', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3711, 241, 'STU2500241', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3712, 219, 'STU2500219', 120, 99, 2, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3713, 219, 'STU2500219', 120, 99, 3, NULL, NULL, 'Spring', '2025-2026', '2026-05-11 17:34:49', '2026-05-25 16:23:23'), +(3714, 99, 'STU2500099', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3715, 84, 'STU2500084', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3716, 39, 'STU2500039', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3717, 257, 'STU2500257', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3718, 11, 'STU2500011', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3719, 62, 'STU2500062', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3720, 89, 'STU2500089', 80, 74, 6, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3721, 53, 'STU2500053', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3722, 49, 'STU2500049', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3723, 142, 'STU2500142', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3724, 124, 'STU2500124', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3725, 163, 'STU2500163', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3726, 15, 'STU2500015', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3727, 71, 'STU2500071', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3728, 35, 'STU2500035', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3729, 76, 'STU2500076', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3730, 190, 'STU2500190', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3731, 207, 'STU2500207', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3732, 192, 'STU2500192', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3733, 34, 'STU2500034', 80, 74, 6, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:52:42', '2026-05-26 01:29:29'), +(3734, 99, 'STU2500099', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3735, 99, 'STU2500099', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3736, 99, 'STU2500099', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3737, 84, 'STU2500084', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3738, 84, 'STU2500084', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3739, 84, 'STU2500084', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3740, 39, 'STU2500039', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3741, 39, 'STU2500039', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3742, 39, 'STU2500039', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3743, 257, 'STU2500257', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3744, 257, 'STU2500257', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3745, 257, 'STU2500257', 80, 74, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3746, 11, 'STU2500011', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3747, 11, 'STU2500011', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3748, 11, 'STU2500011', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3749, 62, 'STU2500062', 80, 74, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3750, 62, 'STU2500062', 80, 74, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3751, 62, 'STU2500062', 80, 74, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3752, 89, 'STU2500089', 80, 74, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3753, 89, 'STU2500089', 80, 74, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3754, 89, 'STU2500089', 80, 74, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3755, 53, 'STU2500053', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3756, 53, 'STU2500053', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3757, 53, 'STU2500053', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3758, 49, 'STU2500049', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3759, 49, 'STU2500049', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3760, 49, 'STU2500049', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3761, 142, 'STU2500142', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3762, 142, 'STU2500142', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3763, 142, 'STU2500142', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3764, 124, 'STU2500124', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3765, 124, 'STU2500124', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3766, 124, 'STU2500124', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3767, 163, 'STU2500163', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3768, 163, 'STU2500163', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3769, 163, 'STU2500163', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3770, 15, 'STU2500015', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3771, 15, 'STU2500015', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3772, 15, 'STU2500015', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3773, 71, 'STU2500071', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3774, 71, 'STU2500071', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3775, 71, 'STU2500071', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3776, 35, 'STU2500035', 80, 74, 7, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3777, 35, 'STU2500035', 80, 74, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3778, 35, 'STU2500035', 80, 74, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3779, 76, 'STU2500076', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3780, 76, 'STU2500076', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3781, 76, 'STU2500076', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3782, 190, 'STU2500190', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3783, 190, 'STU2500190', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3784, 190, 'STU2500190', 80, 74, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3785, 207, 'STU2500207', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3786, 207, 'STU2500207', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3787, 207, 'STU2500207', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3788, 192, 'STU2500192', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3789, 192, 'STU2500192', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3790, 192, 'STU2500192', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3791, 34, 'STU2500034', 80, 74, 7, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3792, 34, 'STU2500034', 80, 74, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3793, 34, 'STU2500034', 80, 74, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 14:53:10', '2026-05-26 01:29:29'), +(3794, 125, 'STU2500125', 52, 40, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3795, 125, 'STU2500125', 52, 40, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3796, 50, 'STU2500050', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3797, 50, 'STU2500050', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3798, 100, 'STU2500100', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3799, 100, 'STU2500100', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3800, 103, 'STU2500103', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3801, 103, 'STU2500103', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3802, 195, 'STU2500195', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3803, 195, 'STU2500195', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3804, 60, 'STU2500060', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3805, 60, 'STU2500060', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3806, 2, 'STU2500001', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3807, 2, 'STU2500001', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3808, 22, 'STU2500022', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3809, 22, 'STU2500022', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3810, 186, 'STU2500186', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3811, 186, 'STU2500186', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3812, 25, 'STU2500025', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3813, 25, 'STU2500025', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3814, 194, 'STU2500194', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3815, 194, 'STU2500194', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3816, 188, 'STU2500188', 52, 40, 8, 0, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3817, 188, 'STU2500188', 52, 40, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3818, 224, 'STU2500224', 52, 40, 8, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3819, 224, 'STU2500224', 52, 40, 9, NULL, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3820, 244, 'STU2500244', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3821, 244, 'STU2500244', 52, 40, 9, 0, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3822, 42, 'STU2500042', 52, 40, 8, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3823, 42, 'STU2500042', 52, 40, 9, 100, NULL, 'Spring', '2025-2026', '2026-05-17 16:08:06', '2026-05-24 21:27:07'), +(3824, 99, 'STU2500099', 80, 74, 10, 80, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3825, 84, 'STU2500084', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3826, 39, 'STU2500039', 80, 74, 10, 80, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3827, 257, 'STU2500257', 80, 74, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3828, 11, 'STU2500011', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3829, 62, 'STU2500062', 80, 74, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3830, 89, 'STU2500089', 80, 74, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3831, 53, 'STU2500053', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3832, 49, 'STU2500049', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3833, 142, 'STU2500142', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3834, 124, 'STU2500124', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3835, 163, 'STU2500163', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3836, 15, 'STU2500015', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3837, 71, 'STU2500071', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3838, 35, 'STU2500035', 80, 74, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3839, 76, 'STU2500076', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3840, 190, 'STU2500190', 80, 74, 10, 0, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3841, 207, 'STU2500207', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3842, 192, 'STU2500192', 80, 74, 10, 80, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'), +(3843, 34, 'STU2500034', 80, 74, 10, 100, NULL, 'Spring', '2025-2026', '2026-05-20 17:11:47', '2026-05-26 01:29:29'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `inventory_categories` +-- + +CREATE TABLE `inventory_categories` ( + `id` int(10) UNSIGNED NOT NULL, + `type` enum('classroom','book','office','kitchen') NOT NULL DEFAULT 'office', + `name` varchar(120) NOT NULL, + `description` text DEFAULT NULL, + `grade_min` tinyint(3) UNSIGNED DEFAULT NULL, + `grade_max` tinyint(3) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `inventory_categories` +-- + +INSERT INTO `inventory_categories` (`id`, `type`, `name`, `description`, `grade_min`, `grade_max`, `created_at`, `updated_at`) VALUES +(1, 'book', 'Islamic Studies - Student Workbook - Level 8', '', 8, 8, '2025-09-23 23:26:26', '2025-09-23 23:26:26'), +(2, 'book', 'Islamic Studies - Student Workbook - Level 7', '', 7, 7, '2025-09-23 23:26:45', '2025-09-23 23:26:45'), +(3, 'book', 'Islamic Studies - Student Workbook - Level 6', '', 6, 6, '2025-09-23 23:26:58', '2025-09-23 23:26:58'), +(4, 'book', 'Islamic Studies - Student Workbook - Level 5', '', 5, 5, '2025-09-23 23:32:58', '2025-09-23 23:32:58'), +(5, 'book', 'Islamic Studies - Student Workbook - Level 4', '', 4, 4, '2025-09-23 23:33:10', '2025-09-23 23:33:10'), +(6, 'book', 'Islamic Studies - Student Workbook - Level 3', '', 3, 3, '2025-09-23 23:33:22', '2025-09-23 23:33:22'), +(7, 'book', 'Islamic Studies - Student Workbook - Level 2', '', 2, 2, '2025-09-23 23:33:34', '2025-09-23 23:33:34'), +(8, 'book', 'Islamic Studies - Student Workbook - Level 1', '', 1, 1, '2025-09-23 23:33:43', '2025-09-23 23:33:43'), +(9, 'book', 'Arabic Writing Workbook', '', NULL, NULL, '2025-09-23 23:34:12', '2025-09-23 23:34:12'), +(10, 'book', 'Beginners Arabic Reading', '', 1, 2, '2025-09-23 23:34:26', '2025-09-23 23:34:26'), +(11, 'book', 'Ready to Write Alif Ba Ta', '', 1, 2, '2025-09-23 23:34:42', '2025-09-23 23:34:42'), +(12, 'book', 'Teacher\'s Manual - Level 8', '', NULL, NULL, '2025-09-23 23:34:53', '2025-09-23 23:34:53'), +(13, 'book', 'Teacher\'s Manual - Level 7', '', NULL, NULL, '2025-09-23 23:35:03', '2025-09-23 23:35:03'), +(14, 'book', 'Teacher\'s Manual - Level 6', '', NULL, NULL, '2025-09-23 23:35:09', '2025-09-23 23:35:09'), +(15, 'book', 'Teacher\'s Manual - Level 5', '', NULL, NULL, '2025-09-23 23:35:15', '2025-09-23 23:35:15'), +(16, 'book', 'Teacher\'s Manual - Level 4', '', NULL, NULL, '2025-09-23 23:35:23', '2025-09-23 23:35:23'), +(17, 'book', 'Teacher\'s Manual - Level 3', '', NULL, NULL, '2025-09-23 23:35:33', '2025-09-23 23:35:33'), +(18, 'book', 'Teacher\'s Manual - Level 2', '', NULL, NULL, '2025-09-23 23:35:44', '2025-09-23 23:35:44'), +(19, 'book', 'Teacher\'s Manual - Level 1', '', NULL, NULL, '2025-09-23 23:35:50', '2025-09-23 23:35:50'), +(20, 'book', 'Juz Tabarak', '', 9, 12, '2025-09-23 23:36:24', '2025-09-23 23:36:24'), +(21, 'book', 'Juz Amma Workbook - Vol 2', '', 5, 8, '2025-09-23 23:36:41', '2025-09-23 23:36:41'), +(22, 'book', 'Juz Amma Workbook - Vol 1', '', 2, 4, '2025-09-23 23:36:52', '2025-09-23 23:36:52'), +(23, 'book', 'Juz Amma for School Students', '', 2, 8, '2025-09-23 23:37:23', '2025-09-23 23:37:23'), +(24, 'book', 'Islamic Studies Level 9', '', 9, 9, '2025-09-23 23:37:37', '2025-09-23 23:37:37'), +(25, 'book', 'Islamic Studies Level 8', '', 8, 8, '2025-09-23 23:37:47', '2025-09-23 23:37:47'), +(26, 'book', 'Islamic Studies Level 7', '', 7, 7, '2025-09-23 23:37:57', '2025-09-23 23:37:57'), +(27, 'book', 'Islamic Studies Level 6', '', 6, 6, '2025-09-23 23:38:05', '2025-09-23 23:38:05'), +(28, 'book', 'Islamic Studies Level 5', '', 5, 5, '2025-09-23 23:38:18', '2025-09-23 23:38:18'), +(29, 'book', 'Islamic Studies Level 4', '', 4, 4, '2025-09-23 23:38:27', '2025-09-23 23:38:27'), +(30, 'book', 'Islamic Studies Level 3', '', 3, 3, '2025-09-23 23:38:36', '2025-09-23 23:38:36'), +(31, 'book', 'Islamic Studies Level 2', '', 2, 2, '2025-09-23 23:38:45', '2025-09-23 23:38:45'), +(32, 'book', 'Islamic Studies Level 1', '', 1, 1, '2025-09-23 23:38:52', '2025-09-23 23:38:52'), +(33, 'book', 'Islamic Studies Level K', '', 13, 13, '2025-09-23 23:39:59', '2025-09-23 23:39:59'), +(34, 'classroom', 'Small Chair', '', NULL, NULL, '2025-09-23 23:42:10', '2025-09-23 23:42:10'), +(35, 'classroom', 'Small Table', '', NULL, NULL, '2025-09-23 23:42:14', '2025-09-23 23:42:14'), +(36, 'classroom', 'Divider', '', NULL, NULL, '2025-09-23 23:42:19', '2025-09-23 23:42:19'), +(37, 'classroom', 'Teacher Chair', '', NULL, NULL, '2025-09-23 23:42:28', '2025-09-23 23:42:28'), +(38, 'classroom', 'Regular Chair', '', NULL, NULL, '2025-09-23 23:42:33', '2025-09-23 23:42:33'), +(39, 'classroom', 'Grade Box', '', NULL, NULL, '2025-09-23 23:43:33', '2025-09-23 23:43:33'), +(40, 'classroom', 'Large Table', '', NULL, NULL, '2025-09-23 23:43:43', '2025-09-23 23:43:43'), +(41, 'classroom', 'Trash Bin', '', NULL, NULL, '2025-09-23 23:44:12', '2025-09-23 23:44:12'), +(42, 'classroom', 'White Board', '', NULL, NULL, '2025-09-23 23:44:16', '2025-09-23 23:44:16'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `inventory_items` +-- + +CREATE TABLE `inventory_items` ( + `id` int(10) UNSIGNED NOT NULL, + `type` enum('classroom','book','office','kitchen') NOT NULL, + `category_id` int(10) UNSIGNED DEFAULT NULL, + `name` varchar(190) NOT NULL, + `description` text DEFAULT NULL, + `quantity` int(10) UNSIGNED NOT NULL DEFAULT 0, + `good_qty` int(10) UNSIGNED NOT NULL DEFAULT 0, + `needs_repair_qty` int(10) UNSIGNED NOT NULL DEFAULT 0, + `need_replace_qty` int(10) UNSIGNED NOT NULL DEFAULT 0, + `cannot_find_qty` int(10) UNSIGNED NOT NULL DEFAULT 0, + `unit` varchar(32) DEFAULT NULL, + `condition` enum('good','needs_repair','need_replace','cannot_find') DEFAULT NULL, + `isbn` varchar(32) DEFAULT NULL, + `edition` varchar(32) DEFAULT NULL, + `sku` varchar(64) DEFAULT NULL, + `notes` text DEFAULT NULL, + `semester` enum('Spring','Fall') DEFAULT NULL, + `school_year` varchar(16) DEFAULT NULL, + `updated_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `inventory_items` +-- + +INSERT INTO `inventory_items` (`id`, `type`, `category_id`, `name`, `description`, `quantity`, `good_qty`, `needs_repair_qty`, `need_replace_qty`, `cannot_find_qty`, `unit`, `condition`, `isbn`, `edition`, `sku`, `notes`, `semester`, `school_year`, `updated_by`, `created_at`, `updated_at`) VALUES +(1, 'book', 18, 'Teacher\'s Manual - Level 2', 'Order 3984', 3, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:31:40', '2025-09-25 02:31:40'), +(2, 'book', 19, 'Teacher\'s Manual - Level 1', 'Order 3984', 1, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:32:03', '2025-09-25 02:32:03'), +(3, 'book', 1, 'Work Book Level 8', 'Order 3984', 1, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:06:08', '2025-09-28 15:09:25'), +(4, 'book', 2, 'Work Book Level 7', 'Order 3984', 16, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:06:43', '2025-09-25 02:06:43'), +(5, 'book', 3, 'Work Book Level 6', 'Order 3984', 1, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:07:19', '2025-09-28 15:12:06'), +(6, 'book', 4, 'Work Book Level 5', 'Order 3984', 17, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:09:35', '2025-09-28 16:10:16'), +(7, 'book', 5, 'Work Book Level 4', 'Order 3984', 5, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:12:21', '2025-09-28 15:15:17'), +(8, 'book', 6, 'Work Book Level 3', 'Order 3984', 6, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:12:53', '2025-09-28 16:49:31'), +(9, 'book', 7, 'Work Book Level 2', 'Order 3984', 25, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:13:20', '2025-09-28 15:02:00'), +(10, 'book', 8, 'Work Book Level 1', 'Order 3984', 23, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:14:11', '2025-09-25 02:14:11'), +(11, 'book', 9, 'Arabic Writing Workbook', 'Order 3984', 10, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:15:05', '2025-09-25 02:15:05'), +(12, 'book', 10, 'Beginners Arabic Reading', 'Order 3984', 50, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:15:41', '2025-09-28 15:05:25'), +(13, 'book', 11, 'Ready to Write Alif Ba Ta', 'Order 3984', 9, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:16:44', '2025-09-28 15:06:57'), +(14, 'book', 23, 'Juz Amma', 'Order 3984', 21, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:17:58', '2025-09-28 16:52:23'), +(15, 'book', 20, 'Juz Tabarak', 'Order 3984', 10, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:18:35', '2025-09-28 15:00:34'), +(16, 'book', 21, 'Juz Amma Workbook - Vol 2', 'Order 3984', 9, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:19:56', '2025-09-28 16:10:39'), +(17, 'book', 22, 'Juz Amma Workbook - Vol 1', 'Order 3984', 0, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:23:06', '2025-09-28 16:52:45'), +(18, 'book', 24, 'Islamic Studies Level 9', 'Order 3984', 1, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:23:46', '2025-09-28 14:57:36'), +(19, 'book', 25, 'Islamic Studies Level 8', 'Order 3984', 1, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:24:13', '2025-09-28 15:09:40'), +(20, 'book', 26, 'Islamic Studies Level 7', 'Order 3984', 0, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:24:58', '2025-09-28 15:16:25'), +(21, 'book', 27, 'Islamic Studies Level 6', 'Order 3984', 2, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:25:28', '2025-09-28 15:11:22'), +(22, 'book', 28, 'Islamic Studies Level 5', 'Order 3984', 20, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:25:57', '2025-09-28 16:10:25'), +(23, 'book', 29, 'Islamic Studies Level 4', 'Order 3984', 6, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:26:40', '2025-09-28 15:15:43'), +(24, 'book', 30, 'Islamic Studies Level 3', 'Order 3984', 6, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:27:04', '2025-09-28 16:51:13'), +(25, 'book', 31, 'Islamic Studies Level 2', 'Order 3984', 20, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:27:30', '2025-09-28 15:06:47'), +(26, 'book', 32, 'Islamic Studies Level 1', 'Order 3984', 21, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:27:55', '2025-09-25 02:27:55'), +(27, 'book', 33, 'Islamic Studies Level K', 'Order 3984', 13, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:28:26', '2025-09-25 02:28:26'), +(28, 'book', 12, 'Teacher\'s Manual - Level 8', 'Order 3984', 3, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:29:27', '2025-09-25 02:29:27'), +(29, 'book', 13, 'Teacher\'s Manual - Level 7', 'Order 3984', 3, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:29:48', '2025-09-25 02:29:48'), +(30, 'book', 14, 'Teacher\'s Manual - Level 6', 'Order 3984', 3, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:30:08', '2025-09-25 02:30:08'), +(31, 'book', 15, 'Teacher\'s Manual - Level 5', 'Order 3984', 4, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:30:30', '2025-09-25 02:30:30'), +(32, 'book', 16, 'Teacher\'s Manual - Level 4', 'Order 3984', 3, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:30:53', '2025-09-25 02:30:53'), +(33, 'book', 17, 'Teacher\'s Manual - Level 3', 'Order 3984', 4, 0, 0, 0, 0, 'pcs', NULL, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', 1, '2025-09-25 02:31:15', '2025-09-25 02:31:15'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `inventory_movements` +-- + +CREATE TABLE `inventory_movements` ( + `id` int(10) UNSIGNED NOT NULL, + `item_id` int(10) UNSIGNED NOT NULL, + `qty_change` int(11) NOT NULL, + `movement_type` enum('initial','in','out','adjust','distribution') NOT NULL DEFAULT 'adjust', + `reason` varchar(120) DEFAULT NULL, + `note` text DEFAULT NULL, + `semester` enum('Spring','Fall') DEFAULT NULL, + `school_year` varchar(16) DEFAULT NULL, + `performed_by` int(10) UNSIGNED DEFAULT NULL, + `teacher_id` int(10) UNSIGNED DEFAULT NULL, + `student_id` int(10) UNSIGNED DEFAULT NULL, + `class_section_id` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `inventory_movements` +-- + +INSERT INTO `inventory_movements` (`id`, `item_id`, `qty_change`, `movement_type`, `reason`, `note`, `semester`, `school_year`, `performed_by`, `teacher_id`, `student_id`, `class_section_id`, `created_at`, `updated_at`) VALUES +(5, 12, 63, 'initial', NULL, NULL, 'Fall', '2025-2026', 71, NULL, NULL, NULL, '2025-09-28 14:57:15', '2025-09-28 14:57:15'), +(6, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 206, 21, '2025-09-28 14:57:15', '2025-09-28 14:57:15'), +(7, 18, 12, 'initial', NULL, NULL, 'Fall', '2025-2026', 138, NULL, NULL, NULL, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(8, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 48, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(9, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 102, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(10, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 116, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(11, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 108, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(12, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 69, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(13, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 162, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(14, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 204, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(15, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 154, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(16, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 208, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(17, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 212, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(18, 18, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 223, 90, '2025-09-28 14:57:36', '2025-09-28 14:57:36'), +(19, 8, 39, 'initial', NULL, NULL, 'Fall', '2025-2026', 155, NULL, NULL, NULL, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(20, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 16, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(21, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 19, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(22, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 21, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(23, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 30, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(24, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 44, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(25, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 64, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(26, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 81, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(27, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 20, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(28, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 57, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(29, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 70, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(30, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 127, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(31, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 171, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(32, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 78, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(33, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 196, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(34, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 68, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(35, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 234, 31, '2025-09-28 14:59:50', '2025-09-28 14:59:50'), +(36, 17, 35, 'initial', NULL, NULL, 'Fall', '2025-2026', 129, NULL, NULL, NULL, '2025-09-28 15:00:03', '2025-09-28 15:00:03'), +(37, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 40, 42, '2025-09-28 15:00:03', '2025-09-28 15:00:03'), +(38, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 106, 42, '2025-09-28 15:00:03', '2025-09-28 15:00:03'), +(39, 24, 39, 'initial', NULL, NULL, 'Fall', '2025-2026', 155, NULL, NULL, NULL, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(40, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 16, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(41, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 19, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(42, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 21, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(43, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 30, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(44, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 44, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(45, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 64, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(46, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 81, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(47, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 20, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(48, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 57, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(49, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 70, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(50, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 127, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(51, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 171, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(52, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 78, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(53, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 196, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(54, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 68, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(55, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 234, 31, '2025-09-28 15:00:23', '2025-09-28 15:00:23'), +(56, 14, 75, 'initial', NULL, NULL, 'Fall', '2025-2026', 129, NULL, NULL, NULL, '2025-09-28 15:00:26', '2025-09-28 15:00:26'), +(57, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 40, 42, '2025-09-28 15:00:26', '2025-09-28 15:00:26'), +(58, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 106, 42, '2025-09-28 15:00:26', '2025-09-28 15:00:26'), +(59, 15, 21, 'initial', NULL, NULL, 'Fall', '2025-2026', 138, NULL, NULL, NULL, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(60, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 48, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(61, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 102, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(62, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 116, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(63, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 108, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(64, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 69, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(65, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 162, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(66, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 204, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(67, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 154, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(68, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 208, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(69, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 212, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(70, 15, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 138, 138, 223, 90, '2025-09-28 15:00:34', '2025-09-28 15:00:34'), +(71, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 16, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(72, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 19, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(73, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 21, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(74, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 30, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(75, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 44, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(76, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 64, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(77, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 81, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(78, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 20, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(79, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 57, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(80, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 70, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(81, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 127, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(82, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 171, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(83, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 78, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(84, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 196, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(85, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 68, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(86, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 234, 31, '2025-09-28 15:00:46', '2025-09-28 15:00:46'), +(87, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 16, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(88, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 19, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(89, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 21, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(90, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 30, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(91, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 44, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(92, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 64, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(93, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 81, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(94, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 20, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(95, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 57, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(96, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 70, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(97, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 127, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(98, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 171, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(99, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 78, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(100, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 196, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(101, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 68, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(102, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 155, 155, 234, 31, '2025-09-28 15:01:05', '2025-09-28 15:01:05'), +(103, 9, 37, 'initial', NULL, NULL, 'Fall', '2025-2026', 71, NULL, NULL, NULL, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(104, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 36, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(105, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 43, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(106, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 45, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(107, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 112, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(108, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 141, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(109, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 157, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(110, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 105, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(111, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 146, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(112, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 147, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(113, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 200, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(114, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 206, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(115, 9, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 226, 21, '2025-09-28 15:02:00', '2025-09-28 15:02:00'), +(116, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 36, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(117, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 43, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(118, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 45, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(119, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 112, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(120, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 141, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(121, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 157, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(122, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 105, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(123, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 146, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(124, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 147, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(125, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 200, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(126, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 226, 21, '2025-09-28 15:02:43', '2025-09-28 15:02:43'), +(127, 7, 30, 'initial', NULL, NULL, 'Fall', '2025-2026', 129, NULL, NULL, NULL, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(128, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 33, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(129, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 40, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(130, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 51, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(131, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 55, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(132, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 63, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(133, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 85, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(134, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 135, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(135, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 138, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(136, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 140, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(137, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 177, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(138, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 106, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(139, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 118, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(140, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 231, 42, '2025-09-28 15:02:46', '2025-09-28 15:02:46'), +(141, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 36, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(142, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 43, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(143, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 45, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(144, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 112, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(145, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 141, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(146, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 157, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(147, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 105, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(148, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 146, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(149, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 147, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(150, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 200, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(151, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 206, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(152, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 226, 21, '2025-09-28 15:03:12', '2025-09-28 15:03:12'), +(153, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 36, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(154, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 43, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(155, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 45, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(156, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 112, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(157, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 141, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(158, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 157, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(159, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 105, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(160, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 146, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(161, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 147, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(162, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 200, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(163, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 206, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(164, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 226, 21, '2025-09-28 15:03:45', '2025-09-28 15:03:45'), +(165, 13, 22, 'initial', NULL, NULL, 'Fall', '2025-2026', 71, NULL, NULL, NULL, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(166, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 36, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(167, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 43, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(168, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 45, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(169, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 112, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(170, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 141, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(171, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 157, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(172, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 105, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(173, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 146, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(174, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 147, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(175, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 200, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(176, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 206, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(177, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 226, 21, '2025-09-28 15:04:12', '2025-09-28 15:04:12'), +(178, 12, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 173, 21, '2025-09-28 15:05:25', '2025-09-28 15:05:25'), +(179, 23, 31, 'initial', NULL, NULL, 'Fall', '2025-2026', 129, NULL, NULL, NULL, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(180, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 33, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(181, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 40, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(182, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 51, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(183, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 55, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(184, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 63, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(185, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 85, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(186, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 135, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(187, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 138, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(188, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 140, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(189, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 177, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(190, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 106, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(191, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 118, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(192, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 129, 129, 231, 42, '2025-09-28 15:06:03', '2025-09-28 15:06:03'), +(193, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 173, 21, '2025-09-28 15:06:17', '2025-09-28 15:06:17'), +(194, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 173, 21, '2025-09-28 15:06:37', '2025-09-28 15:06:37'), +(195, 25, 36, 'initial', NULL, NULL, 'Fall', '2025-2026', 5, NULL, NULL, NULL, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(196, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 14, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(197, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 82, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(198, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 92, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(199, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 97, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(200, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 101, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(201, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 104, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(202, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 58, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(203, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 153, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(204, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 178, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(205, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 182, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(206, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 80, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(207, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 79, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(208, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 197, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(209, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 221, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(210, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 222, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(211, 25, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 5, 5, 228, 22, '2025-09-28 15:06:47', '2025-09-28 15:06:47'), +(212, 13, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 71, 71, 173, 21, '2025-09-28 15:06:57', '2025-09-28 15:06:57'), +(213, 22, 32, 'initial', NULL, NULL, 'Fall', '2025-2026', 40, NULL, NULL, NULL, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(214, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 22, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(215, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 42, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(216, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 50, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(217, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 60, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(218, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 100, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(219, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 103, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(220, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 186, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(221, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 188, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(222, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 195, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(223, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 125, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(224, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 224, 52, '2025-09-28 15:08:32', '2025-09-28 15:08:32'), +(225, 3, 21, 'initial', NULL, NULL, 'Fall', '2025-2026', 89, NULL, NULL, NULL, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(226, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 11, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(227, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 15, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(228, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 34, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(229, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 35, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(230, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 39, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(231, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 49, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(232, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 53, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(233, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 62, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(234, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 71, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(235, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 76, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(236, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 84, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(237, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 89, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(238, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 99, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(239, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 142, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(240, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 163, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(241, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 149, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(242, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 190, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(243, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 192, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(244, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 207, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(245, 3, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 124, 80, '2025-09-28 15:09:25', '2025-09-28 15:09:25'), +(246, 19, 21, 'initial', NULL, NULL, 'Fall', '2025-2026', 89, NULL, NULL, NULL, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(247, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 11, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(248, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 15, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(249, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 34, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(250, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 35, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(251, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 39, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(252, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 49, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(253, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 53, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(254, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 62, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(255, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 71, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(256, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 76, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(257, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 84, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(258, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 89, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(259, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 99, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(260, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 142, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(261, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 163, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(262, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 149, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(263, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 190, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(264, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 192, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(265, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 207, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(266, 19, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 89, 89, 124, 80, '2025-09-28 15:09:40', '2025-09-28 15:09:40'), +(267, 6, 29, 'initial', NULL, NULL, 'Fall', '2025-2026', 40, NULL, NULL, NULL, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(268, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 22, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(269, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 42, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(270, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 50, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(271, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 60, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(272, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 100, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(273, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 103, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(274, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 186, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(275, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 188, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(276, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 195, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(277, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 125, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(278, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 224, 52, '2025-09-28 15:10:37', '2025-09-28 15:10:37'), +(279, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 12, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(280, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 13, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(281, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 27, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(282, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 111, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(283, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 115, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(284, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 121, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(285, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 129, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(286, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 109, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(287, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 152, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(288, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 156, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(289, 7, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 202, 41, '2025-09-28 15:11:14', '2025-09-28 15:11:14'), +(290, 21, 13, 'initial', NULL, NULL, 'Fall', '2025-2026', 157, NULL, NULL, NULL, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(291, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 9, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(292, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 10, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(293, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 37, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(294, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 77, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(295, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 90, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(296, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 137, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(297, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 139, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(298, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 161, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(299, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 170, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(300, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 193, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(301, 21, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 209, 60, '2025-09-28 15:11:22', '2025-09-28 15:11:22'), +(302, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 224, 52, '2025-09-28 15:11:35', '2025-09-28 15:11:35'), +(303, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 12, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(304, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 13, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(305, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 27, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(306, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 111, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(307, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 115, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(308, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 121, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(309, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 129, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(310, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 109, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(311, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 152, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(312, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 156, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(313, 23, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 202, 41, '2025-09-28 15:11:59', '2025-09-28 15:11:59'), +(314, 5, 12, 'initial', NULL, NULL, 'Fall', '2025-2026', 157, NULL, NULL, NULL, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(315, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 9, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(316, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 10, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(317, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 37, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(318, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 77, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(319, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 90, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(320, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 137, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(321, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 139, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(322, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 161, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(323, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 170, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(324, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 193, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(325, 5, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 157, 157, 209, 60, '2025-09-28 15:12:06', '2025-09-28 15:12:06'), +(326, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 129, 41, '2025-09-28 15:12:24', '2025-09-28 15:12:24'), +(327, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 160, 160, 129, 41, '2025-09-28 15:12:31', '2025-09-28 15:12:31'), +(328, 16, 21, 'initial', NULL, NULL, 'Fall', '2025-2026', 40, NULL, NULL, NULL, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(329, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 22, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(330, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 42, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(331, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 50, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(332, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 60, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(333, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 100, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(334, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 103, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(335, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 186, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(336, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 188, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(337, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 195, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(338, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 125, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(339, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 224, 52, '2025-09-28 15:14:32', '2025-09-28 15:14:32'), +(340, 7, -1, 'distribution', 'Teacher distribution', 'all students received books', 'Fall', '2025-2026', 129, 129, 218, 42, '2025-09-28 15:15:17', '2025-09-28 15:15:17'), +(341, 23, -1, 'distribution', 'Teacher distribution', 'All students have received their books.', 'Fall', '2025-2026', 129, 129, 218, 42, '2025-09-28 15:15:43', '2025-09-28 15:15:43'), +(342, 20, 17, 'initial', NULL, NULL, 'Fall', '2025-2026', 82, NULL, NULL, NULL, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(343, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 6, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(344, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 26, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(345, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 28, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(346, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 32, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(347, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 66, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(348, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 72, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(349, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 91, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(350, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 117, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(351, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 151, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(352, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 126, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(353, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 119, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(354, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 187, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(355, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 158, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(356, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 67, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(357, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 94, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(358, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 230, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'), +(359, 20, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 242, 70, '2025-09-28 15:16:25', '2025-09-28 15:16:25'); +INSERT INTO `inventory_movements` (`id`, `item_id`, `qty_change`, `movement_type`, `reason`, `note`, `semester`, `school_year`, `performed_by`, `teacher_id`, `student_id`, `class_section_id`, `created_at`, `updated_at`) VALUES +(374, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 67, 70, '2025-09-28 15:22:00', '2025-09-28 15:22:00'), +(375, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 82, 82, 94, 70, '2025-09-28 15:22:00', '2025-09-28 15:22:00'), +(378, 6, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 244, 52, '2025-09-28 16:10:16', '2025-09-28 16:10:16'), +(379, 22, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 244, 52, '2025-09-28 16:10:25', '2025-09-28 16:10:25'), +(380, 16, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 40, 40, 244, 52, '2025-09-28 16:10:39', '2025-09-28 16:10:39'), +(381, 14, -1, 'distribution', 'Teacher distribution', 'Anya received her book. All students have their books. Except students John. He says he cant find his book and its lost.', 'Fall', '2025-2026', 129, 129, 118, 42, '2025-09-28 16:36:46', '2025-09-28 16:36:46'), +(382, 17, -1, 'distribution', 'Teacher distribution', 'Anya received her book. All students have their books except student John, he can\'t find his books from last year.', 'Fall', '2025-2026', 129, 129, 118, 42, '2025-09-28 16:37:33', '2025-09-28 16:37:33'), +(383, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 7, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(384, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 8, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(385, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 18, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(386, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 54, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(387, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 74, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(388, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 75, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(389, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 123, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(390, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 144, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(391, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 145, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(392, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 165, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(393, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 168, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(394, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 169, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(395, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 185, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(396, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 189, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(397, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 179, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(398, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 213, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(399, 8, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 220, 32, '2025-09-28 16:49:31', '2025-09-28 16:49:31'), +(400, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 7, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(401, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 8, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(402, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 18, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(403, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 54, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(404, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 74, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(405, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 75, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(406, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 123, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(407, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 144, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(408, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 145, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(409, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 165, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(410, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 168, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(411, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 169, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(412, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 185, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(413, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 189, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(414, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 179, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(415, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 213, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(416, 24, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 220, 32, '2025-09-28 16:51:13', '2025-09-28 16:51:13'), +(417, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 179, 32, '2025-09-28 16:52:23', '2025-09-28 16:52:23'), +(418, 14, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 220, 32, '2025-09-28 16:52:23', '2025-09-28 16:52:23'), +(419, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 179, 32, '2025-09-28 16:52:45', '2025-09-28 16:52:45'), +(420, 17, -1, 'distribution', 'Teacher distribution', '', 'Fall', '2025-2026', 84, 84, 220, 32, '2025-09-28 16:52:45', '2025-09-28 16:52:45'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `invoices` +-- + +CREATE TABLE `invoices` ( + `id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) NOT NULL, + `invoice_number` varchar(50) NOT NULL, + `total_amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `balance` decimal(10,2) DEFAULT 0.00, + `paid_amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `has_discount` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 if discount applied, 0 no discount', + `issue_date` date NOT NULL, + `due_date` date DEFAULT NULL, + `status` varchar(50) NOT NULL DEFAULT '''unpaid''', + `description` text DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(), + `updated_by` int(11) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `invoices` +-- + +INSERT INTO `invoices` (`id`, `parent_id`, `invoice_number`, `total_amount`, `balance`, `paid_amount`, `has_discount`, `issue_date`, `due_date`, `status`, `description`, `school_year`, `created_at`, `updated_at`, `updated_by`, `semester`) VALUES +(3, 3, 'INV-2500003-68bbe7a55c37a', 380.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 07:49:57', '2026-05-11 16:28:06', NULL, 'Fall'), +(4, 2, 'INV-2500002-68bbecbe76c6f', 380.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 08:11:42', '2026-05-10 19:08:20', NULL, 'Fall'), +(5, 5, 'INV-2500005-68bc8ea5c979e', 840.00, 0.00, 30.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:42:29', '2026-05-17 16:40:44', NULL, 'Fall'), +(6, 7, 'INV-2500007-68bc8f856852b', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:46:13', '2026-05-10 14:31:24', 24, 'Fall'), +(7, 6, 'INV-2500006-68bc902e11849', 1070.00, 0.00, 40.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:49:02', '2026-05-10 16:23:36', NULL, 'Fall'), +(8, 9, 'INV-2500009-68bc91051d826', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:52:37', '2026-05-03 13:57:47', 19, 'Fall'), +(9, 10, 'INV-2500010-68bc91d9e3152', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:56:09', '2026-05-03 17:10:57', 147, 'Fall'), +(10, 11, 'INV-2500011-68bc9235a5071', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 19:57:41', '2026-05-03 15:49:01', 147, 'Fall'), +(11, 13, 'INV-2500013-68bc975faa72c', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:19:43', '2026-05-17 15:31:19', 57, 'Fall'), +(12, 14, 'INV-2500014-68bc97df723ec', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:21:51', '2026-05-10 16:59:33', 147, 'Fall'), +(13, 16, 'INV-2500016-68bc98d1782e6', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:25:53', '2026-05-10 17:32:22', 57, 'Fall'), +(14, 18, 'INV-2500018-68bc994f9a715', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:27:59', '2026-05-17 15:03:25', 108, 'Fall'), +(15, 22, 'INV-2500022-68bc99eb53d67', 840.00, 0.00, 840.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:30:35', '2026-05-10 14:27:29', 101, 'Fall'), +(16, 21, 'INV-2500021-68bc9a905a90c', 810.00, 390.00, 420.00, 0, '2025-09-06', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-06 20:33:20', '2026-05-10 17:47:36', 19, 'Fall'), +(17, 23, 'INV-2500023-68bc9ae4af0b3', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:34:44', '2026-05-10 16:25:04', 24, 'Fall'), +(18, 26, 'INV-2500026-68bc9b9ce8892', 610.00, 0.00, 20.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:37:48', '2026-05-10 17:47:12', NULL, 'Fall'), +(19, 25, 'INV-2500025-68bc9c77bbe60', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:41:27', '2026-05-10 17:43:25', 57, 'Fall'), +(20, 20, 'INV-2500020-68bc9e4b3ee64', 380.00, 0.00, 380.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:49:15', '2026-05-17 17:07:48', 19, 'Fall'), +(21, 27, 'INV-2500027-68bca052e0a32', 800.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 20:57:54', '2026-05-17 17:14:16', NULL, 'Fall'), +(22, 28, 'INV-2500028-68bca6bd7e13d', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:25:17', '2026-05-17 14:06:33', 19, 'Fall'), +(23, 29, 'INV-2500029-68bca7be3c281', 590.00, 0.00, 590.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:29:34', '2025-09-21 14:03:38', 24, 'Fall'), +(24, 30, 'INV-2500030-68bca7f0898de', 400.00, 0.00, 400.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:30:24', '2026-05-20 03:14:25', 24, 'Fall'), +(25, 17, 'INV-2500017-68bca877a8962', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:32:39', '2026-06-07 01:35:44', 24, 'Fall'), +(26, 31, 'INV-2500031-68bca8ff2b223', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:34:55', '2026-05-10 17:11:15', 19, 'Fall'), +(27, 34, 'INV-2500034-68bca95a19b51', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:36:26', '2026-05-17 17:15:36', 19, 'Fall'), +(28, 35, 'INV-2500035-68bca9d6d70b1', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:38:30', '2026-05-17 15:18:25', 57, 'Fall'), +(29, 38, 'INV-2500037-68bcaa840d2f6', 570.00, 0.00, 570.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:41:24', '2026-03-29 17:04:50', 57, 'Fall'), +(30, 39, 'INV-2500038-68bcab381dc46', 400.00, 0.00, 200.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:44:24', '2026-08-10 04:08:38', 101, 'Fall'), +(31, 42, 'INV-2500041-68bcabd588d91', 840.00, 0.00, 840.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:47:01', '2026-05-10 14:44:16', 57, 'Fall'), +(32, 24, 'INV-2500024-68bcac56b29e5', 380.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:49:10', '2026-05-03 14:36:30', NULL, 'Fall'), +(33, 43, 'INV-2500042-68bcad014a85f', 1070.00, 0.00, 40.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:52:01', '2026-05-20 03:04:30', NULL, 'Fall'), +(34, 47, 'INV-2500046-68bcad5f56a9b', 380.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:53:35', '2026-05-10 17:34:57', NULL, 'Fall'), +(35, 49, 'INV-2500047-68bcadd6e8d2f', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:55:34', '2026-05-10 17:07:42', 57, 'Fall'), +(36, 52, 'INV-2500049-68bcaeb7626ea', 830.00, 0.00, 830.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 21:59:19', '2026-05-17 17:01:53', 57, 'Fall'), +(37, 53, 'INV-2500050-68bcaf20a1621', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:01:04', '2026-07-18 17:21:54', 57, 'Fall'), +(38, 56, 'INV-2500053-68bcb02dd986e', 570.00, 0.00, 200.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:05:33', '2026-07-18 17:21:29', 24, 'Fall'), +(39, 57, 'INV-2500054-68bcb08a3cde9', 380.00, 0.00, 10.00, 1, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:07:06', '2026-04-19 15:28:42', NULL, 'Fall'), +(40, 59, 'INV-2500055-68bcb109f0cba', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:09:13', '2026-05-10 14:22:55', 57, 'Fall'), +(41, 63, 'INV-2500059-68bcb20754181', 200.00, 0.00, 200.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:13:27', '2025-09-21 16:50:32', 24, 'Fall'), +(42, 64, 'INV-2500060-68bcb2794df11', 610.00, 0.00, 610.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:15:21', '2026-05-17 15:17:53', 19, 'Fall'), +(43, 66, 'INV-2500062-68bcb309e6b5b', 840.00, 0.00, 840.00, 0, '2025-09-06', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-06 22:17:45', '2026-05-17 14:06:59', 24, 'Fall'), +(44, 69, 'INV-2500064-68bdbca3101c5', 810.00, 0.00, 810.00, 0, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 17:10:59', '2025-09-21 14:07:57', 19, 'Fall'), +(45, 74, 'INV-2500069-68bdbe2436838', 840.00, 0.00, 30.00, 1, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 17:17:24', '2026-05-10 16:26:04', NULL, 'Fall'), +(46, 19, 'INV-2500019-68bdbef5c7786', 570.00, 0.00, 0.00, 1, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 17:20:53', '2026-05-10 16:35:40', NULL, 'Fall'), +(47, 73, 'INV-2500068-68bdbfa419f9f', 610.00, 0.00, 20.00, 1, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 17:23:48', '2026-05-17 16:48:08', NULL, 'Fall'), +(48, 81, 'INV-2500076-68bdc89d169c0', 810.00, 0.00, 810.00, 0, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 18:02:05', '2026-05-31 14:03:24', 57, 'Fall'), +(49, 84, 'INV-2500079-68bdc8dfa9651', 400.00, 0.00, 30.00, 1, '2025-09-07', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-07 18:03:11', '2026-05-17 14:56:12', NULL, 'Fall'), +(50, 90, 'INV-2500085-68be514a81ba8', 840.00, 0.00, 840.00, 0, '2025-09-08', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-08 03:45:14', '2026-05-18 03:00:53', 57, 'Fall'), +(51, 71, 'INV-2500066-68be526257a82', 1040.00, 0.00, 30.00, 1, '2025-09-08', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-08 03:49:54', '2026-05-10 16:27:53', NULL, 'Fall'), +(52, 12, 'INV-2500012-68be54a360baf', 370.00, 0.00, 370.00, 0, '2025-09-08', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-08 03:59:31', '2025-09-21 13:59:45', 24, 'Fall'), +(53, 37, 'INV-2500036-68be55a4989d4', 747.50, 0.00, 747.50, 0, '2025-09-08', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-08 04:03:48', '2026-05-17 17:13:34', 1, 'Fall'), +(55, 46, 'INV-2500045-68be5df3e1e21', 600.00, 220.00, 380.00, 0, '2025-09-08', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-08 04:39:15', '2026-05-10 17:44:59', 57, 'Fall'), +(56, 93, 'INV-2500087-68c22efdce0e5', 580.00, -20.00, 600.00, 0, '2025-09-11', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-11 02:07:57', '2026-06-07 01:45:18', 57, 'Fall'), +(57, 75, 'INV-2500070-68c22f8aeca0e', 590.00, 0.00, 590.00, 0, '2025-09-11', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-11 02:10:18', '2025-09-21 14:11:13', 147, 'Fall'), +(58, 96, 'INV-2500089-68c2301b71bd9', 840.00, 0.00, 840.00, 0, '2025-09-11', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-11 02:12:43', '2026-05-10 14:01:40', 147, 'Fall'), +(59, 102, 'INV-2500095-68c233559f32d', 840.00, 0.00, 840.00, 0, '2025-09-11', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-11 02:26:29', '2026-05-17 16:34:09', 108, 'Fall'), +(60, 105, 'INV-2500097-68c23688a7451', 590.00, 0.00, 590.00, 0, '2025-09-11', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-11 02:40:08', '2025-12-14 15:02:55', 57, 'Fall'), +(61, 70, 'INV-2500065-68c4bc8feaaaf', 380.00, 0.00, 380.00, 0, '2025-09-13', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-13 00:36:31', '2026-05-17 16:57:52', 101, 'Fall'), +(62, 97, 'INV-2500090-68c4bd6c48d80', 610.00, 0.00, 20.00, 1, '2025-09-13', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-13 00:40:12', '2026-05-10 16:59:06', NULL, 'Fall'), +(63, 98, 'INV-2500091-68c4be96652b0', 1070.00, 0.00, 40.00, 1, '2025-09-13', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-13 00:45:10', '2026-04-19 15:26:18', NULL, 'Fall'), +(64, 114, 'INV-2500104-68c58d6ad820a', 380.00, 0.00, 380.00, 0, '2025-09-13', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-13 15:27:38', '2026-05-10 17:05:02', 57, 'Fall'), +(65, 126, 'INV-2500115-68c70ddc3d369', 1093.75, 0.00, 520.00, 1, '2025-09-14', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-14 18:47:56', '2026-05-18 02:56:59', 57, 'Fall'), +(66, 72, 'INV-2500067-68c8d5dcd9fe1', 370.00, 0.00, 370.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 03:13:32', '2025-09-21 14:10:06', 101, 'Fall'), +(67, 55, 'INV-2500052-68c8d730ac424', 610.00, 0.00, 610.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 03:19:12', '2026-05-03 14:00:04', 24, 'Fall'), +(68, 88, 'INV-2500083-68c8dbf42d215', 1650.00, 0.00, 840.00, 1, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 03:39:32', '2026-05-10 15:51:56', 4, 'Fall'), +(69, 109, 'INV-2500101-68c8de3023cbd', 380.00, 90.00, 290.00, 0, '2025-09-16', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-16 03:49:04', '2026-05-10 17:55:38', 57, 'Fall'), +(70, 110, 'INV-2500102-68c8df6fe6395', 740.00, 0.00, 370.00, 1, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 03:54:23', '2026-07-18 17:20:58', 4, 'Fall'), +(71, 117, 'INV-2500107-68c8e180413dc', 830.00, 0.00, 830.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 04:03:12', '2026-05-18 03:02:55', 19, 'Fall'), +(72, 118, 'INV-2500108-68c8e216ebe1e', 810.00, 0.00, 810.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 04:05:42', '2025-09-21 14:07:15', 24, 'Fall'), +(73, 122, 'INV-2500111-68c8e2a3ee3de', 610.00, 0.00, 610.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 04:08:03', '2026-05-18 03:03:34', 57, 'Fall'), +(74, 123, 'INV-2500112-68c8f6d94874f', 620.00, 0.00, 620.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 05:34:17', '2026-05-10 14:18:10', 57, 'Fall'), +(75, 130, 'INV-2500118-68c8fa3098bec', 380.00, 0.00, 380.00, 0, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 05:48:32', '2026-05-10 17:13:58', 57, 'Fall'), +(76, 129, 'INV-2500117-68c8fc992da0e', 570.00, 0.00, 0.00, 1, '2025-09-16', '2025-09-21', 'paid', NULL, '2025-2026', '2025-09-16 05:58:49', '2025-10-05 17:15:59', NULL, 'Fall'), +(77, 132, 'INV-2500119-68c8fdaa425cc', 590.00, 0.00, 0.00, 1, '2025-09-16', '2025-09-21', 'paid', NULL, '2025-2026', '2025-09-16 06:03:22', '2025-10-28 02:31:26', NULL, 'Fall'), +(78, 100, 'INV-2500093-68c8fef77e9b7', 610.00, 0.00, 20.00, 1, '2025-09-16', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-16 06:08:55', '2026-05-20 03:14:40', NULL, 'Fall'), +(79, 32, 'INV-2500032-68cef9d182fa3', 610.00, 0.00, 610.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:00:33', '2026-05-18 03:02:13', 19, 'Fall'), +(80, 50, 'INV-2500048-68cefb0397651', 840.00, 0.00, 840.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:05:39', '2026-05-17 17:12:01', 57, 'Fall'), +(81, 80, 'INV-2500075-68cefc094e3c2', 610.00, 0.00, 610.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:10:01', '2026-05-10 14:23:54', 57, 'Fall'), +(82, 133, 'INV-2500120-68cefda49f108', 380.00, 0.00, 380.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:16:52', '2026-05-18 03:04:58', 4, 'Fall'), +(83, 136, 'INV-2500123-68cefe57e1c2e', 380.00, 0.00, 380.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:19:51', '2026-05-10 17:16:14', 147, 'Fall'), +(84, 137, 'INV-2500124-68ceff051e3a4', 590.00, 190.00, 400.00, 0, '2025-09-20', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-20 19:22:45', '2026-02-08 15:02:12', 19, 'Fall'), +(85, 139, 'INV-2500126-68ceff95ba4d5', 380.00, 0.00, 380.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:25:09', '2026-05-17 17:04:31', 19, 'Fall'), +(86, 141, 'INV-2500128-68cf00065f702', 610.00, 290.00, 320.00, 0, '2025-09-20', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-20 19:27:02', '2026-05-17 17:31:43', 19, 'Fall'), +(87, 145, 'INV-2500131-68cf007253038', 370.00, 0.00, 370.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:28:50', '2025-09-21 13:47:42', 101, 'Fall'), +(88, 68, 'INV-2500063-68cf013ebc8f3', 610.00, 0.00, 20.00, 1, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:32:14', '2026-05-17 14:58:57', NULL, 'Fall'), +(89, 8, 'INV-2500008-68cf0258927bc', 610.00, 0.00, 610.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:36:56', '2026-05-10 14:03:31', 57, 'Fall'), +(90, 149, 'INV-2500134-68cf02dd331f5', 380.00, 0.00, 380.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 19:39:09', '2026-05-10 14:08:48', 19, 'Fall'), +(91, 153, 'INV-2500137-68cf131caaf28', 390.00, 0.00, 390.00, 0, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 20:48:28', '2026-05-17 15:16:49', 4, 'Fall'), +(92, 120, 'INV-2500109-68cf33d7c0ddb', 590.00, 0.00, 20.00, 1, '2025-09-20', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-20 23:08:07', '2026-05-10 15:42:17', NULL, 'Fall'), +(93, 156, 'INV-2500140-68cf810895744', 1010.00, 0.00, 600.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 04:37:28', '2026-02-22 18:51:03', 1, 'Fall'), +(94, 158, 'INV-2500142-68cf816216e6f', 380.00, 0.00, 380.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 04:38:58', '2026-05-17 17:14:31', 101, 'Fall'), +(95, 104, 'INV-2500096-68d00214baa9e', 370.00, 0.00, 300.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 13:48:04', '2025-09-22 23:02:41', 57, 'Fall'), +(96, 128, 'INV-2500116-68d00346babe0', 840.00, 0.00, 130.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 13:53:10', '2026-05-10 17:33:28', 4, 'Fall'), +(97, 165, 'INV-2500148-68d005ecc510b', 1070.00, 0.00, 440.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:04:28', '2026-05-17 17:53:57', 101, 'Fall'), +(98, 106, 'INV-2500098-68d006d06505f', 370.00, 0.00, 370.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:08:16', '2026-03-08 17:03:38', 57, 'Fall'), +(99, 142, 'INV-2500129-68d008e53d28e', 370.00, 0.00, 300.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:17:09', '2026-06-07 01:42:33', 101, 'Fall'), +(100, 167, 'INV-2500150-68d009b372ce9', 457.50, 0.00, 457.50, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:20:35', '2026-01-18 15:06:12', 57, 'Fall'), +(101, 44, 'INV-2500043-68d009b79785a', 590.00, 0.00, 590.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:20:39', '2025-09-21 14:24:00', 24, 'Fall'), +(102, 60, 'INV-2500056-68d00de700989', 790.00, 290.00, 500.00, 0, '2025-09-21', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-09-21 14:38:31', '2026-04-12 14:14:15', 57, 'Fall'), +(103, 168, 'INV-2500151-68d00efe872ae', 610.00, 0.00, 610.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:43:10', '2026-05-17 17:15:00', 24, 'Fall'), +(104, 164, 'INV-2500147-68d00f7e76563', 610.00, 0.00, 610.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:45:18', '2026-05-03 14:26:19', 19, 'Fall'), +(105, 169, 'INV-2500152-68d012eacc830', 580.00, 0.00, 580.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 14:59:54', '2026-05-20 03:13:37', 24, 'Fall'), +(106, 86, 'INV-2500081-68d015d90408b', 590.00, 0.00, 590.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:12:25', '2026-05-20 03:14:08', 57, 'Fall'), +(107, 173, 'INV-2500156-68d016fda749c', 590.00, 0.00, 590.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:17:17', '2026-04-19 15:35:42', 57, 'Fall'), +(108, 174, 'INV-2500157-68d01906d60b2', 1230.00, 0.00, 0.00, 1, '2025-09-21', '2025-09-21', 'paid', NULL, '2025-2026', '2025-09-21 15:25:58', '2025-10-28 02:31:26', NULL, 'Fall'), +(109, 176, 'INV-2500159-68d01a041dff0', 620.00, 0.00, 330.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:30:12', '2026-05-10 14:08:04', 57, 'Fall'), +(110, 172, 'INV-2500155-68d01c19dff3a', 840.00, 0.00, 30.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:39:05', '2026-05-10 19:11:47', NULL, 'Fall'), +(111, 175, 'INV-2500158-68d01c2041e38', 840.00, 0.00, 30.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:39:12', '2026-05-17 14:09:01', NULL, 'Fall'), +(112, 177, 'INV-2500160-68d01f11bd857', 400.00, 0.00, 0.00, 1, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 15:51:45', '2026-07-18 17:20:01', NULL, 'Fall'), +(113, 181, 'INV-2500164-68d0364f114c4', 400.00, 0.00, 400.00, 0, '2025-09-21', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-21 17:30:55', '2025-09-21 17:35:52', 4, 'Fall'), +(114, 187, 'INV-2500169-68d1ec83c5e68', 570.00, 0.00, 390.00, 1, '2025-09-23', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-23 00:40:35', '2026-05-20 03:13:46', 19, 'Fall'), +(115, 189, 'INV-2500171-68d4a9bc437db', 380.00, 0.00, 380.00, 0, '2025-09-25', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-25 02:32:28', '2026-05-17 16:55:23', 57, 'Fall'), +(116, 124, 'INV-2500113-68d93f523da30', 370.00, 0.00, 370.00, 0, '2025-09-15', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-15 13:59:46', '2025-12-07 18:11:59', 57, 'Fall'), +(117, 198, 'INV-2500178-68d940aa7976a', 380.00, 0.00, 380.00, 0, '2025-09-28', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-28 14:05:30', '2026-05-10 17:07:45', 57, 'Fall'), +(118, 107, 'INV-2500099-68d941da5e269', 610.00, 0.00, 610.00, 0, '2025-09-28', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-28 14:10:34', '2026-05-17 16:59:20', 57, 'Fall'), +(119, 150, 'INV-2500135-68d947e7668f1', 610.00, 0.00, 610.00, 0, '2025-09-28', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-28 14:36:23', '2026-05-10 17:48:26', 57, 'Fall'), +(120, 196, 'INV-2500176-68d948f7c0227', 200.00, 0.00, 200.00, 0, '2025-09-28', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-28 14:40:55', '2025-09-28 14:43:29', 57, 'Fall'), +(121, 202, 'INV-2500181-68d952e8dd98b', 200.00, 0.00, 200.00, 0, '2025-09-28', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-09-28 15:23:20', '2025-11-16 15:09:05', 19, 'Fall'), +(122, 134, 'INV-2500121-68de1c7c3dab5', 400.00, 0.00, 0.00, 1, '2025-10-02', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-02 06:32:28', '2026-07-18 17:20:09', NULL, 'Fall'), +(123, 203, 'INV-2500182-68e15f1f44534', 840.00, 0.00, 280.00, 1, '2025-10-04', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-04 17:53:35', '2026-05-17 17:07:26', 19, 'Fall'), +(124, 206, 'INV-2500185-68e27a347295b', 590.00, 0.00, 590.00, 0, '2025-10-05', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-05 14:01:24', '2025-11-09 15:34:03', 19, 'Fall'), +(125, 125, 'INV-2500114-68e27d84b04e5', 370.00, 0.00, 370.00, 0, '2025-10-05', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-05 14:15:32', '2025-10-05 14:17:49', 57, 'Fall'), +(126, 207, 'INV-2500186-68e27de2d853e', 370.00, 0.00, 200.00, 1, '2025-10-05', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-05 14:17:06', '2026-04-05 16:32:50', 57, 'Fall'), +(127, 205, 'INV-2500184-68e27e825062b', 570.00, 270.00, 300.00, 0, '2025-10-05', '2025-09-21', 'Partially Paid', NULL, '2025-2026', '2025-10-05 14:19:46', '2025-12-07 15:04:37', 19, 'Fall'), +(128, 209, 'INV-2500188-68e2a0d06d1c5', 370.00, 0.00, 370.00, 0, '2025-10-05', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-10-05 16:46:08', '2026-04-12 14:09:00', 57, 'Fall'), +(129, 204, 'INV-2500183-690ef02f03fc5', 200.00, 0.00, 200.00, 0, '2025-11-08', '2025-09-21', 'Paid', NULL, '2025-2026', '2025-11-08 07:24:31', '2025-11-09 15:10:13', 19, 'Fall'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `invoice_event` +-- + +CREATE TABLE `invoice_event` ( + `id` int(11) UNSIGNED NOT NULL, + `invoice_id` int(11) UNSIGNED NOT NULL, + `event_name` varchar(255) NOT NULL, + `description` text DEFAULT NULL, + `amount` decimal(10,2) NOT NULL, + `semester` varchar(50) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `invoice_students_list` +-- + +CREATE TABLE `invoice_students_list` ( + `id` int(11) UNSIGNED NOT NULL, + `invoice_id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `student_firstname` varchar(100) NOT NULL, + `student_lastname` varchar(100) NOT NULL, + `school_id` int(11) UNSIGNED NOT NULL, + `enrolled` tinyint(1) DEFAULT 1, + `school_year` varchar(9) NOT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `ip_attempts` +-- + +CREATE TABLE `ip_attempts` ( + `id` int(11) UNSIGNED NOT NULL, + `ip_address` varchar(45) NOT NULL, + `attempts` int(11) NOT NULL DEFAULT 0, + `last_attempt_at` datetime NOT NULL, + `blocked_until` datetime DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `ip_attempts` +-- + +INSERT INTO `ip_attempts` (`id`, `ip_address`, `attempts`, `last_attempt_at`, `blocked_until`, `created_at`, `updated_at`, `school_year`, `semester`) VALUES +(3, '192.210.150.198', 1, '2025-10-08 06:52:36', NULL, '2025-10-08 06:52:36', '2025-10-08 06:52:36', NULL, NULL), +(4, '2601:18f:802:4af0:39a0:fc30:4f3a:33da', 1, '2025-10-09 02:19:56', NULL, '2025-10-09 02:19:56', '2025-10-09 02:19:56', NULL, NULL), +(5, '2600:4040:502b:5e00:88f8:1264:ef70:ebcd', 1, '2025-10-11 03:13:01', NULL, '2025-10-11 03:13:01', '2025-10-11 03:13:01', NULL, NULL), +(9, '2600:4040:502b:5e00:b907:1381:51f9:7adf', 1, '2025-10-12 19:53:41', NULL, '2025-10-12 19:53:41', '2025-10-12 19:53:41', NULL, NULL), +(10, '73.60.106.54', 2, '2025-10-17 05:52:21', NULL, '2025-10-17 05:52:07', '2025-10-17 05:52:21', NULL, NULL), +(11, '2600:4040:502b:5e00:d5fb:97d4:8c05:b23e', 1, '2025-10-18 04:02:22', NULL, '2025-10-18 04:02:22', '2025-10-18 04:02:22', NULL, NULL), +(12, '2600:4040:502b:5e00:7cd3:fae5:15c9:511', 2, '2025-10-22 02:48:40', NULL, '2025-10-22 02:48:31', '2025-10-22 02:48:40', NULL, NULL), +(13, '2600:4040:502b:5e00:5de5:5184:7507:be50', 1, '2025-10-25 02:31:58', NULL, '2025-10-25 02:31:58', '2025-10-25 02:31:58', NULL, NULL), +(14, '2600:1000:b155:241f:6cff:7693:d45a:1f38', 2, '2025-10-26 14:40:52', NULL, '2025-10-26 14:40:39', '2025-10-26 14:40:52', NULL, NULL), +(16, '2600:4040:5cc8:8800:7c16:73c4:1376:f387', 1, '2025-10-27 01:46:29', NULL, '2025-10-27 01:46:29', '2025-10-27 01:46:29', NULL, NULL), +(17, '2600:4040:5023:8300:508c:be98:a6ef:cc01', 1, '2025-10-28 03:02:43', NULL, '2025-10-28 03:02:43', '2025-10-28 03:02:43', NULL, NULL), +(18, '12.151.138.198', 2, '2025-10-28 11:40:06', NULL, '2025-10-28 11:39:37', '2025-10-28 11:40:06', NULL, NULL), +(19, '2600:4040:502b:5e00:d868:9945:a4b5:d85f', 1, '2025-11-01 04:47:38', NULL, '2025-11-01 04:47:38', '2025-11-01 04:47:38', NULL, NULL), +(20, '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 0, '2025-11-01 17:59:58', NULL, '2025-11-01 17:59:58', '2025-11-01 18:08:03', NULL, NULL), +(21, '66.31.122.224', 1, '2025-11-01 18:04:03', NULL, '2025-11-01 18:04:03', '2025-11-01 18:04:03', NULL, NULL), +(22, '2a04:4e41:300a:eb9::8980:7eb9', 2, '2025-11-01 19:10:00', NULL, '2025-11-01 19:09:51', '2025-11-01 19:10:00', NULL, NULL), +(23, '2a04:4e41:300a:3c3::2667:13c3', 1, '2025-11-01 19:13:18', NULL, '2025-11-01 19:13:18', '2025-11-01 19:13:18', NULL, NULL), +(24, '2601:18f:900:8480:4584:809a:8891:3a4b', 3, '2025-11-02 13:52:21', NULL, '2025-11-02 13:51:45', '2025-11-02 13:52:21', NULL, NULL), +(27, '24.34.185.128', 7, '2026-03-01 00:50:46', NULL, '2025-11-02 18:00:37', '2026-03-01 00:50:46', NULL, NULL), +(28, '2601:18c:cd7f:8a20:a8bc:6dc9:bef9:ca1e', 1, '2025-11-02 19:32:35', NULL, '2025-11-02 19:32:35', '2025-11-02 19:32:35', NULL, NULL), +(29, '2601:18f:800:a810:21cd:4cc6:cccc:9781', 1, '2025-11-03 00:19:46', NULL, '2025-11-03 00:19:46', '2025-11-03 00:19:46', NULL, NULL), +(30, '91.84.109.110', 1, '2025-11-04 09:45:15', NULL, '2025-11-04 09:45:15', '2025-11-04 09:45:15', NULL, NULL), +(31, '2600:4040:502b:5e00:b903:1737:e8dc:40ef', 1, '2025-11-05 20:37:44', NULL, '2025-11-05 20:37:44', '2025-11-05 20:37:44', NULL, NULL), +(32, '129.63.157.1', 1, '2025-11-06 16:49:01', NULL, '2025-11-06 16:49:01', '2025-11-06 16:49:01', NULL, NULL), +(33, '192.210.150.196', 1, '2025-11-09 08:20:39', NULL, '2025-11-09 08:20:39', '2025-11-09 08:20:39', NULL, NULL), +(36, '2607:fb91:d7e:709:6825:b38d:f424:f77b', 4, '2025-11-09 15:54:29', NULL, '2025-11-09 15:52:17', '2025-11-09 15:54:29', NULL, NULL), +(37, '2600:4040:502b:5e00:40ab:4020:47d1:eb45', 1, '2025-11-10 03:21:27', NULL, '2025-11-10 03:21:27', '2025-11-10 03:21:27', NULL, NULL), +(38, '2600:4040:502b:5e00:7152:87c2:f068:2fce', 1, '2025-11-15 16:29:43', NULL, '2025-11-15 16:29:43', '2025-11-15 16:29:43', NULL, NULL), +(39, '2607:fb91:2da5:8844:a165:9a95:3453:d0d9', 1, '2025-11-15 22:48:53', NULL, '2025-11-15 22:48:53', '2025-11-15 22:48:53', NULL, NULL), +(40, '2600:4040:5023:8300:2851:5587:96c:30b9', 1, '2025-11-16 04:18:08', NULL, '2025-11-16 04:18:08', '2025-11-16 04:18:08', NULL, NULL), +(41, '2601:18f:901:e4a0:e211:2694:9175:2cac', 1, '2025-11-16 11:40:58', NULL, '2025-11-16 11:40:58', '2025-11-16 11:40:58', NULL, NULL), +(42, '71.174.67.68', 2, '2025-11-16 14:39:32', NULL, '2025-11-16 14:39:17', '2025-11-16 14:39:32', NULL, NULL), +(44, '2600:4040:5ae3:6900:78d8:2d52:54e9:2d36', 1, '2025-11-16 15:56:06', NULL, '2025-11-16 15:56:06', '2025-11-16 15:56:06', NULL, NULL), +(45, '2601:18c:cd7f:8a20:a625:6048:8d49:a87e', 1, '2025-11-16 17:15:04', NULL, '2025-11-16 17:15:04', '2025-11-16 17:15:04', NULL, NULL), +(46, '166.1.173.196', 1, '2025-11-17 18:33:37', NULL, '2025-11-17 18:33:37', '2025-11-17 18:33:37', NULL, NULL), +(47, '2600:4040:502b:5e00:2d6c:411a:e29:f0e6', 1, '2025-11-18 03:12:07', NULL, '2025-11-18 03:12:07', '2025-11-18 03:12:07', NULL, NULL), +(48, '2601:18f:800:b7f7:f5d4:cfc7:505c:deab', 0, '2025-11-19 11:58:39', NULL, '2025-11-19 11:58:39', '2025-11-19 12:00:29', NULL, NULL), +(49, '212.70.119.4', 1, '2025-11-22 20:36:29', NULL, '2025-11-22 20:36:29', '2025-11-22 20:36:29', NULL, NULL), +(51, '2600:4040:5aec:cc00:b596:693f:c521:3250', 2, '2025-11-23 02:48:31', NULL, '2025-11-23 02:48:21', '2025-11-23 02:48:31', NULL, NULL), +(53, '2607:fb91:2d20:8156:55ad:957:9f37:20ae', 1, '2025-11-23 17:13:11', NULL, '2025-11-23 17:13:11', '2025-11-23 17:13:11', NULL, NULL), +(54, '77.238.230.6', 1, '2025-11-24 04:41:17', NULL, '2025-11-24 04:41:17', '2025-11-24 04:41:17', NULL, NULL), +(55, '198.46.154.22', 1, '2025-11-26 23:40:07', NULL, '2025-11-26 23:40:07', '2025-11-26 23:40:07', NULL, NULL), +(56, '2600:4040:5134:3700:7530:170:c97d:faca', 1, '2025-12-06 03:05:59', NULL, '2025-12-06 03:05:59', '2025-12-06 03:05:59', NULL, NULL), +(57, '2a09:bac3:a6e8:2dc3::48f:a', 1, '2025-12-07 01:56:05', NULL, '2025-12-07 01:56:05', '2025-12-07 01:56:05', NULL, NULL), +(58, '2a09:bac2:8550:428::6a:151', 1, '2025-12-07 02:09:14', NULL, '2025-12-07 02:09:14', '2025-12-07 02:09:14', NULL, NULL), +(60, '207.180.167.163', 1, '2025-12-07 17:57:19', NULL, '2025-12-07 17:57:19', '2025-12-07 17:57:19', NULL, NULL), +(61, '2a04:4e41:7eb:5f3f::cbeb:5f3f', 1, '2025-12-07 18:27:29', NULL, '2025-12-07 18:27:29', '2025-12-07 18:27:29', NULL, NULL), +(62, '2a09:bac3:a1c7:303c::4ce:b', 1, '2025-12-07 19:27:44', NULL, '2025-12-07 19:27:44', '2025-12-07 19:27:44', NULL, NULL), +(63, '2a09:bac3:a1c1:2dc3::48f:2e', 1, '2025-12-07 19:29:37', NULL, '2025-12-07 19:29:37', '2025-12-07 19:29:37', NULL, NULL), +(64, '2601:18f:185:e40:f588:b528:e959:77d9', 2, '2025-12-07 19:36:44', NULL, '2025-12-07 19:36:33', '2025-12-07 19:36:44', NULL, NULL), +(65, '2600:4040:502b:5e00:558:c9b4:9450:1e35', 2, '2025-12-13 13:51:41', NULL, '2025-12-13 13:51:31', '2025-12-13 13:51:41', NULL, NULL), +(66, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', 2, '2025-12-14 15:13:53', NULL, '2025-12-14 15:08:39', '2025-12-14 15:13:53', NULL, NULL), +(67, '2601:18c:cf7f:5640:844b:432c:f3d5:c6d0', 1, '2025-12-14 16:04:30', NULL, '2025-12-14 16:04:30', '2025-12-14 16:04:30', NULL, NULL), +(69, '2600:1000:b0a8:e991:bd60:5bf3:23f0:5f45', 2, '2025-12-15 19:20:46', NULL, '2025-12-15 19:20:28', '2025-12-15 19:20:46', NULL, NULL), +(70, '166.1.107.157', 1, '2025-12-21 16:59:22', NULL, '2025-12-21 16:59:22', '2025-12-21 16:59:22', NULL, NULL), +(71, '2601:18f:283:ad10:9124:566b:d5a1:3974', 2, '2026-01-03 17:27:52', NULL, '2026-01-03 17:27:39', '2026-01-03 17:27:52', NULL, NULL), +(72, '2601:18f:27f:700:f575:fbc9:eb5b:7631', 2, '2026-01-03 22:37:36', NULL, '2026-01-03 22:37:20', '2026-01-03 22:37:36', NULL, NULL), +(74, '73.142.191.28', 2, '2026-01-10 23:02:06', NULL, '2026-01-10 23:02:05', '2026-01-10 23:02:06', NULL, NULL), +(75, '2600:100d:b090:fdfe:a1b7:787b:34e6:1d4f', 1, '2026-01-18 12:55:26', NULL, '2026-01-18 12:55:26', '2026-01-18 12:55:26', NULL, NULL), +(76, '91.84.103.183', 1, '2026-01-19 19:34:57', NULL, '2026-01-19 19:34:57', '2026-01-19 19:34:57', NULL, NULL), +(77, '62.84.100.226', 2, '2026-04-30 09:07:13', NULL, '2026-01-19 19:44:13', '2026-04-30 09:07:13', NULL, NULL), +(78, '2601:18f:283:f690:698a:93ca:a8ff:1e3e', 3, '2026-01-25 20:45:10', NULL, '2026-01-25 20:44:46', '2026-01-25 20:45:10', NULL, NULL), +(79, '2601:18f:27c:e3f0:a578:eb40:3e21:e871', 1, '2026-01-25 21:32:34', NULL, '2026-01-25 21:32:34', '2026-01-25 21:32:34', NULL, NULL), +(80, '2601:18f:802:75d0:79de:efcc:8cb:2e6f', 2, '2026-01-25 23:07:32', NULL, '2026-01-25 23:07:27', '2026-01-25 23:07:32', NULL, NULL), +(81, '2600:4040:5134:3700:44e1:cdac:18b3:2176', 3, '2026-01-26 03:55:06', NULL, '2026-01-26 03:54:37', '2026-01-26 03:55:06', NULL, NULL), +(82, '66.31.123.174', 4, '2026-04-22 03:56:27', NULL, '2026-01-26 04:35:56', '2026-04-22 03:56:27', NULL, NULL), +(83, '2600:4040:5134:3700:1d09:3a4d:c07e:e0f6', 5, '2026-01-26 11:57:14', NULL, '2026-01-26 11:56:41', '2026-01-26 11:57:14', NULL, NULL), +(84, '2601:18f:901:2780:7844:7e7:c87c:c0e4', 1, '2026-01-26 22:32:24', NULL, '2026-01-26 22:32:24', '2026-01-26 22:32:24', NULL, NULL), +(85, '75.68.64.61', 0, '2026-01-27 13:49:43', NULL, '2026-01-27 13:49:43', '2026-02-01 16:23:23', NULL, NULL), +(86, '41.142.221.188', 6, '2026-01-29 12:57:16', NULL, '2026-01-29 12:49:23', '2026-01-29 12:57:16', NULL, NULL), +(87, '2607:fb91:d71:c835:e00f:4d02:cacb:6aec', 1, '2026-01-31 03:11:16', NULL, '2026-01-31 03:11:16', '2026-01-31 03:11:16', NULL, NULL), +(88, '2601:281:97f:70e0:8f4:a495:8291:66e8', 1, '2026-02-01 05:07:22', NULL, '2026-02-01 05:07:22', '2026-02-01 05:07:22', NULL, NULL), +(92, '2601:18f:283:f690:1875:340e:99e8:ac9d', 1, '2026-02-07 03:59:43', NULL, '2026-02-07 03:59:43', '2026-02-07 03:59:43', NULL, NULL), +(93, '2600:4040:502b:5e00:1046:8508:2f5e:f781', 1, '2026-02-07 13:34:33', NULL, '2026-02-07 13:34:33', '2026-02-07 13:34:33', NULL, NULL), +(94, '2600:1000:b079:165a:b5c4:b34c:11c2:a686', 1, '2026-02-07 16:27:08', NULL, '2026-02-07 16:27:08', '2026-02-07 16:27:08', NULL, NULL), +(95, '2601:18f:903:d370:e224:695:27b9:4d93', 1, '2026-02-08 01:15:04', NULL, '2026-02-08 01:15:04', '2026-02-08 01:15:04', NULL, NULL), +(96, '2601:18c:cd7f:8a20:9c6d:7bbd:497b:9774', 1, '2026-02-08 14:24:41', NULL, '2026-02-08 14:24:41', '2026-02-08 14:24:41', NULL, NULL), +(97, '2601:18f:800:b7f7:9cdf:3b67:5447:7a32', 1, '2026-02-18 23:33:10', NULL, '2026-02-18 23:33:10', '2026-02-18 23:33:10', NULL, NULL), +(98, '2601:18f:881:ce0:2493:62d0:377e:387b', 3, '2026-02-19 18:58:47', NULL, '2026-02-19 18:58:11', '2026-02-19 18:58:47', NULL, NULL), +(101, '146.103.126.39', 1, '2026-02-22 22:44:11', NULL, '2026-02-22 22:44:11', '2026-02-22 22:44:11', NULL, NULL), +(102, '2601:18f:800:b7f7:d706:6df5:6c57:d23e', 2, '2026-02-25 01:08:05', NULL, '2026-02-25 01:07:53', '2026-02-25 01:08:05', NULL, NULL), +(106, '2601:18c:cd7f:8a20:af5e:8d1c:aa52:acbc', 1, '2026-03-04 03:55:14', NULL, '2026-03-04 03:55:14', '2026-03-04 03:55:14', NULL, NULL), +(107, '2601:18c:cd7f:8a20:91c8:b106:79bc:a087', 1, '2026-03-06 19:27:43', NULL, '2026-03-06 19:27:43', '2026-03-06 19:27:43', NULL, NULL), +(108, '2601:18c:8e82:c5d0:5174:fe8a:312e:e61b', 1, '2026-03-13 21:14:13', NULL, '2026-03-13 21:14:13', '2026-03-13 21:14:13', NULL, NULL), +(109, '2601:188:c100:2200:8069:4459:f2d7:c148', 1, '2026-03-14 09:57:43', NULL, '2026-03-14 09:57:43', '2026-03-14 09:57:43', NULL, NULL), +(110, '100.0.27.31', 2, '2026-03-14 19:41:15', NULL, '2026-03-14 19:41:02', '2026-03-14 19:41:15', NULL, NULL), +(111, '2a04:4e41:4a10:3bc8::969:3bc8', 1, '2026-03-23 21:13:24', NULL, '2026-03-23 21:13:24', '2026-03-23 21:13:24', NULL, NULL), +(112, '2600:4040:5013:a600:ed25:b6e1:fd87:a4bd', 2, '2026-03-24 01:26:34', NULL, '2026-03-24 01:26:29', '2026-03-24 01:26:34', NULL, NULL), +(113, '2601:18f:802:7290:42b:ed0c:de4a:80e4', 2, '2026-03-24 12:13:00', NULL, '2026-03-24 12:12:15', '2026-03-24 12:13:00', NULL, NULL), +(114, '2607:fb91:d41:4846:406b:b857:8998:cde8', 2, '2026-03-24 13:36:05', NULL, '2026-03-24 13:35:52', '2026-03-24 13:36:05', NULL, NULL), +(115, '2601:18f:802:7290:6ff7:517b:eb06:c35f', 3, '2026-03-24 23:07:04', NULL, '2026-03-24 23:03:26', '2026-03-24 23:07:04', NULL, NULL), +(116, '71.164.114.32', 1, '2026-03-26 20:29:21', NULL, '2026-03-26 20:29:21', '2026-03-26 20:29:21', NULL, NULL), +(117, '2601:18f:802:7290:b20b:5d72:cb73:c095', 2, '2026-03-28 14:35:00', NULL, '2026-03-28 14:34:38', '2026-03-28 14:35:00', NULL, NULL), +(120, '2601:18f:800:b7f7:288f:730a:cec1:e00', 1, '2026-04-01 02:41:30', NULL, '2026-04-01 02:41:30', '2026-04-01 02:41:30', NULL, NULL), +(122, '2607:fb91:2d1f:4412:e26e:e69:4103:2663', 1, '2026-04-04 14:56:03', NULL, '2026-04-04 14:56:03', '2026-04-04 14:56:03', NULL, NULL), +(123, '2601:18f:881:ce0:4eb:4408:146f:3e30', 1, '2026-04-04 20:59:01', NULL, '2026-04-04 20:59:01', '2026-04-04 20:59:01', NULL, NULL), +(124, '2600:4040:502b:7200:5183:b35d:22b6:629d', 1, '2026-04-05 12:33:11', NULL, '2026-04-05 12:33:11', '2026-04-05 12:33:11', NULL, NULL), +(125, '2601:18f:900:8320:1031:b517:459d:97f1', 1, '2026-04-10 22:30:09', NULL, '2026-04-10 22:30:09', '2026-04-10 22:30:09', NULL, NULL), +(126, '2601:18c:cd7f:8a20:214b:627c:7cba:401c', 1, '2026-04-11 15:26:35', NULL, '2026-04-11 15:26:35', '2026-04-11 15:26:35', NULL, NULL), +(127, '2601:18f:27f:700:b51a:73e3:f9ae:1ebd', 4, '2026-04-12 04:34:49', NULL, '2026-04-12 04:33:36', '2026-04-12 04:34:49', NULL, NULL), +(128, '2601:18f:283:f690:b0fc:3f59:e93b:f655', 8, '2026-04-12 12:50:58', NULL, '2026-04-12 12:49:03', '2026-04-12 12:50:58', NULL, NULL), +(129, '2601:18f:902:40e0:a4c3:1679:5754:2336', 5, '2026-04-12 18:49:17', NULL, '2026-04-12 18:48:27', '2026-04-12 18:49:17', NULL, NULL), +(130, '2601:18f:283:f690:13b:ebe8:bd7b:a8cb', 2, '2026-04-13 01:37:02', NULL, '2026-04-13 01:36:50', '2026-04-13 01:37:02', NULL, NULL), +(131, '2607:fb90:ad8c:853b:1101:f25b:f458:a2de', 1, '2026-04-19 02:31:45', NULL, '2026-04-19 02:31:45', '2026-04-19 02:31:45', NULL, NULL), +(133, '107.122.193.9', 3, '2026-04-19 17:07:32', NULL, '2026-04-19 17:07:09', '2026-04-19 17:07:32', NULL, NULL), +(136, '2600:4040:5012:1100:2d46:459b:ac19:42e3', 2, '2026-04-22 00:31:13', NULL, '2026-04-22 00:30:53', '2026-04-22 00:31:13', NULL, NULL), +(137, '2600:4040:5012:1100:a9fa:f5f3:787b:55c0', 3, '2026-04-23 03:12:38', NULL, '2026-04-23 03:12:00', '2026-04-23 03:12:38', NULL, NULL), +(138, '2600:4040:5012:1100:8a6:e0fa:7e1b:bf4e', 1, '2026-04-24 19:59:30', NULL, '2026-04-24 19:59:30', '2026-04-24 19:59:30', NULL, NULL), +(139, '2600:4040:5012:1100:6457:40a1:25d:b0ac', 1, '2026-04-24 20:33:02', NULL, '2026-04-24 20:33:02', '2026-04-24 20:33:02', NULL, NULL), +(140, '2601:18f:800:b7f7:530:b71:728b:f6e8', 1, '2026-04-26 02:20:03', NULL, '2026-04-26 02:20:03', '2026-04-26 02:20:03', NULL, NULL), +(141, '2603:3005:2b55:2100:4855:b526:ea8c:c20c', 1, '2026-05-02 13:27:10', NULL, '2026-05-02 13:27:10', '2026-05-02 13:27:10', NULL, NULL), +(143, '2607:fb91:d36:855d:ac39:9937:b13e:fbc6', 1, '2026-05-02 15:53:30', NULL, '2026-05-02 15:53:30', '2026-05-02 15:53:30', NULL, NULL), +(144, '73.60.157.167', 0, '2026-05-03 15:58:02', NULL, '2026-05-03 15:58:02', '2026-05-03 16:06:05', NULL, NULL), +(145, '2a04:4e41:4a0c:cb92::31f7:b92', 1, '2026-05-03 16:27:00', NULL, '2026-05-03 16:27:00', '2026-05-03 16:27:00', NULL, NULL), +(146, '2601:18f:902:40e0:f88a:8e18:d195:2578', 2, '2026-05-03 18:07:05', NULL, '2026-05-03 18:06:53', '2026-05-03 18:07:05', NULL, NULL), +(148, '2601:18f:902:c920:4426:c474:2663:9db9', 2, '2026-05-07 14:15:33', NULL, '2026-05-07 14:15:28', '2026-05-07 14:15:33', NULL, NULL), +(149, '172.56.197.150', 1, '2026-05-07 23:18:03', NULL, '2026-05-07 23:18:03', '2026-05-07 23:18:03', NULL, NULL), +(150, '163.116.144.102', 1, '2026-05-08 15:11:11', NULL, '2026-05-08 15:11:11', '2026-05-08 15:11:11', NULL, NULL), +(152, '2600:1000:b158:7668:cc34:25e2:dd63:198d', 2, '2026-05-09 16:59:23', NULL, '2026-05-09 16:59:07', '2026-05-09 16:59:23', NULL, NULL), +(153, '174.66.23.109', 1, '2026-05-09 23:57:13', NULL, '2026-05-09 23:57:13', '2026-05-09 23:57:13', NULL, NULL), +(154, '2601:18f:800:b7f7:3158:99a6:2b7c:ed6e', 1, '2026-05-10 00:31:51', NULL, '2026-05-10 00:31:51', '2026-05-10 00:31:51', NULL, NULL), +(158, '2607:fb91:d04:494f:3196:e5db:166f:62f1', 1, '2026-05-10 17:41:33', NULL, '2026-05-10 17:41:33', '2026-05-10 17:41:33', NULL, NULL), +(159, '89.124.113.155', 1, '2026-05-11 11:07:38', NULL, '2026-05-11 11:07:38', '2026-05-11 11:07:38', NULL, NULL), +(160, '91.208.75.4', 1, '2026-05-12 10:31:24', NULL, '2026-05-12 10:31:24', '2026-05-12 10:31:24', NULL, NULL), +(162, '2600:4040:5012:5600:f4cf:101c:beaf:7949', 1, '2026-05-17 04:01:27', NULL, '2026-05-17 04:01:27', '2026-05-17 04:01:27', NULL, NULL), +(164, '72.74.55.8', 8, '2026-05-24 01:00:15', NULL, '2026-05-17 14:51:42', '2026-05-24 01:00:15', NULL, NULL), +(165, '68.160.166.52', 1, '2026-05-17 15:08:25', NULL, '2026-05-17 15:08:25', '2026-05-17 15:08:25', NULL, NULL), +(166, '2607:fb90:6880:9a11:34c3:1d88:ba42:b4b1', 1, '2026-05-19 20:32:19', NULL, '2026-05-19 20:32:19', '2026-05-19 20:32:19', NULL, NULL), +(167, '73.114.157.147', 1, '2026-05-23 17:08:36', NULL, '2026-05-23 17:08:36', '2026-05-23 17:08:36', NULL, NULL), +(168, '2601:18f:800:b7f7:f080:2b8c:785a:3546', 1, '2026-05-23 23:50:52', NULL, '2026-05-23 23:50:52', '2026-05-23 23:50:52', NULL, NULL), +(169, '2600:4040:5025:8b00:a199:95e5:edf6:f8dd', 1, '2026-05-24 01:27:36', NULL, '2026-05-24 01:27:36', '2026-05-24 01:27:36', NULL, NULL), +(170, '2600:1003:b156:9840:3ce2:9704:5e70:446', 2, '2026-05-24 13:47:09', NULL, '2026-05-24 13:46:19', '2026-05-24 13:47:09', NULL, NULL), +(171, '2600:4040:502b:7200:a837:60ec:a88:e33a', 1, '2026-05-25 02:57:29', NULL, '2026-05-25 02:57:29', '2026-05-25 02:57:29', NULL, NULL), +(172, '2601:18f:802:bea0:1d31:39d9:6475:46db', 8, '2026-05-26 00:40:25', NULL, '2026-05-26 00:39:12', '2026-05-26 00:40:25', NULL, NULL), +(173, '2601:18f:800:b7f7:ad0:e61d:ab9b:e95', 3, '2026-05-26 03:13:00', NULL, '2026-05-26 03:12:56', '2026-05-26 03:13:00', NULL, NULL), +(175, '2607:fb91:d37:631:c9bd:8eff:1b71:12fb', 2, '2026-05-29 16:47:14', NULL, '2026-05-29 16:39:06', '2026-05-29 16:47:14', NULL, NULL), +(176, '2607:fb91:daf:86c1:3121:ec96:5e6d:b2ab', 1, '2026-05-31 14:54:37', NULL, '2026-05-31 14:54:37', '2026-05-31 14:54:37', NULL, NULL), +(179, '2607:fb91:d3e:8728:7090:bfde:2d1d:cf8c', 1, '2026-06-01 02:27:13', NULL, '2026-06-01 02:27:13', '2026-06-01 02:27:13', NULL, NULL), +(180, '2607:fb90:ad25:cc22:6d9e:3d77:d062:a309', 1, '2026-06-01 04:10:45', NULL, '2026-06-01 04:10:45', '2026-06-01 04:10:45', NULL, NULL), +(181, '2601:18f:984:71e0:edc3:ec15:54f7:8ae7', 1, '2026-06-09 15:15:41', NULL, '2026-06-09 15:15:41', '2026-06-09 15:15:41', NULL, NULL), +(182, '67.201.33.10', 1, '2026-08-15 18:36:53', NULL, '2026-08-15 18:36:53', '2026-08-15 18:36:53', NULL, NULL), +(183, '184.178.172.28', 1, '2026-08-17 17:35:38', NULL, '2026-08-17 17:35:38', '2026-08-17 17:35:38', NULL, NULL), +(184, '2607:fb91:264f:4f76:7483:a43b:7e37:54b4', 2, '2026-08-24 01:54:10', NULL, '2026-08-24 01:53:58', '2026-08-24 01:54:10', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `late_slip_logs` +-- + +CREATE TABLE `late_slip_logs` ( + `id` int(11) UNSIGNED NOT NULL, + `school_year` varchar(32) DEFAULT NULL, + `semester` varchar(32) DEFAULT NULL, + `student_name` varchar(191) NOT NULL, + `slip_date` date DEFAULT NULL, + `time_in` time DEFAULT NULL, + `grade` varchar(64) DEFAULT NULL, + `reason` varchar(255) DEFAULT NULL, + `admin_name` varchar(191) DEFAULT NULL, + `printed_by` int(11) DEFAULT NULL, + `printed_at` datetime NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `late_slip_logs` +-- + +INSERT INTO `late_slip_logs` (`id`, `school_year`, `semester`, `student_name`, `slip_date`, `time_in`, `grade`, `reason`, `admin_name`, `printed_by`, `printed_at`) VALUES +(1, '2025-2026', 'Fall', 'Mohammed Shamim', '2025-10-26', '10:07:00', 'Grade 7', 'Testing', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:07:21'), +(2, '2025-2026', 'Fall', 'Simra Bhutto', '2025-10-26', '10:08:00', 'Grade 2-B', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:08:43'), +(3, '2025-2026', 'Fall', 'Adyan Chowdhury', '2025-10-26', '10:09:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:09:19'), +(4, '2025-2026', 'Fall', 'Umaima Chowdhury', '2025-10-26', '10:09:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:09:46'), +(5, '2025-2026', 'Fall', 'Sara Tyawil', '2025-10-26', '10:10:00', 'Grade 3-B', 'Brothetr has got swimming class', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:10:44'), +(6, '2025-2026', 'Fall', 'Isabella Diallo', '2025-10-26', '10:11:00', 'Youth', 'Car issues', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:11:15'), +(7, '2025-2026', 'Fall', 'Bubacar Diallo', '2025-10-26', '10:11:00', 'Grade 9', 'Car issues', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:11:59'), +(8, '2025-2026', 'Fall', 'Yusuf Diallo', '2025-10-26', '10:12:00', 'Grade 2-A', 'Car issues', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:12:30'), +(9, '2025-2026', 'Fall', 'Umu Diallo', '2025-10-26', '10:12:00', 'Grade 5-A', 'Car issues', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:12:57'), +(10, '2025-2026', 'Fall', 'Ayaan Nowaz', '2025-10-26', '10:13:00', 'Youth', 'Started late', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:13:52'), +(11, '2025-2026', 'Fall', 'Hafsah Namyalo', '2025-10-26', '10:14:00', 'Grade 7', 'Started late', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:14:22'), +(12, '2025-2026', 'Fall', 'Hannah Nabisawe', '2025-10-26', '10:14:00', 'Grade 5-A', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:15:07'), +(13, '2025-2026', 'Fall', 'Fauzhan Sserugooti', '2025-10-26', '10:15:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:15:42'), +(14, '2025-2026', 'Fall', 'Ayyan Kamran', '2025-10-26', '10:16:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:16:11'), +(15, '2025-2026', 'Fall', 'Arsalan Kamran', '2025-10-26', '10:16:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:16:36'), +(16, '2025-2026', 'Fall', 'Mamadou Ba', '2025-10-26', '10:17:00', 'Grade 7', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:17:16'), +(17, '2025-2026', 'Fall', 'Victoria Williams', '2025-10-26', '10:17:00', 'Youth', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:17:47'), +(18, '2025-2026', 'Fall', 'London Edwards', '2025-10-26', '10:18:00', 'Grade 6', 'Overselpt', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:18:25'), +(19, '2025-2026', 'Fall', 'Joseph Hassan', '2025-10-26', '10:18:00', 'Grade 3-A', 'Traffic', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:19:07'), +(20, '2025-2026', 'Fall', 'Nyla Meah', '2025-10-26', '10:28:00', 'Grade 1', 'medical reason', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:28:42'), +(21, '2025-2026', 'Fall', 'Seth Meah', '2025-10-26', '10:29:00', 'Grade 1', 'Medical reason', 'Outmane Lemtiri Chlieh', 4, '2025-10-26 14:29:20'), +(22, '2025-2026', 'Fall', 'Ayaan Nowaz', '2025-11-02', '10:05:00', 'Youth', 'took wrong exit', 'Shamim Ansari', 24, '2025-11-02 15:05:58'), +(23, '2025-2026', 'Fall', 'Ayaan Nowaz', '2025-11-02', '10:05:00', 'Youth', 'took wrong exit', 'Shamim Ansari', 24, '2025-11-02 15:06:46'), +(24, '2025-2026', 'Fall', 'Yaseen Mirza', '2025-11-02', '10:09:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2025-11-02 15:09:32'), +(25, '2025-2026', 'Fall', 'Amirah Male', '2025-11-02', '10:09:00', 'Grade 6', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-02 15:10:10'), +(26, '2025-2026', 'Fall', 'Ajmal Male', '2025-11-02', '10:10:00', 'Grade 4-A', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-02 15:10:34'), +(27, '2025-2026', 'Fall', 'Ausi Male', '2025-11-02', '10:10:00', 'KG', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-02 15:11:00'), +(28, '2025-2026', 'Fall', 'Aliyah Kalule', '2025-11-02', '10:11:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2025-11-02 15:11:52'), +(29, '2025-2026', 'Fall', 'Ibrahim Sheikh', '2025-11-02', '10:14:00', 'Grade 5-B', '', 'Shamim Ansari', 24, '2025-11-02 15:14:52'), +(30, '2025-2026', 'Fall', 'Ahmed Sheikh', '2025-11-02', '10:16:00', 'Youth', 'Too long shower', 'Shamim Ansari', 24, '2025-11-02 15:16:19'), +(31, '2025-2026', 'Fall', 'Khadijah Maase', '2025-11-02', '11:15:00', 'Grade 2-A', 'Parent reported late coming', 'Shamim Ansari', 24, '2025-11-02 16:15:26'), +(32, '2025-2026', 'Fall', 'Sophia Alai', '2025-11-09', '10:10:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2025-11-09 15:10:42'), +(33, '2025-2026', 'Fall', 'Salma Alai', '2025-11-09', '10:11:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2025-11-09 15:11:20'), +(34, '2025-2026', 'Fall', 'Nuara Nazir', '2025-11-09', '10:11:00', 'Grade 3-B', 'Had to do homework', 'Shamim Ansari', 24, '2025-11-09 15:12:00'), +(35, '2025-2026', 'Fall', 'Adyan Chowdhury', '2025-11-09', '10:13:00', 'Youth', 'Dad pverslept', 'Shamim Ansari', 24, '2025-11-09 15:14:04'), +(36, '2025-2026', 'Fall', 'Umaima Chowdhury', '2025-11-09', '10:14:00', 'Youth', 'Dad overslept', 'Shamim Ansari', 24, '2025-11-09 15:14:36'), +(37, '2025-2026', 'Fall', 'Leena Elmalki', '2025-11-09', '10:21:00', 'Grade 5-A', 'Older sister de;ayed', 'Shamim Ansari', 24, '2025-11-09 15:22:21'), +(38, '2025-2026', 'Fall', 'Ayaan Nowaz', '2025-11-09', '10:25:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-09 15:25:53'), +(39, '2025-2026', 'Fall', 'Zakaria Benchekroun', '2025-11-16', '10:06:00', 'Youth', 'Started late', 'Shamim Ansari', 24, '2025-11-16 15:06:30'), +(40, '2025-2026', 'Fall', 'Aliyah Benchekroun', '2025-11-16', '10:07:00', 'Grade 7', 'Started late', 'Shamim Ansari', 24, '2025-11-16 15:07:27'), +(41, '2025-2026', 'Fall', 'Arsalan Kamran', '2025-11-16', '10:07:00', 'Youth', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:07:53'), +(42, '2025-2026', 'Fall', 'Zoya Irfan', '2025-11-16', '10:08:00', 'Grade 4-A', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:08:23'), +(43, '2025-2026', 'Fall', 'Seif Eddine Kalila', '2025-11-16', '10:08:00', 'Grade 4-A', 'Mom is sick', 'Shamim Ansari', 24, '2025-11-16 15:09:11'), +(44, '2025-2026', 'Fall', 'Ali Kalila', '2025-11-16', '10:09:00', 'Grade 2-A', 'Mom is sick', 'Shamim Ansari', 24, '2025-11-16 15:09:58'), +(45, '2025-2026', 'Fall', 'Ilyes Qabba', '2025-11-16', '10:10:00', 'Grade 3-B', 'Late breakfast', 'Shamim Ansari', 24, '2025-11-16 15:10:33'), +(46, '2025-2026', 'Fall', 'Rayan Irfan', '2025-11-16', '10:10:00', 'Youth', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:11:03'), +(47, '2025-2026', 'Fall', 'Adi Kusna', '2025-11-16', '10:11:00', 'Youth', 'Police road block', 'Shamim Ansari', 24, '2025-11-16 15:11:36'), +(48, '2025-2026', 'Fall', 'Alicia Kusna', '2025-11-16', '10:11:00', 'Grade 8', 'Police road block', 'Shamim Ansari', 24, '2025-11-16 15:12:01'), +(49, '2025-2026', 'Fall', 'Isabella Diallo', '2025-11-16', '10:12:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-16 15:12:24'), +(50, '2025-2026', 'Fall', 'Bubacar Diallo', '2025-11-16', '10:12:00', 'Grade 9', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-16 15:12:47'), +(51, '2025-2026', 'Fall', 'Yusuf Diallo', '2025-11-16', '10:12:00', 'Grade 2-A', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-16 15:13:11'), +(52, '2025-2026', 'Fall', 'Umu Diallo', '2025-11-16', '10:13:00', 'Grade 5-A', 'Late Pickup', 'Shamim Ansari', 24, '2025-11-16 15:13:37'), +(53, '2025-2026', 'Fall', 'Kareemah Ssemaganda', '2025-11-16', '10:14:00', 'Grade 6', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:14:14'), +(54, '2025-2026', 'Fall', 'Safa Shahid', '2025-11-16', '10:14:00', 'Grade 6', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:14:37'), +(55, '2025-2026', 'Fall', 'Aima Shahid', '2025-11-16', '10:15:00', 'Grade 3-A', 'Overselpt', 'Shamim Ansari', 24, '2025-11-16 15:15:17'), +(56, '2025-2026', 'Fall', 'Rinad Haj', '2025-11-16', '10:15:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2025-11-16 15:16:09'), +(57, '2025-2026', 'Fall', 'Fatma Haj', '2025-11-16', '10:16:00', 'Grade 1', 'overslept', 'Shamim Ansari', 24, '2025-11-16 15:16:38'), +(58, '2025-2026', 'Fall', 'Abdul Karim Hamdard', '2025-11-16', '10:16:00', 'KG', 'Eat late', 'Shamim Ansari', 24, '2025-11-16 15:17:20'), +(59, '2025-2026', 'Fall', 'Mohammad Yusuf Hamdard', '2025-11-16', '10:17:00', 'Grade 4-A', 'Eat late', 'Shamim Ansari', 24, '2025-11-16 15:17:45'), +(60, '2025-2026', 'Fall', 'Abdul Kabeer Hamdard', '2025-11-16', '10:17:00', 'Grade 2-A', 'Eat late', 'Shamim Ansari', 24, '2025-11-16 15:18:16'), +(61, '2025-2026', 'Fall', 'Aliyah Kalule', '2025-11-16', '10:18:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2025-11-16 15:18:46'), +(62, '2025-2026', 'Fall', 'Zaineb Elmerse', '2025-11-16', '10:19:00', 'Youth', 'Took Wrong way', 'Shamim Ansari', 24, '2025-11-16 15:19:51'), +(63, '2025-2026', 'Fall', 'Ibrahim Sheikh', '2025-11-16', '10:20:00', 'Grade 5-B', 'overslept', 'Shamim Ansari', 24, '2025-11-16 15:20:17'), +(64, '2025-2026', 'Fall', 'Ahmed Sheikh', '2025-11-16', '10:20:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2025-11-16 15:20:44'), +(65, '2025-2026', 'Fall', 'Shayaan Ahmed', '2025-11-16', '10:20:00', 'Grade 3-A', 'Traffic', 'Shamim Ansari', 24, '2025-11-16 15:21:08'), +(66, '2025-2026', 'Fall', 'Aliyah Benchekroun', '2025-11-16', '11:21:00', 'Grade 7', 'Started late', 'Shamim Ansari', 24, '2025-11-16 16:21:26'), +(67, '2025-2026', 'Fall', 'Shayaan Ahmed', '2025-11-16', '12:52:00', 'Grade 3-A', '', 'Shadab Anwar', 108, '2025-11-16 17:54:20'), +(68, '2025-2026', 'Fall', 'Yaseen Mirza', '2025-11-23', '10:08:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2025-11-23 15:08:22'), +(69, '2025-2026', 'Fall', 'Zakaria Benchekroun', '2025-11-23', '10:12:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2025-11-23 15:12:14'), +(70, '2025-2026', 'Fall', 'Aliyah Benchekroun', '2025-11-23', '10:12:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2025-11-23 15:12:41'), +(71, '2025-2026', 'Fall', 'Mamadou Ba', '2025-11-23', '10:13:00', 'Grade 7', 'Started late', 'Shamim Ansari', 24, '2025-11-23 15:13:27'), +(72, '2025-2026', 'Fall', 'Fatma Haj', '2025-11-23', '10:13:00', 'Grade 1', 'overslept', 'Shamim Ansari', 24, '2025-11-23 15:14:26'), +(73, '2025-2026', 'Fall', 'Rinad Haj', '2025-11-23', '10:14:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2025-11-23 15:14:47'), +(74, '2025-2026', 'Fall', 'Ibrahim Haj', '2025-11-23', '10:15:00', 'Grade 3-A', 'overslept', 'Shamim Ansari', 24, '2025-11-23 15:15:06'), +(75, '2025-2026', 'Fall', 'Mohammad Yusuf Hamdard', '2025-11-23', '10:15:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2025-11-23 15:15:48'), +(76, '2025-2026', 'Fall', 'Abdul Karim Hamdard', '2025-11-23', '10:16:00', 'KG', 'Started late', 'Shamim Ansari', 24, '2025-11-23 15:16:24'), +(77, '2025-2026', 'Fall', 'Abdul Kabeer Hamdard', '2025-11-23', '10:16:00', 'Grade 2-A', 'Started late', 'Shamim Ansari', 24, '2025-11-23 15:16:47'), +(78, '2025-2026', 'Fall', 'Yaseen Mirza', '2025-11-23', '10:08:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2025-11-23 15:29:52'), +(79, '2025-2026', 'Fall', 'Yaseen Mirza', '2025-11-23', '10:08:00', 'Grade 5-B', 'Traffic', 'Moulay Larbi Elabidi', 1, '2025-11-23 16:08:00'), +(80, '2025-2026', 'Fall', 'Shayaan Ahmed', '2025-12-07', '10:06:00', 'Grade 3-A', 'Traffic', 'Shamim Ansari', 24, '2025-12-07 15:06:38'), +(81, '2025-2026', 'Fall', 'Ibrahim Haj', '2025-12-07', '10:08:00', 'Grade 3-A', 'Sister was\'tn ready', 'Shamim Ansari', 24, '2025-12-07 15:08:47'), +(82, '2025-2026', 'Fall', 'Rinad Haj', '2025-12-07', '10:09:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2025-12-07 15:09:15'), +(83, '2025-2026', 'Fall', 'Abdelrahman Garelnabi', '2025-12-07', '10:09:00', 'Grade 1', 'Forgot tp check time', 'Shamim Ansari', 24, '2025-12-07 15:10:32'), +(84, '2025-2026', 'Fall', 'Fatma Haj', '2025-12-07', '10:10:00', 'Grade 1', 'Sister was\'tn ready', 'Shamim Ansari', 24, '2025-12-07 15:11:09'), +(85, '2025-2026', 'Fall', 'Fauzhan Sserugooti', '2025-12-07', '10:16:00', 'Youth', 'Driving slow', 'Shamim Ansari', 24, '2025-12-07 15:16:24'), +(86, '2025-2026', 'Fall', 'Hafsah Namyalo', '2025-12-07', '10:16:00', 'Grade 7', 'Driving slow', 'Shamim Ansari', 24, '2025-12-07 15:17:01'), +(87, '2025-2026', 'Fall', 'Hannah Nabisawe', '2025-12-07', '10:17:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2025-12-07 15:17:39'), +(88, '2025-2026', 'Fall', 'Ayyan Kamran', '2025-12-07', '10:18:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2025-12-07 15:18:35'), +(89, '2025-2026', 'Fall', 'Arsalan Kamran', '2025-12-07', '10:19:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2025-12-07 15:19:13'), +(90, '2025-2026', 'Fall', 'Bubacar Diallo', '2025-12-07', '10:19:00', 'Grade 9', 'Late Pickup', 'Shamim Ansari', 24, '2025-12-07 15:19:39'), +(91, '2025-2026', 'Fall', 'Isabella Diallo', '2025-12-07', '10:19:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2025-12-07 15:19:59'), +(92, '2025-2026', 'Fall', 'Yusuf Diallo', '2025-12-07', '10:20:00', 'Grade 2-A', 'Late Pickup', 'Shamim Ansari', 24, '2025-12-07 15:20:19'), +(93, '2025-2026', 'Fall', 'Umu Diallo', '2025-12-07', '10:20:00', 'Grade 5-A', 'Late Pickup', 'Shamim Ansari', 24, '2025-12-07 15:20:40'), +(94, '2025-2026', 'Fall', 'Sophia Alai', '2025-12-07', '10:25:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2025-12-07 15:26:00'), +(95, '2025-2026', 'Fall', 'Salma Alai', '2025-12-07', '10:26:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2025-12-07 15:26:27'), +(96, '2025-2026', 'Fall', 'Salma Abu-Tarboush', '2026-01-04', '10:11:00', 'Grade 3-B', 'Clean snow', 'Shamim Ansari', 24, '2026-01-04 15:12:01'), +(97, '2025-2026', 'Fall', 'Yaseen Mirza', '2026-01-04', '10:12:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2026-01-04 15:12:43'), +(98, '2025-2026', 'Fall', 'Ghazi Abu-Tarboush', '2026-01-04', '10:13:00', 'KG', 'snow cleaning', 'Shamim Ansari', 24, '2026-01-04 15:13:52'), +(99, '2025-2026', 'Fall', 'Umu Diallo', '2026-01-04', '10:14:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-01-04 15:14:36'), +(100, '2025-2026', 'Fall', 'Yusuf Diallo', '2026-01-04', '10:14:00', 'Grade 2-A', 'Traffic', 'Shamim Ansari', 24, '2026-01-04 15:14:58'), +(101, '2025-2026', 'Fall', 'Bubacar Diallo', '2026-01-04', '10:15:00', 'Grade 9', 'Traffic', 'Shamim Ansari', 24, '2026-01-04 15:15:27'), +(102, '2025-2026', 'Fall', 'Zakaria Benchekroun', '2026-01-04', '10:16:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-01-04 15:16:59'), +(103, '2025-2026', 'Fall', 'Aliyah Benchekroun', '2026-01-04', '10:17:00', 'Grade 7', 'Brother overslept', 'Shamim Ansari', 24, '2026-01-04 15:17:37'), +(104, '2025-2026', 'Fall', 'Shayaan Ahmed', '2026-01-04', '10:18:00', 'Grade 3-A', 'Traffic', 'Shamim Ansari', 24, '2026-01-04 15:18:47'), +(105, '2025-2026', 'Fall', 'Mohammad Yusuf Hamdard', '2026-01-04', '10:19:00', 'Grade 4-A', 'Late because of breakfast', 'Shamim Ansari', 24, '2026-01-04 15:19:33'), +(106, '2025-2026', 'Fall', 'Abdul Kabeer Hamdard', '2026-01-04', '10:19:00', 'Grade 2-A', 'Late breakfast', 'Shamim Ansari', 24, '2026-01-04 15:20:05'), +(107, '2025-2026', 'Fall', 'Abdul Karim Hamdard', '2026-01-04', '10:20:00', 'KG', 'Late breakfast', 'Shamim Ansari', 24, '2026-01-04 15:20:33'), +(108, '2025-2026', 'Fall', 'Ayaan Nowaz', '2026-01-04', '10:23:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2026-01-04 15:23:46'), +(109, '2025-2026', 'Fall', 'Salma Abu-Tarboush', '2026-01-11', '10:07:00', 'Grade 3-B', 'Had to clean room', 'Shamim Ansari', 24, '2026-01-11 15:07:53'), +(110, '2025-2026', 'Fall', 'Nyla Meah', '2026-01-11', '10:08:00', 'Grade 1', 'Started late', 'Shamim Ansari', 24, '2026-01-11 15:08:46'), +(111, '2025-2026', 'Fall', 'Aicha Safia Albertorio', '2026-01-11', '10:09:00', 'Grade 9', 'overslept', 'Shamim Ansari', 24, '2026-01-11 15:09:20'), +(112, '2025-2026', 'Fall', 'Ghazi Abu-Tarboush', '2026-01-11', '10:10:00', 'KG', 'Didn\'t want to coeme to school', 'Shamim Ansari', 24, '2026-01-11 15:10:28'), +(113, '2025-2026', 'Fall', 'Zaina Abu-Tarboush', '2026-01-11', '10:10:00', 'Grade 5-A', 'Due to brother', 'Shamim Ansari', 24, '2026-01-11 15:11:01'), +(114, '2025-2026', 'Fall', 'Leena Elmalki', '2026-01-11', '10:12:00', 'Grade 5-A', 'Started late', 'Shamim Ansari', 24, '2026-01-11 15:12:16'), +(115, '2025-2026', 'Fall', 'Arsalan Kamran', '2026-01-11', '10:14:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-01-11 15:14:13'), +(116, '2025-2026', 'Fall', 'Nuara Nazir', '2026-01-11', '10:29:00', 'Grade 3-B', 'Late reported', 'Shamim Ansari', 24, '2026-01-11 15:29:12'), +(117, '2025-2026', 'Fall', 'Yaseen Mirza', '2026-01-11', '11:06:00', 'Grade 5-B', 'Basket Ball Game', 'Shamim Ansari', 24, '2026-01-11 16:06:58'), +(118, '2025-2026', 'Fall', 'Nyla Meah', '2026-01-18', '10:11:00', 'Grade 1', 'Traffic', 'Outmane Lemtiri Chlieh', NULL, '2026-01-18 15:11:57'), +(119, '2025-2026', 'Fall', 'Mohammad Yusuf Hamdard', '2026-01-18', '10:12:00', 'Grade 4-A', 'Started late', 'Outmane Lemtiri Chlieh', NULL, '2026-01-18 15:13:13'), +(120, '2025-2026', 'Fall', 'Abdul Karim Hamdard', '2026-01-18', '10:14:00', 'KG', 'Started late', 'Outmane Lemtiri Chlieh', NULL, '2026-01-18 15:13:54'), +(121, '2025-2026', 'Fall', 'Abdul Kabeer Hamdard', '2026-01-18', '10:14:00', 'Grade 2-A', 'Started late', 'Outmane Lemtiri Chlieh', NULL, '2026-01-18 15:14:20'), +(122, '2025-2026', 'Fall', 'Ayyan Kamran', '2026-01-18', '10:18:00', 'Youth', 'Snow', 'Shamim Ansari', 24, '2026-01-18 15:18:06'), +(123, '2025-2026', 'Fall', 'Arsalan Kamran', '2026-01-18', '10:18:00', 'Youth', 'snow cleaning', 'Shamim Ansari', 24, '2026-01-18 15:18:36'), +(124, '2025-2026', 'Fall', 'Afrah Senkubuge', '2026-01-18', '10:23:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-01-18 15:23:03'), +(125, '2025-2026', 'Fall', 'Ayaan Nowaz', '2026-01-18', '10:30:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2026-01-18 15:30:45'), +(126, '2025-2026', 'Fall', 'Shayaan Ahmed', '2026-01-18', '10:57:00', 'Grade 3-A', 'Forgot to put alarm', 'Shamim Ansari', 24, '2026-01-18 15:57:30'), +(128, '2025-2026', 'Spring', 'Aliyah Kalule', '2026-02-01', '10:11:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-02-01 15:11:55'), +(129, '2025-2026', 'Spring', 'Mamadou Ba', '2026-02-01', '10:12:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-02-01 15:12:41'), +(130, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-02-01', '10:13:00', 'Grade 6', 'Started late', 'Shamim Ansari', 24, '2026-02-01 15:14:00'), +(132, '2025-2026', 'Spring', 'Yaseen Mirza', '2026-02-01', '11:11:00', 'Grade 5-B', 'overslept', 'Shamim Ansari', 24, '2026-02-01 16:11:41'), +(134, '2025-2026', 'Spring', 'Mamadou Ba', '2026-02-08', '10:27:00', 'Grade 7', 'Shovel snow', 'Shamim Ansari', 24, '2026-02-08 15:27:31'), +(135, '2025-2026', 'Spring', 'Salman Ali', '2026-02-22', '11:09:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2026-02-22 16:09:37'), +(136, '2025-2026', 'Spring', 'Sarah Ali', '2026-02-22', '11:10:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2026-02-22 16:10:15'), +(137, '2025-2026', 'Spring', 'Umaima Chowdhury', '2026-02-22', '11:11:00', 'Youth', '', 'Shamim Ansari', 24, '2026-02-22 16:10:59'), +(138, '2025-2026', 'Spring', 'Umaima Chowdhury', '2026-02-22', '11:11:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-02-22 16:11:19'), +(139, '2025-2026', 'Spring', 'Victoria Williams', '2026-02-22', '11:12:00', 'Youth', 'Mom misplaed the keys', 'Shamim Ansari', 24, '2026-02-22 16:12:58'), +(140, '2025-2026', 'Spring', 'Victoria Williams', '2026-02-22', '11:12:00', 'Youth', 'Mom misplaed the keys', 'Shamim Ansari', 24, '2026-02-22 16:14:37'), +(141, '2025-2026', 'Spring', 'Mamadou Ba', '2026-02-22', '11:16:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-02-22 16:16:23'), +(142, '2025-2026', 'Spring', 'Zaineb Elmerse', '2026-02-22', '11:18:00', 'Youth', 'Car trouble', 'Shamim Ansari', 24, '2026-02-22 16:18:11'), +(143, '2025-2026', 'Spring', 'Ahdia Saqib', '2026-03-01', '11:08:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-03-01 16:09:02'), +(144, '2025-2026', 'Spring', 'Amina Saqib', '2026-03-01', '11:09:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-03-01 16:09:41'), +(145, '2025-2026', 'Spring', 'Aroush Saqib', '2026-03-01', '11:10:00', 'Grade 2-B', '', 'Shamim Ansari', 24, '2026-03-01 16:10:08'), +(146, '2025-2026', 'Spring', 'Abeerah Saqib', '2026-03-01', '11:10:00', 'Grade 8', 'Started late', 'Shamim Ansari', 24, '2026-03-01 16:10:39'), +(147, '2025-2026', 'Spring', 'Naz Yasin Wasif', '2026-03-01', '11:11:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-03-01 16:11:22'), +(148, '2025-2026', 'Spring', 'Maimoona Wasif', '2026-03-01', '11:11:00', 'Grade 2-B', 'overslept', 'Shamim Ansari', 24, '2026-03-01 16:11:58'), +(149, '2025-2026', 'Spring', 'Ahmed Khan', '2026-03-01', '11:14:00', 'Youth', 'Car issues', 'Shamim Ansari', 24, '2026-03-01 16:14:46'), +(150, '2025-2026', 'Spring', 'Aasma Khan', '2026-03-01', '11:15:00', 'Grade 8', 'Car issues', 'Shamim Ansari', 24, '2026-03-01 16:15:22'), +(151, '2025-2026', 'Spring', 'Ashar Khan', '2026-03-01', '11:15:00', 'Grade 4-B', 'Car issues', 'Shamim Ansari', 24, '2026-03-01 16:15:50'), +(152, '2025-2026', 'Spring', 'Yaseen Mirza', '2026-03-01', '11:30:00', 'Grade 5-B', 'Started late', 'Shamim Ansari', 24, '2026-03-01 16:30:21'), +(153, '2025-2026', 'Spring', 'Afrah Senkubuge', '2026-03-08', '11:06:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:06:25'), +(154, '2025-2026', 'Spring', 'Zuhayer Tahmeed', '2026-03-08', '11:07:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:07:26'), +(155, '2025-2026', 'Spring', 'Shayaan Ahmed', '2026-03-08', '11:07:00', 'Grade 3-A', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:07:50'), +(156, '2025-2026', 'Spring', 'Shoaib Khan', '2026-03-08', '11:08:00', 'Grade 2-B', 'Started late', 'Shamim Ansari', 24, '2026-03-08 15:08:38'), +(157, '2025-2026', 'Spring', 'Zunairah Yara', '2026-03-08', '11:09:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:09:12'), +(158, '2025-2026', 'Spring', 'Safa Khan', '2026-03-08', '11:09:00', 'Grade 3-A', 'Time change', 'Shamim Ansari', 24, '2026-03-08 15:09:53'), +(159, '2025-2026', 'Spring', 'Rayhane Oukerro', '2026-03-08', '11:10:00', 'Grade 8', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:10:30'), +(160, '2025-2026', 'Spring', 'Arwa Oukerro', '2026-03-08', '11:10:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:10:56'), +(161, '2025-2026', 'Spring', 'Barae Oukerro', '2026-03-08', '11:11:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:11:33'), +(162, '2025-2026', 'Spring', 'Razan Oukerro', '2026-03-08', '11:11:00', 'Grade 3-B', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:12:03'), +(163, '2025-2026', 'Spring', 'Ayana Amin Marjiah', '2026-03-08', '11:12:00', 'Grade 3-B', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:12:52'), +(164, '2025-2026', 'Spring', 'Hafsah Namyalo', '2026-03-08', '11:13:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:13:17'), +(165, '2025-2026', 'Spring', 'Hannah Nabisawe', '2026-03-08', '11:13:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:14:00'), +(166, '2025-2026', 'Spring', 'Safa Basheer', '2026-03-08', '11:14:00', 'Grade 7', 'Alarm didn\'t go on', 'Shamim Ansari', 24, '2026-03-08 15:14:36'), +(167, '2025-2026', 'Spring', 'Aneeqa Basheer', '2026-03-08', '11:14:00', 'Grade 3-A', 'Alarm didnt work', 'Shamim Ansari', 24, '2026-03-08 15:15:13'), +(168, '2025-2026', 'Spring', 'John Sheriff', '2026-03-08', '11:15:00', 'Grade 4-B', 'Alarm didnt work', 'Shamim Ansari', 24, '2026-03-08 15:15:59'), +(169, '2025-2026', 'Spring', 'Hawa Sheriff', '2026-03-08', '11:16:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:16:24'), +(170, '2025-2026', 'Spring', 'Yahia Nizar Boumnina', '2026-03-08', '11:16:00', 'Grade 3-B', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:17:16'), +(171, '2025-2026', 'Spring', 'Adyan Murtuza', '2026-03-08', '11:17:00', 'Grade 3-B', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:17:44'), +(172, '2025-2026', 'Spring', 'Sarah Maria Boumnina', '2026-03-08', '11:18:00', 'Grade 7', '', 'Shamim Ansari', 24, '2026-03-08 15:18:36'), +(173, '2025-2026', 'Spring', 'Adam Kamal Boumnina', '2026-03-08', '11:19:00', 'Grade 3-B', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:19:08'), +(174, '2025-2026', 'Spring', 'Sara Tyawil', '2026-03-08', '11:19:00', 'Grade 3-B', 'Traffic', 'Shamim Ansari', 24, '2026-03-08 15:20:01'), +(175, '2025-2026', 'Spring', 'Reyad Jackson', '2026-03-08', '11:20:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-03-08 15:20:39'), +(176, '2025-2026', 'Spring', 'Fauzhan Sserugooti', '2026-03-08', '11:21:00', 'Youth', 'Parking issue', 'Shamim Ansari', 24, '2026-03-08 15:21:24'), +(177, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-03-08', '11:22:00', 'Grade 6', 'Dad overslept', 'Shamim Ansari', 24, '2026-03-08 15:22:48'), +(178, '2025-2026', 'Spring', 'Maimoona Wasif', '2026-03-08', '11:23:00', 'Grade 2-B', 'Dad overslept', 'Shamim Ansari', 24, '2026-03-08 15:23:25'), +(179, '2025-2026', 'Spring', 'Abdul Rafe', '2026-03-29', '10:07:00', 'Grade 8', 'Late Pickup', 'Shamim Ansari', 24, '2026-03-29 14:07:46'), +(180, '2025-2026', 'Spring', 'Zayyan Ammar', '2026-03-29', '10:08:00', 'Grade 2-B', 'Late Pickup', 'Shamim Ansari', 24, '2026-03-29 14:08:34'), +(181, '2025-2026', 'Spring', 'Sarah Ali', '2026-03-29', '10:08:00', 'Youth', 'Late Pickup', 'Shamim Ansari', 24, '2026-03-29 14:09:11'), +(182, '2025-2026', 'Spring', 'Umaima Chowdhury', '2026-03-29', '10:09:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:09:49'), +(183, '2025-2026', 'Spring', 'Adyan Chowdhury', '2026-03-29', '10:10:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:10:26'), +(184, '2025-2026', 'Spring', 'Safa Shahid', '2026-03-29', '10:10:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:11:16'), +(185, '2025-2026', 'Spring', 'Aima Shahid', '2026-03-29', '10:11:00', 'Grade 3-A', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:12:01'), +(186, '2025-2026', 'Spring', 'Ibrahim Haj', '2026-03-29', '10:13:00', 'Grade 3-A', 'Ubar came late', 'Shamim Ansari', 24, '2026-03-29 14:14:19'), +(187, '2025-2026', 'Spring', 'Fatma Haj', '2026-03-29', '10:14:00', 'Grade 1', 'Ubar came late', 'Shamim Ansari', 24, '2026-03-29 14:14:45'), +(188, '2025-2026', 'Spring', 'Joseph Hassan', '2026-03-29', '10:14:00', 'Grade 3-A', 'Car key was missing', 'Shamim Ansari', 24, '2026-03-29 14:15:36'), +(189, '2025-2026', 'Spring', 'Rinad Haj', '2026-03-29', '10:16:00', 'Grade 5-A', 'Ubar came late', 'Shamim Ansari', 24, '2026-03-29 14:17:01'), +(190, '2025-2026', 'Spring', 'Nasma Boudjemaa', '2026-03-29', '10:17:00', 'Grade 1', 'Late drop', 'Shamim Ansari', 24, '2026-03-29 14:17:45'), +(191, '2025-2026', 'Spring', 'Nora Boudjemaa', '2026-03-29', '10:18:00', 'Grade 1', 'Late drop - No reason', 'Shamim Ansari', 24, '2026-03-29 14:18:27'), +(192, '2025-2026', 'Spring', 'Ariyan Ammar', '2026-03-29', '10:18:00', 'Grade 1', 'Overslept', 'Shamim Ansari', 24, '2026-03-29 14:19:16'), +(193, '2025-2026', 'Spring', 'Abdullah Bilal', '2026-03-29', '10:19:00', 'Grade 5-B', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:19:47'), +(194, '2025-2026', 'Spring', 'Yaseen Mirza', '2026-03-29', '10:19:00', 'Grade 5-B', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:20:11'), +(195, '2025-2026', 'Spring', 'Mohammad Yusuf Hamdard', '2026-03-29', '10:20:00', 'Grade 4-A', 'Late drop - No reason', 'Shamim Ansari', 24, '2026-03-29 14:20:55'), +(196, '2025-2026', 'Spring', 'Abdul Kabeer Hamdard', '2026-03-29', '10:21:00', 'Grade 2-A', 'Late drop - No reason', 'Shamim Ansari', 24, '2026-03-29 14:21:29'), +(197, '2025-2026', 'Spring', 'Arsalan Kamran', '2026-03-29', '10:21:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-03-29 14:22:05'), +(198, '2025-2026', 'Spring', 'Ayyan Kamran', '2026-03-29', '10:22:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-03-29 14:22:45'), +(199, '2025-2026', 'Spring', 'Aasma Khan', '2026-03-29', '10:23:00', 'Grade 8', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:23:29'), +(200, '2025-2026', 'Spring', 'Ashar Khan', '2026-03-29', '10:23:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:23:53'), +(201, '2025-2026', 'Spring', 'Ayaan Nowaz', '2026-03-29', '10:25:00', 'Youth', 'Late drop', 'Shamim Ansari', 24, '2026-03-29 14:26:17'), +(202, '2025-2026', 'Spring', 'Leena Elmalki', '2026-03-08', '10:27:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2026-03-29 14:27:36'), +(203, '2025-2026', 'Spring', 'Hawa Sheriff', '2026-04-05', '10:11:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-04-05 14:11:27'), +(204, '2025-2026', 'Spring', 'Hawa Sheriff', '2026-04-05', '10:12:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-04-05 14:12:32'), +(205, '2025-2026', 'Spring', 'John Sheriff', '2026-04-05', '10:13:00', 'Grade 4-B', 'Sister Overselpt', 'Shamim Ansari', 24, '2026-04-05 14:13:31'), +(206, '2025-2026', 'Spring', 'Zahra Asim', '2026-04-05', '10:14:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-04-05 14:14:05'), +(207, '2025-2026', 'Spring', 'Zoya Asim', '2026-04-05', '10:14:00', 'Grade 9', 'Sister Overselpt', 'Shamim Ansari', 24, '2026-04-05 14:14:34'), +(208, '2025-2026', 'Spring', 'Nyla Meah', '2026-04-05', '10:15:00', 'Grade 1', 'Insulin pump change', 'Shamim Ansari', 24, '2026-04-05 14:15:17'), +(209, '2025-2026', 'Spring', 'Amin Abdi', '2026-04-05', '10:15:00', 'Grade 3-A', 'Started late', 'Shamim Ansari', 24, '2026-04-05 14:16:18'), +(210, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-04-05', '10:16:00', 'Grade 6', 'Started late', 'Shamim Ansari', 24, '2026-04-05 14:16:51'), +(211, '2025-2026', 'Spring', 'Salma Alai', '2026-04-05', '10:17:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2026-04-05 14:17:30'), +(212, '2025-2026', 'Spring', 'Hannah Nabisawe', '2026-04-05', '10:18:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-04-05 14:18:07'), +(213, '2025-2026', 'Spring', 'Sophia Alai', '2026-04-05', '10:18:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-04-05 14:18:44'), +(214, '2025-2026', 'Spring', 'Hafsah Namyalo', '2026-04-05', '10:19:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-04-05 14:19:10'), +(215, '2025-2026', 'Spring', 'Ayyan Kamran', '2026-04-05', '10:19:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-04-05 14:19:47'), +(216, '2025-2026', 'Spring', 'Aya Hendley', '2026-04-05', '10:20:00', 'Grade 2-A', 'Mom cooking for Potluck', 'Shamim Ansari', 24, '2026-04-05 14:21:05'), +(217, '2025-2026', 'Spring', 'Hannah Hendley', '2026-04-05', '10:21:00', 'Grade 3-A', 'Mom cooking for Potluck', 'Shamim Ansari', 24, '2026-04-05 14:21:33'), +(218, '2025-2026', 'Spring', 'Zahra Malik', '2026-04-05', '10:30:00', 'Grade 8', 'Late Pickup', 'Shamim Ansari', 24, '2026-04-05 14:30:39'), +(219, '2025-2026', 'Spring', 'Aliyah Kalule', '2026-04-05', '10:32:00', 'Youth', 'Uber came late', 'Shamim Ansari', 24, '2026-04-05 14:32:57'), +(220, '2025-2026', 'Spring', 'Soheb Malik', '2026-04-05', '10:33:00', 'Grade 2-A', 'Late Pickup', 'Shamim Ansari', 24, '2026-04-05 14:33:53'), +(221, '2025-2026', 'Spring', 'Samin Masud', '2026-04-05', '10:36:00', 'Grade 8', 'Game went over', 'Shamim Ansari', 24, '2026-04-05 14:37:08'), +(222, '2025-2026', 'Spring', 'Kareemah Ssemaganda', '2026-04-12', '10:09:00', 'Grade 6', 'Woke up late', 'Ebad Rahman', 147, '2026-04-12 14:09:34'), +(223, '2025-2026', 'Spring', 'Ilyes Qabba', '2026-04-12', '10:10:00', 'Grade 3-B', 'Project', 'Ebad Rahman', 147, '2026-04-12 14:10:16'), +(224, '2025-2026', 'Spring', 'Amin Abdi', '2026-04-12', '10:17:00', 'Grade 3-A', 'Busy morning', 'Ebad Rahman', 147, '2026-04-12 14:17:28'), +(225, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-04-12', '10:18:00', 'Grade 6', 'Busy morning', 'Ebad Rahman', 147, '2026-04-12 14:18:35'), +(226, '2025-2026', 'Spring', 'Abdul Kabeer Hamdard', '2026-04-12', '10:22:00', 'Grade 2-A', 'Overslept', 'Ebad Rahman', 147, '2026-04-12 14:22:20'), +(227, '2025-2026', 'Spring', 'Abdul Karim Hamdard', '2026-04-12', '10:22:00', 'KG', 'Overslept', 'Ebad Rahman', 147, '2026-04-12 14:22:51'), +(228, '2025-2026', 'Spring', 'Mohammad Yusuf Hamdard', '2026-04-12', '10:23:00', 'Grade 4-A', 'Sore Throat', 'Ebad Rahman', 147, '2026-04-12 14:23:37'), +(229, '2025-2026', 'Spring', 'Leena Koukou', '2026-04-12', '10:29:00', 'Grade 2-A', 'Finishing project', 'Ebad Rahman', 147, '2026-04-12 14:29:49'), +(230, '2025-2026', 'Spring', 'Khadijah Maase', '2026-04-12', '10:31:00', 'Grade 2-A', 'Reported', 'Ebad Rahman', 147, '2026-04-12 14:31:57'), +(231, '2025-2026', 'Spring', 'Seth Meah', '2026-04-19', '11:39:00', 'Grade 1', '', 'Ebad Rahman', 147, '2026-04-12 15:39:18'), +(232, '2025-2026', 'Spring', 'Nyla Meah', '2026-04-19', '11:39:00', 'Grade 1', '', 'Ebad Rahman', 147, '2026-04-12 15:39:35'), +(233, '2025-2026', 'Spring', 'Salma Alai', '2026-04-19', '10:07:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:07:41'), +(234, '2025-2026', 'Spring', 'Salma Alai', '2026-04-19', '10:07:00', 'Grade 5-B', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:07:41'), +(235, '2025-2026', 'Spring', 'Zaid Nakhawa', '2026-04-19', '10:09:00', 'Grade 4-A', 'overslept', 'Shamim Ansari', 24, '2026-04-19 14:09:09'), +(236, '2025-2026', 'Spring', 'Omar Nakhawa', '2026-04-19', '10:10:00', 'Grade 3-B', 'overslept', 'Shamim Ansari', 24, '2026-04-19 14:10:06'), +(237, '2025-2026', 'Spring', 'Zaynab Nakhawa', '2026-04-19', '10:11:00', 'Grade 1', 'overslept', 'Shamim Ansari', 24, '2026-04-19 14:11:08'), +(238, '2025-2026', 'Spring', 'Isabella Diallo', '2026-04-19', '10:11:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:11:35'), +(239, '2025-2026', 'Spring', 'Yusuf Diallo', '2026-04-19', '10:12:00', 'Grade 2-A', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:12:07'), +(240, '2025-2026', 'Spring', 'Umu Diallo', '2026-04-19', '10:12:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:12:28'), +(241, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-04-19', '10:13:00', 'Grade 6', 'Busy morning', 'Shamim Ansari', 24, '2026-04-19 14:13:32'), +(242, '2025-2026', 'Spring', 'Amin Abdi', '2026-04-19', '10:13:00', 'Grade 3-A', 'Busy morning', 'Shamim Ansari', 24, '2026-04-19 14:13:58'), +(243, '2025-2026', 'Spring', 'Zahra Asim', '2026-04-19', '10:14:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-04-19 14:14:26'), +(244, '2025-2026', 'Spring', 'Zoya Asim', '2026-04-19', '10:14:00', 'Grade 9', 'overslept', 'Shamim Ansari', 24, '2026-04-19 14:14:50'), +(245, '2025-2026', 'Spring', 'Mohammad Akil', '2026-04-19', '10:15:00', 'Grade 7', 'Late due to gas fillup in car', 'Shamim Ansari', 24, '2026-04-19 14:15:44'), +(246, '2025-2026', 'Spring', 'Ghaith Akil', '2026-04-19', '10:16:00', 'Grade 4-B', 'Late due to gas fillup in car', 'Shamim Ansari', 24, '2026-04-19 14:16:20'), +(247, '2025-2026', 'Spring', 'Maimoona Wasif', '2026-04-19', '10:16:00', 'Grade 2-B', 'Dad overslept', 'Shamim Ansari', 24, '2026-04-19 14:17:16'), +(248, '2025-2026', 'Spring', 'Abdul Karim Hamdard', '2026-04-19', '10:18:00', 'KG', 'Due to Shower', 'Shamim Ansari', 24, '2026-04-19 14:18:10'), +(249, '2025-2026', 'Spring', 'Mohmmad Omar Sediqi', '2026-04-19', '10:18:00', 'KG', 'Late start', 'Shamim Ansari', 24, '2026-04-19 14:19:15'), +(250, '2025-2026', 'Spring', 'Nyla Meah', '2026-04-19', '10:20:00', 'Grade 1', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:20:30'), +(251, '2025-2026', 'Spring', 'Seth Meah', '2026-04-19', '10:21:00', 'Grade 1', 'Traffic', 'Shamim Ansari', 24, '2026-04-19 14:21:22'), +(252, '2025-2026', 'Spring', 'Victoria Williams', '2026-04-19', '10:21:00', 'Youth', 'Car trouble', 'Shamim Ansari', 24, '2026-04-19 14:21:58'), +(253, '2025-2026', 'Spring', 'London Edwards', '2026-04-19', '10:22:00', 'Grade 6', 'Car trouble', 'Shamim Ansari', 24, '2026-04-19 14:22:35'), +(254, '2025-2026', 'Spring', 'Leena Koukou', '2026-04-19', '10:23:00', 'Grade 2-A', 'Doing Homework', 'Shamim Ansari', 24, '2026-04-19 14:23:15'), +(255, '2025-2026', 'Spring', 'Aliyah Kalule', '2026-04-19', '10:34:00', 'Youth', 'thought it\'s break week', 'Shamim Ansari', 24, '2026-04-19 14:34:38'), +(256, '2025-2026', 'Spring', 'John Sheriff', '2026-05-03', '10:08:00', 'Grade 4-B', 'Because of sister begin late', 'Shamim Ansari', 24, '2026-05-03 14:09:07'), +(257, '2025-2026', 'Spring', 'Hawa Sheriff', '2026-05-03', '10:09:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-05-03 14:09:51'), +(258, '2025-2026', 'Spring', 'Leena Koukou', '2026-05-03', '10:10:00', 'Grade 2-A', 'Doing Homework', 'Shamim Ansari', 24, '2026-05-03 14:10:27'), +(259, '2025-2026', 'Spring', 'Leena Elmalki', '2026-05-03', '10:10:00', 'Grade 5-A', 'Eating Breakfast', 'Shamim Ansari', 24, '2026-05-03 14:11:38'), +(260, '2025-2026', 'Spring', 'Khadijah Maase', '2026-05-03', '10:54:00', 'Grade 2-A', 'Other Activities', 'Shamim Ansari', 24, '2026-05-03 14:55:11'), +(261, '2025-2026', 'Spring', 'Reyad Jackson', '2026-05-10', '10:03:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:04:05'), +(262, '2025-2026', 'Spring', 'Reyad Jackson', '2026-05-10', '10:03:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:04:06'), +(263, '2025-2026', 'Spring', 'Safa Basheer', '2026-05-10', '10:04:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:04:56'), +(264, '2025-2026', 'Spring', 'Safa Basheer', '2026-05-10', '10:04:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:04:56'), +(265, '2025-2026', 'Spring', 'Aneeqa Basheer', '2026-05-10', '10:05:00', 'Grade 3-A', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:05:24'), +(266, '2025-2026', 'Spring', 'Aneeqa Basheer', '2026-05-10', '10:05:00', 'Grade 3-A', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:05:25'), +(267, '2025-2026', 'Spring', 'Ibrahim Ba', '2026-05-10', '10:05:00', 'Youth', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:05:57'), +(268, '2025-2026', 'Spring', 'Ibrahim Ba', '2026-05-10', '10:05:00', 'Youth', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:05:57'), +(269, '2025-2026', 'Spring', 'Souleymane Ba', '2026-05-10', '10:06:00', 'Grade 4-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:06:45'), +(270, '2025-2026', 'Spring', 'Souleymane Ba', '2026-05-10', '10:06:00', 'Grade 4-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:06:45'), +(271, '2025-2026', 'Spring', 'Hafsah Namyalo', '2026-05-10', '10:07:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:07:10'), +(272, '2025-2026', 'Spring', 'Hafsah Namyalo', '2026-05-10', '10:07:00', 'Grade 7', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:07:10'), +(273, '2025-2026', 'Spring', 'Aicha Ba', '2026-05-10', '10:07:00', 'Grade 7', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:07:41'), +(274, '2025-2026', 'Spring', 'Aicha Ba', '2026-05-10', '10:07:00', 'Grade 7', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:07:41'), +(275, '2025-2026', 'Spring', 'Kareemah Ssemaganda', '2026-05-10', '10:08:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:08:17'), +(276, '2025-2026', 'Spring', 'Kareemah Ssemaganda', '2026-05-10', '10:08:00', 'Grade 6', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:08:17'), +(277, '2025-2026', 'Spring', 'Hannah Nabisawe', '2026-05-10', '10:08:00', 'Grade 5-A', 'Sister was\'tn ready', 'Shamim Ansari', 24, '2026-05-10 14:08:56'), +(278, '2025-2026', 'Spring', 'Hannah Nabisawe', '2026-05-10', '10:08:00', 'Grade 5-A', 'Sister was\'tn ready', 'Shamim Ansari', 24, '2026-05-10 14:08:56'), +(279, '2025-2026', 'Spring', 'Rinad Haj', '2026-05-10', '10:09:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:09:22'), +(280, '2025-2026', 'Spring', 'Rinad Haj', '2026-05-10', '10:09:00', 'Grade 5-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:09:22'), +(281, '2025-2026', 'Spring', 'Ibrahim Haj', '2026-05-10', '10:09:00', 'Grade 3-A', 'Ubar came late', 'Shamim Ansari', 24, '2026-05-10 14:09:54'), +(282, '2025-2026', 'Spring', 'Ibrahim Haj', '2026-05-10', '10:09:00', 'Grade 3-A', 'Ubar came late', 'Shamim Ansari', 24, '2026-05-10 14:09:54'), +(283, '2025-2026', 'Spring', 'Fatma Haj', '2026-05-10', '10:10:00', 'Grade 1', 'Ubar came late', 'Shamim Ansari', 24, '2026-05-10 14:10:34'), +(284, '2025-2026', 'Spring', 'Fatma Haj', '2026-05-10', '10:10:00', 'Grade 1', 'Ubar came late', 'Shamim Ansari', 24, '2026-05-10 14:10:35'), +(285, '2025-2026', 'Spring', 'Abdul Kabeer Hamdard', '2026-05-10', '10:10:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:11:11'), +(286, '2025-2026', 'Spring', 'Abdul Kabeer Hamdard', '2026-05-10', '10:10:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:11:12'), +(287, '2025-2026', 'Spring', 'Zohaib Yaqubee', '2026-05-10', '10:11:00', 'Grade 1', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:11:42'), +(288, '2025-2026', 'Spring', 'Zohaib Yaqubee', '2026-05-10', '10:11:00', 'Grade 1', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:11:42'), +(289, '2025-2026', 'Spring', 'Iqra Yaqubee', '2026-05-10', '10:11:00', 'Grade 9', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:12:05'), +(290, '2025-2026', 'Spring', 'Iqra Yaqubee', '2026-05-10', '10:11:00', 'Grade 9', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:12:06'), +(291, '2025-2026', 'Spring', 'Isra Yaqubee', '2026-05-10', '10:12:00', 'Grade 6', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:12:27'), +(292, '2025-2026', 'Spring', 'Isra Yaqubee', '2026-05-10', '10:12:00', 'Grade 6', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:12:28'), +(293, '2025-2026', 'Spring', 'Sedra Yaqubee', '2026-05-10', '10:12:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:13:03'), +(294, '2025-2026', 'Spring', 'Sedra Yaqubee', '2026-05-10', '10:12:00', 'Grade 5-A', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:13:03'), +(295, '2025-2026', 'Spring', 'Afrah Senkubuge', '2026-05-10', '10:13:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:13:50'), +(296, '2025-2026', 'Spring', 'Afrah Senkubuge', '2026-05-10', '10:13:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:13:50'), +(297, '2025-2026', 'Spring', 'Mamadou Ba', '2026-05-10', '10:14:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:14:37'), +(298, '2025-2026', 'Spring', 'Mamadou Ba', '2026-05-10', '10:14:00', 'Grade 7', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:14:38'), +(299, '2025-2026', 'Spring', 'Zunairah Yara', '2026-05-10', '10:15:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:15:20'), +(300, '2025-2026', 'Spring', 'Zunairah Yara', '2026-05-10', '10:15:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:15:21'), +(301, '2025-2026', 'Spring', 'Zakaria Benchekroun', '2026-05-10', '10:15:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:15:48'), +(302, '2025-2026', 'Spring', 'Zakaria Benchekroun', '2026-05-10', '10:15:00', 'Youth', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:15:49'), +(303, '2025-2026', 'Spring', 'Aroush Saqib', '2026-05-10', '10:16:00', 'Grade 2-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:16:47'), +(304, '2025-2026', 'Spring', 'Aroush Saqib', '2026-05-10', '10:16:00', 'Grade 2-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:16:47'), +(305, '2025-2026', 'Spring', 'Amina Saqib', '2026-05-10', '10:17:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:17:21'), +(306, '2025-2026', 'Spring', 'Amina Saqib', '2026-05-10', '10:17:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:17:22'), +(307, '2025-2026', 'Spring', 'Ahdia Saqib', '2026-05-10', '10:17:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:18:07'), +(308, '2025-2026', 'Spring', 'Ahdia Saqib', '2026-05-10', '10:17:00', 'Grade 4-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:18:08'), +(309, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-05-10', '10:18:00', 'Grade 6', 'Busy morning', 'Shamim Ansari', 24, '2026-05-10 14:18:44'), +(310, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-05-10', '10:18:00', 'Grade 6', 'Busy morning', 'Shamim Ansari', 24, '2026-05-10 14:18:44'), +(311, '2025-2026', 'Spring', 'Ilyes Qabba', '2026-05-10', '10:19:00', 'Grade 3-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:19:31'), +(312, '2025-2026', 'Spring', 'Ilyes Qabba', '2026-05-10', '10:19:00', 'Grade 3-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:19:32'), +(313, '2025-2026', 'Spring', 'Amin Abdi', '2026-05-10', '10:19:00', 'Grade 3-A', 'Busy morning', 'Shamim Ansari', 24, '2026-05-10 14:20:18'), +(314, '2025-2026', 'Spring', 'Amin Abdi', '2026-05-10', '10:19:00', 'Grade 3-A', 'Busy morning', 'Shamim Ansari', 24, '2026-05-10 14:20:19'), +(315, '2025-2026', 'Spring', 'Aliyah Kalule', '2026-05-10', '10:20:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:20:51'), +(316, '2025-2026', 'Spring', 'Aliyah Kalule', '2026-05-10', '10:20:00', 'Youth', 'Traffic', 'Shamim Ansari', 24, '2026-05-10 14:20:52'), +(317, '2025-2026', 'Spring', 'Leena Koukou', '2026-05-10', '10:21:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:21:32'), +(318, '2025-2026', 'Spring', 'Leena Koukou', '2026-05-10', '10:21:00', 'Grade 2-A', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:21:32'), +(319, '2025-2026', 'Spring', 'Khadijah Maase', '2026-05-10', '10:21:00', 'Grade 2-A', 'Due to Game', 'Shamim Ansari', 24, '2026-05-10 14:22:26'), +(320, '2025-2026', 'Spring', 'Khadijah Maase', '2026-05-10', '10:21:00', 'Grade 2-A', 'Due to Game', 'Shamim Ansari', 24, '2026-05-10 14:22:26'), +(321, '2025-2026', 'Spring', 'Nuara Nazir', '2026-05-10', '10:22:00', 'Grade 3-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:22:59'), +(322, '2025-2026', 'Spring', 'Nuara Nazir', '2026-05-10', '10:22:00', 'Grade 3-B', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:23:00'), +(323, '2025-2026', 'Spring', 'Leena Elmalki', '2026-05-10', '10:23:00', 'Grade 5-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:23:45'), +(324, '2025-2026', 'Spring', 'Leena Elmalki', '2026-05-10', '10:23:00', 'Grade 5-A', 'Started late', 'Shamim Ansari', 24, '2026-05-10 14:23:45'), +(325, '2025-2026', 'Spring', 'Yahia Seddane', '2026-05-10', '10:24:00', 'Grade 8', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:24:19'), +(326, '2025-2026', 'Spring', 'Yahia Seddane', '2026-05-10', '10:24:00', 'Grade 8', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:24:19'), +(327, '2025-2026', 'Spring', 'Seth Meah', '2026-05-10', '10:24:00', 'Grade 1', 'Sister Medical reasons', 'Shamim Ansari', 24, '2026-05-10 14:25:18'), +(328, '2025-2026', 'Spring', 'Seth Meah', '2026-05-10', '10:24:00', 'Grade 1', 'Sister Medical reasons', 'Shamim Ansari', 24, '2026-05-10 14:25:19'), +(329, '2025-2026', 'Spring', 'Nyla Meah', '2026-05-10', '10:25:00', 'Grade 1', 'Medical reason', 'Shamim Ansari', 24, '2026-05-10 14:25:45'), +(330, '2025-2026', 'Spring', 'Nyla Meah', '2026-05-10', '10:25:00', 'Grade 1', 'Medical reason', 'Shamim Ansari', 24, '2026-05-10 14:25:45'), +(331, '2025-2026', 'Spring', 'Atiya Bahadur', '2026-05-10', '10:39:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:39:32'), +(332, '2025-2026', 'Spring', 'Atiya Bahadur', '2026-05-10', '10:39:00', 'Grade 4-B', 'overslept', 'Shamim Ansari', 24, '2026-05-10 14:39:34'), +(333, '2025-2026', 'Spring', 'Melody Koroma', '2026-05-10', '10:53:00', 'Grade 5-B', '', 'Shamim Ansari', 24, '2026-05-10 14:53:55'), +(334, '2025-2026', 'Spring', 'Melody Koroma', '2026-05-10', '10:53:00', 'Grade 5-B', '', 'Shamim Ansari', 24, '2026-05-10 14:53:56'), +(335, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-05-17', '10:11:00', 'Grade 6', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:11:42'), +(336, '2025-2026', 'Spring', 'Ikhlas Abdi', '2026-05-17', '10:11:00', 'Grade 6', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:11:43'), +(337, '2025-2026', 'Spring', 'Melody Koroma', '2026-05-10', '10:53:00', 'Grade 5-B', '', 'Shamim Ansari', 24, '2026-05-17 14:13:53'), +(338, '2025-2026', 'Spring', 'Amin Abdi', '2026-05-17', '10:14:00', 'Grade 3-A', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:14:26'), +(339, '2025-2026', 'Spring', 'Amin Abdi', '2026-05-17', '10:14:00', 'Grade 3-A', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:14:27'), +(340, '2025-2026', 'Spring', 'Mamadou Ba', '2026-05-17', '10:15:00', 'Grade 7', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:15:59'), +(341, '2025-2026', 'Spring', 'Mamadou Ba', '2026-05-17', '10:15:00', 'Grade 7', 'Busy morning', 'Shamim Ansari', 24, '2026-05-17 14:15:59'), +(342, '2025-2026', 'Spring', 'Leena Elmalki', '2026-05-17', '10:20:00', 'Grade 5-A', 'Becasue of DAD', 'Shamim Ansari', 24, '2026-05-17 14:20:41'), +(343, '2025-2026', 'Spring', 'Leena Elmalki', '2026-05-17', '10:20:00', 'Grade 5-A', 'Becasue of DAD', 'Shamim Ansari', 24, '2026-05-17 14:20:42'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `login_activity` +-- + +CREATE TABLE `login_activity` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `email` varchar(255) NOT NULL, + `login_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `logout_time` timestamp NULL DEFAULT NULL, + `ip_address` varchar(255) NOT NULL, + `user_agent` varchar(255) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `login_activity` +-- + +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1, 2, 'moulay.elabidi@gmail.com', '2025-09-02 17:09:42', '2025-09-02 17:09:42', '2601:18f:800:b4f7:b4e9:6b09:bb6a:7fe4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 17:00:31', '2025-09-02 17:09:42', '', NULL), +(2, 2, 'moulay.elabidi@gmail.com', '2025-09-02 18:30:10', '2025-09-02 18:30:10', '2601:18f:800:b4f7:b4e9:6b09:bb6a:7fe4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 17:09:56', '2025-09-02 18:30:10', '', NULL), +(3, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 17:15:43', '2025-09-03 18:58:17', '', NULL), +(4, 3, 'melabidi2018@gmail.com', '2025-09-02 18:46:55', '2025-09-02 18:46:55', '2601:18f:800:b4f7:6810:847f:c810:a7d1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-02 17:38:53', '2025-09-02 18:46:55', '', NULL), +(5, 3, 'melabidi2018@gmail.com', '2025-09-02 18:46:55', '2025-09-02 18:46:55', '2601:18f:800:b4f7:6f7c:8a20:111:5a7d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0', '2025-09-02 17:43:17', '2025-09-02 18:46:55', '', NULL), +(6, 2, 'moulay.elabidi@gmail.com', '2025-09-06 18:12:44', '2025-09-06 18:12:44', '2601:18f:800:b4f7:b4e9:6b09:bb6a:7fe4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 18:31:16', '2025-09-06 18:12:44', '', NULL), +(7, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:6f7c:8a20:111:5a7d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0', '2025-09-02 18:47:25', '2025-09-03 18:58:17', '', NULL), +(8, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:6f7c:8a20:111:5a7d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0', '2025-09-02 20:55:02', '2025-09-03 18:58:17', '', NULL), +(9, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:6f7c:8a20:111:5a7d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0', '2025-09-02 21:50:51', '2025-09-03 18:58:17', '', NULL), +(10, 4, 'olemtiri@hotmail.com', '2025-09-02 22:30:22', '2025-09-02 22:30:22', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 22:28:37', '2025-09-02 22:30:22', '', NULL), +(11, 4, 'olemtiri@hotmail.com', '2025-09-03 00:18:41', '2025-09-03 00:18:41', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 22:33:03', '2025-09-03 00:18:41', '', NULL), +(12, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-02 22:42:22', '2025-09-03 18:58:17', '', NULL), +(13, 5, 'sboumnina@hotmail.com', '2025-09-03 00:18:19', '2025-09-03 00:18:19', '2601:18f:880:5e90:34e9:66b8:7697:a2c1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 00:07:46', '2025-09-03 00:18:19', '', NULL), +(14, 6, 'asaqib.nh@gmail.com', '2025-09-03 00:15:17', NULL, '24.63.212.54', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 00:15:17', '2025-09-03 00:15:17', '', NULL), +(15, 7, 'ridwan2039@gmail.com', '2025-09-06 20:00:20', '2025-09-06 20:00:20', '2607:fb90:ad90:6fc:ad3:e257:b2f9:5cd1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 00:15:32', '2025-09-06 20:00:20', '', NULL), +(16, 8, 'israadam1993@gmail.com', '2025-09-03 00:18:14', NULL, '2601:18c:cc00:a940:f4b1:21eb:dd0f:6bfe', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 00:18:14', '2025-09-03 00:18:14', '', NULL), +(17, 9, 'ahmedchem82@yahoo.com', '2025-09-03 00:42:34', '2025-09-03 00:42:34', '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-03 00:37:00', '2025-09-03 00:42:34', '', NULL), +(18, 10, 'anisael2@gmail.com', '2025-09-03 00:46:38', NULL, '71.233.132.248', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36', '2025-09-03 00:46:38', '2025-09-03 00:46:38', '', NULL), +(19, 11, 'ameds1182@gmail.com', '2025-09-03 00:52:26', NULL, '2601:18f:903:a30:280e:bc2e:e081:5783', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 00:52:26', '2025-09-03 00:52:26', '', NULL), +(20, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:5259:dedb:81a8:ebd4', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-03 00:54:37', '2025-09-03 18:58:17', '', NULL), +(21, 12, 'hassanplumbing33@gmail.com', '2025-09-03 00:54:57', NULL, '2607:fb90:3c89:dcf5:1d3e:18:967f:abcb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 00:54:57', '2025-09-03 00:54:57', '', NULL), +(22, 13, 'rosinacotton@hotmail.com', '2025-09-03 00:59:23', NULL, '2601:18f:902:5a60:c0d8:e035:b12e:c698', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1', '2025-09-03 00:59:23', '2025-09-03 00:59:23', '', NULL), +(23, 14, 'musab.alrawi@gmail.com', '2025-09-03 01:06:08', '2025-09-03 01:06:08', '2600:4040:52ac:b300:699a:d4aa:89d9:291', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 00:59:46', '2025-09-03 01:06:08', '', NULL), +(24, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:5259:dedb:81a8:ebd4', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-03 01:00:59', '2025-09-03 18:58:17', '', NULL), +(25, 15, 'mahmoodseddiqy95@gmail.com', '2025-09-03 01:26:40', '2025-09-03 01:26:40', '131.239.115.14', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/383.0.797833943 Mobile/15E148 Safari/604.1', '2025-09-03 01:16:00', '2025-09-03 01:26:40', '', NULL), +(26, 16, 'kobbie6@gmail.com', '2025-09-03 01:27:02', '2025-09-03 01:27:02', '2607:fb91:2d90:42fb:9dfc:4be6:deb5:c0df', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-03 01:21:29', '2025-09-03 01:27:02', '', NULL), +(27, 17, 'i.farhanasarfraz@gmail.com', '2025-09-03 01:25:28', NULL, '2600:4040:5016:bc00:8d67:c1d6:b9af:ca6e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 01:25:28', '2025-09-03 01:25:28', '', NULL), +(28, 18, 'rabiamran473@gmail.com', '2025-09-03 01:59:40', '2025-09-03 01:59:39', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-03 01:48:35', '2025-09-03 01:59:39', '', NULL), +(29, 19, 'shahabhussain@hotmail.com', '2025-09-03 02:03:54', '2025-09-03 02:03:54', '2600:4040:502b:5e00:d424:337f:efe7:219e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 02:00:01', '2025-09-03 02:03:54', '', NULL), +(30, 18, 'rabiamran473@gmail.com', '2025-09-03 02:01:57', '2025-09-03 02:01:57', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-03 02:00:37', '2025-09-03 02:01:57', '', NULL), +(31, 22, 'sainezack@hotmail.com', '2025-09-03 02:32:42', '2025-09-03 02:32:42', '72.74.55.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-03 02:21:26', '2025-09-03 02:32:42', '', NULL), +(32, 21, 'kamya130@gmail.com', '2025-09-03 02:30:16', '2025-09-03 02:30:16', '173.162.210.85', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 02:21:39', '2025-09-03 02:30:16', '', NULL), +(33, 21, 'kamya130@gmail.com', '2025-09-03 02:30:16', '2025-09-03 02:30:16', '173.162.210.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-03 02:22:22', '2025-09-03 02:30:16', '', NULL), +(34, 23, 'saifadam@gmail.com', '2025-09-03 02:34:33', NULL, '2601:18f:903:9530::91cb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 02:34:33', '2025-09-03 02:34:33', '', NULL), +(35, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '66.30.91.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 02:37:07', '2025-09-28 14:00:46', '', NULL), +(36, 26, 'masud.titech@gmail.com', '2026-04-23 03:11:35', '2026-04-23 03:11:35', '2607:fb91:d1a:4a84:e497:db06:e5e8:f8e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 02:38:42', '2026-04-23 03:11:35', '', NULL), +(37, 25, 'bony.chem.du@gmail.com', '2025-09-03 02:40:02', NULL, '73.159.104.241', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 02:40:02', '2025-09-03 02:40:02', '', NULL), +(38, 5, 'sboumnina@hotmail.com', '2025-09-03 02:45:08', '2025-09-03 02:45:08', '2601:18f:880:5e90:34e9:66b8:7697:a2c1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 02:42:19', '2025-09-03 02:45:08', '', NULL), +(39, 26, 'masud.titech@gmail.com', '2026-04-23 03:11:35', '2026-04-23 03:11:35', '2607:fb91:d35:c4a9:b4d3:f8f4:8483:6867', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-03 02:56:12', '2026-04-23 03:11:35', '', NULL), +(40, 27, 'asharismyson@gmail.com', '2025-09-03 03:01:06', NULL, '2601:18f:0:ed90:7db1:4da2:a7d7:9466', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 03:01:06', '2025-09-03 03:01:06', '', NULL), +(41, 20, 'saji.sajeed2@gmail.com', '2025-09-03 03:14:38', '2025-09-03 03:14:38', '131.239.115.14', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 03:10:31', '2025-09-03 03:14:38', '', NULL), +(42, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:a9e7:d598:6219:f1c8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-03 03:22:45', '2025-09-03 18:58:17', '', NULL), +(43, 28, 'zijmalik@gmail.com', '2025-09-03 08:41:25', NULL, '100.4.239.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/380.0.788317806 Mobile/15E148 Safari/604.1', '2025-09-03 08:41:25', '2025-09-03 08:41:25', '', NULL), +(44, 29, 'noony127@gmail.com', '2025-09-03 10:22:30', NULL, '2600:4040:52a4:a400:7d02:f045:ad9:a23a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 10:22:30', '2025-09-03 10:22:30', '', NULL), +(45, 30, 'taiobmdjamshed@yahoo.com', '2025-09-03 10:39:59', NULL, '2600:4040:52a6:1e00:d8bb:a9d8:1cce:947', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 10:39:59', '2025-09-03 10:39:59', '', NULL), +(46, 1, 'alrahma.sunday.school@gmail.com', '2025-09-03 18:58:17', '2025-09-03 18:58:17', '2601:18f:800:b4f7:2223:8380:2e67:586f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 12:09:55', '2025-09-03 18:58:17', '', NULL), +(47, 31, 'sidikie0227@gmail.com', '2025-09-03 14:24:57', '2025-09-03 14:24:57', '2607:fb90:ad82:356:ac39:be97:98fe:3d13', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 14:13:20', '2025-09-03 14:24:57', '', NULL), +(48, 4, 'olemtiri@hotmail.com', '2025-09-03 14:28:34', '2025-09-03 14:28:34', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 14:27:42', '2025-09-03 14:28:34', '', NULL), +(49, 4, 'olemtiri@hotmail.com', '2025-09-06 19:33:38', '2025-09-06 19:33:38', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 14:28:40', '2025-09-06 19:33:38', '', NULL), +(50, 26, 'masud.titech@gmail.com', '2026-04-23 03:11:35', '2026-04-23 03:11:35', '2607:fb91:d35:c4a9:b4d3:f8f4:8483:6867', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 14:47:07', '2026-04-23 03:11:35', '', NULL), +(51, 32, 'amurtuza2008@gmail.com', '2025-09-17 02:46:59', '2025-09-17 02:46:59', '147.185.130.68', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 15:06:53', '2025-09-17 02:46:59', '', NULL), +(52, 18, 'rabiamran473@gmail.com', '2025-09-03 16:05:29', '2025-09-03 16:05:29', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-03 15:12:55', '2025-09-03 16:05:29', '', NULL), +(53, 33, 'aasiyafvh@gmail.com', '2025-09-03 21:51:11', '2025-09-03 21:51:11', '2600:4040:5134:3700:54be:e4e8:6d24:9895', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', '2025-09-03 15:16:59', '2025-09-03 21:51:11', '', NULL), +(54, 34, 'sabeeh3@yahoo.com', '2025-09-03 15:20:04', NULL, '67.218.11.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 15:20:04', '2025-09-03 15:20:04', '', NULL), +(55, 35, 'innababe@yahoo.com', '2025-09-03 15:26:21', NULL, '2607:fb90:3c80:1bea:8ce:cb32:1ce5:8813', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 15:26:21', '2025-09-03 15:26:21', '', NULL), +(56, 35, 'innababe@yahoo.com', '2025-09-03 15:31:52', NULL, '2607:fb90:3c80:1bea:8ce:cb32:1ce5:8813', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 15:31:52', '2025-09-03 15:31:52', '', NULL), +(57, 31, 'sidikie0227@gmail.com', '2025-09-03 15:43:55', NULL, '2607:fb90:ad82:356:ac39:be97:98fe:3d13', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 15:43:55', '2025-09-03 15:43:55', '', NULL), +(58, 9, 'ahmedchem82@yahoo.com', '2025-09-03 15:46:43', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-03 15:46:43', '2025-09-03 15:46:43', '', NULL), +(59, 33, 'aasiyafvh@gmail.com', '2025-09-03 21:51:11', '2025-09-03 21:51:11', '2600:4040:5134:3700:295a:9f8d:3694:fb11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 17:32:30', '2025-09-03 21:51:11', '', NULL), +(60, 1, 'administrator@gmail.com', '2025-09-06 05:53:00', '2025-09-06 05:53:00', '2601:18f:800:b4f7:731d:7ea8:257e:ceca', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-03 19:08:43', '2025-09-06 05:53:00', '', NULL), +(61, 37, 'kasule6@yahoo.com', '2025-09-03 20:14:27', NULL, '2a04:4e41:60a:8dc::faa5:f8dc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1', '2025-09-03 20:14:27', '2025-09-03 20:14:27', '', NULL), +(62, 38, 'arshedsheikh101@gmail.com', '2025-09-03 20:55:46', NULL, '2601:188:c100:2200:5f8b:6730:82d7:9ecd', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-03 20:55:46', '2025-09-03 20:55:46', '', NULL), +(63, 33, 'aasiyafvh@gmail.com', '2025-09-05 13:36:52', '2025-09-05 13:36:52', '158.121.180.34', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 21:51:17', '2025-09-05 13:36:52', '', NULL), +(64, 39, 'ali.jaffri@gmail.com', '2025-09-03 22:36:05', NULL, '2001:4878:8037:106::16', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-03 22:36:05', '2025-09-03 22:36:05', '', NULL), +(65, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '2600:4040:5016:bc00:bd17:38b4:843b:84a3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 23:23:07', '2025-09-21 16:25:36', '', NULL), +(66, 41, 'elmaweda@gmail.com', '2026-02-19 18:57:44', '2026-02-19 18:57:44', '2601:18f:802:a0c0:9cbe:cc7c:7409:643', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-03 23:57:46', '2026-02-19 18:57:44', '', NULL), +(67, 42, 'sabdalla80@gmail.com', '2025-09-03 23:58:29', NULL, '136.226.72.180', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-03 23:58:29', '2025-09-03 23:58:29', '', NULL), +(68, 5, 'sboumnina@hotmail.com', '2025-10-05 16:28:36', '2025-10-05 16:28:36', '2601:18f:880:5e90:e5b7:a10e:13bf:5c53', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 00:24:56', '2025-10-05 16:28:36', '', NULL), +(69, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '66.30.91.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 00:42:52', '2025-09-28 14:00:46', '', NULL), +(70, 44, 'safasulthana12@gmail.com', '2025-09-04 02:25:01', NULL, '2601:18f:801:cad0::dad2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-04 02:25:01', '2025-09-04 02:25:01', '', NULL), +(71, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '2601:18c:8600:1f80:7475:fc5c:6b77:d0c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 02:26:29', '2026-01-28 03:10:39', '', NULL), +(72, 45, 'ejjiyar-soundouss@hotmail.com', '2025-09-21 19:52:14', '2025-09-21 19:52:14', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 02:44:40', '2025-09-21 19:52:14', '', NULL), +(73, 18, 'rabiamran473@gmail.com', '2025-09-04 02:45:34', '2025-09-04 02:45:34', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-04 02:45:04', '2025-09-04 02:45:34', '', NULL), +(74, 45, 'ejjiyar-soundouss@hotmail.com', '2025-09-21 19:52:14', '2025-09-21 19:52:14', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 02:45:57', '2025-09-21 19:52:14', '', NULL), +(75, 1, 'administrator@gmail.com', '2025-09-06 05:53:00', '2025-09-06 05:53:00', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 04:22:43', '2025-09-06 05:53:00', '', NULL), +(76, 46, 'shamsularifai@gmail.com', '2025-09-04 12:28:12', NULL, '73.60.195.47', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.119 Mobile/15E148 Safari/604.1', '2025-09-04 12:28:12', '2025-09-04 12:28:12', '', NULL), +(77, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '2607:fb90:3c90:437c:df5:4b53:6470:4558', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 14:14:33', '2026-01-28 03:10:39', '', NULL), +(78, 22, 'sainezack@hotmail.com', '2025-09-21 20:10:37', '2025-09-21 20:10:37', '2607:fb91:2d10:868a:cd30:fdd4:3af:fd7d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-04 14:52:42', '2025-09-21 20:10:37', '', NULL), +(79, 47, 'ikusri@gmail.com', '2025-09-06 02:33:35', '2025-09-06 02:33:35', '2601:18f:802:4af0:2934:4c2c:51f6:af3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-04 15:04:15', '2025-09-06 02:33:35', '', NULL), +(80, 14, 'musab.alrawi@gmail.com', '2025-09-06 22:47:38', '2025-09-06 22:47:38', '2600:1000:b10b:e3a1:b45e:8a1e:8096:cf73', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-04 15:16:02', '2025-09-06 22:47:38', '', NULL), +(81, 49, 'masuma101@gmail.com', '2025-09-04 17:11:48', NULL, '192.150.50.100', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-04 17:11:48', '2025-09-04 17:11:48', '', NULL), +(82, 39, 'ali.jaffri@gmail.com', '2025-09-05 10:33:12', NULL, '2001:4878:8037:106::11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-05 10:33:12', '2025-09-05 10:33:12', '', NULL), +(83, 50, 'ahad_storay@yahoo.com', '2025-09-05 11:13:16', NULL, '2601:18c:cc00:31b0:894e:7064:f8ba:52de', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-05 11:13:16', '2025-09-05 11:13:16', '', NULL), +(84, 33, 'aasiyafvh@gmail.com', '2025-09-05 13:36:52', '2025-09-05 13:36:52', '158.121.180.38', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-05 13:36:40', '2025-09-05 13:36:52', '', NULL), +(85, 33, 'aasiyafvh@gmail.com', '2025-09-11 20:09:32', '2025-09-11 20:09:32', '158.121.180.38', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-05 13:36:56', '2025-09-11 20:09:32', '', NULL), +(86, 52, 'adnanimdad@gmail.com', '2025-09-05 16:02:27', NULL, '2601:18d:8701:2660:e924:d2b1:9045:2ce0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15', '2025-09-05 16:02:27', '2025-09-05 16:02:27', '', NULL), +(87, 53, 'abjalm@hotmail.com', '2025-09-05 18:37:56', '2025-09-05 18:37:56', '71.192.34.148', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-05 18:31:24', '2025-09-05 18:37:56', '', NULL), +(88, 54, 'nmsumaia@gmail.com', '2025-09-05 19:11:32', NULL, '2600:387:f:29b::4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-05 19:11:32', '2025-09-05 19:11:32', '', NULL), +(89, 55, 'muhammadnomankhalid@yahoo.com', '2025-09-05 20:30:29', '2025-09-05 20:30:29', '2601:18c:cd7f:6ec0:80e3:ddb2:f45a:6bb6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-05 20:26:33', '2025-09-05 20:30:29', '', NULL), +(90, 22, 'sainezack@hotmail.com', '2025-09-21 20:10:37', '2025-09-21 20:10:37', '2607:fb91:2d10:868a:cd30:fdd4:3af:fd7d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-05 22:14:21', '2025-09-21 20:10:37', '', NULL), +(91, 14, 'musab.alrawi@gmail.com', '2025-09-06 22:47:38', '2025-09-06 22:47:38', '2600:4040:52ac:b300:345d:cf1d:b83c:bb8d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-05 22:15:31', '2025-09-06 22:47:38', '', NULL), +(92, 56, 'kdulkarim@yahoo.com', '2025-09-06 01:26:34', NULL, '2607:fb91:de4:d351:5d54:a0c0:15f2:d5aa', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Mobile/15E148 Safari/604.1', '2025-09-06 01:26:34', '2025-09-06 01:26:34', '', NULL), +(93, 47, 'ikusri@gmail.com', '2025-09-06 02:33:35', '2025-09-06 02:33:35', '2600:1000:b119:3b38:0:f:d0d1:2c01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 02:21:13', '2025-09-06 02:33:35', '', NULL), +(94, 47, 'ikusri@gmail.com', '2025-09-06 02:33:35', '2025-09-06 02:33:35', '2600:1000:b119:3b38:0:f:d0d1:2c01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 02:24:58', '2025-09-06 02:33:35', '', NULL), +(95, 47, 'ikusri@gmail.com', '2025-09-06 02:33:35', '2025-09-06 02:33:35', '2601:18f:802:4af0:2934:4c2c:51f6:af3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 02:26:04', '2025-09-06 02:33:35', '', NULL), +(96, 47, 'ikusri@gmail.com', '2025-09-06 02:33:35', '2025-09-06 02:33:35', '2601:18f:802:4af0:1cf7:da8d:1442:b36c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 02:29:53', '2025-09-06 02:33:35', '', NULL), +(97, 56, 'kdulkarim@yahoo.com', '2025-09-06 02:52:47', NULL, '2601:18f:802:4af0:2934:4c2c:51f6:af3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 02:52:47', '2025-09-06 02:52:47', '', NULL), +(98, 1, 'administrator@gmail.com', '2025-09-06 07:42:56', '2025-09-06 07:42:56', '2601:18f:800:b4f7:27c8:cd1a:1f46:d24a', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 07:38:14', '2025-09-06 07:42:56', '', NULL), +(99, 1, 'administrator@gmail.com', '2025-09-06 08:00:31', '2025-09-06 08:00:31', '2601:18f:800:b4f7:27c8:cd1a:1f46:d24a', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 07:43:02', '2025-09-06 08:00:31', '', NULL), +(100, 4, 'olemtiri@hotmail.com', '2025-09-06 19:33:38', '2025-09-06 19:33:38', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 07:46:23', '2025-09-06 19:33:38', '', NULL), +(101, 3, 'kelabidi0@gmail.com', '2025-09-06 08:03:16', '2025-09-06 08:03:16', '2601:18f:800:b4f7:27c8:cd1a:1f46:d24a', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 08:01:16', '2025-09-06 08:03:16', '', NULL), +(102, 2, 'moulay.elabidi@gmail.com', '2025-09-06 18:12:44', '2025-09-06 18:12:44', '2601:18f:800:b4f7:27c8:cd1a:1f46:d24a', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 08:03:47', '2025-09-06 18:12:44', '', NULL), +(103, 57, 'sshawoo123@gmail.com', '2025-09-11 22:18:37', '2025-09-11 22:18:37', '2601:18f:984:71e0:3dc4:5665:2a11:dcb0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 16:08:28', '2025-09-11 22:18:37', '', NULL), +(104, 1, 'administrator@gmail.com', '2025-09-06 21:11:42', '2025-09-06 21:11:42', '2601:18f:800:b4f7:c042:4e30:9954:540f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-06 17:37:51', '2025-09-06 21:11:42', '', NULL), +(105, 59, 'amjhaque@gmail.com', '2025-09-06 18:19:10', '2025-09-06 18:19:10', '2600:1000:a121:f813:e060:7cf2:cb6b:6fbb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 18:01:26', '2025-09-06 18:19:10', '', NULL), +(106, 1, 'administrator@gmail.com', '2025-09-06 21:11:42', '2025-09-06 21:11:42', '2601:18f:800:b4f7:7866:ba71:f34f:5771', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 18:12:48', '2025-09-06 21:11:42', '', NULL), +(107, 18, 'rabiamran473@gmail.com', '2025-09-06 19:19:02', '2025-09-06 19:19:02', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-06 19:16:23', '2025-09-06 19:19:02', '', NULL), +(108, 60, 'nakanjakotahya200@gmail.com', '2025-09-06 19:31:46', NULL, '2601:18f:802:53f0:8460:1d16:a3cd:98d3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-06 19:31:46', '2025-09-06 19:31:46', '', NULL), +(109, 4, 'olemtiri@hotmail.com', '2025-09-06 20:03:55', '2025-09-06 20:03:55', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 19:34:04', '2025-09-06 20:03:55', '', NULL), +(110, 7, 'ridwan2039@gmail.com', '2025-09-06 20:00:20', '2025-09-06 20:00:20', '2600:4040:52aa:3300:7dcd:9cc7:7ab5:258c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 19:58:35', '2025-09-06 20:00:20', '', NULL), +(111, 10, 'anisael2@gmail.com', '2025-09-06 19:58:55', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 19:58:55', '2025-09-06 19:58:55', '', NULL), +(112, 4, 'olemtiri@hotmail.com', '2025-09-06 20:03:55', '2025-09-06 20:03:55', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 20:03:51', '2025-09-06 20:03:55', '', NULL), +(113, 28, 'zijmalik@gmail.com', '2025-09-06 20:23:29', NULL, '100.4.239.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/380.0.788317806 Mobile/15E148 Safari/604.1', '2025-09-06 20:23:29', '2025-09-06 20:23:29', '', NULL), +(114, 6, 'asaqib.nh@gmail.com', '2025-09-06 20:23:59', NULL, '24.63.212.54', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-06 20:23:59', '2025-09-06 20:23:59', '', NULL), +(115, 63, 'mrashdan.family@gmail.com', '2025-09-06 20:39:55', NULL, '2600:4040:52af:ba00:4d95:3145:826e:cd28', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 20:39:55', '2025-09-06 20:39:55', '', NULL), +(116, 10, 'anisael2@gmail.com', '2025-09-06 20:41:05', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 20:41:05', '2025-09-06 20:41:05', '', NULL), +(117, 64, 'asifajavaid@yahoo.com', '2025-09-06 20:49:26', NULL, '2601:18f:902:2ef0:e9d2:ca2d:73c7:5384', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-06 20:49:26', '2025-09-06 20:49:26', '', NULL), +(118, 23, 'saifadam@gmail.com', '2025-09-06 20:50:35', NULL, '2601:18f:903:9530::e116', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-06 20:50:35', '2025-09-06 20:50:35', '', NULL), +(119, 25, 'bony.chem.du@gmail.com', '2025-09-06 21:04:41', NULL, '73.159.104.241', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-06 21:04:41', '2025-09-06 21:04:41', '', NULL), +(120, 1, 'administrator@gmail.com', '2025-09-07 03:25:58', '2025-09-07 03:25:58', '2601:18f:800:b4f7:7866:ba71:f34f:5771', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 21:12:55', '2025-09-07 03:25:58', '', NULL), +(121, 66, 'humaira_shaukat@hotmail.com', '2025-09-06 21:16:52', NULL, '72.74.137.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1', '2025-09-06 21:16:52', '2025-09-06 21:16:52', '', NULL), +(122, 18, 'rabiamran473@gmail.com', '2025-09-06 21:21:45', '2025-09-06 21:21:45', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-06 21:17:57', '2025-09-06 21:21:45', '', NULL), +(123, 29, 'noony127@gmail.com', '2025-09-06 21:29:27', NULL, '2600:4040:52a4:a400:a195:834e:5c30:f12e', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 21:29:27', '2025-09-06 21:29:27', '', NULL), +(124, 20, 'saji.sajeed2@gmail.com', '2025-09-06 21:34:59', NULL, '2607:fb91:21c4:8f7b:a01e:8deb:8028:cc81', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 21:34:59', '2025-09-06 21:34:59', '', NULL), +(125, 17, 'i.farhanasarfraz@gmail.com', '2025-09-06 21:47:41', NULL, '2600:4040:5016:bc00:3838:75f1:87a1:f74b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-06 21:47:41', '2025-09-06 21:47:41', '', NULL), +(126, 42, 'sabdalla80@gmail.com', '2025-09-06 21:54:50', NULL, '136.226.72.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-06 21:54:50', '2025-09-06 21:54:50', '', NULL), +(127, 11, 'ameds1182@gmail.com', '2025-09-06 22:02:18', NULL, '2601:18f:903:a30:fcc6:9ce0:a56d:4a85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 22:02:18', '2025-09-06 22:02:18', '', NULL), +(128, 30, 'taiobmdjamshed@yahoo.com', '2025-09-06 22:16:15', NULL, '136.226.74.254', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 22:16:15', '2025-09-06 22:16:15', '', NULL), +(129, 47, 'ikusri@gmail.com', '2025-10-12 16:24:29', '2025-10-12 16:24:29', '2600:1000:b167:457f:0:6d:737e:9701', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 22:23:05', '2025-10-12 16:24:29', '', NULL), +(130, 39, 'ali.jaffri@gmail.com', '2025-09-06 22:24:01', NULL, '2600:4040:5b81:e100:6df6:97d4:116:a6a9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 22:24:01', '2025-09-06 22:24:01', '', NULL), +(131, 9, 'ahmedchem82@yahoo.com', '2025-09-06 22:38:43', NULL, '100.0.27.31', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 22:38:43', '2025-09-06 22:38:43', '', NULL), +(132, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5ccb:b700:499a:a6e6:608d:e675', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 22:40:22', '2025-12-14 17:29:21', '', NULL), +(133, 69, 'yasirbajwa@hotmail.com', '2025-09-06 22:42:08', NULL, '52.95.4.18', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 22:42:08', '2025-09-06 22:42:08', '', NULL), +(134, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '2600:4040:5016:bc00:1c95:5faf:51d0:6688', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 22:42:21', '2025-09-21 16:25:36', '', NULL), +(135, 14, 'musab.alrawi@gmail.com', '2025-09-06 22:47:38', '2025-09-06 22:47:38', '2600:4040:52ac:b300:3126:84ea:540a:eccd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 22:46:14', '2025-09-06 22:47:38', '', NULL), +(136, 46, 'shamsularifai@gmail.com', '2025-09-06 22:50:35', NULL, '2607:fb91:2d8d:41d6:fdc8:45c:44f8:1a2f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-06 22:50:35', '2025-09-06 22:50:35', '', NULL), +(137, 55, 'muhammadnomankhalid@yahoo.com', '2025-09-06 22:51:23', NULL, '2607:fb91:269c:b41:ad3:e257:c8d2:16d7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 22:51:23', '2025-09-06 22:51:23', '', NULL), +(138, 70, 'khalifaashif@gmail.com', '2025-09-06 22:58:32', '2025-09-06 22:58:32', '2607:fb90:ad11:4217:5849:7dd6:6f75:44da', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-06 22:52:35', '2025-09-06 22:58:32', '', NULL), +(139, 37, 'kasule6@yahoo.com', '2025-09-06 22:52:49', NULL, '2a09:bac2:a1c0:428::6a:d5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1', '2025-09-06 22:52:49', '2025-09-06 22:52:49', '', NULL), +(140, 71, 'najah.azennoud@gmail.com', '2025-09-21 18:08:59', '2025-09-21 18:08:59', '2601:18f:283:f690:83d:4142:62ed:aa9e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/384.1.800981714 Mobile/15E148 Safari/604.1', '2025-09-06 22:55:38', '2025-09-21 18:08:59', '', NULL), +(141, 44, 'safasulthana12@gmail.com', '2025-09-06 22:56:43', NULL, '24.62.18.216', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', '2025-09-06 22:56:43', '2025-09-06 22:56:43', '', NULL), +(142, 71, 'najah.azennoud@gmail.com', '2025-09-21 18:08:59', '2025-09-21 18:08:59', '2601:18f:283:f690:83d:4142:62ed:aa9e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2025-09-06 22:57:34', '2025-09-21 18:08:59', '', NULL), +(143, 72, 'hajeera_86@yahoo.com', '2025-09-06 23:00:24', NULL, '2607:fb91:2d89:4711:642e:da22:1979:911b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-06 23:00:24', '2025-09-06 23:00:24', '', NULL), +(144, 73, 'summia.sharif@gmail.com', '2025-09-21 17:48:07', '2025-09-21 17:48:07', '73.17.183.205', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 23:01:03', '2025-09-21 17:48:07', '', NULL), +(145, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '2601:18f:802:75d0:89f3:5cb6:9d79:9109', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-06 23:11:18', '2025-11-23 16:21:34', '', NULL), +(146, 22, 'sainezack@hotmail.com', '2025-09-21 20:10:37', '2025-09-21 20:10:37', '2607:fb91:2d2a:4069:8c18:5cab:d23f:464d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-06 23:14:21', '2025-09-21 20:10:37', '', NULL), +(147, 33, 'aasiyafvh@gmail.com', '2025-09-11 20:09:32', '2025-09-11 20:09:32', '2600:4040:5134:3700:c8f8:1a8e:91f2:d0f6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 23:24:45', '2025-09-11 20:09:32', '', NULL), +(148, 19, 'shahabhussain@hotmail.com', '2025-09-06 23:54:54', '2025-09-06 23:54:54', '2600:4040:502b:5e00:8848:f48b:bf26:29a2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 23:37:36', '2025-09-06 23:54:54', '', NULL), +(149, 75, 'mkolia1@gmail.com', '2025-09-07 00:01:06', '2025-09-07 00:01:06', '2601:184:497f:8810:8499:f8ca:31b:9068', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 23:51:35', '2025-09-07 00:01:06', '', NULL), +(150, 75, 'mkolia1@gmail.com', '2025-09-07 00:01:06', '2025-09-07 00:01:06', '2601:184:497f:8810:8499:f8ca:31b:9068', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 23:52:20', '2025-09-07 00:01:06', '', NULL), +(151, 75, 'mkolia1@gmail.com', '2025-09-07 00:01:06', '2025-09-07 00:01:06', '2601:184:497f:8810:8499:f8ca:31b:9068', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-06 23:54:35', '2025-09-07 00:01:06', '', NULL), +(152, 19, 'shahabhussain@hotmail.com', '2025-09-07 00:12:43', '2025-09-07 00:12:43', '2600:4040:502b:5e00:8848:f48b:bf26:29a2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-06 23:55:16', '2025-09-07 00:12:43', '', NULL), +(153, 75, 'mkolia1@gmail.com', '2025-09-07 21:07:20', '2025-09-07 21:07:20', '2601:184:497f:8810:8499:f8ca:31b:9068', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-07 00:01:16', '2025-09-07 21:07:20', '', NULL), +(154, 19, 'shahabhussain@hotmail.com', '2025-09-07 00:13:52', '2025-09-07 00:13:52', '2600:4040:502b:5e00:8848:f48b:bf26:29a2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-07 00:13:01', '2025-09-07 00:13:52', '', NULL), +(155, 78, 'simrahazmi218@gmail.com', '2025-09-07 00:13:54', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-07 00:13:54', '2025-09-07 00:13:54', '', NULL), +(156, 79, 'sana6532@gmail.com', '2025-09-21 21:41:04', '2025-09-21 21:41:04', '100.0.183.208', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 00:27:56', '2025-09-21 21:41:04', '', NULL), +(157, 80, 'imran.asheque@gmail.com', '2025-09-07 00:33:15', NULL, '2607:fb90:ad83:8ab4:7520:4a47:b13d:b157', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 00:33:15', '2025-09-07 00:33:15', '', NULL), +(158, 81, 'hidayamale@gmail.com', '2025-09-07 01:31:34', NULL, '146.115.164.209', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 01:31:34', '2025-09-07 01:31:34', '', NULL), +(159, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2600:4040:509a:4200:e90f:2ddb:b0bb:fa03', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 01:34:09', '2026-02-22 16:50:25', '', NULL), +(160, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2600:4040:509a:4200:e90f:2ddb:b0bb:fa03', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 01:34:48', '2026-02-22 16:50:25', '', NULL), +(161, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2600:4040:509a:4200:e90f:2ddb:b0bb:fa03', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 01:36:10', '2026-02-22 16:50:25', '', NULL), +(162, 21, 'kamya130@gmail.com', '2025-09-07 01:38:07', NULL, '2600:4040:57de:d200:d1e0:3bed:be6c:957f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 01:38:07', '2025-09-07 01:38:07', '', NULL), +(163, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2600:4040:509a:4200:e90f:2ddb:b0bb:fa03', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 01:39:16', '2026-02-22 16:50:25', '', NULL), +(164, 75, 'mkolia1@gmail.com', '2025-09-07 21:07:20', '2025-09-07 21:07:20', '2601:184:497f:8810:8499:f8ca:31b:9068', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-07 01:43:37', '2025-09-07 21:07:20', '', NULL), +(165, 83, 'simrahussain98@gmail.com', '2025-11-09 17:45:12', '2025-11-09 17:45:12', '2a04:4e41:60f:8544::14a5:544', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 01:48:35', '2025-11-09 17:45:12', '', NULL), +(166, 84, 'elbakhtaoui2016@gmail.com', '2025-09-21 17:04:02', '2025-09-21 17:04:02', '2601:18f:283:ad10:15ae:1e43:d6ae:5eb3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/384.1.800981714 Mobile/15E148 Safari/604.1', '2025-09-07 02:29:20', '2025-09-21 17:04:02', '', NULL), +(167, 13, 'rosinacotton@hotmail.com', '2025-09-07 02:35:45', NULL, '2601:18f:902:5a60:15bd:4154:653:155e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Mobile/15E148 Safari/604.1', '2025-09-07 02:35:45', '2025-09-07 02:35:45', '', NULL), +(168, 66, 'humaira_shaukat@hotmail.com', '2025-09-07 03:22:38', NULL, '72.74.137.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 03:22:38', '2025-09-07 03:22:38', '', NULL), +(169, 85, 'inmalik73@gmail.com', '2025-09-19 21:51:52', '2025-09-19 21:51:52', '100.0.89.163', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-07 03:45:46', '2025-09-19 21:51:52', '', NULL), +(170, 85, 'inmalik73@gmail.com', '2025-09-19 21:51:52', '2025-09-19 21:51:52', '100.0.89.163', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-07 04:01:51', '2025-09-19 21:51:52', '', NULL), +(171, 1, 'administrator@gmail.com', '2025-09-07 04:59:21', '2025-09-07 04:59:21', '2601:18f:800:b4f7:7866:ba71:f34f:5771', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-07 04:13:25', '2025-09-07 04:59:21', '', NULL), +(172, 86, 'monibaishaq2131@gmail.com', '2025-09-07 05:26:38', NULL, '2601:18f:902:7fe0:4c9:6d77:cda8:9a32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-07 05:26:38', '2025-09-07 05:26:38', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(173, 88, 'ayaan.ghasir@yahoo.com', '2025-09-07 11:40:53', NULL, '2607:fb90:ad1e:2a7:18f7:c5a2:4228:9c77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 11:40:53', '2025-09-07 11:40:53', '', NULL), +(174, 88, 'ayaan.ghasir@yahoo.com', '2025-09-07 11:46:00', NULL, '2607:fb90:ad1e:2a7:18f7:c5a2:4228:9c77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 11:46:00', '2025-09-07 11:46:00', '', NULL), +(175, 88, 'ayaan.ghasir@yahoo.com', '2025-09-07 11:47:57', NULL, '2607:fb90:ad1e:2a7:18f7:c5a2:4228:9c77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 11:47:57', '2025-09-07 11:47:57', '', NULL), +(176, 53, 'abjalm@hotmail.com', '2025-09-07 13:03:35', '2025-09-07 13:03:35', '71.192.34.148', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 13:01:25', '2025-09-07 13:03:35', '', NULL), +(177, 12, 'hassanplumbing33@gmail.com', '2025-09-07 13:39:10', NULL, '2600:4040:5017:7b00:8193:b621:c8dc:13d4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-07 13:39:10', '2025-09-07 13:39:10', '', NULL), +(178, 90, 'ssha33@gmail.com', '2025-09-07 14:13:07', NULL, '136.226.74.163', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-07 14:13:07', '2025-09-07 14:13:07', '', NULL), +(179, 75, 'mkolia1@gmail.com', '2025-09-07 21:07:20', '2025-09-07 21:07:20', '2601:184:497f:8810:d42:a833:330c:de5d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-07 17:08:46', '2025-09-07 21:07:20', '', NULL), +(180, 19, 'shahabhussain@hotmail.com', '2025-09-07 18:21:14', '2025-09-07 18:21:14', '2600:4040:502b:5e00:c9e0:8662:ffc5:1df2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-07 18:18:08', '2025-09-07 18:21:14', '', NULL), +(181, 93, 'musty2012@gmail.com', '2025-09-07 18:51:12', NULL, '2600:387:f:5f17::c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.101 Mobile/15E148 Safari/604.1', '2025-09-07 18:51:12', '2025-09-07 18:51:12', '', NULL), +(182, 93, 'musty2012@gmail.com', '2025-09-07 18:54:30', NULL, '2600:387:f:5f17::c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-07 18:54:30', '2025-09-07 18:54:30', '', NULL), +(183, 92, 'abdulghasir25@gmail.com', '2025-09-07 19:55:06', '2025-09-07 19:55:06', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 18:57:32', '2025-09-07 19:55:06', '', NULL), +(184, 86, 'monibaishaq2131@gmail.com', '2025-09-07 19:24:33', NULL, '2601:18f:902:7fe0:f5ef:ceb9:d29f:48d4', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-07 19:24:33', '2025-09-07 19:24:33', '', NULL), +(185, 92, 'abdulghasir25@gmail.com', '2025-09-07 19:56:40', '2025-09-07 19:56:40', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 19:55:52', '2025-09-07 19:56:40', '', NULL), +(186, 92, 'abdulghasir25@gmail.com', '2025-09-07 20:03:21', '2025-09-07 20:03:21', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-07 19:59:36', '2025-09-07 20:03:21', '', NULL), +(187, 18, 'rabiamran473@gmail.com', '2025-09-07 20:40:25', '2025-09-07 20:40:25', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-07 20:40:16', '2025-09-07 20:40:25', '', NULL), +(188, 75, 'mkolia1@gmail.com', '2025-09-07 21:07:20', '2025-09-07 21:07:20', '2601:184:497f:8810:3ce4:563d:c6c5:5560', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-07 20:56:07', '2025-09-07 21:07:20', '', NULL), +(189, 1, 'administrator@gmail.com', '2025-09-10 03:35:06', '2025-09-10 03:35:06', '2601:18f:800:b4f7:85ea:390e:8a50:388b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-08 00:09:10', '2025-09-10 03:35:06', '', NULL), +(190, 96, 'haithemmustafa@gmail.com', '2025-09-08 00:33:46', NULL, '2600:4040:5c0c:1300:e86d:f8c7:64c9:6d9c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0', '2025-09-08 00:33:46', '2025-09-08 00:33:46', '', NULL), +(191, 97, 'makaltoum1990@hotmail.com', '2025-09-08 01:05:18', '2025-09-08 01:05:18', '2601:18f:27c:e3f0:5f2:ac65:865e:c90e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 00:59:12', '2025-09-08 01:05:18', '', NULL), +(192, 1, 'administrator@gmail.com', '2025-09-10 03:35:06', '2025-09-10 03:35:06', '2601:18f:800:b4f7:7581:735d:34d7:bd42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 01:38:53', '2025-09-10 03:35:06', '', NULL), +(193, 98, 'moe_gaabass@yahoo.com', '2025-09-08 02:33:23', NULL, '97.80.103.149', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-08 02:33:23', '2025-09-08 02:33:23', '', NULL), +(194, 92, 'abdulghasir25@gmail.com', '2025-09-08 03:33:45', '2025-09-08 03:33:45', '2603:3005:2b2f:2400:9477:2d1:c5c8:adcc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 03:33:21', '2025-09-08 03:33:45', '', NULL), +(195, 92, 'abdulghasir25@gmail.com', '2025-09-08 04:09:37', '2025-09-08 04:09:37', '2603:3005:2b2f:2400:9477:2d1:c5c8:adcc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 04:08:50', '2025-09-08 04:09:37', '', NULL), +(196, 4, 'olemtiri@hotmail.com', '2025-09-08 13:43:17', '2025-09-08 13:43:17', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-08 13:42:10', '2025-09-08 13:43:17', '', NULL), +(197, 92, 'abdulghasir25@gmail.com', '2025-09-15 14:52:14', '2025-09-15 14:52:14', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 14:40:17', '2025-09-15 14:52:14', '', NULL), +(198, 92, 'abdulghasir25@gmail.com', '2025-09-15 14:52:14', '2025-09-15 14:52:14', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 14:40:33', '2025-09-15 14:52:14', '', NULL), +(199, 64, 'asifajavaid@yahoo.com', '2025-09-08 16:38:46', NULL, '2601:18f:902:2ef0:2c2d:2fd9:1c44:bd10', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-08 16:38:46', '2025-09-08 16:38:46', '', NULL), +(200, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 16:41:31', '2026-01-26 22:38:02', '', NULL), +(201, 100, 'abdelhaklmlk@gmail.com', '2025-09-27 23:27:50', '2025-09-27 23:27:50', '24.62.26.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 16:43:20', '2025-09-27 23:27:50', '', NULL), +(202, 34, 'sabeeh3@yahoo.com', '2025-09-08 17:22:54', NULL, '67.218.11.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 17:22:54', '2025-09-08 17:22:54', '', NULL), +(203, 72, 'hajeera_86@yahoo.com', '2025-09-08 17:55:41', NULL, '2600:4040:5ae3:6900:553a:496f:8910:504', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0', '2025-09-08 17:55:41', '2025-09-08 17:55:41', '', NULL), +(204, 1, 'administrator@gmail.com', '2025-09-10 03:35:06', '2025-09-10 03:35:06', '2601:18f:800:b4f7:5b9f:4fac:a55:528', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 18:10:23', '2025-09-10 03:35:06', '', NULL), +(205, 101, 'aminazgani@gmail.com', '2025-09-21 14:47:38', '2025-09-21 14:47:38', '2600:1000:b096:d4b3:99ef:3adf:c3ed:e759', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36', '2025-09-08 21:01:37', '2025-09-21 14:47:38', '', NULL), +(206, 102, 'aminah.mukhtar@gmail.com', '2025-09-08 22:05:55', NULL, '70.22.130.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-08 22:05:55', '2025-09-08 22:05:55', '', NULL), +(207, 104, 'kbdiallo@gmail.com', '2025-09-08 23:58:29', NULL, '2607:fb91:d7d:6b8:ac39:be91:e580:60bd', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-08 23:58:29', '2025-09-08 23:58:29', '', NULL), +(208, 1, 'administrator@gmail.com', '2025-09-10 03:35:06', '2025-09-10 03:35:06', '2601:18f:800:b4f7:80b9:e9fa:e69:3dc7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-09 05:19:34', '2025-09-10 03:35:06', '', NULL), +(209, 105, 'atiqullahfnu60@gmail.com', '2025-09-09 21:58:38', '2025-09-09 21:58:38', '50.200.139.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-09 21:54:40', '2025-09-09 21:58:38', '', NULL), +(210, 75, 'mkolia1@gmail.com', '2025-09-10 00:01:50', '2025-09-10 00:01:50', '2601:184:497f:8810:28ba:5041:eca1:304f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-09 23:35:50', '2025-09-10 00:01:50', '', NULL), +(211, 55, 'muhammadnomankhalid@yahoo.com', '2025-09-10 00:00:02', NULL, '2601:18c:cd7f:6ec0:8885:1dd9:895c:69d5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-10 00:00:02', '2025-09-10 00:00:02', '', NULL), +(212, 33, 'aasiyafvh@gmail.com', '2025-09-11 20:09:32', '2025-09-11 20:09:32', '2600:4040:5134:3700:ed14:33a5:4d6b:e3b8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-10 01:23:12', '2025-09-11 20:09:32', '', NULL), +(213, 11, 'ameds1182@gmail.com', '2025-09-10 02:48:13', NULL, '2601:18f:903:a30:c5e9:d3ca:6a5a:11e1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-10 02:48:13', '2025-09-10 02:48:13', '', NULL), +(214, 1, 'administrator@gmail.com', '2025-09-10 03:37:35', '2025-09-10 03:37:35', '2601:18f:800:b4f7:c8fa:4408:89b7:5299', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-10 03:35:09', '2025-09-10 03:37:35', '', NULL), +(215, 1, 'administrator@gmail.com', '2025-09-12 07:23:01', '2025-09-12 07:23:01', '2601:18f:800:b4f7:c8fa:4408:89b7:5299', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-10 03:37:38', '2025-09-12 07:23:01', '', NULL), +(216, 4, 'olemtiri@hotmail.com', '2025-09-14 12:22:59', '2025-09-14 12:22:59', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-10 03:55:55', '2025-09-14 12:22:59', '', NULL), +(217, 106, 'oumar4@aol.com', '2025-09-10 06:04:02', '2025-09-10 06:04:02', '2600:1017:b8f7:5d4f:fdad:d716:5d03:65d6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-10 05:57:30', '2025-09-10 06:04:02', '', NULL), +(218, 57, 'sshawoo123@gmail.com', '2025-09-11 22:18:37', '2025-09-11 22:18:37', '63.106.36.130', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-10 11:43:28', '2025-09-11 22:18:37', '', NULL), +(219, 107, 'maria.k.boudjemaa@gmail.com', '2025-09-10 12:15:16', NULL, '2601:191:8300:503:c004:cd5b:8857:b2b9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', '2025-09-10 12:15:16', '2025-09-10 12:15:16', '', NULL), +(220, 4, 'olemtiri@hotmail.com', '2025-09-14 12:22:59', '2025-09-14 12:22:59', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-10 15:57:19', '2025-09-14 12:22:59', '', NULL), +(221, 1, 'administrator@gmail.com', '2025-09-12 07:23:01', '2025-09-12 07:23:01', '2601:18f:800:b4f7:9d58:fe9d:c91e:40c1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-10 19:35:06', '2025-09-12 07:23:01', '', NULL), +(222, 57, 'sshawoo123@gmail.com', '2025-09-11 22:18:37', '2025-09-11 22:18:37', '2601:18f:984:71e0:9d93:d006:89d5:d451', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-10 22:21:04', '2025-09-11 22:18:37', '', NULL), +(223, 10, 'anisael2@gmail.com', '2025-09-11 00:16:10', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-11 00:16:10', '2025-09-11 00:16:10', '', NULL), +(224, 19, 'shahabhussain@hotmail.com', '2025-09-11 03:08:53', '2025-09-11 03:08:53', '2600:4040:502b:5e00:4452:fd45:d124:e052', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-11 01:36:07', '2025-09-11 03:08:53', '', NULL), +(225, 108, 'shadabanwar07@gmail.com', '2025-09-21 13:48:09', '2025-09-21 13:48:09', '2601:18c:ce7e:5870:8a20:7748:89c4:9f0f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-11 01:51:49', '2025-09-21 13:48:09', '', NULL), +(226, 108, 'shadabanwar07@gmail.com', '2025-09-21 13:48:09', '2025-09-21 13:48:09', '2601:18c:ce7e:5870:85db:c796:8415:defb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-11 02:06:05', '2025-09-21 13:48:09', '', NULL), +(227, 96, 'haithemmustafa@gmail.com', '2025-09-11 02:09:31', NULL, '2600:4040:5c0f:5800:ec4a:789e:9e49:38d0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-11 02:09:31', '2025-09-11 02:09:31', '', NULL), +(228, 75, 'mkolia1@gmail.com', '2025-09-17 14:44:19', '2025-09-17 14:44:19', '2601:184:497f:8810:2526:114b:6977:f31d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-11 02:15:38', '2025-09-17 14:44:19', '', NULL), +(229, 16, 'kobbie6@gmail.com', '2025-09-11 02:41:35', '2025-09-11 02:41:35', '2607:fb90:ad2a:81c4:78a6:a575:a962:7376', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-11 02:39:12', '2025-09-11 02:41:35', '', NULL), +(230, 72, 'hajeera_86@yahoo.com', '2025-09-11 03:02:31', NULL, '173.76.53.107', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-11 03:02:31', '2025-09-11 03:02:31', '', NULL), +(231, 19, 'shahabhussain@hotmail.com', '2025-09-11 04:12:47', '2025-09-11 04:12:47', '2600:4040:502b:5e00:4452:fd45:d124:e052', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-11 04:11:41', '2025-09-11 04:12:47', '', NULL), +(232, 70, 'khalifaashif@gmail.com', '2025-09-11 07:41:26', '2025-09-11 07:41:26', '2607:fb90:ad11:4217:4c8e:76cf:e5:570d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-11 07:39:26', '2025-09-11 07:41:26', '', NULL), +(233, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '2601:18f:27c:e3f0:cee:e675:60e:2df8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-11 10:03:53', '2025-10-12 15:26:23', '', NULL), +(234, 98, 'moe_gaabass@yahoo.com', '2025-09-11 12:23:13', NULL, '97.80.103.149', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', '2025-09-11 12:23:13', '2025-09-11 12:23:13', '', NULL), +(235, 109, 'nwweylamatovu99@gmail.com', '2025-09-11 14:42:07', '2025-09-11 14:42:07', '2607:fb91:dcf:2611:ac39:be92:83cf:a15c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-11 14:36:57', '2025-09-11 14:42:07', '', NULL), +(236, 110, 'ssaarzoo@gmail.com', '2025-09-11 15:29:04', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-11 15:29:04', '2025-09-11 15:29:04', '', NULL), +(237, 92, 'abdulghasir25@gmail.com', '2025-09-15 14:52:14', '2025-09-15 14:52:14', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-11 16:56:02', '2025-09-15 14:52:14', '', NULL), +(238, 1, 'administrator@gmail.com', '2025-09-12 07:23:01', '2025-09-12 07:23:01', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-11 18:22:04', '2025-09-12 07:23:01', '', NULL), +(239, 33, 'aasiyafvh@gmail.com', '2025-09-11 20:09:32', '2025-09-11 20:09:32', '2600:4040:5134:3700:a2:e874:42c3:38ca', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-11 20:09:20', '2025-09-11 20:09:32', '', NULL), +(240, 19, 'shahabhussain@hotmail.com', '2025-09-11 22:51:34', '2025-09-11 22:51:34', '2600:4040:502b:5e00:758a:99a:f6da:ed6d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-11 22:18:08', '2025-09-11 22:51:34', '', NULL), +(241, 57, 'sshawoo123@gmail.com', '2025-09-11 22:51:32', '2025-09-11 22:51:32', '2601:18f:984:71e0:9d93:d006:89d5:d451', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-11 22:18:44', '2025-09-11 22:51:32', '', NULL), +(242, 60, 'nakanjakotahya200@gmail.com', '2025-09-12 01:08:56', NULL, '2601:18f:802:53f0:e032:441:24bf:7944', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-12 01:08:56', '2025-09-12 01:08:56', '', NULL), +(243, 1, 'administrator@gmail.com', '2025-09-12 07:23:01', '2025-09-12 07:23:01', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 02:21:20', '2025-09-12 07:23:01', '', NULL), +(244, 27, 'asharismyson@gmail.com', '2025-09-12 03:07:29', NULL, '2600:1000:b16c:7e68:d0a3:fed6:4517:a516', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-12 03:07:29', '2025-09-12 03:07:29', '', NULL), +(245, 1, 'administrator@gmail.com', '2025-09-12 07:23:01', '2025-09-12 07:23:01', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:14:27', '2025-09-12 07:23:01', '', NULL), +(246, 1, 'administrator@gmail.com', '2025-09-12 07:24:30', '2025-09-12 07:24:30', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:23:07', '2025-09-12 07:24:30', '', NULL), +(247, 1, 'administrator@gmail.com', '2025-09-12 07:24:51', '2025-09-12 07:24:51', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:24:36', '2025-09-12 07:24:51', '', NULL), +(248, 3, 'kelabidi0@gmail.com', '2025-09-12 07:25:09', '2025-09-12 07:25:09', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:24:58', '2025-09-12 07:25:09', '', NULL), +(249, 3, 'kelabidi0@gmail.com', '2025-09-12 07:25:32', '2025-09-12 07:25:32', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:25:14', '2025-09-12 07:25:32', '', NULL), +(250, 1, 'administrator@gmail.com', '2025-09-14 12:24:59', '2025-09-14 12:24:59', '2601:18f:800:b4f7:4095:bebf:4654:1bf5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-12 07:25:36', '2025-09-14 12:24:59', '', NULL), +(251, 1, 'administrator@gmail.com', '2025-09-14 12:24:59', '2025-09-14 12:24:59', '2601:18f:800:b4f7:31d3:1aa8:ac4e:d59b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-12 14:20:31', '2025-09-14 12:24:59', '', NULL), +(252, 1, 'administrator@gmail.com', '2025-09-14 12:24:59', '2025-09-14 12:24:59', '2601:18f:800:b4f7:1034:cfef:89e9:707b', 'Mozilla/5.0 (iPad; CPU OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-12 15:30:03', '2025-09-14 12:24:59', '', NULL), +(253, 100, 'abdelhaklmlk@gmail.com', '2025-09-27 23:27:50', '2025-09-27 23:27:50', '24.62.26.238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-12 18:27:56', '2025-09-27 23:27:50', '', NULL), +(254, 11, 'ameds1182@gmail.com', '2025-09-12 20:50:05', NULL, '2607:fb90:ad1f:b49:54b8:844d:1ab6:fcfb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-12 20:50:05', '2025-09-12 20:50:05', '', NULL), +(255, 8, 'israadam1993@gmail.com', '2025-09-12 20:57:43', NULL, '2600:1000:b110:18f9:f97f:fb75:3224:b8a3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-12 20:57:43', '2025-09-12 20:57:43', '', NULL), +(256, 4, 'olemtiri@hotmail.com', '2025-09-14 12:22:59', '2025-09-14 12:22:59', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-12 23:21:16', '2025-09-14 12:22:59', '', NULL), +(257, 4, 'olemtiri@hotmail.com', '2025-09-14 12:22:59', '2025-09-14 12:22:59', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-12 23:21:22', '2025-09-14 12:22:59', '', NULL), +(258, 90, 'ssha33@gmail.com', '2025-09-12 23:31:00', NULL, '136.226.74.193', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-12 23:31:00', '2025-09-12 23:31:00', '', NULL), +(259, 104, 'kbdiallo@gmail.com', '2025-09-12 23:59:14', NULL, '2607:fb91:2d12:49c0:ac39:9931:6725:893e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '2025-09-12 23:59:14', '2025-09-12 23:59:14', '', NULL), +(260, 19, 'shahabhussain@hotmail.com', '2025-09-13 03:56:57', '2025-09-13 03:56:57', '2600:4040:502b:5e00:2da7:93e6:aa40:4b04', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-13 01:59:30', '2025-09-13 03:56:57', '', NULL), +(261, 113, 'daniar@gmail.com', '2025-09-16 16:10:56', '2025-09-16 16:10:56', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-13 12:55:01', '2025-09-16 16:10:56', '', NULL), +(262, 105, 'atiqullahfnu60@gmail.com', '2025-09-13 13:29:11', '2025-09-13 13:29:11', '50.200.139.182', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-13 13:27:13', '2025-09-13 13:29:11', '', NULL), +(263, 88, 'ayaan.ghasir@yahoo.com', '2025-09-13 13:44:41', NULL, '2607:fb91:2d97:49b2:a47a:4ff4:95f1:23ef', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 13:44:41', '2025-09-13 13:44:41', '', NULL), +(264, 114, 'munazza6pk@yahoo.com', '2025-09-13 14:00:44', NULL, '2601:18a:8083:6030:f110:11fd:9802:9f78', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 14:00:44', '2025-09-13 14:00:44', '', NULL), +(265, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '2607:fb90:ad0b:401f:f8c2:e2f1:eb85:8895', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-13 14:06:17', '2025-11-23 16:21:34', '', NULL), +(266, 19, 'shahabhussain@hotmail.com', '2025-09-13 21:04:10', '2025-09-13 21:04:10', '2600:4040:502b:5e00:8013:e076:d424:f272', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-13 14:19:27', '2025-09-13 21:04:10', '', NULL), +(267, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '2601:18f:901:870:4d85:b7fa:ce67:e74f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 14:43:15', '2025-09-28 16:40:39', '', NULL), +(268, 57, 'sshawoo123@gmail.com', '2025-09-13 16:46:05', '2025-09-13 16:46:05', '2601:18f:984:71e0:9d93:d006:89d5:d451', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-13 15:05:55', '2025-09-13 16:46:05', '', NULL), +(269, 114, 'munazza6pk@yahoo.com', '2025-09-13 15:53:38', NULL, '2601:18a:8083:6030:f110:11fd:9802:9f78', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 15:53:38', '2025-09-13 15:53:38', '', NULL), +(270, 57, 'sshawoo123@gmail.com', '2025-09-18 22:37:11', '2025-09-18 22:37:11', '2601:18f:984:71e0:9d93:d006:89d5:d451', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-13 16:46:09', '2025-09-18 22:37:11', '', NULL), +(271, 19, 'shahabhussain@hotmail.com', '2025-09-13 21:04:10', '2025-09-13 21:04:10', '2600:4040:502b:5e00:8013:e076:d424:f272', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-13 17:17:36', '2025-09-13 21:04:10', '', NULL), +(272, 117, 'latarboush@hotmail.com', '2025-09-13 17:51:33', NULL, '2600:4040:5018:5400:4887:793:9351:a262', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 17:51:33', '2025-09-13 17:51:33', '', NULL), +(273, 118, 'farrukh.ahmedd@gmail.com', '2025-09-13 18:49:48', NULL, '2607:fb91:2609:4b19:1107:dd73:2cd0:7663', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-13 18:49:48', '2025-09-13 18:49:48', '', NULL), +(274, 118, 'farrukh.ahmedd@gmail.com', '2025-09-13 18:50:17', NULL, '2607:fb91:d96:8978:e16c:8c5e:531e:a7ad', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-13 18:50:17', '2025-09-13 18:50:17', '', NULL), +(275, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '66.30.91.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 19:18:20', '2025-09-28 14:00:46', '', NULL), +(276, 37, 'kasule6@yahoo.com', '2025-09-13 20:22:08', NULL, '2a04:4e41:60f:6fef::2371:bfef', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1', '2025-09-13 20:22:08', '2025-09-13 20:22:08', '', NULL), +(277, 20, 'saji.sajeed2@gmail.com', '2025-09-13 23:31:10', NULL, '2401:4900:9020:635c:3dae:d2ce:fbcb:32d9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-13 23:31:10', '2025-09-13 23:31:10', '', NULL), +(278, 55, 'muhammadnomankhalid@yahoo.com', '2025-09-14 01:17:03', NULL, '2601:18c:cd7f:6ec0:e23f:bcce:d7f2:68ad', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-14 01:17:03', '2025-09-14 01:17:03', '', NULL), +(279, 120, 'a.irfan4155@gmail.com', '2025-09-14 01:47:35', '2025-09-14 01:47:35', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-14 01:47:13', '2025-09-14 01:47:35', '', NULL), +(280, 46, 'shamsularifai@gmail.com', '2025-09-14 03:14:56', NULL, '2600:4040:5ae3:6900:8196:5c34:c5bc:1b93', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-14 03:14:56', '2025-09-14 03:14:56', '', NULL), +(281, 16, 'kobbie6@gmail.com', '2025-09-14 05:08:00', '2025-09-14 05:08:00', '2607:fb91:2d94:738:68e6:7f01:b670:ca70', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-14 05:03:04', '2025-09-14 05:08:00', '', NULL), +(282, 1, 'administrator@gmail.com', '2025-09-14 12:24:59', '2025-09-14 12:24:59', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 12:24:04', '2025-09-14 12:24:59', '', NULL), +(283, 1, 'administrator@gmail.com', '2025-09-14 12:31:57', '2025-09-14 12:31:57', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 12:25:39', '2025-09-14 12:31:57', '', NULL), +(284, 1, 'administrator@gmail.com', '2025-09-14 12:43:47', '2025-09-14 12:43:47', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 12:32:30', '2025-09-14 12:43:47', '', NULL), +(285, 1, 'administrator@gmail.com', '2025-09-14 13:16:53', '2025-09-14 13:16:53', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 12:44:44', '2025-09-14 13:16:53', '', NULL), +(286, 121, 'ahmedabdalaoui@gmail.com', '2026-05-10 21:53:01', '2026-05-10 21:53:01', '2601:18f:802:4af0:dd47:b502:e622:e52f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/385.0.802777482 Mobile/15E148 Safari/604.1', '2025-09-14 13:10:28', '2026-05-10 21:53:01', '', NULL), +(287, 122, 'shahid.2704@gmail.com', '2025-09-14 14:25:19', NULL, '2601:18f:900:1900:c0d5:d3af:334:f03b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-14 14:25:19', '2025-09-14 14:25:19', '', NULL), +(288, 60, 'nakanjakotahya200@gmail.com', '2025-09-14 14:27:36', NULL, '170.63.193.131', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-14 14:27:36', '2025-09-14 14:27:36', '', NULL), +(289, 89, 'rayyanvahora11@gmail.com', '2025-11-23 15:30:53', '2025-11-23 15:30:53', '2607:fb91:2d5b:c378:a880:877c:3eeb:5681', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-14 16:50:49', '2025-11-23 15:30:53', '', NULL), +(290, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb91:d4a:4ab6:47:502d:7063:1bcb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-14 16:53:01', '2026-02-22 16:50:25', '', NULL), +(291, 123, 'fodaymomoh3@gmail.com', '2025-09-14 17:40:07', '2025-09-14 17:40:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 17:35:39', '2025-09-14 17:40:07', '', NULL), +(292, 92, 'abdulghasir25@gmail.com', '2025-09-15 14:52:14', '2025-09-15 14:52:14', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-14 17:37:25', '2025-09-15 14:52:14', '', NULL), +(293, 1, 'administrator@gmail.com', '2025-09-14 17:42:22', '2025-09-14 17:42:22', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-14 17:38:42', '2025-09-14 17:42:22', '', NULL), +(294, 124, 'jaliljalos75@gmail.com', '2025-09-14 17:49:34', '2025-09-14 17:49:34', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 17:45:10', '2025-09-14 17:49:34', '', NULL), +(295, 125, 'fnalunkuma@gmail.com', '2025-09-14 17:58:15', '2025-09-14 17:58:15', '199.219.211.94', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-14 17:54:13', '2025-09-14 17:58:15', '', NULL), +(296, 88, 'ayaan.ghasir@yahoo.com', '2025-09-14 18:18:44', NULL, '2607:fb91:2d97:49b2:6d5e:5535:6150:6d80', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-14 18:18:44', '2025-09-14 18:18:44', '', NULL), +(297, 1, 'administrator@gmail.com', '2025-09-16 04:14:08', '2025-09-16 04:14:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 18:36:02', '2025-09-16 04:14:08', '', NULL), +(298, 126, 'wasif.nazar@gmail.com', '2026-02-01 15:15:57', '2026-02-01 15:15:57', '2607:fb91:2d14:40df:c948:d702:7260:39e4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/385.0.802777482 Mobile/15E148 Safari/604.1', '2025-09-14 18:42:20', '2026-02-01 15:15:57', '', NULL), +(299, 128, 'asediqi10@gmail.com', '2025-09-14 20:23:32', NULL, '2601:18f:901:5eb0:70cc:af38:b409:7859', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-14 20:23:32', '2025-09-14 20:23:32', '', NULL), +(300, 71, 'najah.azennoud@gmail.com', '2025-09-21 18:08:59', '2025-09-21 18:08:59', '2601:18f:283:f690:c46e:6f21:90e7:f939', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2025-09-14 20:30:38', '2025-09-21 18:08:59', '', NULL), +(301, 1, 'administrator@gmail.com', '2025-09-16 04:14:08', '2025-09-16 04:14:08', '2601:18f:800:b4f7:b579:db01:706c:a696', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-14 23:36:08', '2025-09-16 04:14:08', '', NULL), +(302, 129, 'emman.benjamel@gmail.com', '2025-09-21 11:30:10', '2025-09-21 11:30:10', '2600:4040:52ac:8400:4c9f:888a:a015:91aa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-15 01:47:40', '2025-09-21 11:30:10', '', NULL), +(303, 1, 'administrator@gmail.com', '2025-09-16 04:14:08', '2025-09-16 04:14:08', '2601:18f:800:b4f7:d676:e0ba:5cc9:ac48', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-15 02:03:17', '2025-09-16 04:14:08', '', NULL), +(304, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '2600:4040:5016:bc00:1c56:f885:6832:ebb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-15 03:13:25', '2025-09-21 16:25:36', '', NULL), +(305, 92, 'abdulghasir25@gmail.com', '2025-09-16 09:11:01', '2025-09-16 09:11:01', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-15 14:52:39', '2025-09-16 09:11:01', '', NULL), +(306, 1, 'administrator@gmail.com', '2025-09-16 04:14:08', '2025-09-16 04:14:08', '2601:18f:800:b4f7:d3e:fb79:38e8:4ad5', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-15 16:49:18', '2025-09-16 04:14:08', '', NULL), +(307, 130, 'ikallon@hotmail.com', '2025-09-15 19:46:12', NULL, '2601:18f:901:a200:60ca:2a68:f8c8:8e1f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-15 19:46:12', '2025-09-15 19:46:12', '', NULL), +(308, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2600:4040:509a:4200:a8d5:2d00:6769:d9bb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-15 20:02:02', '2026-02-22 16:50:25', '', NULL), +(309, 4, 'olemtiri@hotmail.com', '2025-09-16 03:47:15', '2025-09-16 03:47:15', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 02:56:39', '2025-09-16 03:47:15', '', NULL), +(310, 1, 'administrator@gmail.com', '2025-09-16 04:14:08', '2025-09-16 04:14:08', '2601:18f:800:b4f7:d3e:fb79:38e8:4ad5', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 02:58:16', '2025-09-16 04:14:08', '', NULL), +(311, 132, 'badianourti@yahoo.com', '2025-09-16 03:48:02', '2025-09-16 03:48:02', '2601:18f:27f:700:1d1a:a7b1:18bd:bc6f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 03:24:54', '2025-09-16 03:48:02', '', NULL), +(312, 4, 'olemtiri@hotmail.com', '2025-09-16 04:11:22', '2025-09-16 04:11:22', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 03:47:28', '2025-09-16 04:11:22', '', NULL), +(313, 4, 'olemtiri@hotmail.com', '2025-09-16 15:50:34', '2025-09-16 15:50:34', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 04:12:32', '2025-09-16 15:50:34', '', NULL), +(314, 1, 'administrator@gmail.com', '2025-09-16 05:17:43', '2025-09-16 05:17:43', '2601:18f:800:b4f7:7c3c:d6c1:3b8e:1f2c', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 04:26:50', '2025-09-16 05:17:43', '', NULL), +(315, 1, 'administrator@gmail.com', '2025-09-16 15:02:36', '2025-09-16 15:02:36', '2601:18f:800:b4f7:7c3c:d6c1:3b8e:1f2c', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-16 05:17:49', '2025-09-16 15:02:36', '', NULL), +(316, 1, 'administrator@gmail.com', '2025-09-16 15:02:36', '2025-09-16 15:02:36', '2601:18f:800:b4f7:7c3c:d6c1:3b8e:1f2c', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 05:20:27', '2025-09-16 15:02:36', '', NULL), +(317, 92, 'abdulghasir25@gmail.com', '2025-09-18 13:42:11', '2025-09-18 13:42:11', '2603:3005:2b2f:2400:9901:7f11:d184:68b7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-16 09:11:26', '2025-09-18 13:42:11', '', NULL), +(318, 88, 'ayaan.ghasir@yahoo.com', '2025-09-16 10:39:40', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 10:39:40', '2025-09-16 10:39:40', '', NULL), +(319, 6, 'asaqib.nh@gmail.com', '2025-09-16 12:00:24', NULL, '2607:fb90:ad91:c919:9437:4d51:fbed:14c8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-16 12:00:24', '2025-09-16 12:00:24', '', NULL), +(320, 110, 'ssaarzoo@gmail.com', '2025-09-16 13:44:46', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-16 13:44:46', '2025-09-16 13:44:46', '', NULL), +(321, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '144.121.37.69', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-16 13:55:37', '2025-09-28 14:00:46', '', NULL), +(322, 132, 'badianourti@yahoo.com', '2025-09-16 14:32:02', '2025-09-16 14:32:02', '2601:18f:27f:700:3568:718f:cdc9:6d95', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 14:29:52', '2025-09-16 14:32:02', '', NULL), +(323, 133, 'fqabba242@gmail.com', '2025-09-16 14:48:32', NULL, '209.23.239.126', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 14:48:32', '2025-09-16 14:48:32', '', NULL), +(324, 132, 'badianourti@yahoo.com', '2025-09-16 14:54:15', '2025-09-16 14:54:15', '2601:18f:27f:700:3568:718f:cdc9:6d95', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 14:53:40', '2025-09-16 14:54:15', '', NULL), +(325, 2, 'moulay.elabidi@gmail.com', '2025-09-16 15:41:09', '2025-09-16 15:41:09', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 15:02:42', '2025-09-16 15:41:09', '', NULL), +(326, 1, 'administrator@gmail.com', '2025-09-16 15:57:36', '2025-09-16 15:57:36', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 15:41:16', '2025-09-16 15:57:36', '', NULL), +(327, 4, 'olemtiri@hotmail.com', '2025-09-16 15:50:34', '2025-09-16 15:50:34', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 15:50:13', '2025-09-16 15:50:34', '', NULL), +(328, 1, 'administrator@gmail.com', '2025-09-16 15:57:36', '2025-09-16 15:57:36', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 15:52:21', '2025-09-16 15:57:36', '', NULL), +(329, 113, 'daniar@gmail.com', '2025-09-16 16:10:56', '2025-09-16 16:10:56', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:06:53', '2025-09-16 16:10:56', '', NULL), +(330, 1, 'administrator@gmail.com', '2025-09-16 16:42:36', '2025-09-16 16:42:36', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:42:13', '2025-09-16 16:42:36', '', NULL), +(331, 1, 'administrator@gmail.com', '2025-09-16 16:46:12', '2025-09-16 16:46:12', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:42:40', '2025-09-16 16:46:12', '', NULL), +(332, 1, 'administrator@gmail.com', '2025-09-16 16:53:50', '2025-09-16 16:53:50', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:46:16', '2025-09-16 16:53:50', '', NULL), +(333, 1, 'administrator@gmail.com', '2025-09-16 16:54:23', '2025-09-16 16:54:23', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:53:54', '2025-09-16 16:54:23', '', NULL), +(334, 1, 'administrator@gmail.com', '2025-09-16 16:55:29', '2025-09-16 16:55:29', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:54:27', '2025-09-16 16:55:29', '', NULL), +(335, 1, 'administrator@gmail.com', '2025-09-16 17:02:30', '2025-09-16 17:02:30', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 16:55:33', '2025-09-16 17:02:30', '', NULL), +(336, 1, 'administrator@gmail.com', '2025-09-16 17:02:45', '2025-09-16 17:02:45', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 17:02:34', '2025-09-16 17:02:45', '', NULL), +(337, 1, 'administrator@gmail.com', '2025-09-17 03:41:25', '2025-09-17 03:41:25', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 17:02:49', '2025-09-17 03:41:25', '', NULL), +(338, 134, 'talha.haider1010@gmail.com', '2026-05-29 16:39:32', '2026-05-29 16:39:32', '2601:18f:901:2780:796b:fbf4:2c6e:896e', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-16 19:45:05', '2026-05-29 16:39:32', '', NULL), +(339, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-16 20:11:38', '2026-01-26 22:38:02', '', NULL), +(340, 134, 'talha.haider1010@gmail.com', '2026-05-29 16:39:32', '2026-05-29 16:39:32', '2601:18f:901:2780:796b:fbf4:2c6e:896e', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-16 20:28:03', '2026-05-29 16:39:32', '', NULL), +(341, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '68.160.143.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 20:29:04', '2025-12-14 17:29:21', '', NULL), +(342, 1, 'administrator@gmail.com', '2025-09-17 03:41:25', '2025-09-17 03:41:25', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-16 21:39:00', '2025-09-17 03:41:25', '', NULL), +(343, 33, 'aasiyafvh@gmail.com', '2025-09-16 22:03:32', NULL, '158.121.180.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-16 22:03:32', '2025-09-16 22:03:32', '', NULL), +(344, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '98.118.40.102', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-17 01:40:42', '2025-11-15 14:43:53', '', NULL), +(345, 136, 'nganjuk1973@gmail.com', '2025-09-17 01:56:37', '2025-09-17 01:56:37', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-17 01:54:49', '2025-09-17 01:56:37', '', NULL), +(346, 113, 'daniar@gmail.com', '2025-09-18 12:38:28', '2025-09-18 12:38:28', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-17 01:56:42', '2025-09-18 12:38:28', '', NULL), +(347, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2600:4040:5b81:e100:f8ef:5b4e:c63:69e9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-17 02:03:58', '2025-11-15 14:43:53', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(348, 17, 'i.farhanasarfraz@gmail.com', '2025-09-17 02:24:50', NULL, '2600:4040:5016:bc00:fcef:d2fe:2442:efd9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-17 02:24:50', '2025-09-17 02:24:50', '', NULL), +(349, 32, 'amurtuza2008@gmail.com', '2025-09-17 02:46:59', '2025-09-17 02:46:59', '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-17 02:44:22', '2025-09-17 02:46:59', '', NULL), +(350, 1, 'administrator@gmail.com', '2025-09-17 06:41:16', '2025-09-17 06:41:16', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-17 03:41:31', '2025-09-17 06:41:16', '', NULL), +(351, 1, 'administrator@gmail.com', '2025-09-17 23:30:34', '2025-09-17 23:30:34', '2601:18f:800:b4f7:3c85:2352:d188:92fe', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-17 06:41:22', '2025-09-17 23:30:34', '', NULL), +(352, 75, 'mkolia1@gmail.com', '2025-09-17 14:44:19', '2025-09-17 14:44:19', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-17 14:42:38', '2025-09-17 14:44:19', '', NULL), +(353, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2600:4040:5b81:e100:f8ef:5b4e:c63:69e9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-17 16:41:05', '2025-11-15 14:43:53', '', NULL), +(354, 2, 'moulay.elabidi@gmail.com', '2025-09-18 00:40:06', '2025-09-18 00:40:05', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-17 23:30:43', '2025-09-18 00:40:05', '', NULL), +(355, 55, 'muhammadnomankhalid@yahoo.com', '2025-09-17 23:42:09', NULL, '2607:fb91:d47:adf:ad3:157:b235:2db5', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-17 23:42:09', '2025-09-17 23:42:09', '', NULL), +(356, 88, 'ayaan.ghasir@yahoo.com', '2025-09-17 23:53:36', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-17 23:53:36', '2025-09-17 23:53:36', '', NULL), +(357, 138, 'safdaw486@gmail.com', '2025-09-21 17:06:20', '2025-09-21 17:06:20', '2a09:bac3:8833:428::6a:8c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2025-09-18 00:12:24', '2025-09-21 17:06:20', '', NULL), +(358, 137, 'souad81retbi@gmail.com', '2025-09-18 00:28:55', '2025-09-18 00:28:55', '2601:18f:800:a810:594f:535b:3164:8f11', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-18 00:12:39', '2025-09-18 00:28:55', '', NULL), +(359, 139, 'alamintex20@yahoo.com', '2025-09-18 01:28:59', NULL, '2601:18f:885:1790:adcb:90fe:df05:da18', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-18 01:28:59', '2025-09-18 01:28:59', '', NULL), +(360, 1, 'administrator@gmail.com', '2025-09-19 01:09:27', '2025-09-19 01:09:27', '2601:18f:800:b4f7:c203:c3d4:2743:c9e7', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 02:41:54', '2025-09-19 01:09:27', '', NULL), +(361, 1, 'administrator@gmail.com', '2025-09-19 01:09:27', '2025-09-19 01:09:27', '2601:18f:800:b4f7:5d7b:bee4:ffbc:e48a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-18 06:28:28', '2025-09-19 01:09:27', '', NULL), +(362, 136, 'nganjuk1973@gmail.com', '2025-09-18 12:36:59', '2025-09-18 12:36:59', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 12:07:11', '2025-09-18 12:36:59', '', NULL), +(363, 113, 'daniar@gmail.com', '2025-09-18 12:38:28', '2025-09-18 12:38:28', '134.174.21.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 12:37:03', '2025-09-18 12:38:28', '', NULL), +(364, 113, 'daniar@gmail.com', '2025-09-18 12:38:28', '2025-09-18 12:38:28', '134.174.21.23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 12:37:43', '2025-09-18 12:38:28', '', NULL), +(365, 92, 'abdulghasir25@gmail.com', '2025-09-18 13:42:11', '2025-09-18 13:42:11', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-18 13:40:57', '2025-09-18 13:42:11', '', NULL), +(366, 140, 'noor.bhatti202@gmail.com', '2025-10-05 14:09:18', '2025-10-05 14:09:18', '192.197.245.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 15:19:42', '2025-10-05 14:09:18', '', NULL), +(367, 140, 'noor.bhatti202@gmail.com', '2025-10-05 14:09:18', '2025-10-05 14:09:18', '192.197.245.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 15:20:02', '2025-10-05 14:09:18', '', NULL), +(368, 32, 'amurtuza2008@gmail.com', '2025-09-18 18:51:00', '2025-09-18 18:51:00', '216.52.51.200', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 18:50:19', '2025-09-18 18:51:00', '', NULL), +(369, 18, 'rabiamran473@gmail.com', '2025-09-18 20:59:08', '2025-09-18 20:59:08', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-18 20:58:46', '2025-09-18 20:59:08', '', NULL), +(370, 141, 'seddanek@gmail.com', '2025-09-18 22:11:39', NULL, '2601:19c:4a02:c47b:50c8:622c:8d2f:b62a', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-18 22:11:39', '2025-09-18 22:11:39', '', NULL), +(371, 57, 'sshawoo123@gmail.com', '2025-09-18 22:37:11', '2025-09-18 22:37:11', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:27:48', '2025-09-18 22:37:11', '', NULL), +(372, 57, 'sshawoo123@gmail.com', '2025-09-18 22:37:25', '2025-09-18 22:37:25', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:37:15', '2025-09-18 22:37:25', '', NULL), +(373, 57, 'sshawoo123@gmail.com', '2025-09-18 22:37:58', '2025-09-18 22:37:58', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:37:29', '2025-09-18 22:37:58', '', NULL), +(374, 57, 'sshawoo123@gmail.com', '2025-09-18 22:42:32', '2025-09-18 22:42:32', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:38:02', '2025-09-18 22:42:32', '', NULL), +(375, 57, 'sshawoo123@gmail.com', '2025-09-18 22:42:32', '2025-09-18 22:42:32', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:38:19', '2025-09-18 22:42:32', '', NULL), +(376, 57, 'sshawoo123@gmail.com', '2025-09-18 22:44:43', '2025-09-18 22:44:43', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:42:36', '2025-09-18 22:44:43', '', NULL), +(377, 57, 'sshawoo123@gmail.com', '2025-09-20 22:23:05', '2025-09-20 22:23:05', '2601:18f:984:71e0:7c5c:294f:a047:4d23', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-18 22:44:59', '2025-09-20 22:23:05', '', NULL), +(378, 85, 'inmalik73@gmail.com', '2025-09-19 21:51:52', '2025-09-19 21:51:52', '100.0.89.163', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-18 23:36:15', '2025-09-19 21:51:52', '', NULL), +(379, 85, 'inmalik73@gmail.com', '2025-09-19 21:51:52', '2025-09-19 21:51:52', '100.0.89.163', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-18 23:50:36', '2025-09-19 21:51:52', '', NULL), +(380, 136, 'nganjuk1973@gmail.com', '2026-05-02 13:57:30', '2026-05-02 13:57:30', '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-19 00:44:38', '2026-05-02 13:57:30', '', NULL), +(381, 80, 'imran.asheque@gmail.com', '2025-09-19 03:14:35', NULL, '73.114.228.174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-19 03:14:35', '2025-09-19 03:14:35', '', NULL), +(382, 1, 'larbi.elabidi@gmail.com', '2025-09-19 06:22:39', '2025-09-19 06:22:39', '2601:18f:800:b4f7:39d5:91f5:d53b:3221', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-19 06:22:21', '2025-09-19 06:22:39', '', NULL), +(383, 1, 'larbi.elabidi@gmail.com', '2025-09-19 06:23:34', '2025-09-19 06:23:34', '2601:18f:800:b4f7:39d5:91f5:d53b:3221', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-19 06:22:46', '2025-09-19 06:23:34', '', NULL), +(384, 1, 'larbi.elabidi@gmail.com', '2025-09-19 16:49:33', '2025-09-19 16:49:33', '2601:18f:800:b4f7:39d5:91f5:d53b:3221', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-19 06:23:42', '2025-09-19 16:49:33', '', NULL), +(385, 1, 'larbi.elabidi@gmail.com', '2025-09-19 16:49:33', '2025-09-19 16:49:33', '2601:18f:800:b4f7:7497:b3e6:5a4b:cc73', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-19 06:37:21', '2025-09-19 16:49:33', '', NULL), +(386, 142, 'moumyba@gmail.com', '2025-09-19 12:30:29', NULL, '2601:18f:800:9d0:5d1d:a25d:37d3:838b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-19 12:30:29', '2025-09-19 12:30:29', '', NULL), +(387, 1, 'larbi.elabidi@gmail.com', '2025-09-20 04:14:47', '2025-09-20 04:14:47', '2601:18f:800:b4f7:9c5f:bcb0:174b:149b', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-19 16:49:39', '2025-09-20 04:14:47', '', NULL), +(388, 4, 'olemtiri@hotmail.com', '2025-09-20 05:13:55', '2025-09-20 05:13:55', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-19 17:47:07', '2025-09-20 05:13:55', '', NULL), +(389, 92, 'abdulghasir25@gmail.com', '2025-09-19 20:06:31', '2025-09-19 20:06:31', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-19 20:03:37', '2025-09-19 20:06:31', '', NULL), +(390, 29, 'noony127@gmail.com', '2025-09-19 20:03:53', NULL, '2600:4040:52a4:a400:f597:556:19bf:749b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-19 20:03:53', '2025-09-19 20:03:53', '', NULL), +(391, 145, 'inmalik73@gmail.com', '2025-09-19 21:57:45', NULL, '100.4.239.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-19 21:57:45', '2025-09-19 21:57:45', '', NULL), +(392, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2600:4040:5b81:e100:f11d:155f:db7c:dd63', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-19 22:34:15', '2025-11-15 14:43:53', '', NULL), +(393, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '2600:4040:5016:bc00:19c1:d051:1fd5:72c7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-19 22:53:27', '2025-09-21 16:25:36', '', NULL), +(394, 78, 'simrahazmi218@gmail.com', '2025-09-19 22:55:08', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-19 22:55:08', '2025-09-19 22:55:08', '', NULL), +(395, 66, 'humaira_shaukat@hotmail.com', '2025-09-19 23:42:13', NULL, '2607:fb91:2d9b:4167:4d52:9176:e51b:569f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-19 23:42:13', '2025-09-19 23:42:13', '', NULL), +(396, 66, 'humaira_shaukat@hotmail.com', '2025-09-19 23:42:14', NULL, '2607:fb91:2d9b:4167:4d52:9176:e51b:569f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-19 23:42:14', '2025-09-19 23:42:14', '', NULL), +(397, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-19 23:51:12', '2025-09-28 14:00:46', '', NULL), +(398, 101, 'aminazgani@gmail.com', '2025-09-21 14:47:38', '2025-09-21 14:47:38', '2600:1000:b181:7461:f86f:428c:c119:ea05', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-19 23:53:24', '2025-09-21 14:47:38', '', NULL), +(399, 1, 'larbi.elabidi@gmail.com', '2025-09-20 04:14:47', '2025-09-20 04:14:47', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 00:16:37', '2025-09-20 04:14:47', '', NULL), +(400, 146, 'mustafasaracevic@outlook.com', '2025-10-26 14:39:19', '2025-10-26 14:39:19', '2607:fb91:de8:5892:7c46:9653:58ee:f2cd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-20 01:11:23', '2025-10-26 14:39:19', '', NULL), +(401, 57, 'sshawoo123@gmail.com', '2025-09-20 22:23:05', '2025-09-20 22:23:05', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-20 01:15:27', '2025-09-20 22:23:05', '', NULL), +(402, 120, 'a.irfan4155@gmail.com', '2025-09-20 01:33:48', '2025-09-20 01:33:48', '66.31.123.174', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', '2025-09-20 01:33:29', '2025-09-20 01:33:48', '', NULL), +(403, 147, 'rahmanek@gmail.com', '2025-09-21 13:42:04', '2025-09-21 13:42:04', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-20 01:47:32', '2025-09-21 13:42:04', '', NULL), +(404, 132, 'badianourti@yahoo.com', '2025-09-20 03:15:02', '2025-09-20 03:15:02', '2601:18f:27f:700:dd3e:b0e7:c8a5:d1e8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-20 03:12:59', '2025-09-20 03:15:02', '', NULL), +(405, 4, 'olemtiri@hotmail.com', '2025-09-20 05:13:55', '2025-09-20 05:13:55', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 03:41:16', '2025-09-20 05:13:55', '', NULL), +(406, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:6402:27eb:3c4a:df8c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-20 13:07:56', '2025-12-14 17:29:21', '', NULL), +(407, 8, 'israadam1993@gmail.com', '2025-09-20 13:25:16', NULL, '2601:18c:cc00:a940:fcb7:b9cf:6159:adbb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 13:25:16', '2025-09-20 13:25:16', '', NULL), +(408, 149, 'sbhutto@gmail.com', '2025-09-21 13:10:55', '2025-09-21 13:10:55', '2600:4040:5015:e300:b055:a97e:1cb7:af77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-20 15:03:21', '2025-09-21 13:10:55', '', NULL), +(409, 33, 'aasiyafvh@gmail.com', '2025-09-20 15:06:44', NULL, '2600:4040:5134:3700:10c9:61db:d56:88fe', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 15:06:44', '2025-09-20 15:06:44', '', NULL), +(410, 57, 'sshawoo123@gmail.com', '2025-09-20 22:23:05', '2025-09-20 22:23:05', '2601:18f:984:71e0:b9d9:1794:11df:d9f7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 15:23:16', '2025-09-20 22:23:05', '', NULL), +(411, 60, 'nakanjakotahya200@gmail.com', '2025-09-20 15:43:28', NULL, '2601:18f:802:53f0:7856:4f88:5a9b:5798', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-20 15:43:28', '2025-09-20 15:43:28', '', NULL), +(412, 150, 'yuabdi@hotmail.com', '2025-09-20 15:57:16', NULL, '2601:18f:900:7010:75b8:7b21:dee:6d6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 15:57:16', '2025-09-20 15:57:16', '', NULL), +(413, 151, 'hanaelshamy29@gmail.com', '2025-09-21 17:00:42', '2025-09-21 17:00:42', '2601:18f:900:8dc0:5c2c:6370:ec59:1b10', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-20 16:31:59', '2025-09-21 17:00:42', '', NULL), +(414, 50, 'ahad_storay@yahoo.com', '2025-09-20 17:04:27', NULL, '2601:18f:880:44b0:e481:2866:b928:f9a9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-20 17:04:27', '2025-09-20 17:04:27', '', NULL), +(415, 4, 'olemtiri@hotmail.com', '2025-09-20 20:50:30', '2025-09-20 20:50:30', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 18:56:12', '2025-09-20 20:50:30', '', NULL), +(416, 153, 'kousami@gmail.com', '2026-02-08 15:35:42', '2026-02-08 15:35:42', '2600:4040:57d9:de00:68e4:6234:302d:cd3d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/140.0.3485.71 Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-20 20:16:04', '2026-02-08 15:35:42', '', NULL), +(417, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:14:59', '2025-09-21 08:14:59', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 20:51:04', '2025-09-21 08:14:59', '', NULL), +(418, 155, 'mahinshaikh4069@gmail.com', '2025-09-21 17:04:32', '2025-09-21 17:04:32', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 21:14:49', '2025-09-21 17:04:32', '', NULL), +(419, 32, 'amurtuza2008@gmail.com', '2025-11-02 17:37:02', '2025-11-02 17:37:02', '2607:fb91:269c:c4ac:d95d:9bc6:4228:b0ef', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-20 21:40:51', '2025-11-02 17:37:02', '', NULL), +(420, 57, 'sshawoo123@gmail.com', '2025-09-21 13:40:58', '2025-09-21 13:40:58', '2601:18f:984:71e0:b9d9:1794:11df:d9f7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-20 22:23:08', '2025-09-21 13:40:58', '', NULL), +(421, 120, 'a.irfan4155@gmail.com', '2025-09-21 02:02:09', '2025-09-21 02:02:09', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-20 22:53:13', '2025-09-21 02:02:09', '', NULL), +(422, 90, 'ssha33@gmail.com', '2025-09-21 00:11:24', NULL, '2600:4040:5013:3100:8c30:ee5c:6ad2:1375', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 00:11:24', '2025-09-21 00:11:24', '', NULL), +(423, 156, 'dmmdiallo@yahoo.com', '2025-09-21 00:51:40', NULL, '2a09:bac3:7266:2923::419:26', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 00:51:40', '2025-09-21 00:51:40', '', NULL), +(424, 156, 'dmmdiallo@yahoo.com', '2025-09-21 00:52:10', NULL, '2601:18f:903:500:9972:1e4b:b64f:6897', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 00:52:10', '2025-09-21 00:52:10', '', NULL), +(425, 157, 'mariatalhamir@icloud.com', '2025-09-21 02:03:13', '2025-09-21 02:03:13', '2607:fb91:2694:41d8:bd21:ea1e:d28a:d874', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 01:10:02', '2025-09-21 02:03:13', '', NULL), +(426, 158, 'nmohid@gmail.com', '2025-09-21 01:20:02', NULL, '2600:4040:5c09:7700:f1f6:75c4:8be7:6ff3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 01:20:02', '2025-09-21 01:20:02', '', NULL), +(427, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:14:59', '2025-09-21 08:14:59', '2600:387:5:807::36', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 01:21:10', '2025-09-21 08:14:59', '', NULL), +(428, 19, 'shahabhussain@hotmail.com', '2025-09-21 01:33:52', '2025-09-21 01:33:52', '2600:4040:502b:5e00:51ff:a74f:2d25:3251', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 01:32:46', '2025-09-21 01:33:52', '', NULL), +(429, 157, 'mariatalhamir@icloud.com', '2025-09-28 16:51:01', '2025-09-28 16:51:01', '2607:fb91:2694:41d8:bd21:ea1e:d28a:d874', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 02:03:22', '2025-09-28 16:51:01', '', NULL), +(430, 160, 'ms-ai@hotmail.com', '2025-09-21 02:07:29', '2025-09-21 02:07:28', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 02:07:20', '2025-09-21 02:07:28', '', NULL), +(431, 160, 'ms-ai@hotmail.com', '2025-09-21 02:08:47', '2025-09-21 02:08:47', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 02:07:52', '2025-09-21 02:08:47', '', NULL), +(432, 120, 'a.irfan4155@gmail.com', '2025-09-21 02:14:41', '2025-09-21 02:14:41', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 02:09:57', '2025-09-21 02:14:41', '', NULL), +(433, 28, 'zijmalik@gmail.com', '2025-09-21 02:10:01', NULL, '100.4.239.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.2.807931246 Mobile/15E148 Safari/604.1', '2025-09-21 02:10:01', '2025-09-21 02:10:01', '', NULL), +(434, 132, 'badianourti@yahoo.com', '2025-09-21 02:14:55', '2025-09-21 02:14:55', '2601:18f:27f:700:3484:8e6c:c1db:3bc4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 02:12:47', '2025-09-21 02:14:55', '', NULL), +(435, 132, 'badianourti@yahoo.com', '2025-09-21 02:16:21', '2025-09-21 02:16:21', '2601:18f:27f:700:3484:8e6c:c1db:3bc4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 02:15:30', '2025-09-21 02:16:21', '', NULL), +(436, 132, 'badianourti@yahoo.com', '2025-09-21 02:18:55', '2025-09-21 02:18:55', '2601:18f:27f:700:3484:8e6c:c1db:3bc4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 02:17:19', '2025-09-21 02:18:55', '', NULL), +(437, 161, 'shamimasume2@gmail.com', '2025-11-16 16:04:07', '2025-11-16 16:04:07', '2607:fb90:ad0f:818d:11a4:8051:d4d5:59c1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 02:17:25', '2025-11-16 16:04:07', '', NULL), +(438, 132, 'badianourti@yahoo.com', '2025-09-21 02:32:52', '2025-09-21 02:32:52', '2601:18f:27f:700:3484:8e6c:c1db:3bc4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 02:30:13', '2025-09-21 02:32:52', '', NULL), +(439, 42, 'sabdalla80@gmail.com', '2025-09-21 02:31:38', NULL, '136.226.72.207', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 02:31:38', '2025-09-21 02:31:38', '', NULL), +(440, 162, 'rumazd@yahoo.com', '2025-09-21 03:16:37', NULL, '73.61.215.74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 03:16:37', '2025-09-21 03:16:37', '', NULL), +(441, 162, 'rumazd@yahoo.com', '2025-09-21 03:24:20', NULL, '73.61.215.74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 03:24:20', '2025-09-21 03:24:20', '', NULL), +(442, 59, 'amjhaque@gmail.com', '2025-09-21 03:35:48', NULL, '2600:1000:a122:cfe0:8459:52ce:cdc2:e952', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 03:35:48', '2025-09-21 03:35:48', '', NULL), +(443, 78, 'simrahazmi218@gmail.com', '2025-09-21 03:36:37', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 03:36:37', '2025-09-21 03:36:37', '', NULL), +(444, 162, 'rumazd@yahoo.com', '2025-09-21 03:37:53', NULL, '73.61.215.74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 03:37:53', '2025-09-21 03:37:53', '', NULL), +(445, 162, 'rumazd@yahoo.com', '2025-09-21 03:38:51', NULL, '73.61.215.74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 03:38:51', '2025-09-21 03:38:51', '', NULL), +(446, 137, 'souad81retbi@gmail.com', '2025-09-21 04:18:37', '2025-09-21 04:18:37', '2601:18f:800:a810:9db2:26e0:7ff4:9d3f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 04:17:11', '2025-09-21 04:18:37', '', NULL), +(447, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:14:59', '2025-09-21 08:14:59', '2601:18f:800:b4f7:cb2:43a9:987b:bdc6', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-21 04:33:34', '2025-09-21 08:14:59', '', NULL), +(448, 132, 'badianourti@yahoo.com', '2025-09-21 08:05:49', '2025-09-21 08:05:49', '2601:19c:4a01:8e76:140f:3c86:1008:fb79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 08:01:46', '2025-09-21 08:05:49', '', NULL), +(449, 132, 'badianourti@yahoo.com', '2025-09-21 08:06:59', '2025-09-21 08:06:59', '2601:19c:4a01:8e76:140f:3c86:1008:fb79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 08:06:32', '2025-09-21 08:06:59', '', NULL), +(450, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:14:59', '2025-09-21 08:14:59', '2601:18f:800:b4f7:dde6:7e1a:6176:182f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 08:14:34', '2025-09-21 08:14:59', '', NULL), +(451, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:15:19', '2025-09-21 08:15:19', '2601:18f:800:b4f7:dde6:7e1a:6176:182f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 08:15:10', '2025-09-21 08:15:19', '', NULL), +(452, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:18:54', '2025-09-21 08:18:54', '2601:18f:800:b4f7:dde6:7e1a:6176:182f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 08:15:31', '2025-09-21 08:18:54', '', NULL), +(453, 1, 'larbi.elabidi@gmail.com', '2025-09-21 08:18:54', '2025-09-21 08:18:54', '2601:18f:800:b4f7:cb2:43a9:987b:bdc6', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-21 08:18:47', '2025-09-21 08:18:54', '', NULL), +(454, 2, 'moulay.elabidi@gmail.com', '2025-09-21 08:19:11', '2025-09-21 08:19:11', '2601:18f:800:b4f7:cb2:43a9:987b:bdc6', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-21 08:18:59', '2025-09-21 08:19:11', '', NULL), +(455, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:1ccc:8c9:35:6db6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 11:27:15', '2025-12-14 17:29:21', '', NULL), +(456, 129, 'emman.benjamel@gmail.com', '2025-09-21 11:30:10', '2025-09-21 11:30:10', '2600:4040:52ac:8400:b0ec:7ee8:6ba:4ec9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-21 11:28:41', '2025-09-21 11:30:10', '', NULL), +(457, 164, 'adam.meah@gmail.com', '2025-09-21 14:24:00', '2025-09-21 14:24:00', '71.192.36.39', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 11:41:44', '2025-09-21 14:24:00', '', NULL), +(458, 165, 'bilalyaqubee@gmail.com', '2025-09-21 11:49:07', NULL, '2601:18f:880:4950:8589:4549:7169:f0e2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 11:49:07', '2025-09-21 11:49:07', '', NULL), +(459, 5, 'sboumnina@hotmail.com', '2025-10-05 16:28:36', '2025-10-05 16:28:36', '2601:18f:880:5e90:cd76:f701:b2dc:d90a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2025-09-21 11:49:18', '2025-10-05 16:28:36', '', NULL), +(460, 165, 'bilalyaqubee@gmail.com', '2025-09-21 11:50:26', NULL, '2601:18f:880:4950:8589:4549:7169:f0e2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 11:50:26', '2025-09-21 11:50:26', '', NULL), +(461, 164, 'adam.meah@gmail.com', '2025-09-21 14:24:00', '2025-09-21 14:24:00', '151.241.119.122', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 11:51:00', '2025-09-21 14:24:00', '', NULL), +(462, 165, 'bilalyaqubee@gmail.com', '2025-09-21 12:00:46', NULL, '2601:18f:880:4950:8589:4549:7169:f0e2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 12:00:46', '2025-09-21 12:00:46', '', NULL), +(463, 66, 'humaira_shaukat@hotmail.com', '2025-09-21 12:10:20', NULL, '72.74.137.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 12:10:20', '2025-09-21 12:10:20', '', NULL), +(464, 66, 'humaira_shaukat@hotmail.com', '2025-09-21 12:11:53', NULL, '2600:4040:5029:8f00:7df2:ec29:b064:c8e2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 12:11:53', '2025-09-21 12:11:53', '', NULL), +(465, 114, 'munazza6pk@yahoo.com', '2025-09-21 12:57:08', NULL, '2601:18a:8083:6030:1c15:76c0:fe36:b0b8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 12:57:08', '2025-09-21 12:57:08', '', NULL), +(466, 102, 'aminah.mukhtar@gmail.com', '2025-09-21 12:57:59', NULL, '70.22.130.203', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 12:57:59', '2025-09-21 12:57:59', '', NULL), +(467, 149, 'sbhutto@gmail.com', '2025-09-21 13:10:55', '2025-09-21 13:10:55', '2600:4040:5015:e300:38fd:bd19:15e8:1bfe', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:09:34', '2025-09-21 13:10:55', '', NULL), +(468, 17, 'i.farhanasarfraz@gmail.com', '2025-09-21 13:15:17', NULL, '2600:4040:5016:bc00:b96e:f81f:e4f8:857', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 13:15:17', '2025-09-21 13:15:17', '', NULL), +(469, 132, 'badianourti@yahoo.com', '2025-09-28 12:52:49', '2025-09-28 12:52:49', '2601:18f:27f:700:1d50:f8e2:ba75:2241', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:16:40', '2025-09-28 12:52:49', '', NULL), +(470, 49, 'masuma101@gmail.com', '2025-09-21 13:18:01', NULL, '72.93.242.104', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 13:18:01', '2025-09-21 13:18:01', '', NULL), +(471, 14, 'musab.alrawi@gmail.com', '2025-09-21 13:22:54', NULL, '2600:4040:52ac:b300:e508:45ef:2d6d:337e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:22:54', '2025-09-21 13:22:54', '', NULL), +(472, 1, 'larbi.elabidi@gmail.com', '2025-09-21 14:31:08', '2025-09-21 14:31:08', '2601:18f:800:b4f7:c805:f8f6:af68:8894', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-21 13:25:59', '2025-09-21 14:31:08', '', NULL), +(473, 23, 'saifadam@gmail.com', '2025-09-21 13:34:55', NULL, '2601:18f:903:9530::90a0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:34:55', '2025-09-21 13:34:55', '', NULL), +(474, 57, 'sshawoo123@gmail.com', '2025-09-21 13:40:58', '2025-09-21 13:40:58', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:35:21', '2025-09-21 13:40:58', '', NULL), +(475, 147, 'rahmanek@gmail.com', '2025-09-21 13:42:04', '2025-09-21 13:42:04', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:36:24', '2025-09-21 13:42:04', '', NULL), +(476, 101, 'aminazgani@gmail.com', '2025-09-21 14:47:38', '2025-09-21 14:47:38', '2600:1000:b176:5ef3:91b6:a3c:1d41:f41b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 13:37:31', '2025-09-21 14:47:38', '', NULL), +(477, 19, 'shahabhussain@hotmail.com', '2025-09-21 13:45:36', '2025-09-21 13:45:36', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:39:59', '2025-09-21 13:45:36', '', NULL), +(478, 100, 'abdelhaklmlk@gmail.com', '2025-09-27 23:27:50', '2025-09-27 23:27:50', '2601:18f:700:81a0:fdc6:4176:60e8:f38f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:40:04', '2025-09-27 23:27:50', '', NULL), +(479, 57, 'sshawoo123@gmail.com', '2025-09-21 13:44:17', '2025-09-21 13:44:17', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:41:02', '2025-09-21 13:44:17', '', NULL), +(480, 147, 'rahmanek@gmail.com', '2025-09-21 13:50:02', '2025-09-21 13:50:02', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:42:13', '2025-09-21 13:50:02', '', NULL), +(481, 4, 'olemtiri@hotmail.com', '2025-09-21 14:22:57', '2025-09-21 14:22:57', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:43:34', '2025-09-21 14:22:57', '', NULL), +(482, 57, 'sshawoo123@gmail.com', '2025-09-21 13:44:28', '2025-09-21 13:44:28', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:44:20', '2025-09-21 13:44:28', '', NULL), +(483, 19, 'shahabhussain@hotmail.com', '2025-09-21 13:45:36', '2025-09-21 13:45:36', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:44:28', '2025-09-21 13:45:36', '', NULL), +(484, 57, 'sshawoo123@gmail.com', '2025-09-21 13:46:38', '2025-09-21 13:46:38', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:44:32', '2025-09-21 13:46:38', '', NULL), +(485, 108, 'shadabanwar07@gmail.com', '2025-09-21 13:48:09', '2025-09-21 13:48:09', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 13:45:07', '2025-09-21 13:48:09', '', NULL), +(486, 19, 'shahabhussain@hotmail.com', '2025-09-21 14:45:18', '2025-09-21 14:45:18', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:45:50', '2025-09-21 14:45:18', '', NULL), +(487, 88, 'ayaan.ghasir@yahoo.com', '2025-09-21 13:46:02', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:46:02', '2025-09-21 13:46:02', '', NULL), +(488, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '2600:1000:b113:f494:d4da:f852:2efd:e032', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/385.0.802777482 Mobile/15E148 Safari/604.1', '2025-09-21 13:46:35', '2025-09-21 16:25:36', '', NULL), +(489, 57, 'sshawoo123@gmail.com', '2025-09-21 14:00:26', '2025-09-21 14:00:26', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:46:41', '2025-09-21 14:00:26', '', NULL), +(490, 108, 'shadabanwar07@gmail.com', '2025-09-21 13:48:09', '2025-09-21 13:48:09', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 13:47:55', '2025-09-21 13:48:09', '', NULL), +(491, 108, 'shadabanwar07@gmail.com', '2025-09-21 14:07:00', '2025-09-21 14:07:00', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 13:48:13', '2025-09-21 14:07:00', '', NULL), +(492, 1, 'larbi.elabidi@gmail.com', '2025-09-21 14:31:08', '2025-09-21 14:31:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:49:40', '2025-09-21 14:31:08', '', NULL), +(493, 147, 'rahmanek@gmail.com', '2025-09-21 13:53:57', '2025-09-21 13:53:57', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:50:13', '2025-09-21 13:53:57', '', NULL), +(494, 145, 'inmalik73@gmail.com', '2025-09-21 13:50:39', NULL, '2600:1000:b165:d8ff:8d2b:190a:6478:6291', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:50:39', '2025-09-21 13:50:39', '', NULL), +(495, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:51:16', '2025-09-28 14:00:46', '', NULL), +(496, 147, 'rahmanek@gmail.com', '2025-09-21 13:54:37', '2025-09-21 13:54:37', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:54:05', '2025-09-21 13:54:37', '', NULL), +(497, 113, 'daniar@gmail.com', '2025-09-21 13:54:06', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 13:54:06', '2025-09-21 13:54:06', '', NULL), +(498, 33, 'aasiyafvh@gmail.com', '2025-09-21 13:54:27', NULL, '2607:fb91:d47:c9b2:8814:1a99:3c22:c943', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 13:54:27', '2025-09-21 13:54:27', '', NULL), +(499, 147, 'rahmanek@gmail.com', '2025-09-21 13:55:28', '2025-09-21 13:55:28', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:54:46', '2025-09-21 13:55:28', '', NULL), +(500, 147, 'rahmanek@gmail.com', '2025-11-09 15:06:33', '2025-11-09 15:06:33', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-09-21 13:55:38', '2025-11-09 15:06:33', '', NULL), +(501, 142, 'moumyba@gmail.com', '2025-09-21 13:57:50', NULL, '2601:18f:800:9d0:c49:4c02:9c0f:3890', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.3.809454442 Mobile/15E148 Safari/604.1', '2025-09-21 13:57:50', '2025-09-21 13:57:50', '', NULL), +(502, 71, 'najah.azennoud@gmail.com', '2025-09-21 18:08:59', '2025-09-21 18:08:59', '2600:387:15:937::1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2025-09-21 13:58:10', '2025-09-21 18:08:59', '', NULL), +(503, 149, 'sbhutto@gmail.com', '2026-02-01 17:15:45', '2026-02-01 17:15:45', '2607:fb90:3c94:81e:74c7:a452:317d:ea77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 13:59:36', '2026-02-01 17:15:45', '', NULL), +(504, 57, 'sshawoo123@gmail.com', '2025-09-21 15:02:32', '2025-09-21 15:02:32', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:00:30', '2025-09-21 15:02:32', '', NULL), +(505, 118, 'farrukh.ahmedd@gmail.com', '2025-09-21 14:00:53', NULL, '2607:fb91:2d8c:c951:5973:7622:d432:d18f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:00:53', '2025-09-21 14:00:53', '', NULL), +(506, 106, 'oumar4@aol.com', '2025-09-21 14:20:10', '2025-09-21 14:20:10', '2600:1000:b180:53bd:4ce:d88d:233b:5e7c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.3.809454442 Mobile/15E148 Safari/604.1', '2025-09-21 14:01:44', '2025-09-21 14:20:10', '', NULL), +(507, 89, 'rayyanvahora11@gmail.com', '2025-11-23 15:30:53', '2025-11-23 15:30:53', '2607:fb91:da4:4c6:2c55:b011:c8ad:5a45', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:01:49', '2025-11-23 15:30:53', '', NULL), +(508, 1, 'larbi.elabidi@gmail.com', '2025-09-21 14:31:08', '2025-09-21 14:31:08', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 14:03:34', '2025-09-21 14:31:08', '', NULL), +(509, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb90:3c49:8bbb:3821:8d73:3abd:22f5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:04:00', '2026-02-22 16:50:25', '', NULL), +(510, 108, 'shadabanwar07@gmail.com', '2025-09-21 14:07:00', '2025-09-21 14:07:00', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:04:07', '2025-09-21 14:07:00', '', NULL), +(511, 90, 'ssha33@gmail.com', '2025-09-21 14:05:37', NULL, '2607:fb91:dc8:2c10:ec15:913e:45f6:3f1e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:05:37', '2025-09-21 14:05:37', '', NULL), +(512, 1, 'larbi.elabidi@gmail.com', '2025-09-21 14:31:08', '2025-09-21 14:31:08', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 14:05:55', '2025-09-21 14:31:08', '', NULL), +(513, 108, 'shadabanwar07@gmail.com', '2025-09-21 14:10:04', '2025-09-21 14:10:04', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:07:03', '2025-09-21 14:10:04', '', NULL), +(514, 5, 'sboumnina@hotmail.com', '2025-10-05 16:28:36', '2025-10-05 16:28:36', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2025-09-21 14:07:11', '2025-10-05 16:28:36', '', NULL), +(515, 6, 'asaqib.nh@gmail.com', '2025-09-21 14:07:23', NULL, '2607:fb90:3ca1:8d13:c68:eb58:27c9:8ced', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 14:07:23', '2025-09-21 14:07:23', '', NULL), +(516, 18, 'rabiamran473@gmail.com', '2025-09-21 14:23:22', '2025-09-21 14:23:22', '2607:fb91:d38:845e:44f4:54ce:f1f4:7c74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-21 14:09:59', '2025-09-21 14:23:22', '', NULL), +(517, 18, 'rabiamran473@gmail.com', '2025-09-21 14:23:22', '2025-09-21 14:23:22', '2607:fb91:d38:845e:44f4:54ce:f1f4:7c74', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-21 14:10:00', '2025-09-21 14:23:22', '', NULL), +(518, 60, 'nakanjakotahya200@gmail.com', '2025-09-21 14:10:02', NULL, '2607:fb91:d33:498d:b01a:dbb0:b975:5cad', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:10:02', '2025-09-21 14:10:02', '', NULL), +(519, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:10:08', '2025-10-26 14:31:56', '', NULL), +(520, 167, 'mou.jmc@gmail.com', '2025-09-21 14:12:01', NULL, '2600:387:f:5f12::5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 14:12:01', '2025-09-21 14:12:01', '', NULL), +(521, 79, 'sana6532@gmail.com', '2025-09-21 21:41:04', '2025-09-21 21:41:04', '2607:fb91:2d2d:22:881:d449:66cb:4922', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:12:19', '2025-09-21 21:41:04', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(522, 106, 'oumar4@aol.com', '2025-09-21 14:20:10', '2025-09-21 14:20:10', '2600:1000:b180:53bd:4ce:d88d:233b:5e7c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:19:27', '2025-09-21 14:20:10', '', NULL), +(523, 133, 'fqabba242@gmail.com', '2025-09-21 14:20:15', NULL, '2600:381:6d30:341a:df7e:5283:3310:31b1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:20:15', '2025-09-21 14:20:15', '', NULL), +(524, 133, 'fqabba242@gmail.com', '2025-09-21 14:20:15', NULL, '2600:381:6d30:341a:df7e:5283:3310:31b1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:20:15', '2025-09-21 14:20:15', '', NULL), +(525, 140, 'noor.bhatti202@gmail.com', '2025-10-05 14:09:18', '2025-10-05 14:09:18', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:22:36', '2025-10-05 14:09:18', '', NULL), +(526, 162, 'rumazd@yahoo.com', '2025-09-21 14:22:49', NULL, '2a09:bac2:6aa6:428::6a:138', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 14:22:49', '2025-09-21 14:22:49', '', NULL), +(527, 1, 'larbi.elabidi@gmail.com', '2025-09-21 14:31:08', '2025-09-21 14:31:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:23:21', '2025-09-21 14:31:08', '', NULL), +(528, 162, 'rumazd@yahoo.com', '2025-09-21 14:23:57', NULL, '2a09:bac2:6aa6:428::6a:138', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 14:23:57', '2025-09-21 14:23:57', '', NULL), +(529, 164, 'adam.meah@gmail.com', '2025-11-23 14:40:53', '2025-11-23 14:40:53', '2607:fb91:2dd5:42c3:ad3:157:cb3e:77', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:24:17', '2025-11-23 14:40:53', '', NULL), +(530, 168, 'bashyh@gmail.com', '2025-09-21 14:30:25', NULL, '2600:1000:b0f2:3349:91a2:3272:a49d:81e3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:30:25', '2025-09-21 14:30:25', '', NULL), +(531, 4, 'olemtiri@hotmail.com', '2025-09-21 17:56:19', '2025-09-21 17:56:19', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:31:14', '2025-09-21 17:56:19', '', NULL), +(532, 40, 'alihasarfraz11@gmail.com', '2025-09-21 16:25:36', '2025-09-21 16:25:36', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:33:28', '2025-09-21 16:25:36', '', NULL), +(533, 169, 'zahidbin2003@yahoo.com', '2025-09-21 14:33:55', NULL, '2a09:bac2:6aa2:428::6a:76', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 14:33:55', '2025-09-21 14:33:55', '', NULL), +(534, 73, 'summia.sharif@gmail.com', '2025-09-21 17:48:07', '2025-09-21 17:48:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', '2025-09-21 14:39:39', '2025-09-21 17:48:07', '', NULL), +(535, 19, 'shahabhussain@hotmail.com', '2025-09-21 14:51:01', '2025-09-21 14:51:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:45:32', '2025-09-21 14:51:01', '', NULL), +(536, 1, 'larbi.elabidi@gmail.com', '2025-09-21 15:13:45', '2025-09-21 15:13:45', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:51:08', '2025-09-21 15:13:45', '', NULL), +(537, 19, 'shahabhussain@hotmail.com', '2025-09-27 00:51:11', '2025-09-27 00:51:11', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 14:51:13', '2025-09-27 00:51:11', '', NULL), +(538, 32, 'amurtuza2008@gmail.com', '2025-11-02 17:37:02', '2025-11-02 17:37:02', '2607:fb91:d9e:c28e:c5c0:cd52:2c1b:aa8c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 14:52:54', '2025-11-02 17:37:02', '', NULL), +(539, 171, 'sadiamajeed912@gmail.com', '2025-09-21 14:54:52', '2025-09-21 14:54:52', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:54:09', '2025-09-21 14:54:52', '', NULL), +(540, 171, 'sadiamajeed912@gmail.com', '2025-09-21 14:54:52', '2025-09-21 14:54:52', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 14:54:45', '2025-09-21 14:54:52', '', NULL), +(541, 86, 'monibaishaq2131@gmail.com', '2025-09-21 14:54:51', NULL, '2601:18f:902:7fe0:1168:2246:3320:9797', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 14:54:51', '2025-09-21 14:54:51', '', NULL), +(542, 171, 'sadiamajeed912@gmail.com', '2025-09-21 14:55:02', NULL, '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 14:55:02', '2025-09-21 14:55:02', '', NULL), +(543, 120, 'a.irfan4155@gmail.com', '2025-09-21 15:01:44', '2025-09-21 15:01:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 14:56:43', '2025-09-21 15:01:44', '', NULL), +(544, 86, 'monibaishaq2131@gmail.com', '2025-09-21 14:58:35', NULL, '2601:18f:902:7fe0:accb:f3f9:249f:66fb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 14:58:35', '2025-09-21 14:58:35', '', NULL), +(545, 173, 'drammarishaq@gmail.com', '2025-09-21 15:13:17', '2025-09-21 15:13:17', '71.233.191.86', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36 EdgA/139.0.0.0', '2025-09-21 15:01:15', '2025-09-21 15:13:17', '', NULL), +(546, 57, 'sshawoo123@gmail.com', '2025-09-21 16:21:43', '2025-09-21 16:21:43', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 15:02:36', '2025-09-21 16:21:43', '', NULL), +(547, 173, 'drammarishaq@gmail.com', '2025-09-21 15:13:17', '2025-09-21 15:13:17', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 15:02:55', '2025-09-21 15:13:17', '', NULL), +(548, 174, 'sairaiftikhar6232@gmail.com', '2025-09-21 16:32:41', '2025-09-21 16:32:41', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.2.807931246 Mobile/15E148 Safari/604.1', '2025-09-21 15:03:22', '2025-09-21 16:32:41', '', NULL), +(549, 101, 'aminazgani@gmail.com', '2025-09-21 15:09:54', '2025-09-21 15:09:54', '2600:1000:b176:5ef3:91b6:a3c:1d41:f41b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 15:04:13', '2025-09-21 15:09:54', '', NULL), +(550, 172, 'abdallaidris05@gmail.com', '2025-09-21 15:06:15', NULL, '2607:fb91:2d2e:2b6:ac39:9931:4fc5:f8ac', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 15:06:15', '2025-09-21 15:06:15', '', NULL), +(551, 176, 'spokent@yahoo.com', '2025-09-21 15:25:04', '2025-09-21 15:25:04', '2600:1000:b176:5ef3:91b6:a3c:1d41:f41b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 15:17:04', '2025-09-21 15:25:04', '', NULL), +(552, 1, 'larbi.elabidi@gmail.com', '2025-09-21 16:58:35', '2025-09-21 16:58:35', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 15:17:18', '2025-09-21 16:58:35', '', NULL), +(553, 175, 'zakakil2024@gmail.com', '2025-09-21 15:18:39', NULL, '2607:fb91:2da3:c11b:d915:f837:2a5d:a80d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.2.807931246 Mobile/15E148 Safari/604.1', '2025-09-21 15:18:39', '2025-09-21 15:18:39', '', NULL), +(554, 175, 'zakakil2024@gmail.com', '2025-09-21 15:18:39', NULL, '2607:fb91:2da3:c11b:d915:f837:2a5d:a80d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/386.2.807931246 Mobile/15E148 Safari/604.1', '2025-09-21 15:18:39', '2025-09-21 15:18:39', '', NULL), +(555, 79, 'sana6532@gmail.com', '2025-09-21 21:41:04', '2025-09-21 21:41:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', '2025-09-21 15:27:47', '2025-09-21 21:41:04', '', NULL), +(556, 177, 'malaikaxhk1927@gmail.com', '2025-09-21 15:28:15', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 15:28:15', '2025-09-21 15:28:15', '', NULL), +(557, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', '2025-09-21 15:30:45', '2025-12-14 17:29:21', '', NULL), +(558, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2607:fb91:2d9f:838f:ad3:157:9ab6:939a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 15:33:01', '2025-11-15 14:43:53', '', NULL), +(559, 178, 'imaneaidi9@gmail.com', '2025-09-21 16:31:18', '2025-09-21 16:31:18', '2607:fb91:dcb:5c15:fd8f:b3dd:3d8c:5c1d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 15:35:52', '2025-09-21 16:31:18', '', NULL), +(560, 32, 'amurtuza2008@gmail.com', '2025-11-02 17:37:02', '2025-11-02 17:37:02', '173.76.175.67', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 15:51:01', '2025-11-02 17:37:02', '', NULL), +(561, 32, 'amurtuza2008@gmail.com', '2025-11-02 17:37:02', '2025-11-02 17:37:02', '173.76.175.67', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-21 15:51:40', '2025-11-02 17:37:02', '', NULL), +(562, 1, 'larbi.elabidi@gmail.com', '2025-09-21 16:58:35', '2025-09-21 16:58:35', '2607:fb91:2d83:4247:b02d:a014:4bbe:c3fd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-21 16:09:25', '2025-09-21 16:58:35', '', NULL), +(563, 33, 'aasiyafvh@gmail.com', '2025-09-21 16:23:20', NULL, '2607:fb91:263a:8659:58a7:7438:7a55:ecc3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:23:20', '2025-09-21 16:23:20', '', NULL), +(564, 178, 'imaneaidi9@gmail.com', '2025-09-21 16:31:18', '2025-09-21 16:31:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:24:31', '2025-09-21 16:31:18', '', NULL), +(565, 57, 'sshawoo123@gmail.com', '2025-09-21 16:25:34', '2025-09-21 16:25:34', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:25:19', '2025-09-21 16:25:34', '', NULL), +(566, 57, 'sshawoo123@gmail.com', '2025-09-21 16:47:13', '2025-09-21 16:47:13', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:25:39', '2025-09-21 16:47:13', '', NULL), +(567, 120, 'a.irfan4155@gmail.com', '2025-09-21 16:30:40', '2025-09-21 16:30:40', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:25:45', '2025-09-21 16:30:40', '', NULL), +(568, 160, 'ms-ai@hotmail.com', '2025-09-21 16:36:32', '2025-09-21 16:36:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:26:33', '2025-09-21 16:36:32', '', NULL), +(569, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '2600:1000:b11f:4e1f:8949:9b78:dad9:70a6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 16:27:29', '2025-10-12 15:26:23', '', NULL), +(570, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '2600:1000:b16d:d97a:747f:ead3:6f43:560d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 16:27:42', '2025-09-28 16:40:39', '', NULL), +(571, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:28:01', '2025-10-12 15:26:23', '', NULL), +(572, 71, 'najah.azennoud@gmail.com', '2025-09-21 18:08:59', '2025-09-21 18:08:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', '2025-09-21 16:30:32', '2025-09-21 18:08:59', '', NULL), +(573, 178, 'imaneaidi9@gmail.com', '2025-09-21 16:32:03', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:32:03', '2025-09-21 16:32:03', '', NULL), +(574, 174, 'sairaiftikhar6232@gmail.com', '2025-09-21 16:32:41', '2025-09-21 16:32:41', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:32:19', '2025-09-21 16:32:41', '', NULL), +(575, 120, 'a.irfan4155@gmail.com', '2025-09-21 16:37:32', '2025-09-21 16:37:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:33:11', '2025-09-21 16:37:32', '', NULL), +(576, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '2600:1000:b16d:d97a:747f:ead3:6f43:560d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-21 16:35:50', '2025-09-28 16:40:39', '', NULL), +(577, 94, 'maboumahmoud@alrahmaisgl.org', '2025-09-21 17:09:02', '2025-09-21 17:09:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36', '2025-09-21 16:40:26', '2025-09-21 17:09:02', '', NULL), +(578, 181, 'shams.chowd@gmail.com', '2025-09-21 16:44:57', NULL, '73.219.161.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:44:57', '2025-09-21 16:44:57', '', NULL), +(579, 57, 'sshawoo123@gmail.com', '2025-09-21 17:06:14', '2025-09-21 17:06:14', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:47:19', '2025-09-21 17:06:14', '', NULL), +(580, 181, 'shams.chowd@gmail.com', '2025-09-21 16:55:02', NULL, '73.219.161.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 16:55:02', '2025-09-21 16:55:02', '', NULL), +(581, 120, 'a.irfan4155@gmail.com', '2025-09-21 17:02:24', '2025-09-21 17:02:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:59:08', '2025-09-21 17:02:24', '', NULL), +(582, 138, 'safdaw486@gmail.com', '2025-09-21 17:06:20', '2025-09-21 17:06:20', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 16:59:21', '2025-09-21 17:06:20', '', NULL), +(583, 151, 'hanaelshamy29@gmail.com', '2025-09-21 17:00:42', '2025-09-21 17:00:42', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 17:00:06', '2025-09-21 17:00:42', '', NULL), +(584, 84, 'elbakhtaoui2016@gmail.com', '2025-09-21 17:04:02', '2025-09-21 17:04:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 17:01:13', '2025-09-21 17:04:02', '', NULL), +(585, 155, 'mahinshaikh4069@gmail.com', '2025-09-21 17:04:32', '2025-09-21 17:04:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 17:01:33', '2025-09-21 17:04:32', '', NULL), +(586, 120, 'a.irfan4155@gmail.com', '2025-09-21 17:03:47', '2025-09-21 17:03:47', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-21 17:02:51', '2025-09-21 17:03:47', '', NULL), +(587, 57, 'sshawoo123@gmail.com', '2025-09-27 20:36:25', '2025-09-27 20:36:25', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 17:06:18', '2025-09-27 20:36:25', '', NULL), +(588, 137, 'souad81retbi@gmail.com', '2025-09-21 17:18:38', NULL, '2607:fb91:2615:81fc:ad3:151:c9a7:6204', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 17:18:38', '2025-09-21 17:18:38', '', NULL), +(589, 137, 'souad81retbi@gmail.com', '2025-09-21 17:19:10', NULL, '2607:fb91:2615:81fc:ad3:151:c9a7:6204', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-21 17:19:10', '2025-09-21 17:19:10', '', NULL), +(590, 1, 'larbi.elabidi@gmail.com', '2025-09-21 18:40:02', '2025-09-21 18:40:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 17:31:38', '2025-09-21 18:40:02', '', NULL), +(591, 101, 'aminazgani@gmail.com', '2025-09-27 22:41:14', '2025-09-27 22:41:14', '2600:1000:b176:5ef3:641a:500e:2b3b:c643', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-21 17:35:55', '2025-09-27 22:41:14', '', NULL), +(592, 183, 'i.sheikh2003@gmail.com', '2025-09-21 18:09:59', NULL, '2a09:bac3:8de9:428::6a:100', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 18:09:59', '2025-09-21 18:09:59', '', NULL), +(593, 184, 'elbakhtaouiessaadia@gmail.com', '2025-09-21 18:19:01', '2025-09-21 18:19:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', '2025-09-21 18:18:00', '2025-09-21 18:19:01', '', NULL), +(594, 184, 'elbakhtaouiessaadia@gmail.com', '2025-09-21 18:21:02', '2025-09-21 18:21:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', '2025-09-21 18:19:58', '2025-09-21 18:21:02', '', NULL), +(595, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 18:27:18', '2025-09-28 02:59:13', '', NULL), +(596, 1, 'larbi.elabidi@gmail.com', '2025-09-22 20:11:53', '2025-09-22 20:11:53', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-21 18:40:25', '2025-09-22 20:11:53', '', NULL), +(597, 129, 'emman.benjamel@gmail.com', '2025-09-21 19:21:45', '2025-09-21 19:21:45', '2600:4040:52ac:8400:191c:6dda:6157:a7de', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-21 19:06:00', '2025-09-21 19:21:45', '', NULL), +(598, 153, 'kousami@gmail.com', '2026-02-08 15:35:42', '2026-02-08 15:35:42', '2607:fb90:ad87:4898:40f2:b33f:fca:b0b0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) EdgiOS/140.0.3485.71 Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-21 19:15:54', '2026-02-08 15:35:42', '', NULL), +(599, 75, 'mkolia1@gmail.com', '2025-09-21 19:19:53', '2025-09-21 19:19:53', '2601:184:497f:8810:79f1:888e:a4a5:ef8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-21 19:18:17', '2025-09-21 19:19:53', '', NULL), +(600, 45, 'ejjiyar-soundouss@hotmail.com', '2025-09-21 19:52:14', '2025-09-21 19:52:14', '2607:fb90:adaa:2c1:e8af:6288:b462:ca0e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 19:51:50', '2025-09-21 19:52:14', '', NULL), +(601, 45, 'ejjiyar-soundouss@hotmail.com', '2025-09-21 20:14:16', '2025-09-21 20:14:16', '2607:fb90:adaa:2c1:e8af:6288:b462:ca0e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 19:53:54', '2025-09-21 20:14:16', '', NULL), +(602, 22, 'sainezack@hotmail.com', '2025-09-21 20:10:37', '2025-09-21 20:10:37', '72.74.55.167', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-21 20:09:52', '2025-09-21 20:10:37', '', NULL), +(603, 186, 'awab.basil00@gmail.com', '2025-11-23 16:26:59', '2025-11-23 16:26:59', '2600:4040:52ac:b300:a00c:feea:8dd3:5308', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-09-21 21:32:50', '2025-11-23 16:26:59', '', NULL), +(604, 47, 'ikusri@gmail.com', '2025-10-12 16:24:29', '2025-10-12 16:24:29', '2601:18f:802:4af0:9411:8efc:cf8b:c414', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_11 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/137.0.7151.107 Mobile/15E148 Safari/604.1', '2025-09-21 22:13:19', '2025-10-12 16:24:29', '', NULL), +(605, 27, 'asharismyson@gmail.com', '2025-09-21 23:29:02', NULL, '100.0.54.62', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 23:29:02', '2025-09-21 23:29:02', '', NULL), +(606, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '2601:18c:8600:1f80:9527:908a:dcb5:877a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-21 23:39:45', '2026-01-28 03:10:39', '', NULL), +(607, 187, 'fivespot14@gmail.com', '2025-09-22 00:37:09', NULL, '2600:4040:5cc8:ab00:194f:e3b8:8989:6d8f', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-22 00:37:09', '2025-09-22 00:37:09', '', NULL), +(608, 138, 'safdaw486@gmail.com', '2025-09-22 00:45:37', '2025-09-22 00:45:37', '2a09:bac3:a1c5:2446::39d:57', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-22 00:38:45', '2025-09-22 00:45:37', '', NULL), +(609, 18, 'rabiamran473@gmail.com', '2025-09-22 01:11:28', '2025-09-22 01:11:28', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-22 01:10:25', '2025-09-22 01:11:28', '', NULL), +(610, 18, 'rabiamran473@gmail.com', '2025-09-22 01:11:28', '2025-09-22 01:11:28', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-09-22 01:11:11', '2025-09-22 01:11:28', '', NULL), +(611, 188, 'arazzaq2131@gmail.com', '2025-09-22 03:03:55', NULL, '2601:18f:985:4440:9972:6894:8b:4c5e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-22 03:03:55', '2025-09-22 03:03:55', '', NULL), +(612, 1, 'larbi.elabidi@gmail.com', '2025-09-22 20:11:53', '2025-09-22 20:11:53', '2601:18f:800:b4f7:c79e:f70e:fc6e:fdfb', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-22 14:47:41', '2025-09-22 20:11:53', '', NULL), +(613, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '2601:18f:800:b4f7:c79e:f70e:fc6e:fdfb', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-22 20:19:11', '2025-09-26 20:45:59', '', NULL), +(614, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-23 00:34:50', '2025-09-28 02:59:13', '', NULL), +(615, 188, 'arazzaq2131@gmail.com', '2025-09-23 08:30:32', NULL, '2601:18f:985:4440:659a:9115:6458:5fc7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-23 08:30:32', '2025-09-23 08:30:32', '', NULL), +(616, 189, 'saad_mirza_87@hotmail.com', '2025-09-23 13:25:18', '2025-09-23 13:25:18', '2601:18f:902:b840:7c1b:c60c:75b1:fe20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-09-23 13:22:46', '2025-09-23 13:25:18', '', NULL), +(617, 190, 'binamirza@hotmail.com', '2025-09-23 14:47:28', NULL, '2601:18f:902:b840:f830:d8e2:2cc8:1f78', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-23 14:47:28', '2025-09-23 14:47:28', '', NULL), +(618, 150, 'yuabdi@hotmail.com', '2025-09-24 17:24:26', NULL, '207.206.228.45', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-24 17:24:26', '2025-09-24 17:24:26', '', NULL), +(619, 129, 'emman.benjamel@gmail.com', '2025-10-26 15:00:17', '2025-10-26 15:00:17', '2600:4040:52a2:e100:bcca:cd20:cd55:81f2', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-09-25 02:35:48', '2025-10-26 15:00:17', '', NULL), +(620, 193, 'ahmedjalloh460@gmail.com', '2025-09-25 05:46:34', NULL, '2607:fb91:2641:c0a2:59b1:831d:795:78ce', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-25 05:46:34', '2025-09-25 05:46:34', '', NULL), +(621, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '2601:18f:800:b4f7:d4a6:4a98:b460:aee6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-25 19:50:31', '2025-09-26 20:45:59', '', NULL), +(622, 57, 'sshawoo123@gmail.com', '2025-09-27 20:36:25', '2025-09-27 20:36:25', '2601:18f:984:71e0:90dc:73c7:344d:8ce1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-25 22:16:52', '2025-09-27 20:36:25', '', NULL), +(623, 188, 'arazzaq2131@gmail.com', '2025-09-25 23:17:18', NULL, '2601:18f:985:4440:91fd:125e:e5a5:9bb1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-25 23:17:18', '2025-09-25 23:17:18', '', NULL), +(624, 125, 'fnalunkuma@gmail.com', '2025-09-25 23:21:28', '2025-09-25 23:21:28', '2607:fb91:dc7:b5a1:ac39:be92:8405:b92f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-25 23:19:10', '2025-09-25 23:21:28', '', NULL), +(625, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-26 00:46:49', '2025-09-26 20:45:59', '', NULL), +(626, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-26 03:29:14', '2026-05-24 00:20:11', '', NULL), +(627, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', '2025-09-26 03:56:47', '2025-09-28 02:59:13', '', NULL), +(628, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-26 04:05:07', '2025-09-26 20:45:59', '', NULL), +(629, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '2601:18f:800:b4f7:61bd:5e6b:48e1:975e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-26 04:43:19', '2025-09-26 20:45:59', '', NULL), +(630, 1, 'larbi.elabidi@gmail.com', '2025-09-26 20:45:59', '2025-09-26 20:45:59', '2601:18f:800:b4f7:ccf3:9a86:14aa:f799', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-26 17:55:33', '2025-09-26 20:45:59', '', NULL), +(631, 78, 'simrahazmi218@gmail.com', '2025-09-26 23:36:39', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-26 23:36:39', '2025-09-26 23:36:39', '', NULL), +(632, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-26 23:55:28', '2025-09-28 02:59:13', '', NULL), +(633, 187, 'fivespot14@gmail.com', '2025-09-27 00:36:51', NULL, '2600:4040:5cc8:ab00:64f0:6acf:93fd:47ab', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-09-27 00:36:51', '2025-09-27 00:36:51', '', NULL), +(634, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:31:09', '2025-09-27 04:31:09', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-27 00:43:08', '2025-09-27 04:31:09', '', NULL), +(635, 19, 'shahabhussain@hotmail.com', '2025-09-27 00:51:11', '2025-09-27 00:51:11', '2600:4040:502b:5e00:aca0:3246:9500:53fd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 00:50:48', '2025-09-27 00:51:11', '', NULL), +(636, 19, 'shahabhussain@hotmail.com', '2025-09-27 00:52:58', '2025-09-27 00:52:58', '2600:4040:502b:5e00:aca0:3246:9500:53fd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 00:51:33', '2025-09-27 00:52:58', '', NULL), +(637, 19, 'shahabhussain@hotmail.com', '2025-10-05 13:56:37', '2025-10-05 13:56:37', '2600:4040:502b:5e00:aca0:3246:9500:53fd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 00:53:23', '2025-10-05 13:56:37', '', NULL), +(638, 19, 'shahabhussain@hotmail.com', '2025-10-05 13:56:37', '2025-10-05 13:56:37', '2600:4040:502b:5e00:aca0:3246:9500:53fd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 00:55:04', '2025-10-05 13:56:37', '', NULL), +(639, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:31:09', '2025-09-27 04:31:09', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:26:02', '2025-09-27 04:31:09', '', NULL), +(640, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:51:22', '2025-09-27 04:51:22', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:31:15', '2025-09-27 04:51:22', '', NULL), +(641, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:51:22', '2025-09-27 04:51:22', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:31:36', '2025-09-27 04:51:22', '', NULL), +(642, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:51:56', '2025-09-27 04:51:56', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:51:27', '2025-09-27 04:51:56', '', NULL), +(643, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:52:17', '2025-09-27 04:52:17', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:52:02', '2025-09-27 04:52:17', '', NULL), +(644, 1, 'larbi.elabidi@gmail.com', '2025-09-27 04:59:23', '2025-09-27 04:59:23', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:52:21', '2025-09-27 04:59:23', '', NULL), +(645, 1, 'larbi.elabidi@gmail.com', '2025-09-27 22:22:18', '2025-09-27 22:22:18', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-27 04:59:30', '2025-09-27 22:22:18', '', NULL), +(646, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-27 15:38:08', '2025-09-28 02:59:13', '', NULL), +(647, 57, 'sshawoo123@gmail.com', '2025-09-27 20:36:25', '2025-09-27 20:36:25', '2601:18f:984:71e0:90dc:73c7:344d:8ce1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 16:17:30', '2025-09-27 20:36:25', '', NULL), +(648, 4, 'olemtiri@hotmail.com', '2025-09-28 02:59:13', '2025-09-28 02:59:13', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 17:12:40', '2025-09-28 02:59:13', '', NULL), +(649, 1, 'larbi.elabidi@gmail.com', '2025-09-27 22:22:18', '2025-09-27 22:22:18', '24.218.103.232', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 17:22:21', '2025-09-27 22:22:18', '', NULL), +(650, 53, 'abjalm@hotmail.com', '2026-02-27 00:09:52', '2026-02-27 00:09:52', '2601:18f:801:1190:18d5:ecd0:cd93:d589', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-27 20:15:22', '2026-02-27 00:09:52', '', NULL), +(651, 57, 'sshawoo123@gmail.com', '2025-09-28 13:50:28', '2025-09-28 13:50:28', '2601:18f:984:71e0:90dc:73c7:344d:8ce1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 20:36:28', '2025-09-28 13:50:28', '', NULL), +(652, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:14:58', '2025-09-28 14:14:58', '38.248.91.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-27 21:26:16', '2025-09-28 14:14:58', '', NULL), +(653, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:14:58', '2025-09-28 14:14:58', '68.239.47.41', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 21:26:51', '2025-09-28 14:14:58', '', NULL), +(654, 198, 'omaralwaidh@gmail.com', '2025-09-27 21:53:25', NULL, '2607:fb91:d6e:c3c4:919c:4d32:814b:aba1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-27 21:53:25', '2025-09-27 21:53:25', '', NULL), +(655, 101, 'aminazgani@gmail.com', '2025-09-27 22:41:14', '2025-09-27 22:41:14', '2600:1000:b17b:f19f:e52a:f5b0:3d87:5cfa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-27 22:20:24', '2025-09-27 22:41:14', '', NULL), +(656, 101, 'aminazgani@gmail.com', '2025-09-27 22:41:14', '2025-09-27 22:41:14', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-27 22:23:05', '2025-09-27 22:41:14', '', NULL), +(657, 100, 'abdelhaklmlk@gmail.com', '2025-09-27 23:27:50', '2025-09-27 23:27:50', '2600:1000:b014:e79f:0:66:b0db:2501', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-27 23:21:10', '2025-09-27 23:27:50', '', NULL), +(658, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '2601:18f:900:4cf0:50a4:a83f:d83a:f865', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 02:23:38', '2026-03-08 15:05:01', '', NULL), +(659, 4, 'olemtiri@hotmail.com', '2025-09-29 01:40:55', '2025-09-29 01:40:55', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 03:03:26', '2025-09-29 01:40:55', '', NULL), +(660, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 03:48:48', '2026-01-26 22:38:02', '', NULL), +(661, 107, 'maria.k.boudjemaa@gmail.com', '2025-09-28 05:19:27', NULL, '2601:191:8300:503:8141:1847:8ea3:9e42', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', '2025-09-28 05:19:27', '2025-09-28 05:19:27', '', NULL), +(662, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:02:27', '2025-09-28 14:02:27', '24.218.103.232', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 05:37:33', '2025-09-28 14:02:27', '', NULL), +(663, 3, 'kelabidi0@gmail.com', '2025-09-29 02:48:30', '2025-09-29 02:48:30', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-28 05:49:48', '2025-09-29 02:48:30', '', NULL), +(664, 106, 'oumar4@aol.com', '2025-09-28 12:43:49', NULL, '2601:18c:401:5040:cd52:636b:9a2f:c16a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 12:43:49', '2025-09-28 12:43:49', '', NULL), +(665, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '2601:18f:901:870:4def:94bc:f383:a6dc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-28 12:50:50', '2025-09-28 16:40:39', '', NULL), +(666, 132, 'badianourti@yahoo.com', '2025-09-28 12:52:49', '2025-09-28 12:52:49', '2601:18f:27f:700:7cc2:d48f:dfe5:7ec3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 12:52:11', '2025-09-28 12:52:49', '', NULL), +(667, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '2601:18f:901:870:f4b2:bb65:916:336b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15', '2025-09-28 12:52:51', '2025-09-28 16:40:39', '', NULL), +(668, 132, 'badianourti@yahoo.com', '2025-09-28 12:55:12', '2025-09-28 12:55:12', '2601:18f:27f:700:7cc2:d48f:dfe5:7ec3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 12:53:29', '2025-09-28 12:55:12', '', NULL), +(669, 132, 'badianourti@yahoo.com', '2025-09-28 12:55:53', '2025-09-28 12:55:53', '2601:18f:27f:700:7cc2:d48f:dfe5:7ec3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 12:55:40', '2025-09-28 12:55:53', '', NULL), +(670, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '2600:4040:5016:bc00:2c2f:da85:96aa:fa89', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 13:01:20', '2025-12-07 17:16:01', '', NULL), +(671, 57, 'sshawoo123@gmail.com', '2025-09-28 15:05:52', '2025-09-28 15:05:52', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 13:50:34', '2025-09-28 15:05:52', '', NULL), +(672, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 13:58:00', '2025-12-07 17:16:01', '', NULL), +(673, 4, 'olemtiri@hotmail.com', '2025-09-29 01:40:55', '2025-09-29 01:40:55', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 13:58:22', '2025-09-29 01:40:55', '', NULL), +(674, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:00:46', '2025-09-28 14:00:46', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 13:59:55', '2025-09-28 14:00:46', '', NULL), +(675, 89, 'rayyanvahora11@gmail.com', '2025-11-23 15:30:53', '2025-11-23 15:30:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:00:43', '2025-11-23 15:30:53', '', NULL), +(676, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:01:32', '2025-09-28 14:01:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:01:05', '2025-09-28 14:01:32', '', NULL), +(677, 182, 'bayan.hadri.24@gmail.com', '2025-09-28 14:01:17', NULL, '2607:fb90:ad29:4651:ca0:d011:95d7:e3fb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-28 14:01:17', '2025-09-28 14:01:17', '', NULL), +(678, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:02:27', '2025-09-28 14:02:27', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:01:54', '2025-09-28 14:02:27', '', NULL), +(679, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:03:00', '2025-09-28 14:03:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:02:45', '2025-09-28 14:03:00', '', NULL), +(680, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:26:51', '2025-09-28 14:26:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:03:12', '2025-09-28 14:26:51', '', NULL), +(681, 138, 'safdaw486@gmail.com', '2025-10-12 16:41:56', '2025-10-12 16:41:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:03:21', '2025-10-12 16:41:56', '', NULL), +(682, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:06:06', '2026-05-24 00:20:11', '', NULL), +(683, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:26:51', '2025-09-28 14:26:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:06:34', '2025-09-28 14:26:51', '', NULL), +(684, 129, 'emman.benjamel@gmail.com', '2025-10-26 15:00:17', '2025-10-26 15:00:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:07:54', '2025-10-26 15:00:17', '', NULL), +(685, 5, 'sboumnina@hotmail.com', '2025-10-05 16:28:36', '2025-10-05 16:28:36', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:09:37', '2025-10-05 16:28:36', '', NULL), +(686, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '2600:1000:b115:3bd4:6492:4a6e:da9e:8b6c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-09-28 14:10:18', '2025-10-12 15:26:23', '', NULL), +(687, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:10:31', '2025-10-12 15:26:23', '', NULL), +(688, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb90:ad82:4930:3d41:7a1b:8d1:6a5a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 14:10:41', '2026-02-22 16:50:25', '', NULL), +(689, 25, 'bony.chem.du@gmail.com', '2025-09-28 14:14:06', NULL, '2607:fb90:ad63:14a8:bd3b:12c3:6358:630a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-28 14:14:06', '2025-09-28 14:14:06', '', NULL), +(690, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:14:58', '2025-09-28 14:14:58', '2600:1000:b147:c994:5c12:afc6:7ec1:fe01', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-28 14:14:19', '2025-09-28 14:14:58', '', NULL), +(691, 147, 'rahmanek@gmail.com', '2025-11-09 15:06:33', '2025-11-09 15:06:33', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/143.0.1 Mobile/15E148 Safari/604.1', '2025-09-28 14:15:24', '2025-11-09 15:06:33', '', NULL), +(692, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:15:33', '2026-02-22 16:50:25', '', NULL), +(693, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:16:59', '2025-09-28 14:16:59', '2600:1000:b147:c994:5c12:afc6:7ec1:fe01', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-28 14:15:39', '2025-09-28 14:16:59', '', NULL), +(694, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:16:11', '2026-04-19 15:33:10', '', NULL), +(695, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:16:59', '2025-09-28 14:16:59', '2600:1000:b147:c994:5c12:afc6:7ec1:fe01', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-28 14:16:35', '2025-09-28 14:16:59', '', NULL), +(696, 180, 'selma.tkhayal@gmail.com', '2025-09-28 14:18:03', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:18:03', '2025-09-28 14:18:03', '', NULL), +(697, 183, 'i.sheikh2003@gmail.com', '2025-09-28 14:21:53', NULL, '2a09:bac2:a81e:428::6a:ea', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1', '2025-09-28 14:21:53', '2025-09-28 14:21:53', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(698, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:26:51', '2025-09-28 14:26:51', '2600:1000:b178:601e:2da3:5c2c:ec66:82eb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-28 14:22:31', '2025-09-28 14:26:51', '', NULL), +(699, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:30:33', '2025-09-28 14:30:33', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:27:08', '2025-09-28 14:30:33', '', NULL), +(700, 196, 'tanvirnowaz@yahoo.com', '2025-09-28 14:28:51', NULL, '2600:1000:b147:c994:5c12:afc6:7ec1:fe01', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1', '2025-09-28 14:28:51', '2025-09-28 14:28:51', '', NULL), +(701, 45, 'ejjiyar-soundouss@hotmail.com', '2025-09-28 15:31:55', '2025-09-28 15:31:55', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 14:31:40', '2025-09-28 15:31:55', '', NULL), +(702, 24, 'shamimansarionweb@gmail.com', '2025-09-28 14:44:07', '2025-09-28 14:44:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:31:44', '2025-09-28 14:44:07', '', NULL), +(703, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 14:33:36', '2025-10-26 14:31:56', '', NULL), +(704, 157, 'mariatalhamir@icloud.com', '2025-09-28 16:51:01', '2025-09-28 16:51:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 14:40:10', '2025-09-28 16:51:01', '', NULL), +(705, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:44:55', '2025-09-28 14:44:55', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:44:19', '2025-09-28 14:44:55', '', NULL), +(706, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:45:39', '2025-09-28 14:45:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:45:10', '2025-09-28 14:45:39', '', NULL), +(707, 1, 'larbi.elabidi@gmail.com', '2025-09-28 14:46:11', '2025-09-28 14:46:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:45:49', '2025-09-28 14:46:11', '', NULL), +(708, 1, 'larbi.elabidi@gmail.com', '2025-09-28 15:08:42', '2025-09-28 15:08:42', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:46:22', '2025-09-28 15:08:42', '', NULL), +(709, 24, 'shamimansarionweb@gmail.com', '2025-09-28 15:06:56', '2025-09-28 15:06:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 14:53:48', '2025-09-28 15:06:56', '', NULL), +(710, 160, 'ms-ai@hotmail.com', '2025-10-05 14:59:50', '2025-10-05 14:59:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-09-28 14:57:15', '2025-10-05 14:59:50', '', NULL), +(711, 57, 'sshawoo123@gmail.com', '2025-09-28 15:08:33', '2025-09-28 15:08:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 15:05:56', '2025-09-28 15:08:33', '', NULL), +(712, 57, 'sshawoo123@gmail.com', '2025-09-28 15:10:18', '2025-09-28 15:10:18', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 15:08:38', '2025-09-28 15:10:18', '', NULL), +(713, 57, 'sshawoo123@gmail.com', '2025-09-28 15:27:53', '2025-09-28 15:27:53', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 15:10:22', '2025-09-28 15:27:53', '', NULL), +(714, 24, 'shamimansarionweb@gmail.com', '2025-09-28 15:16:32', '2025-09-28 15:16:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 15:11:32', '2025-09-28 15:16:32', '', NULL), +(715, 202, 'adocts315@gmail.com', '2025-09-28 15:15:41', NULL, '2607:fb91:d17:963:f081:4d26:9821:ebcf', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-28 15:15:41', '2025-09-28 15:15:41', '', NULL), +(716, 202, 'adocts315@gmail.com', '2025-09-28 15:18:43', NULL, '2607:fb91:d17:963:f081:4d26:9821:ebcf', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1', '2025-09-28 15:18:43', '2025-09-28 15:18:43', '', NULL), +(717, 24, 'shamimansarionweb@gmail.com', '2025-09-28 15:23:11', '2025-09-28 15:23:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 15:19:36', '2025-09-28 15:23:11', '', NULL), +(718, 24, 'shamimansarionweb@gmail.com', '2025-10-05 17:24:40', '2025-10-05 17:24:40', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36', '2025-09-28 15:23:48', '2025-10-05 17:24:40', '', NULL), +(719, 57, 'sshawoo123@gmail.com', '2025-09-28 16:07:47', '2025-09-28 16:07:47', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 15:27:56', '2025-09-28 16:07:47', '', NULL), +(720, 84, 'elbakhtaoui2016@gmail.com', '2025-09-28 16:53:15', '2025-09-28 16:53:15', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:07:21', '2025-09-28 16:53:15', '', NULL), +(721, 73, 'summia.sharif@gmail.com', '2025-10-26 13:16:44', '2025-10-26 13:16:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', '2025-09-28 16:07:27', '2025-10-26 13:16:44', '', NULL), +(722, 57, 'sshawoo123@gmail.com', '2025-09-28 16:07:47', '2025-09-28 16:07:47', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:07:39', '2025-09-28 16:07:47', '', NULL), +(723, 57, 'sshawoo123@gmail.com', '2025-09-28 16:08:06', '2025-09-28 16:08:06', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:08:00', '2025-09-28 16:08:06', '', NULL), +(724, 57, 'sshawoo123@gmail.com', '2025-09-30 23:40:07', '2025-09-30 23:40:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:08:11', '2025-09-30 23:40:07', '', NULL), +(725, 124, 'jaliljalos75@gmail.com', '2026-06-08 03:26:49', '2026-06-08 03:26:49', '131.239.115.14', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1', '2025-09-28 16:32:04', '2026-06-08 03:26:49', '', NULL), +(726, 115, 'alaa.reda.mahmoud@gmail.com', '2025-09-28 16:40:39', '2025-09-28 16:40:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:36:26', '2025-09-28 16:40:39', '', NULL), +(727, 1, 'larbi.elabidi@gmail.com', '2025-09-29 22:33:19', '2025-09-29 22:33:19', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-28 16:41:56', '2025-09-29 22:33:19', '', NULL), +(728, 1, 'larbi.elabidi@gmail.com', '2025-09-29 22:33:19', '2025-09-29 22:33:19', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-29 01:41:12', '2025-09-29 22:33:19', '', NULL), +(729, 1, 'larbi.elabidi@gmail.com', '2025-09-29 22:33:19', '2025-09-29 22:33:19', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-29 02:48:46', '2025-09-29 22:33:19', '', NULL), +(730, 157, 'mariatalhamir@icloud.com', '2025-09-29 19:05:51', NULL, '2607:fb91:d60:4b5d:3894:8f5c:f580:890e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-09-29 19:05:51', '2025-09-29 19:05:51', '', NULL), +(731, 203, 'iftikharhamdard@gmail.com', '2025-09-29 19:38:09', NULL, '2607:fb90:ada4:6c5:71fb:eabc:621b:7332', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-29 19:38:09', '2025-09-29 19:38:09', '', NULL), +(732, 1, 'larbi.elabidi@gmail.com', '2025-09-29 22:35:44', '2025-09-29 22:35:44', '24.218.103.232', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-29 22:33:44', '2025-09-29 22:35:44', '', NULL), +(733, 1, 'larbi.elabidi@gmail.com', '2025-09-30 03:33:41', '2025-09-30 03:33:41', '24.218.103.232', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-09-29 22:36:04', '2025-09-30 03:33:41', '', NULL), +(734, 3, 'kelabidi0@gmail.com', '2025-09-30 05:36:49', '2025-09-30 05:36:49', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-30 03:33:48', '2025-09-30 05:36:49', '', NULL), +(735, 1, 'larbi.elabidi@gmail.com', '2025-09-30 21:33:01', '2025-09-30 21:33:01', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-30 05:37:02', '2025-09-30 21:33:01', '', NULL), +(736, 1, 'larbi.elabidi@gmail.com', '2025-10-01 06:17:01', '2025-10-01 06:17:01', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-09-30 21:45:38', '2025-10-01 06:17:01', '', NULL), +(737, 57, 'sshawoo123@gmail.com', '2025-09-30 23:40:07', '2025-09-30 23:40:07', '2601:18f:984:71e0:d164:9893:4a0e:f2a9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-30 23:38:40', '2025-09-30 23:40:07', '', NULL), +(738, 57, 'sshawoo123@gmail.com', '2025-10-04 15:25:06', '2025-10-04 15:25:06', '2601:18f:984:71e0:d164:9893:4a0e:f2a9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-09-30 23:40:10', '2025-10-04 15:25:06', '', NULL), +(739, 4, 'olemtiri@hotmail.com', '2025-10-02 06:04:02', '2025-10-02 06:04:02', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-01 00:52:41', '2025-10-02 06:04:02', '', NULL), +(740, 1, 'larbi.elabidi@gmail.com', '2025-10-02 00:05:10', '2025-10-02 00:05:10', '24.218.103.232', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-01 06:17:23', '2025-10-02 00:05:10', '', NULL), +(741, 138, 'safdaw486@gmail.com', '2025-10-12 16:41:56', '2025-10-12 16:41:56', '2a02:26f7:f6d0:a297:0:b000:0:a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-10-01 17:19:46', '2025-10-12 16:41:56', '', NULL), +(742, 205, 'diana.streete85@gmail.com', '2025-10-01 18:10:17', NULL, '2601:18f:900:8480:2068:2a75:dd2f:4c40', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140 Version/11.1.1 Safari/605.1.15', '2025-10-01 18:10:17', '2025-10-01 18:10:17', '', NULL), +(743, 1, 'larbi.elabidi@gmail.com', '2025-10-02 00:05:10', '2025-10-02 00:05:10', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-02 00:04:12', '2025-10-02 00:05:10', '', NULL), +(744, 3, 'kelabidi0@gmail.com', '2025-10-02 00:09:58', '2025-10-02 00:09:58', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-02 00:05:29', '2025-10-02 00:09:58', '', NULL), +(745, 1, 'larbi.elabidi@gmail.com', '2025-10-05 13:59:48', '2025-10-05 13:59:48', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-02 00:10:15', '2025-10-05 13:59:48', '', NULL), +(746, 134, 'talha.haider1010@gmail.com', '2026-05-29 16:39:32', '2026-05-29 16:39:32', '2601:18f:901:2780:7187:8501:fd1c:ccb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-02 03:08:21', '2026-05-29 16:39:32', '', NULL), +(747, 4, 'olemtiri@hotmail.com', '2025-10-02 06:04:02', '2025-10-02 06:04:02', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-02 06:03:15', '2025-10-02 06:04:02', '', NULL), +(748, 4, 'olemtiri@hotmail.com', '2025-10-05 17:40:33', '2025-10-05 17:40:33', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-02 06:04:05', '2025-10-05 17:40:33', '', NULL), +(749, 1, 'larbi.elabidi@gmail.com', '2025-10-05 13:59:48', '2025-10-05 13:59:48', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-10-02 06:04:06', '2025-10-05 13:59:48', '', NULL), +(750, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '2601:18f:802:75d0:e1c8:22e6:d6c2:b54', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-02 06:28:47', '2025-11-23 16:21:34', '', NULL), +(751, 1, 'larbi.elabidi@gmail.com', '2025-10-05 13:59:48', '2025-10-05 13:59:48', '24.218.103.232', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-02 07:11:59', '2025-10-05 13:59:48', '', NULL), +(752, 75, 'mkolia1@gmail.com', '2025-10-02 13:44:43', '2025-10-02 13:44:43', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-10-02 13:44:21', '2025-10-02 13:44:43', '', NULL), +(753, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-02 16:08:29', '2026-01-26 22:38:02', '', NULL), +(754, 86, 'monibaishaq2131@gmail.com', '2025-10-03 02:28:22', NULL, '2601:18f:902:7fe0:65b3:7234:1182:4e89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-03 02:28:22', '2025-10-03 02:28:22', '', NULL), +(755, 86, 'monibaishaq2131@gmail.com', '2025-10-03 02:29:30', NULL, '2601:18f:902:7fe0:65b3:7234:1182:4e89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-03 02:29:30', '2025-10-03 02:29:30', '', NULL), +(756, 86, 'monibaishaq2131@gmail.com', '2025-10-03 02:29:35', NULL, '2601:18f:902:7fe0:65b3:7234:1182:4e89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-03 02:29:35', '2025-10-03 02:29:35', '', NULL), +(757, 86, 'monibaishaq2131@gmail.com', '2025-10-03 02:29:59', NULL, '2601:18f:902:7fe0:65b3:7234:1182:4e89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-03 02:29:59', '2025-10-03 02:29:59', '', NULL), +(758, 57, 'sshawoo123@gmail.com', '2025-10-04 15:25:06', '2025-10-04 15:25:06', '2601:18f:984:71e0:d164:9893:4a0e:f2a9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-03 23:22:24', '2025-10-04 15:25:06', '', NULL), +(759, 1, 'larbi.elabidi@gmail.com', '2025-10-05 13:59:48', '2025-10-05 13:59:48', '24.218.103.232', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-04 05:03:07', '2025-10-05 13:59:48', '', NULL), +(760, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '2601:18c:ce7e:5870:8c6c:463f:1d67:b6ee', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-04 15:16:01', '2025-10-26 14:31:56', '', NULL), +(761, 57, 'sshawoo123@gmail.com', '2025-10-05 13:49:12', '2025-10-05 13:49:12', '2601:18f:984:71e0:d164:9893:4a0e:f2a9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-04 15:25:10', '2025-10-05 13:49:12', '', NULL), +(762, 4, 'olemtiri@hotmail.com', '2025-10-05 17:40:33', '2025-10-05 17:40:33', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-04 17:46:08', '2025-10-05 17:40:33', '', NULL), +(763, 101, 'aminazgani@gmail.com', '2025-10-12 01:09:12', '2025-10-12 01:09:12', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-10-04 21:20:13', '2025-10-12 01:09:12', '', NULL), +(764, 206, 'afshan.maase@gmail.com', '2025-11-02 19:35:50', '2025-11-02 19:35:50', '2601:18c:cd7f:8a20:c7dd:b9e3:c024:e7d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-05 02:03:22', '2025-11-02 19:35:50', '', NULL), +(765, 206, 'afshan.maase@gmail.com', '2025-11-02 19:35:50', '2025-11-02 19:35:50', '2601:18c:cd7f:8a20:c7dd:b9e3:c024:e7d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-05 02:33:57', '2025-11-02 19:35:50', '', NULL), +(766, 75, 'mkolia1@gmail.com', '2025-10-05 13:21:08', '2025-10-05 13:21:08', '2601:184:497f:8810:1836:47f2:99a8:6842', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-10-05 13:19:28', '2025-10-05 13:21:08', '', NULL), +(767, 57, 'sshawoo123@gmail.com', '2025-10-05 16:28:21', '2025-10-05 16:28:21', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 13:49:19', '2025-10-05 16:28:21', '', NULL), +(768, 19, 'shahabhussain@hotmail.com', '2025-10-05 13:56:37', '2025-10-05 13:56:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 13:54:40', '2025-10-05 13:56:37', '', NULL), +(769, 19, 'shahabhussain@hotmail.com', '2025-10-05 14:48:08', '2025-10-05 14:48:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 13:57:04', '2025-10-05 14:48:08', '', NULL), +(770, 138, 'safdaw486@gmail.com', '2025-10-12 16:41:56', '2025-10-12 16:41:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 13:58:48', '2025-10-12 16:41:56', '', NULL), +(771, 4, 'olemtiri@hotmail.com', '2025-10-05 17:40:33', '2025-10-05 17:40:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 14:00:00', '2025-10-05 17:40:33', '', NULL), +(772, 140, 'noor.bhatti202@gmail.com', '2025-10-05 14:09:18', '2025-10-05 14:09:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:08:48', '2025-10-05 14:09:18', '', NULL), +(773, 45, 'ejjiyar-soundouss@hotmail.com', '2025-10-05 16:37:24', '2025-10-05 16:37:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:09:44', '2025-10-05 16:37:24', '', NULL), +(774, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:09:52', '2026-05-24 00:20:11', '', NULL), +(775, 207, 'arazzaq2131@gmail.com', '2025-10-05 14:11:14', '2025-10-05 14:11:14', '2607:fb91:d1b:427:1c7:f034:bca6:5949', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-10-05 14:10:15', '2025-10-05 14:11:14', '', NULL), +(776, 33, 'aasiyafvh@gmail.com', '2025-10-05 14:10:38', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:10:38', '2025-10-05 14:10:38', '', NULL), +(777, 207, 'arazzaq2131@gmail.com', '2025-10-05 14:11:14', '2025-10-05 14:11:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:10:57', '2025-10-05 14:11:14', '', NULL), +(778, 4, 'olemtiri@hotmail.com', '2025-10-05 17:40:33', '2025-10-05 17:40:33', '2600:387:5:807::9d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-05 14:11:32', '2025-10-05 17:40:33', '', NULL), +(779, 207, 'arazzaq2131@gmail.com', '2025-10-05 14:12:55', '2025-10-05 14:12:55', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:11:47', '2025-10-05 14:12:55', '', NULL), +(780, 207, 'arazzaq2131@gmail.com', '2025-10-05 14:19:00', '2025-10-05 14:19:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:13:14', '2025-10-05 14:19:00', '', NULL), +(781, 5, 'sboumnina@hotmail.com', '2025-10-05 16:28:36', '2025-10-05 16:28:36', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:16:30', '2025-10-05 16:28:36', '', NULL), +(782, 160, 'ms-ai@hotmail.com', '2025-10-05 14:59:50', '2025-10-05 14:59:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:18:41', '2025-10-05 14:59:50', '', NULL), +(783, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:19:13', '2025-12-07 17:16:01', '', NULL), +(784, 4, 'olemtiri@hotmail.com', '2025-10-05 17:40:33', '2025-10-05 17:40:33', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:19:16', '2025-10-05 17:40:33', '', NULL), +(785, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:36:03', '2025-10-12 15:26:23', '', NULL), +(786, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 14:44:48', '2026-04-19 15:33:10', '', NULL), +(787, 19, 'shahabhussain@hotmail.com', '2025-10-05 16:33:16', '2025-10-05 16:33:16', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 14:48:32', '2025-10-05 16:33:16', '', NULL), +(788, 147, 'rahmanek@gmail.com', '2025-11-09 15:06:33', '2025-11-09 15:06:33', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0', '2025-10-05 14:56:04', '2025-11-09 15:06:33', '', NULL), +(789, 160, 'ms-ai@hotmail.com', '2025-10-05 15:01:45', '2025-10-05 15:01:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:00:22', '2025-10-05 15:01:45', '', NULL), +(790, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:02:17', '2026-02-01 15:42:38', '', NULL), +(791, 199, 'halaelshamy2006@gmail.com', '2025-10-05 15:02:42', NULL, '2607:fb90:ad0e:c10c:fd1b:3d82:6d4c:7a96', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.41 Mobile/15E148 Safari/604.1', '2025-10-05 15:02:42', '2025-10-05 15:02:42', '', NULL), +(792, 79, 'sana6532@gmail.com', '2025-10-05 15:29:51', '2025-10-05 15:29:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:05:27', '2025-10-05 15:29:51', '', NULL), +(793, 94, 'maboumahmoud@gmail.com', '2025-12-14 17:58:00', '2025-12-14 17:58:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:06:22', '2025-12-14 17:58:00', '', NULL), +(794, 115, 'alaa.reda.mahmoud@gmail.com', '2025-10-26 15:09:39', '2025-10-26 15:09:39', '2600:1000:b125:78ff:cd57:95a0:9acb:2c65', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15', '2025-10-05 15:08:59', '2025-10-26 15:09:39', '', NULL), +(795, 120, 'a.irfan4155@gmail.com', '2025-10-05 15:31:49', '2025-10-05 15:31:49', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:10:13', '2025-10-05 15:31:49', '', NULL), +(796, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36', '2025-10-05 15:18:23', '2025-11-23 16:21:34', '', NULL), +(797, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:18:33', '2025-11-23 16:21:34', '', NULL), +(798, 129, 'emman.benjamel@gmail.com', '2025-10-26 15:00:17', '2025-10-26 15:00:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 15:23:46', '2025-10-26 15:00:17', '', NULL), +(799, 208, 'satilameyse@gmail.com', '2025-10-05 15:31:47', NULL, '2607:fb91:2d8d:41b4:d525:5778:ff01:53a1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/388.0.811331708 Mobile/15E148 Safari/604.1', '2025-10-05 15:31:47', '2025-10-05 15:31:47', '', NULL), +(800, 24, 'shamimansarionweb@gmail.com', '2025-10-05 17:24:40', '2025-10-05 17:24:40', '2600:1000:b172:f0e9:519b:ce33:d3ee:205e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-05 16:00:26', '2025-10-05 17:24:40', '', NULL), +(801, 73, 'summia.sharif@gmail.com', '2025-10-26 13:16:44', '2025-10-26 13:16:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-10-05 16:09:35', '2025-10-26 13:16:44', '', NULL), +(802, 57, 'sshawoo123@gmail.com', '2025-10-05 16:40:48', '2025-10-05 16:40:48', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 16:28:24', '2025-10-05 16:40:48', '', NULL), +(803, 57, 'sshawoo123@gmail.com', '2025-10-05 16:40:48', '2025-10-05 16:40:48', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 16:30:41', '2025-10-05 16:40:48', '', NULL), +(804, 57, 'sshawoo123@gmail.com', '2025-10-08 22:38:04', '2025-10-08 22:38:04', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-05 16:40:51', '2025-10-08 22:38:04', '', NULL), +(805, 209, 'shebamubiru@yahoo.com', '2025-10-05 16:45:20', '2025-10-05 16:45:20', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 16:41:00', '2025-10-05 16:45:20', '', NULL), +(806, 19, 'shahabhussain@hotmail.com', '2025-10-11 03:16:57', '2025-10-11 03:16:57', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 16:45:57', '2025-10-11 03:16:57', '', NULL), +(807, 24, 'shamimansarionweb@gmail.com', '2025-10-12 16:45:45', '2025-10-12 16:45:45', '2600:1000:b172:f0e9:519b:ce33:d3ee:205e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-05 17:24:46', '2025-10-12 16:45:45', '', NULL), +(808, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '2601:18c:ce7e:5870:214c:dd5d:f504:eeb8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 17:33:48', '2025-10-26 14:31:56', '', NULL), +(809, 1, 'larbi.elabidi@gmail.com', '2025-10-07 00:45:46', '2025-10-07 00:45:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 17:40:44', '2025-10-07 00:45:46', '', NULL), +(810, 4, 'olemtiri@hotmail.com', '2025-10-05 20:06:09', '2025-10-05 20:06:09', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-05 19:58:06', '2025-10-05 20:06:09', '', NULL), +(811, 1, 'larbi.elabidi@gmail.com', '2025-10-07 00:45:46', '2025-10-07 00:45:46', '24.218.103.232', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-05 21:15:34', '2025-10-07 00:45:46', '', NULL), +(812, 151, 'hanaelshamy29@gmail.com', '2025-10-06 01:56:24', '2025-10-06 01:56:24', '2601:18f:900:8dc0:9827:21b8:34c3:ea78', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.41 Mobile/15E148 Safari/604.1', '2025-10-06 01:52:58', '2025-10-06 01:56:24', '', NULL), +(813, 1, 'larbi.elabidi@gmail.com', '2025-10-07 00:45:46', '2025-10-07 00:45:46', '24.218.103.232', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-10-06 05:51:39', '2025-10-07 00:45:46', '', NULL), +(814, 1, 'larbi.elabidi@gmail.com', '2025-10-07 00:45:46', '2025-10-07 00:45:46', '24.218.103.232', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-06 23:22:24', '2025-10-07 00:45:46', '', NULL), +(815, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-07 02:20:50', '2025-10-17 02:04:34', '', NULL), +(816, 140, 'noor.bhatti202@gmail.com', '2025-10-07 12:41:04', NULL, '192.197.245.157', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-07 12:41:04', '2025-10-07 12:41:04', '', NULL), +(817, 57, 'sshawoo123@gmail.com', '2025-10-08 22:38:04', '2025-10-08 22:38:04', '2601:18f:984:71e0:cc1e:aa30:c3b6:bb25', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-07 22:55:05', '2025-10-08 22:38:04', '', NULL), +(818, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-08 01:59:04', '2025-10-17 02:04:34', '', NULL), +(819, 57, 'sshawoo123@gmail.com', '2025-10-11 16:55:50', '2025-10-11 16:55:50', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-08 22:38:08', '2025-10-11 16:55:50', '', NULL), +(820, 140, 'noor.bhatti202@gmail.com', '2025-10-09 00:10:47', NULL, '2600:4040:509a:4200:646f:fcee:4373:8e1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-09 00:10:47', '2025-10-09 00:10:47', '', NULL), +(821, 47, 'ikusri@gmail.com', '2025-10-12 16:24:29', '2025-10-12 16:24:29', '2601:18f:802:4af0:39a0:fc30:4f3a:33da', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15', '2025-10-09 02:20:07', '2025-10-12 16:24:29', '', NULL), +(822, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 02:49:34', '2025-10-17 02:04:34', '', NULL), +(823, 19, 'shahabhussain@hotmail.com', '2025-10-11 03:16:57', '2025-10-11 03:16:57', '2600:4040:502b:5e00:88f8:1264:ef70:ebcd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 03:13:18', '2025-10-11 03:16:57', '', NULL), +(824, 57, 'sshawoo123@gmail.com', '2025-10-11 16:55:50', '2025-10-11 16:55:50', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 16:46:41', '2025-10-11 16:55:50', '', NULL), +(825, 57, 'sshawoo123@gmail.com', '2025-10-11 16:56:48', '2025-10-11 16:56:48', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 16:55:53', '2025-10-11 16:56:48', '', NULL), +(826, 57, 'sshawoo123@gmail.com', '2025-10-11 17:27:32', '2025-10-11 17:27:32', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 16:56:51', '2025-10-11 17:27:32', '', NULL), +(827, 57, 'sshawoo123@gmail.com', '2025-10-11 17:28:05', '2025-10-11 17:28:05', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 17:27:36', '2025-10-11 17:28:05', '', NULL), +(828, 57, 'sshawoo123@gmail.com', '2025-10-12 14:52:07', '2025-10-12 14:52:07', '2601:18f:984:71e0:5087:5347:cb97:220a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 17:28:12', '2025-10-12 14:52:07', '', NULL), +(829, 132, 'badianourti@yahoo.com', '2025-10-11 19:41:33', '2025-10-11 19:41:33', '2601:18f:27f:700:8d25:5eea:2ed:e179', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-11 19:40:50', '2025-10-11 19:41:33', '', NULL), +(830, 132, 'badianourti@yahoo.com', '2025-10-11 19:46:03', '2025-10-11 19:46:03', '2601:18f:27f:700:8d25:5eea:2ed:e179', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-11 19:42:12', '2025-10-11 19:46:03', '', NULL), +(831, 3, 'kelabidi0@gmail.com', '2025-10-12 15:24:26', '2025-10-12 15:24:26', '73.60.106.54', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.41 Mobile/15E148 Safari/604.1', '2025-10-11 21:55:31', '2025-10-12 15:24:26', '', NULL), +(832, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-11 22:41:15', '2025-10-17 02:04:34', '', NULL), +(833, 101, 'aminazgani@gmail.com', '2025-10-12 01:09:12', '2025-10-12 01:09:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-11 22:49:26', '2025-10-12 01:09:12', '', NULL), +(834, 101, 'aminazgani@gmail.com', '2025-10-12 01:09:12', '2025-10-12 01:09:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-11 22:54:45', '2025-10-12 01:09:12', '', NULL), +(835, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-11 22:54:53', '2025-10-20 04:30:28', '', NULL), +(836, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-11 23:12:05', '2025-10-17 02:04:34', '', NULL), +(837, 198, 'omaralwaidh@gmail.com', '2025-10-12 00:55:53', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.69 Mobile/15E148 Safari/604.1', '2025-10-12 00:55:53', '2025-10-12 00:55:53', '', NULL), +(838, 75, 'mkolia1@gmail.com', '2025-10-12 01:05:37', '2025-10-12 01:05:37', '2601:184:497f:8810:bd75:2f13:80f:3be1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0', '2025-10-12 01:04:00', '2025-10-12 01:05:37', '', NULL), +(839, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 03:10:24', '2026-01-26 22:38:02', '', NULL), +(840, 19, 'shahabhussain@hotmail.com', '2025-10-12 13:54:35', '2025-10-12 13:54:35', '2600:4040:502b:5e00:6555:87f7:95e3:d949', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 13:00:47', '2025-10-12 13:54:35', '', NULL), +(841, 11, 'ameds1182@gmail.com', '2025-10-12 13:09:16', NULL, '2601:18f:903:a30:2034:ba01:c750:e3db', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-10-12 13:09:16', '2025-10-12 13:09:16', '', NULL), +(842, 138, 'safdaw486@gmail.com', '2025-10-12 16:41:56', '2025-10-12 16:41:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 13:44:04', '2025-10-12 16:41:56', '', NULL), +(843, 45, 'ejjiyar-soundouss@hotmail.com', '2025-10-12 16:41:10', '2025-10-12 16:41:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 13:47:23', '2025-10-12 16:41:10', '', NULL), +(844, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 13:52:59', '2025-10-17 02:04:34', '', NULL), +(845, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 13:53:42', '2025-12-07 17:16:01', '', NULL), +(846, 19, 'shahabhussain@hotmail.com', '2025-10-12 14:04:05', '2025-10-12 14:04:05', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 13:54:56', '2025-10-12 14:04:05', '', NULL), +(847, 89, 'rayyanvahora11@gmail.com', '2025-11-23 15:30:53', '2025-11-23 15:30:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 13:56:08', '2025-11-23 15:30:53', '', NULL), +(848, 24, 'shamimansarionweb@gmail.com', '2025-10-12 16:45:45', '2025-10-12 16:45:45', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 13:58:27', '2025-10-12 16:45:45', '', NULL), +(849, 57, 'sshawoo123@gmail.com', '2025-10-12 14:52:07', '2025-10-12 14:52:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 13:58:57', '2025-10-12 14:52:07', '', NULL), +(850, 115, 'alaa.reda.mahmoud@gmail.com', '2025-10-26 15:09:39', '2025-10-26 15:09:39', '2600:1000:b112:edb5:70ac:87bf:6d90:94bd', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15', '2025-10-12 14:02:59', '2025-10-26 15:09:39', '', NULL), +(851, 19, 'shahabhussain@hotmail.com', '2025-10-12 15:22:10', '2025-10-12 15:22:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 14:04:20', '2025-10-12 15:22:10', '', NULL), +(852, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 14:35:32', '2025-10-26 14:31:56', '', NULL), +(853, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 14:46:20', '2026-01-28 03:10:39', '', NULL), +(854, 3, 'kelabidi0@gmail.com', '2025-10-12 15:24:26', '2025-10-12 15:24:26', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 14:47:14', '2025-10-12 15:24:26', '', NULL), +(855, 57, 'sshawoo123@gmail.com', '2025-10-12 14:54:13', '2025-10-12 14:54:13', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 14:52:12', '2025-10-12 14:54:13', '', NULL), +(856, 57, 'sshawoo123@gmail.com', '2025-10-12 14:55:30', '2025-10-12 14:55:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 14:54:17', '2025-10-12 14:55:30', '', NULL), +(857, 5, 'sboumnina@hotmail.com', '2025-10-26 15:21:27', '2025-10-26 15:21:27', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 14:55:31', '2025-10-26 15:21:27', '', NULL), +(858, 57, 'sshawoo123@gmail.com', '2025-10-12 15:20:12', '2025-10-12 15:20:12', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 14:55:34', '2025-10-12 15:20:12', '', NULL), +(859, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:05:20', '2026-04-19 15:33:10', '', NULL), +(860, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:19:26', '2025-12-14 17:29:21', '', NULL), +(861, 57, 'sshawoo123@gmail.com', '2025-10-12 15:37:15', '2025-10-12 15:37:15', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 15:20:16', '2025-10-12 15:37:15', '', NULL), +(862, 19, 'shahabhussain@hotmail.com', '2025-10-13 14:46:55', '2025-10-13 14:46:55', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 15:22:27', '2025-10-13 14:46:55', '', NULL), +(863, 79, 'sana6532@gmail.com', '2025-10-12 16:12:53', '2025-10-12 16:12:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:24:15', '2025-10-12 16:12:53', '', NULL), +(864, 97, 'makaltoum1990@hotmail.com', '2025-10-12 15:26:23', '2025-10-12 15:26:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:24:55', '2025-10-12 15:26:23', '', NULL), +(865, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:25:33', '2026-01-26 22:38:02', '', NULL), +(866, 3, 'kelabidi0@gmail.com', '2025-10-20 02:50:25', '2025-10-20 02:50:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:26:40', '2025-10-20 02:50:25', '', NULL), +(867, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 15:28:19', '2026-05-24 00:20:11', '', NULL), +(868, 57, 'sshawoo123@gmail.com', '2025-10-12 16:05:51', '2025-10-12 16:05:51', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 15:37:19', '2025-10-12 16:05:51', '', NULL), +(869, 57, 'sshawoo123@gmail.com', '2025-10-12 16:37:03', '2025-10-12 16:37:03', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 16:05:55', '2025-10-12 16:37:03', '', NULL), +(870, 47, 'ikusri@gmail.com', '2025-10-12 16:24:29', '2025-10-12 16:24:29', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 16:22:10', '2025-10-12 16:24:29', '', NULL), +(871, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-12 16:27:17', '2025-10-17 02:04:34', '', NULL), +(872, 57, 'sshawoo123@gmail.com', '2025-10-12 17:07:23', '2025-10-12 17:07:23', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 16:37:07', '2025-10-12 17:07:23', '', NULL), +(873, 24, 'shamimansarionweb@gmail.com', '2025-10-12 16:45:45', '2025-10-12 16:45:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 16:43:23', '2025-10-12 16:45:45', '', NULL), +(874, 24, 'shamimansarionweb@gmail.com', '2025-10-12 16:45:45', '2025-10-12 16:45:45', '174.226.64.216', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141.0.7390.41 Mobile/15E148 Safari/604.1', '2025-10-12 16:45:26', '2025-10-12 16:45:45', '', NULL), +(875, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 16:46:01', '2026-05-10 21:55:14', '', NULL), +(876, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 16:47:01', '2026-05-10 21:55:14', '', NULL), +(877, 24, 'shamimansarionweb@gmail.com', '2025-10-12 16:56:17', '2025-10-12 16:56:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-12 16:53:43', '2025-10-12 16:56:17', '', NULL), +(878, 57, 'sshawoo123@gmail.com', '2025-10-12 17:53:14', '2025-10-12 17:53:14', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 17:07:26', '2025-10-12 17:53:14', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(879, 57, 'sshawoo123@gmail.com', '2025-10-12 17:54:38', '2025-10-12 17:54:38', '2601:18f:984:71e0:dd24:99d7:d41a:8bb1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 17:53:19', '2025-10-12 17:54:38', '', NULL), +(880, 57, 'sshawoo123@gmail.com', '2025-10-12 17:54:38', '2025-10-12 17:54:38', '2601:18f:984:71e0:dd24:99d7:d41a:8bb1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', '2025-10-12 17:54:26', '2025-10-12 17:54:38', '', NULL), +(881, 57, 'sshawoo123@gmail.com', '2025-10-12 17:54:58', '2025-10-12 17:54:58', '2601:18f:984:71e0:dd24:99d7:d41a:8bb1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', '2025-10-12 17:54:41', '2025-10-12 17:54:58', '', NULL), +(882, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '2601:18f:984:71e0:dd24:99d7:d41a:8bb1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', '2025-10-12 17:55:02', '2025-12-07 17:37:10', '', NULL), +(883, 19, 'shahabhussain@hotmail.com', '2025-10-13 14:46:55', '2025-10-13 14:46:55', '2600:4040:502b:5e00:b907:1381:51f9:7adf', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 19:54:05', '2025-10-13 14:46:55', '', NULL), +(884, 19, 'shahabhussain@hotmail.com', '2025-10-13 14:46:55', '2025-10-13 14:46:55', '2600:4040:502b:5e00:2162:b13:a70d:2faa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-12 23:38:16', '2025-10-13 14:46:55', '', NULL), +(885, 19, 'shahabhussain@hotmail.com', '2025-10-13 14:46:55', '2025-10-13 14:46:55', '2600:4040:502b:5e00:2162:b13:a70d:2faa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-13 00:51:22', '2025-10-13 14:46:55', '', NULL), +(886, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-13 02:34:39', '2025-10-20 04:30:28', '', NULL), +(887, 19, 'shahabhussain@hotmail.com', '2025-10-13 18:52:41', '2025-10-13 18:52:41', '2600:4040:502b:5e00:845b:d78a:8481:a140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-13 14:47:12', '2025-10-13 18:52:41', '', NULL), +(888, 19, 'shahabhussain@hotmail.com', '2025-10-13 18:52:41', '2025-10-13 18:52:41', '2600:4040:502b:5e00:845b:d78a:8481:a140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-13 15:55:48', '2025-10-13 18:52:41', '', NULL), +(889, 19, 'shahabhussain@hotmail.com', '2025-10-13 21:38:08', '2025-10-13 21:38:08', '2600:4040:502b:5e00:845b:d78a:8481:a140', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-13 18:52:58', '2025-10-13 21:38:08', '', NULL), +(890, 138, 'safdaw486@gmail.com', '2025-11-03 18:32:56', '2025-11-03 18:32:56', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-10-13 19:48:16', '2025-11-03 18:32:56', '', NULL), +(891, 19, 'shahabhussain@hotmail.com', '2025-10-14 03:45:54', '2025-10-14 03:45:54', '2600:4040:502b:5e00:e930:33f1:a5b2:3e72', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-13 21:38:28', '2025-10-14 03:45:54', '', NULL), +(892, 19, 'shahabhussain@hotmail.com', '2025-10-14 12:10:06', '2025-10-14 12:10:06', '2600:4040:502b:5e00:6d7b:1325:a911:ad26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-14 03:46:16', '2025-10-14 12:10:06', '', NULL), +(893, 19, 'shahabhussain@hotmail.com', '2025-10-14 15:51:26', '2025-10-14 15:51:26', '2600:4040:502b:5e00:4d65:36ba:af4e:5418', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-14 12:10:36', '2025-10-14 15:51:26', '', NULL), +(894, 19, 'shahabhussain@hotmail.com', '2025-10-15 14:57:39', '2025-10-15 14:57:39', '2600:4040:502b:5e00:bcc0:666e:6b50:9cd7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-14 15:52:07', '2025-10-15 14:57:39', '', NULL), +(895, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-15 01:43:53', '2025-10-20 04:30:28', '', NULL), +(896, 210, 'sabina_khalifa@yahoo.com', '2025-10-15 14:10:38', NULL, '2601:18c:cc00:e570:ad8d:c2d5:a106:4553', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-10-15 14:10:38', '2025-10-15 14:10:38', '', NULL), +(897, 19, 'shahabhussain@hotmail.com', '2025-10-16 04:13:42', '2025-10-16 04:13:42', '2600:4040:502b:5e00:68ae:4ff5:4a9f:9ead', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-15 14:58:00', '2025-10-16 04:13:42', '', NULL), +(898, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-16 00:27:31', '2025-10-20 04:30:28', '', NULL), +(899, 19, 'shahabhussain@hotmail.com', '2025-10-16 22:32:47', '2025-10-16 22:32:47', '2600:4040:502b:5e00:68ae:4ff5:4a9f:9ead', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-16 04:14:01', '2025-10-16 22:32:47', '', NULL), +(900, 19, 'shahabhussain@hotmail.com', '2025-10-20 00:36:28', '2025-10-20 00:36:28', '2600:4040:502b:5e00:848f:8abd:3a82:304d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-16 22:49:12', '2025-10-20 00:36:28', '', NULL), +(901, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:34', '2025-10-17 02:04:34', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-17 02:00:54', '2025-10-17 02:04:34', '', NULL), +(902, 4, 'olemtiri@hotmail.com', '2025-10-17 02:04:54', '2025-10-17 02:04:54', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-17 02:04:37', '2025-10-17 02:04:54', '', NULL), +(903, 4, 'olemtiri@hotmail.com', '2025-10-26 14:42:22', '2025-10-26 14:42:22', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-17 02:04:58', '2025-10-26 14:42:22', '', NULL), +(904, 3, 'kelabidi0@gmail.com', '2025-10-20 02:50:25', '2025-10-20 02:50:25', '73.60.106.54', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-10-17 05:52:39', '2025-10-20 02:50:25', '', NULL), +(905, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '172.56.196.109', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-17 19:34:44', '2025-10-20 04:30:28', '', NULL), +(906, 19, 'shahabhussain@hotmail.com', '2025-10-20 00:36:28', '2025-10-20 00:36:28', '2600:4040:502b:5e00:d5fb:97d4:8c05:b23e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-18 04:02:29', '2025-10-20 00:36:28', '', NULL), +(907, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-19 06:32:09', '2025-10-20 04:30:28', '', NULL), +(908, 19, 'shahabhussain@hotmail.com', '2025-10-20 00:36:28', '2025-10-20 00:36:28', '2600:4040:502b:5e00:9900:1be0:19ef:caff', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-20 00:23:59', '2025-10-20 00:36:28', '', NULL), +(909, 3, 'kelabidi0@gmail.com', '2025-10-20 02:50:25', '2025-10-20 02:50:25', '73.60.106.54', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-10-20 02:50:02', '2025-10-20 02:50:25', '', NULL), +(910, 3, 'kelabidi0@gmail.com', '2025-10-20 02:51:47', '2025-10-20 02:51:47', '73.60.106.54', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-10-20 02:50:31', '2025-10-20 02:51:47', '', NULL), +(911, 1, 'larbi.elabidi@gmail.com', '2025-10-20 04:30:28', '2025-10-20 04:30:28', '73.60.106.54', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-20 04:26:32', '2025-10-20 04:30:28', '', NULL), +(912, 1, 'larbi.elabidi@gmail.com', '2025-10-26 06:31:15', '2025-10-26 06:31:15', '73.60.106.54', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-20 04:30:33', '2025-10-26 06:31:15', '', NULL), +(913, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '2600:4040:502b:5e00:7cd3:fae5:15c9:511', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-22 02:48:49', '2025-10-29 01:07:09', '', NULL), +(914, 75, 'mkolia1@gmail.com', '2025-10-23 01:35:19', '2025-10-23 01:35:19', '2601:184:497f:8810:d1a9:4df7:30eb:c35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-10-23 01:35:06', '2025-10-23 01:35:19', '', NULL), +(915, 1, 'larbi.elabidi@gmail.com', '2025-10-26 06:31:15', '2025-10-26 06:31:15', '2601:18f:800:b7f7:e449:d16a:821c:791d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-23 02:07:28', '2025-10-26 06:31:15', '', NULL), +(916, 1, 'larbi.elabidi@gmail.com', '2025-10-26 06:31:15', '2025-10-26 06:31:15', '2601:18f:800:b7f7:e449:d16a:821c:791d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-23 02:07:30', '2025-10-26 06:31:15', '', NULL), +(917, 13, 'rosinacotton@hotmail.com', '2025-10-24 14:06:50', NULL, '2601:18f:902:5a60:936:5c69:9472:2875', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-24 14:06:50', '2025-10-24 14:06:50', '', NULL), +(918, 101, 'aminazgani@gmail.com', '2026-01-10 22:19:41', '2026-01-10 22:19:41', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-25 00:31:48', '2026-01-10 22:19:41', '', NULL), +(919, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '2600:4040:502b:5e00:5de5:5184:7507:be50', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-25 02:32:08', '2025-10-29 01:07:09', '', NULL), +(920, 4, 'olemtiri@hotmail.com', '2025-10-26 14:42:22', '2025-10-26 14:42:22', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-25 15:58:25', '2025-10-26 14:42:22', '', NULL), +(921, 22, 'sainezack@hotmail.com', '2025-10-25 21:32:48', NULL, '2607:fb90:ad0b:979:75a2:c5b8:d3fe:28a5', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2025-10-25 21:32:48', '2025-10-25 21:32:48', '', NULL), +(922, 1, 'larbi.elabidi@gmail.com', '2025-10-26 06:31:15', '2025-10-26 06:31:15', '2601:18f:800:b7f7:2947:217c:144f:1d75', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 06:25:16', '2025-10-26 06:31:15', '', NULL), +(923, 1, 'larbi.elabidi@gmail.com', '2025-10-26 06:31:15', '2025-10-26 06:31:15', '2601:18f:800:b7f7:dc79:2a9f:2d76:3baa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-26 06:26:36', '2025-10-26 06:31:15', '', NULL), +(924, 1, 'larbi.elabidi@gmail.com', '2025-10-26 07:03:03', '2025-10-26 07:03:03', '2601:18f:800:b7f7:dc79:2a9f:2d76:3baa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-26 06:31:18', '2025-10-26 07:03:03', '', NULL), +(925, 2, 'moulay.elabidi@gmail.com', '2025-10-26 07:07:52', '2025-10-26 07:07:52', '2601:18f:800:b7f7:2947:217c:144f:1d75', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 06:59:18', '2025-10-26 07:07:52', '', NULL), +(926, 1, 'larbi.elabidi@gmail.com', '2025-10-26 07:03:39', '2025-10-26 07:03:39', '2601:18f:800:b7f7:dc79:2a9f:2d76:3baa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-26 07:03:08', '2025-10-26 07:03:39', '', NULL), +(927, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:40:50', '2025-10-26 14:40:50', '2601:18f:800:b7f7:dc79:2a9f:2d76:3baa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-26 07:03:44', '2025-10-26 14:40:50', '', NULL), +(928, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:40:50', '2025-10-26 14:40:50', '2601:18f:800:b7f7:2947:217c:144f:1d75', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 07:08:00', '2025-10-26 14:40:50', '', NULL), +(929, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:40:50', '2025-10-26 14:40:50', '2601:18f:800:b7f7:dc79:2a9f:2d76:3baa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-10-26 07:18:04', '2025-10-26 14:40:50', '', NULL), +(930, 73, 'summia.sharif@gmail.com', '2025-10-26 13:16:44', '2025-10-26 13:16:44', '2600:4040:5023:8300:90fc:37e4:9d86:db27', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-26 13:16:05', '2025-10-26 13:16:44', '', NULL), +(931, 4, 'olemtiri@hotmail.com', '2025-10-26 14:42:22', '2025-10-26 14:42:22', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 13:51:20', '2025-10-26 14:42:22', '', NULL), +(932, 129, 'emman.benjamel@gmail.com', '2025-10-26 15:00:17', '2025-10-26 15:00:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 13:54:09', '2025-10-26 15:00:17', '', NULL), +(933, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 13:56:58', '2025-12-07 17:37:10', '', NULL), +(934, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:00:34', '2025-12-07 17:16:01', '', NULL), +(935, 115, 'alaa.reda.mahmoud@gmail.com', '2025-10-26 15:09:39', '2025-10-26 15:09:39', '2600:1000:b10f:c509:1123:9ac8:f953:3144', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-10-26 14:01:04', '2025-10-26 15:09:39', '', NULL), +(936, 186, 'awab.basil00@gmail.com', '2025-11-23 16:26:59', '2025-11-23 16:26:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:02:03', '2025-11-23 16:26:59', '', NULL), +(937, 115, 'alaa.reda.mahmoud@gmail.com', '2025-10-26 15:09:39', '2025-10-26 15:09:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:07:31', '2025-10-26 15:09:39', '', NULL), +(938, 3, 'kelabidi0@gmail.com', '2025-11-01 17:59:39', '2025-11-01 17:59:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:09:06', '2025-11-01 17:59:39', '', NULL), +(939, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:09:36', '2026-01-26 22:38:02', '', NULL), +(940, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:31:56', '2025-10-26 14:31:56', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:10:27', '2025-10-26 14:31:56', '', NULL), +(941, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:16:37', '2025-12-07 17:37:10', '', NULL), +(942, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:17:31', '2025-10-29 01:07:09', '', NULL), +(943, 45, 'ejjiyar-soundouss@hotmail.com', '2025-10-26 15:02:56', '2025-10-26 15:02:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:26:35', '2025-10-26 15:02:56', '', NULL), +(944, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:40:50', '2025-10-26 14:40:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:31:05', '2025-10-26 14:40:50', '', NULL), +(945, 4, 'olemtiri@hotmail.com', '2025-10-26 14:42:22', '2025-10-26 14:42:22', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-26 14:31:33', '2025-10-26 14:42:22', '', NULL), +(946, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:36:00', '2025-10-26 14:36:00', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:32:00', '2025-10-26 14:36:00', '', NULL), +(947, 108, 'shadabanwar07@gmail.com', '2025-10-26 14:37:07', '2025-10-26 14:37:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:36:05', '2025-10-26 14:37:07', '', NULL), +(948, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:37:11', '2025-11-16 16:27:07', '', NULL), +(949, 146, 'mustafasaracevic@outlook.com', '2025-10-26 14:39:19', '2025-10-26 14:39:19', '2607:fb91:dc1:dd28:8915:f268:46bd:351c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-10-26 14:38:30', '2025-10-26 14:39:19', '', NULL), +(950, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:39:28', '2025-11-16 16:27:07', '', NULL), +(951, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:48:50', '2025-10-26 14:48:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:41:01', '2025-10-26 14:48:50', '', NULL), +(952, 120, 'a.irfan4155@gmail.com', '2025-10-26 15:27:18', '2025-10-26 15:27:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:43:25', '2025-10-26 15:27:18', '', NULL), +(953, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:48:50', '2025-10-26 14:48:50', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:43:54', '2025-10-26 14:48:50', '', NULL), +(954, 79, 'sana6532@gmail.com', '2025-10-26 15:08:57', '2025-10-26 15:08:57', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:47:01', '2025-10-26 15:08:57', '', NULL), +(955, 132, 'badianourti@yahoo.com', '2025-10-26 15:17:24', '2025-10-26 15:17:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:48:46', '2025-10-26 15:17:24', '', NULL), +(956, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:49:40', '2026-04-19 15:33:10', '', NULL), +(957, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:56:06', '2025-10-26 14:56:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:50:58', '2025-10-26 14:56:06', '', NULL), +(958, 1, 'larbi.elabidi@gmail.com', '2025-10-26 14:57:43', '2025-10-26 14:57:43', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:56:45', '2025-10-26 14:57:43', '', NULL), +(959, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 14:56:50', '2026-05-24 00:20:11', '', NULL), +(960, 1, 'larbi.elabidi@gmail.com', '2025-10-26 15:30:53', '2025-10-26 15:30:53', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:57:57', '2025-10-26 15:30:53', '', NULL), +(961, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-26 14:59:33', '2025-10-29 01:07:09', '', NULL), +(962, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:03:16', '2026-01-25 23:51:51', '', NULL), +(963, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:04:03', '2025-11-23 16:21:34', '', NULL), +(964, 1, 'larbi.elabidi@gmail.com', '2025-10-26 15:30:53', '2025-10-26 15:30:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:06:16', '2025-10-26 15:30:53', '', NULL), +(965, 138, 'safdaw486@gmail.com', '2025-11-03 18:32:56', '2025-11-03 18:32:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:07:24', '2025-11-03 18:32:56', '', NULL), +(966, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:10:11', '2025-11-23 17:39:18', '', NULL), +(967, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:12:20', '2026-02-22 17:57:58', '', NULL), +(968, 5, 'sboumnina@hotmail.com', '2025-10-26 15:21:27', '2025-10-26 15:21:27', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-10-26 15:18:48', '2025-10-26 15:21:27', '', NULL), +(969, 90, 'ssha33@gmail.com', '2025-10-26 20:09:19', NULL, '2607:fb91:dc9:cf70:2ca3:64e9:50c8:8c1f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-10-26 20:09:19', '2025-10-26 20:09:19', '', NULL), +(970, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:7c16:73c4:1376:f387', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/391.0.820341064 Mobile/15E148 Safari/604.1', '2025-10-27 01:46:39', '2025-12-14 17:29:21', '', NULL), +(971, 1, 'larbi.elabidi@gmail.com', '2025-10-28 02:58:14', '2025-10-28 02:58:14', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 01:44:20', '2025-10-28 02:58:14', '', NULL), +(972, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '2600:4040:502b:5e00:7917:358f:d157:2de0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 02:50:41', '2025-10-29 01:07:09', '', NULL), +(973, 1, 'larbi.elabidi@gmail.com', '2025-10-28 04:04:29', '2025-10-28 04:04:29', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 03:01:38', '2025-10-28 04:04:29', '', NULL), +(974, 4, 'olemtiri@hotmail.com', '2025-11-01 04:45:12', '2025-11-01 04:45:12', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-28 03:07:22', '2025-11-01 04:45:12', '', NULL), +(975, 1, 'larbi.elabidi@gmail.com', '2025-10-28 04:05:22', '2025-10-28 04:05:22', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 04:04:34', '2025-10-28 04:05:22', '', NULL), +(976, 1, 'larbi.elabidi@gmail.com', '2025-10-28 04:28:28', '2025-10-28 04:28:28', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 04:05:26', '2025-10-28 04:28:28', '', NULL), +(977, 1, 'larbi.elabidi@gmail.com', '2025-10-28 04:28:43', '2025-10-28 04:28:43', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 04:28:32', '2025-10-28 04:28:43', '', NULL), +(978, 1, 'larbi.elabidi@gmail.com', '2025-10-30 19:03:38', '2025-10-30 19:03:38', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 04:28:48', '2025-10-30 19:03:38', '', NULL), +(979, 83, 'simrahussain98@gmail.com', '2025-11-09 17:45:12', '2025-11-09 17:45:12', '2a09:bac3:8836:11b9::1c4:100', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-28 15:21:44', '2025-11-09 17:45:12', '', NULL), +(980, 19, 'shahabhussain@hotmail.com', '2025-10-29 01:07:09', '2025-10-29 01:07:09', '2600:4040:502b:5e00:544a:d4d6:e9bd:5b03', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-28 23:06:08', '2025-10-29 01:07:09', '', NULL), +(981, 19, 'shahabhussain@hotmail.com', '2025-11-01 04:37:18', '2025-11-01 04:37:18', '2600:4040:502b:5e00:544a:d4d6:e9bd:5b03', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-10-29 01:07:30', '2025-11-01 04:37:18', '', NULL), +(982, 1, 'larbi.elabidi@gmail.com', '2025-10-30 19:03:38', '2025-10-30 19:03:38', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-10-29 21:30:20', '2025-10-30 19:03:38', '', NULL), +(983, 75, 'mkolia1@gmail.com', '2025-10-29 22:24:54', '2025-10-29 22:24:54', '2601:184:497f:8810:f853:24f0:9369:b287', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-10-29 22:18:06', '2025-10-29 22:24:54', '', NULL), +(984, 1, 'larbi.elabidi@gmail.com', '2025-11-01 05:06:51', '2025-11-01 05:06:51', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-10-30 19:11:28', '2025-11-01 05:06:51', '', NULL), +(985, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-10-30 19:17:59', '2026-01-25 23:51:51', '', NULL), +(986, 2, 'moulay.elabidi@gmail.com', '2025-11-01 03:21:11', '2025-11-01 03:21:11', '2607:fb91:2d0a:c669:9164:3aaf:d17d:581e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-10-31 04:16:00', '2025-11-01 03:21:11', '', NULL), +(987, 24, 'shamimansarionweb@gmail.com', '2025-11-02 16:19:33', '2025-11-02 16:19:33', '2600:1000:b0a9:b47:14b5:8cb4:bab:29b3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-01 03:22:01', '2025-11-02 16:19:33', '', NULL), +(988, 1, 'larbi.elabidi@gmail.com', '2025-11-01 05:06:51', '2025-11-01 05:06:51', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-01 03:22:10', '2025-11-01 05:06:51', '', NULL), +(989, 19, 'shahabhussain@hotmail.com', '2025-11-01 04:37:18', '2025-11-01 04:37:18', '2600:4040:502b:5e00:d868:9945:a4b5:d85f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 03:48:39', '2025-11-01 04:37:18', '', NULL), +(990, 4, 'olemtiri@hotmail.com', '2025-11-01 04:45:12', '2025-11-01 04:45:12', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-01 04:10:24', '2025-11-01 04:45:12', '', NULL), +(991, 19, 'shahabhussain@hotmail.com', '2025-11-01 04:46:42', '2025-11-01 04:46:42', '2600:4040:502b:5e00:d868:9945:a4b5:d85f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 04:37:57', '2025-11-01 04:46:42', '', NULL), +(992, 19, 'shahabhussain@hotmail.com', '2025-11-01 14:23:34', '2025-11-01 14:23:34', '2600:4040:502b:5e00:d868:9945:a4b5:d85f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 04:47:48', '2025-11-01 14:23:34', '', NULL), +(993, 18, 'rabiamran473@gmail.com', '2025-11-01 14:24:05', '2025-11-01 14:24:05', '100.0.54.145', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1', '2025-11-01 14:23:34', '2025-11-01 14:24:05', '', NULL), +(994, 19, 'shahabhussain@hotmail.com', '2025-11-01 14:26:37', '2025-11-01 14:26:37', '2600:4040:502b:5e00:bc5d:ba5c:1569:a7b4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 14:24:16', '2025-11-01 14:26:37', '', NULL), +(995, 3, 'kelabidi0@gmail.com', '2025-11-01 17:59:39', '2025-11-01 17:59:39', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-01 16:00:40', '2025-11-01 17:59:39', '', NULL), +(996, 1, 'larbi.elabidi@gmail.com', '2025-11-01 18:42:04', '2025-11-01 18:42:04', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-01 16:01:36', '2025-11-01 18:42:04', '', NULL), +(997, 4, 'olemtiri@hotmail.com', '2025-11-01 18:24:47', '2025-11-01 18:24:47', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-01 18:04:15', '2025-11-01 18:24:47', '', NULL), +(998, 1, 'larbi.elabidi@gmail.com', '2025-11-01 18:42:04', '2025-11-01 18:42:04', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-01 18:08:15', '2025-11-01 18:42:04', '', NULL), +(999, 3, 'kelabidi0@gmail.com', '2025-11-01 19:42:35', '2025-11-01 19:42:35', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-01 18:42:30', '2025-11-01 19:42:35', '', NULL), +(1000, 1, 'larbi.elabidi@gmail.com', '2025-11-01 20:59:15', '2025-11-01 20:59:15', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-01 19:42:43', '2025-11-01 20:59:15', '', NULL), +(1001, 187, 'fivespot14@gmail.com', '2025-11-01 20:01:22', NULL, '2a04:4e41:4a0a:37fe::7a38:a7fe', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-01 20:01:22', '2025-11-01 20:01:22', '', NULL), +(1002, 138, 'safdaw486@gmail.com', '2025-11-03 18:32:56', '2025-11-03 18:32:56', '2a09:bac2:a1c4:2dc3::48f:1c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-01 20:15:36', '2025-11-03 18:32:56', '', NULL), +(1003, 1, 'larbi.elabidi@gmail.com', '2025-11-01 20:59:15', '2025-11-01 20:59:15', '2601:18f:800:b7f7:641d:ff6:4c3f:fe5b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 20:57:49', '2025-11-01 20:59:15', '', NULL), +(1004, 1, 'larbi.elabidi@gmail.com', '2025-11-01 21:00:52', '2025-11-01 21:00:52', '2601:18f:800:b7f7:641d:ff6:4c3f:fe5b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 20:59:55', '2025-11-01 21:00:52', '', NULL), +(1005, 1, 'larbi.elabidi@gmail.com', '2025-11-02 03:38:08', '2025-11-02 03:38:08', '2601:18f:800:b7f7:8926:2730:2823:ac47', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-01 21:22:38', '2025-11-02 03:38:08', '', NULL), +(1006, 32, 'amurtuza2008@gmail.com', '2025-11-02 17:37:02', '2025-11-02 17:37:02', '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-01 21:40:55', '2025-11-02 17:37:02', '', NULL), +(1007, 1, 'larbi.elabidi@gmail.com', '2025-11-02 03:38:08', '2025-11-02 03:38:08', '2601:18f:800:b7f7:641d:ff6:4c3f:fe5b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-01 22:04:04', '2025-11-02 03:38:08', '', NULL), +(1008, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '2601:18f:800:b7f7:2b3d:8acb:9642:ac6f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-01 22:09:42', '2026-01-25 22:18:06', '', NULL), +(1009, 106, 'oumar4@aol.com', '2025-11-02 00:32:23', NULL, '2600:1000:a121:b4dc:6193:7793:352a:2703', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-02 00:32:23', '2025-11-02 00:32:23', '', NULL), +(1010, 70, 'khalifaashif@gmail.com', '2025-11-15 17:47:36', '2025-11-15 17:47:36', '2607:fb90:6880:fef6:20f0:dd33:2a94:524b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 01:54:08', '2025-11-15 17:47:36', '', NULL), +(1011, 2, 'moulay.elabidi@gmail.com', '2025-11-02 03:41:39', '2025-11-02 03:41:39', '2607:fb91:d11:481e:8874:6878:fb03:cff4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-02 03:39:45', '2025-11-02 03:41:39', '', NULL), +(1012, 75, 'mkolia1@gmail.com', '2025-11-02 04:08:42', '2025-11-02 04:08:42', '2601:184:497f:8810:f0ed:687a:72cd:eb55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-02 04:08:04', '2025-11-02 04:08:42', '', NULL), +(1013, 75, 'mkolia1@gmail.com', '2025-11-02 04:08:42', '2025-11-02 04:08:42', '2601:184:497f:8810:f0ed:687a:72cd:eb55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-02 04:08:22', '2025-11-02 04:08:42', '', NULL), +(1014, 205, 'diana.streete85@gmail.com', '2025-11-02 14:05:13', NULL, '2601:18f:900:8480:4584:809a:8891:3a4b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/141 Version/11.1.1 Safari/605.1.15', '2025-11-02 14:05:13', '2025-11-02 14:05:13', '', NULL), +(1015, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 14:46:05', '2025-12-07 17:37:10', '', NULL), +(1016, 138, 'safdaw486@gmail.com', '2025-11-03 18:32:56', '2025-11-03 18:32:56', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 14:48:58', '2025-11-03 18:32:56', '', NULL), +(1017, 24, 'shamimansarionweb@gmail.com', '2025-11-02 16:19:33', '2025-11-02 16:19:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 14:55:04', '2025-11-02 16:19:33', '', NULL), +(1018, 19, 'shahabhussain@hotmail.com', '2025-11-02 17:57:45', '2025-11-02 17:57:45', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 14:58:36', '2025-11-02 17:57:45', '', NULL), +(1019, 129, 'emman.benjamel@gmail.com', '2025-11-02 15:51:46', '2025-11-02 15:51:46', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:00:44', '2025-11-02 15:51:46', '', NULL), +(1020, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 15:04:15', '2026-01-28 03:10:39', '', NULL), +(1021, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 15:05:48', '2025-12-07 17:16:01', '', NULL), +(1022, 120, 'a.irfan4155@gmail.com', '2025-11-02 16:30:33', '2025-11-02 16:30:33', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:07:50', '2025-11-02 16:30:33', '', NULL), +(1023, 132, 'badianourti@yahoo.com', '2025-11-02 17:22:09', '2025-11-02 17:22:09', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:11:40', '2025-11-02 17:22:09', '', NULL), +(1024, 1, 'larbi.elabidi@gmail.com', '2025-11-02 18:00:21', '2025-11-02 18:00:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:16:09', '2025-11-02 18:00:21', '', NULL), +(1025, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:16:40', '2026-05-24 00:20:11', '', NULL), +(1026, 97, 'makaltoum1990@hotmail.com', '2025-11-23 17:45:53', '2025-11-23 17:45:53', '2600:1000:b16c:9a33:7519:4777:9b10:6d7a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-11-02 15:19:11', '2025-11-23 17:45:53', '', NULL), +(1027, 97, 'makaltoum1990@hotmail.com', '2025-11-23 17:45:53', '2025-11-23 17:45:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:19:35', '2025-11-23 17:45:53', '', NULL), +(1028, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 15:25:04', '2025-11-16 16:27:07', '', NULL), +(1029, 84, 'elbakhtaoui2016@gmail.com', '2025-12-14 17:50:43', '2025-12-14 17:50:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:25:08', '2025-12-14 17:50:43', '', NULL), +(1030, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '2600:1000:b153:4c4e:3db6:9743:682e:7b26', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-11-02 15:26:32', '2025-11-23 17:39:18', '', NULL), +(1031, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 15:26:47', '2025-11-23 17:39:18', '', NULL), +(1032, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 15:31:31', '2025-11-16 16:27:07', '', NULL), +(1033, 4, 'olemtiri@hotmail.com', '2025-11-02 17:59:29', '2025-11-02 17:59:29', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-02 15:32:16', '2025-11-02 17:59:29', '', NULL), +(1034, 187, 'fivespot14@gmail.com', '2025-11-02 16:00:20', NULL, '2600:4040:5cc8:ab00:74a4:5ecf:a7e8:a5b2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2025-11-02 16:00:20', '2025-11-02 16:00:20', '', NULL), +(1035, 79, 'sana6532@gmail.com', '2025-11-02 16:05:11', '2025-11-02 16:05:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 16:00:23', '2025-11-02 16:05:11', '', NULL), +(1036, 1, 'larbi.elabidi@gmail.com', '2025-11-02 18:00:21', '2025-11-02 18:00:21', '2607:fb91:d6f:8667:3425:f88b:4f7c:729d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-02 16:15:00', '2025-11-02 18:00:21', '', NULL), +(1037, 4, 'olemtiri@hotmail.com', '2025-11-02 17:59:29', '2025-11-02 17:59:29', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 16:19:52', '2025-11-02 17:59:29', '', NULL), +(1038, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 16:26:22', '2026-04-19 15:33:10', '', NULL), +(1039, 94, 'maboumahmoud@gmail.com', '2025-12-14 17:58:00', '2025-12-14 17:58:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 16:26:46', '2025-12-14 17:58:00', '', NULL), +(1040, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 16:27:34', '2025-11-23 16:21:34', '', NULL), +(1041, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 16:30:57', '2026-02-22 17:57:58', '', NULL), +(1042, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2607:fb91:2d26:21d:ac39:9931:9a4a:bcec', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-11-02 16:51:37', '2025-11-15 14:43:53', '', NULL), +(1043, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2607:fb91:2d26:21d:ac39:9931:9a4a:bcec', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-11-02 16:51:37', '2025-11-15 14:43:53', '', NULL), +(1044, 129, 'emman.benjamel@gmail.com', '2025-11-02 17:08:50', '2025-11-02 17:08:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 17:06:25', '2025-11-02 17:08:50', '', NULL), +(1045, 79, 'sana6532@gmail.com', '2025-11-02 17:13:39', '2025-11-02 17:13:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 17:11:10', '2025-11-02 17:13:39', '', NULL), +(1046, 24, 'shamimansarionweb@gmail.com', '2025-11-09 16:09:39', '2025-11-09 16:09:39', '2600:1000:b0a9:b47:cd52:b87c:d1ea:2310', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-02 17:17:31', '2025-11-09 16:09:39', '', NULL), +(1047, 5, 'sboumnina@hotmail.com', '2026-01-21 22:48:52', '2026-01-21 22:48:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 17:22:40', '2026-01-21 22:48:52', '', NULL), +(1048, 32, 'amurtuza2008@gmail.com', '2025-11-02 18:55:02', '2025-11-02 18:55:02', '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 17:37:21', '2025-11-02 18:55:02', '', NULL), +(1049, 120, 'a.irfan4155@gmail.com', '2025-11-02 17:44:45', '2025-11-02 17:44:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-02 17:41:07', '2025-11-02 17:44:45', '', NULL), +(1050, 19, 'shahabhussain@hotmail.com', '2025-11-02 17:57:45', '2025-11-02 17:57:45', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 17:54:59', '2025-11-02 17:57:45', '', NULL), +(1051, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 17:58:16', '2025-12-07 21:29:33', '', NULL), +(1052, 1, 'larbi.elabidi@gmail.com', '2025-11-02 18:00:21', '2025-11-02 18:00:21', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 17:59:46', '2025-11-02 18:00:21', '', NULL), +(1053, 1, 'larbi.elabidi@gmail.com', '2025-11-03 05:42:01', '2025-11-03 05:42:01', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 18:00:44', '2025-11-03 05:42:01', '', NULL), +(1054, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', '2025-11-02 18:03:03', '2025-12-07 21:29:33', '', NULL), +(1055, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-02 18:16:16', '2025-12-07 21:29:33', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1056, 32, 'amurtuza2008@gmail.com', '2025-11-02 18:55:19', NULL, '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 18:55:19', '2025-11-02 18:55:19', '', NULL), +(1057, 206, 'afshan.maase@gmail.com', '2025-11-02 19:35:50', '2025-11-02 19:35:50', '2601:18c:cd7f:8a20:a8bc:6dc9:bef9:ca1e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-11-02 19:32:46', '2025-11-02 19:35:50', '', NULL), +(1058, 75, 'mkolia1@gmail.com', '2025-11-04 03:08:06', '2025-11-04 03:08:06', '13.82.174.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-02 22:00:00', '2025-11-04 03:08:06', '', NULL), +(1059, 75, 'mkolia1@gmail.com', '2025-11-04 03:08:06', '2025-11-04 03:08:06', '13.82.174.60', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-02 22:02:17', '2025-11-04 03:08:06', '', NULL), +(1060, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-02 23:05:24', '2026-01-26 22:38:02', '', NULL), +(1061, 137, 'souad81retbi@gmail.com', '2025-11-03 00:19:57', NULL, '2601:18f:800:a810:21cd:4cc6:cccc:9781', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-11-03 00:19:57', '2025-11-03 00:19:57', '', NULL), +(1062, 1, 'larbi.elabidi@gmail.com', '2025-11-03 05:42:01', '2025-11-03 05:42:01', '2601:18f:800:b7f7:4c31:d68c:a35c:71b4', 'Mozilla/5.0 (iPad; CPU OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-03 05:27:10', '2025-11-03 05:42:01', '', NULL), +(1063, 1, 'larbi.elabidi@gmail.com', '2025-11-05 07:13:44', '2025-11-05 07:13:44', '2601:18f:800:b7f7:4c31:d68c:a35c:71b4', 'Mozilla/5.0 (iPad; CPU OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-03 05:42:52', '2025-11-05 07:13:44', '', NULL), +(1064, 92, 'abdulghasir25@gmail.com', '2025-11-03 13:11:47', '2025-11-03 13:11:47', '72.74.65.221', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', '2025-11-03 13:07:57', '2025-11-03 13:11:47', '', NULL), +(1065, 138, 'safdaw486@gmail.com', '2025-11-03 18:32:56', '2025-11-03 18:32:56', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2025-11-03 17:26:07', '2025-11-03 18:32:56', '', NULL), +(1066, 1, 'larbi.elabidi@gmail.com', '2025-11-05 07:13:44', '2025-11-05 07:13:44', '2601:18f:800:b7f7:f9fe:a56:d40c:ee8e', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-03 23:29:06', '2025-11-05 07:13:44', '', NULL), +(1067, 75, 'mkolia1@gmail.com', '2025-11-04 03:08:06', '2025-11-04 03:08:06', '2601:184:497f:8810:b176:70e3:b00c:703b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-04 03:06:50', '2025-11-04 03:08:06', '', NULL), +(1068, 21, 'kamya130@gmail.com', '2025-11-04 15:06:53', NULL, '2600:4040:57d2:6a00:b968:a349:cf53:1fde', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-04 15:06:53', '2025-11-04 15:06:53', '', NULL), +(1069, 304, 'sham.muktar@gmail.com', '2025-11-04 19:10:03', NULL, '134.6.241.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0', '2025-11-04 19:10:03', '2025-11-04 19:10:03', '', NULL), +(1070, 1, 'larbi.elabidi@gmail.com', '2025-11-05 07:13:44', '2025-11-05 07:13:44', '2601:18f:800:b7f7:21ed:e483:7f86:8e2f', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-04 22:04:12', '2025-11-05 07:13:44', '', NULL), +(1071, 1, 'larbi.elabidi@gmail.com', '2025-11-05 07:26:55', '2025-11-05 07:26:55', '2601:18f:800:b7f7:21ed:e483:7f86:8e2f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-05 07:13:50', '2025-11-05 07:26:55', '', NULL), +(1072, 1, 'larbi.elabidi@gmail.com', '2025-11-05 07:31:50', '2025-11-05 07:31:50', '2601:18f:800:b7f7:21ed:e483:7f86:8e2f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-05 07:27:01', '2025-11-05 07:31:50', '', NULL), +(1073, 1, 'larbi.elabidi@gmail.com', '2025-11-09 15:13:54', '2025-11-09 15:13:54', '2601:18f:800:b7f7:21ed:e483:7f86:8e2f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-05 07:31:56', '2025-11-09 15:13:54', '', NULL), +(1074, 33, 'aasiyafvh@gmail.com', '2025-11-05 13:20:20', NULL, '2607:fb91:2d16:a4d:8d57:f2b:a690:b865', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-05 13:20:20', '2025-11-05 13:20:20', '', NULL), +(1075, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:b903:1737:e8dc:40ef', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-05 20:18:19', '2025-12-07 21:29:33', '', NULL), +(1076, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:b903:1737:e8dc:40ef', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-05 20:37:54', '2025-12-07 21:29:33', '', NULL), +(1077, 75, 'mkolia1@gmail.com', '2025-11-06 02:11:42', '2025-11-06 02:11:42', '2601:184:497f:8810:21ad:b24c:46f3:adb9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0', '2025-11-06 02:11:01', '2025-11-06 02:11:42', '', NULL), +(1078, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:b903:1737:e8dc:40ef', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-06 02:31:31', '2025-12-07 21:29:33', '', NULL), +(1079, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:b903:1737:e8dc:40ef', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-06 02:35:05', '2025-12-07 21:29:33', '', NULL), +(1080, 206, 'afshan.maase@gmail.com', '2025-11-06 16:49:12', NULL, '129.63.157.1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-06 16:49:12', '2025-11-06 16:49:12', '', NULL), +(1081, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:9573:1bcf:f517:cad', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-07 18:52:36', '2025-12-07 21:29:33', '', NULL), +(1082, 4, 'olemtiri@hotmail.com', '2025-11-08 04:33:33', '2025-11-08 04:33:33', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-07 19:21:30', '2025-11-08 04:33:33', '', NULL), +(1083, 4, 'olemtiri@hotmail.com', '2025-11-08 04:33:33', '2025-11-08 04:33:33', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-08 03:59:50', '2025-11-08 04:33:33', '', NULL), +(1084, 1, 'larbi.elabidi@gmail.com', '2025-11-09 15:13:54', '2025-11-09 15:13:54', '2601:18f:800:b7f7:c9a5:528a:fafe:7387', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-08 06:01:07', '2025-11-09 15:13:54', '', NULL), +(1085, 1, 'larbi.elabidi@gmail.com', '2025-11-09 15:13:54', '2025-11-09 15:13:54', '2601:18f:800:b7f7:c9a5:528a:fafe:7387', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-08 07:12:27', '2025-11-09 15:13:54', '', NULL), +(1086, 113, 'daniar@gmail.com', '2025-11-08 15:51:40', NULL, '108.49.255.13', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-08 15:51:40', '2025-11-08 15:51:40', '', NULL), +(1087, 34, 'sabeeh3@yahoo.com', '2025-11-08 17:00:23', NULL, '2601:18f:900:9740:49a6:64f2:b38f:97d8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-08 17:00:23', '2025-11-08 17:00:23', '', NULL), +(1088, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:38c1:1da2:1a10:f7eb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-08 18:41:13', '2025-12-07 21:29:33', '', NULL), +(1089, 1, 'larbi.elabidi@gmail.com', '2025-11-09 15:13:54', '2025-11-09 15:13:54', '2601:18f:800:b7f7:1824:b44d:eb09:7664', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-11-09 00:01:43', '2025-11-09 15:13:54', '', NULL), +(1090, 66, 'humaira_shaukat@hotmail.com', '2025-11-09 00:18:36', NULL, '2600:4040:5029:8f00:1d3b:7886:a0d2:e791', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-11-09 00:18:36', '2025-11-09 00:18:36', '', NULL), +(1091, 8, 'israadam1993@gmail.com', '2025-11-09 01:56:24', NULL, '2601:18c:cc00:a940:e53c:a733:e1c7:a798', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-09 01:56:24', '2025-11-09 01:56:24', '', NULL), +(1092, 46, 'shamsularifai@gmail.com', '2025-11-09 04:53:16', NULL, '2607:fb91:2d9c:44b5:3de1:3dcc:ed45:6bf2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.128 Mobile/15E148 Safari/604.1', '2025-11-09 04:53:16', '2025-11-09 04:53:16', '', NULL), +(1093, 132, 'badianourti@yahoo.com', '2025-11-09 05:49:34', '2025-11-09 05:49:34', '2601:18f:27f:700:691c:6b6:3956:7e93', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-09 05:46:55', '2025-11-09 05:49:34', '', NULL), +(1094, 44, 'safasulthana12@gmail.com', '2025-11-09 07:48:36', NULL, '24.62.18.216', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.128 Mobile/15E148 Safari/604.1', '2025-11-09 07:48:36', '2025-11-09 07:48:36', '', NULL), +(1095, 125, 'fnalunkuma@gmail.com', '2026-03-01 15:06:30', '2026-03-01 15:06:30', '2601:18f:882:c3a0:224f:37c5:77ba:c585', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-09 11:47:35', '2026-03-01 15:06:30', '', NULL), +(1096, 120, 'a.irfan4155@gmail.com', '2025-11-09 20:44:49', '2025-11-09 20:44:49', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '2025-11-09 14:16:33', '2025-11-09 20:44:49', '', NULL), +(1097, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '2601:18a:827e:59a0:85c0:f466:5e9d:2ee2', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-09 14:34:31', '2025-11-23 16:21:34', '', NULL), +(1098, 138, 'safdaw486@gmail.com', '2025-11-09 17:30:27', '2025-11-09 17:30:27', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 14:58:00', '2025-11-09 17:30:27', '', NULL), +(1099, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 15:03:39', '2026-01-26 01:02:21', '', NULL), +(1100, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-09 15:04:01', '2026-03-08 15:05:01', '', NULL), +(1101, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-09 15:04:57', '2025-12-07 21:29:33', '', NULL), +(1102, 147, 'rahmanek@gmail.com', '2025-11-09 15:06:33', '2025-11-09 15:06:33', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-09 15:05:09', '2025-11-09 15:06:33', '', NULL), +(1103, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 15:08:16', '2026-05-24 00:20:11', '', NULL), +(1104, 24, 'shamimansarionweb@gmail.com', '2025-11-09 16:09:39', '2025-11-09 16:09:39', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-09 15:08:24', '2025-11-09 16:09:39', '', NULL), +(1105, 132, 'badianourti@yahoo.com', '2025-11-16 16:34:30', '2025-11-16 16:34:30', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:11:49', '2025-11-16 16:34:30', '', NULL), +(1106, 1, 'larbi.elabidi@gmail.com', '2025-11-09 15:13:54', '2025-11-09 15:13:54', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 15:12:14', '2025-11-09 15:13:54', '', NULL), +(1107, 97, 'makaltoum1990@hotmail.com', '2025-11-23 17:45:53', '2025-11-23 17:45:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:13:53', '2025-11-23 17:45:53', '', NULL), +(1108, 83, 'simrahussain98@gmail.com', '2025-11-09 17:45:12', '2025-11-09 17:45:12', '2a09:bac2:8830:428::6a:11e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-09 15:14:24', '2025-11-09 17:45:12', '', NULL), +(1109, 83, 'simrahussain98@gmail.com', '2025-11-09 17:45:12', '2025-11-09 17:45:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 15:14:51', '2025-11-09 17:45:12', '', NULL), +(1110, 84, 'elbakhtaoui2016@gmail.com', '2025-12-14 17:50:43', '2025-12-14 17:50:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:18:32', '2025-12-14 17:50:43', '', NULL), +(1111, 301, 'sub1@gmail.com', '2025-12-07 17:24:49', '2025-12-07 17:24:49', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 15:24:04', '2025-12-07 17:24:49', '', NULL), +(1112, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:36:58', '2025-11-16 16:27:07', '', NULL), +(1113, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:48:10', '2025-12-14 17:29:21', '', NULL), +(1114, 161, 'shamimasume2@gmail.com', '2025-11-16 16:04:07', '2025-11-16 16:04:07', '2607:fb91:d7e:709:6825:b38d:f424:f77b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.128 Mobile/15E148 Safari/604.1', '2025-11-09 15:56:02', '2025-11-16 16:04:07', '', NULL), +(1115, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 15:57:39', '2026-02-01 15:42:38', '', NULL), +(1116, 79, 'sana6532@gmail.com', '2025-11-09 16:09:06', '2025-11-09 16:09:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 16:03:07', '2025-11-09 16:09:06', '', NULL), +(1117, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 16:13:01', '2026-04-19 15:33:10', '', NULL), +(1118, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 16:18:29', '2026-02-22 17:57:58', '', NULL), +(1119, 24, 'shamimansarionweb@gmail.com', '2025-11-23 15:40:06', '2025-11-23 15:40:06', '2600:1000:b19a:c36d:603c:cba3:2438:ffc9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-09 16:20:35', '2025-11-23 15:40:06', '', NULL), +(1120, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 16:21:17', '2025-12-07 17:16:01', '', NULL), +(1121, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 16:26:16', '2025-11-23 17:39:18', '', NULL), +(1122, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-09 16:27:41', '2025-11-23 15:06:12', '', NULL), +(1123, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', '2025-11-09 16:29:05', '2026-03-08 15:05:01', '', NULL), +(1124, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-09 16:29:47', '2026-01-26 22:38:02', '', NULL), +(1125, 79, 'sana6532@gmail.com', '2025-11-09 17:15:52', '2025-11-09 17:15:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-09 17:08:41', '2025-11-09 17:15:52', '', NULL), +(1126, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:40ab:4020:47d1:eb45', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-10 03:21:55', '2025-12-07 21:29:33', '', NULL), +(1127, 34, 'sabeeh3@yahoo.com', '2025-11-10 18:48:58', NULL, '67.218.11.44', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-10 18:48:58', '2025-11-10 18:48:58', '', NULL), +(1128, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:7061:e305:bede:c14b', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-10 22:14:12', '2025-11-23 15:06:12', '', NULL), +(1129, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:af7f:c2b2:e2eb:c838', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-12 05:55:25', '2025-11-23 15:06:12', '', NULL), +(1130, 64, 'asifajavaid@yahoo.com', '2025-11-12 16:44:37', NULL, '71.232.250.183', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-12 16:44:37', '2025-11-12 16:44:37', '', NULL), +(1131, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:d99f:cc1c:5faa:7433', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-13 01:43:43', '2025-12-07 21:29:33', '', NULL), +(1132, 66, 'humaira_shaukat@hotmail.com', '2025-11-13 02:16:26', NULL, '72.74.137.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-11-13 02:16:26', '2025-11-13 02:16:26', '', NULL), +(1133, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:3568:d38b:82db:9ba3', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-14 04:06:42', '2025-11-23 15:06:12', '', NULL), +(1134, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-15 04:21:51', '2026-01-26 01:02:21', '', NULL), +(1135, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:90ea:3c20:b26f:5598', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-15 04:32:18', '2025-11-23 15:06:12', '', NULL), +(1136, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:7409:ab2:8d5e:d70', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-15 04:47:29', '2025-12-07 21:29:33', '', NULL), +(1137, 135, 'saima.jaffri@gmail.com', '2025-11-15 14:43:53', '2025-11-15 14:43:53', '2600:4040:5b81:e100:7f8a:7933:c590:750b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-15 14:43:06', '2025-11-15 14:43:53', '', NULL), +(1138, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b81:e100:7f8a:7933:c590:750b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-15 14:44:00', '2026-04-19 01:19:00', '', NULL), +(1139, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b81:e100:7f8a:7933:c590:750b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-15 14:44:10', '2026-04-19 01:19:00', '', NULL), +(1140, 39, 'ali.jaffri@gmail.com', '2025-11-15 14:47:42', NULL, '2600:4040:5b81:e100:7c1f:929c:6c67:3190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-15 14:47:42', '2025-11-15 14:47:42', '', NULL), +(1141, 21, 'kamya130@gmail.com', '2025-11-15 14:48:08', NULL, '173.162.210.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', '2025-11-15 14:48:08', '2025-11-15 14:48:08', '', NULL), +(1142, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:7152:87c2:f068:2fce', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-15 16:29:50', '2025-12-07 21:29:33', '', NULL), +(1143, 117, 'latarboush@hotmail.com', '2025-11-15 16:34:34', NULL, '2600:387:15:6b14::1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-15 16:34:34', '2025-11-15 16:34:34', '', NULL), +(1144, 70, 'khalifaashif@gmail.com', '2025-11-15 17:47:36', '2025-11-15 17:47:36', '2607:fb90:6801:34c2:c5e5:dd0:2557:6f11', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2025-11-15 17:41:52', '2025-11-15 17:47:36', '', NULL), +(1145, 27, 'asharismyson@gmail.com', '2025-11-15 22:09:25', NULL, '174.242.130.102', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-15 22:09:25', '2025-11-15 22:09:25', '', NULL), +(1146, 106, 'oumar4@aol.com', '2025-11-16 01:55:49', NULL, '2600:1000:a121:b4dc:a55e:72cb:73bd:af49', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-16 01:55:49', '2025-11-16 01:55:49', '', NULL), +(1147, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:a0fb:ee0e:caa5:3de8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/394.1.829830871 Mobile/15E148 Safari/604.1', '2025-11-16 02:58:37', '2025-12-14 17:29:21', '', NULL), +(1148, 161, 'shamimasume2@gmail.com', '2025-11-16 16:04:07', '2025-11-16 16:04:07', '2600:4040:5023:8300:2851:5587:96c:30b9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-16 04:18:41', '2025-11-16 16:04:07', '', NULL), +(1149, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:7f7e:988e:f753:bd3d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0', '2025-11-16 06:37:39', '2025-11-23 15:06:12', '', NULL), +(1150, 176, 'spokent@yahoo.com', '2025-11-16 11:41:10', NULL, '2601:18f:901:e4a0:e211:2694:9175:2cac', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-16 11:41:10', '2025-11-16 11:41:10', '', NULL), +(1151, 151, 'hanaelshamy29@gmail.com', '2025-12-07 15:15:50', '2025-12-07 15:15:50', '2607:fb91:2610:486a:fcc0:5d85:bf9a:874b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.148 Mobile/15E148 Safari/604.1', '2025-11-16 14:28:05', '2025-12-07 15:15:50', '', NULL), +(1152, 69, 'yasirbajwa@hotmail.com', '2025-11-16 14:43:54', NULL, '52.94.133.133', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2025-11-16 14:43:54', '2025-11-16 14:43:54', '', NULL), +(1153, 138, 'safdaw486@gmail.com', '2025-12-14 18:03:32', '2025-12-14 18:03:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 14:53:05', '2025-12-14 18:03:32', '', NULL), +(1154, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 14:58:44', '2025-12-07 17:16:01', '', NULL), +(1155, 11, 'ameds1182@gmail.com', '2025-11-16 14:59:24', NULL, '2601:18f:903:a30:68db:ee2a:13f6:674f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2025-11-16 14:59:24', '2025-11-16 14:59:24', '', NULL), +(1156, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 15:01:38', '2025-12-07 21:29:33', '', NULL), +(1157, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 15:01:39', '2025-12-07 21:29:33', '', NULL), +(1158, 24, 'shamimansarionweb@gmail.com', '2025-11-23 15:40:06', '2025-11-23 15:40:06', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 15:05:44', '2025-11-23 15:40:06', '', NULL), +(1159, 167, 'mou.jmc@gmail.com', '2025-11-16 15:05:52', NULL, '2601:18f:802:1390:a0d1:7ff1:1989:fa32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142.0.7444.148 Mobile/15E148 Safari/604.1', '2025-11-16 15:05:52', '2025-11-16 15:05:52', '', NULL), +(1160, 33, 'aasiyafvh@gmail.com', '2025-11-16 15:08:22', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:08:22', '2025-11-16 15:08:22', '', NULL), +(1161, 83, 'simrahussain98@gmail.com', '2025-11-16 15:22:48', '2025-11-16 15:22:48', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:09:01', '2025-11-16 15:22:48', '', NULL), +(1162, 132, 'badianourti@yahoo.com', '2025-11-16 16:34:30', '2025-11-16 16:34:30', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:11:26', '2025-11-16 16:34:30', '', NULL), +(1163, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:11:35', '2026-04-19 15:33:10', '', NULL), +(1164, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:13:06', '2026-01-26 22:38:02', '', NULL), +(1165, 100, 'abdelhaklmlk@gmail.com', '2025-11-16 15:54:18', '2025-11-16 15:54:18', '2600:1000:b107:9856:0:4b:8a74:1601', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-16 15:14:39', '2025-11-16 15:54:18', '', NULL), +(1166, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:19:32', '2025-11-23 16:21:34', '', NULL), +(1167, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:21:15', '2026-02-01 15:42:38', '', NULL), +(1168, 84, 'elbakhtaoui2016@gmail.com', '2025-12-14 17:50:43', '2025-12-14 17:50:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:26:40', '2025-12-14 17:50:43', '', NULL), +(1169, 97, 'makaltoum1990@hotmail.com', '2025-11-23 17:45:53', '2025-11-23 17:45:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:41:50', '2025-11-23 17:45:53', '', NULL), +(1170, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', '2025-11-16 15:46:01', '2026-03-08 15:05:01', '', NULL), +(1171, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:51:48', '2025-12-14 17:29:21', '', NULL), +(1172, 2, 'moulay.elabidi@gmail.com', '2025-11-16 16:24:00', '2025-11-16 16:24:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 15:53:32', '2025-11-16 16:24:00', '', NULL), +(1173, 161, 'shamimasume2@gmail.com', '2025-11-16 16:04:07', '2025-11-16 16:04:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:55:30', '2025-11-16 16:04:07', '', NULL), +(1174, 72, 'hajeera_86@yahoo.com', '2025-11-16 15:56:19', NULL, '2600:4040:5ae3:6900:78d8:2d52:54e9:2d36', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-16 15:56:19', '2025-11-16 15:56:19', '', NULL), +(1175, 140, 'noor.bhatti202@gmail.com', '2025-11-16 15:58:53', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 15:58:53', '2025-11-16 15:58:53', '', NULL), +(1176, 108, 'shadabanwar07@gmail.com', '2025-11-16 16:27:07', '2025-11-16 16:27:07', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 16:00:32', '2025-11-16 16:27:07', '', NULL), +(1177, 79, 'sana6532@gmail.com', '2025-11-16 16:10:44', '2025-11-16 16:10:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 16:06:20', '2025-11-16 16:10:44', '', NULL), +(1178, 24, 'shamimansarionweb@gmail.com', '2025-11-23 15:40:06', '2025-11-23 15:40:06', '2600:1000:b180:d5ec:d926:6dc1:2ce8:e63a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-16 16:07:05', '2025-11-23 15:40:06', '', NULL), +(1179, 79, 'sana6532@gmail.com', '2025-11-16 16:11:44', '2025-11-16 16:11:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 16:11:17', '2025-11-16 16:11:44', '', NULL), +(1180, 83, 'simrahussain98@gmail.com', '2025-11-16 16:14:57', '2025-11-16 16:14:57', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 16:11:36', '2025-11-16 16:14:57', '', NULL), +(1181, 79, 'sana6532@gmail.com', '2025-11-16 16:13:18', '2025-11-16 16:13:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 16:12:16', '2025-11-16 16:13:18', '', NULL), +(1182, 79, 'sana6532@gmail.com', '2025-11-16 16:14:23', '2025-11-16 16:14:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-16 16:13:52', '2025-11-16 16:14:23', '', NULL), +(1183, 2, 'moulay.elabidi@gmail.com', '2025-11-23 14:33:26', '2025-11-23 14:33:26', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 16:24:16', '2025-11-23 14:33:26', '', NULL), +(1184, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 16:27:14', '2026-02-01 17:33:30', '', NULL), +(1185, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 16:40:46', '2025-12-07 17:37:10', '', NULL), +(1186, 206, 'afshan.maase@gmail.com', '2025-11-16 17:15:14', NULL, '2601:18c:cd7f:8a20:a625:6048:8d49:a87e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-16 17:15:14', '2025-11-16 17:15:14', '', NULL), +(1187, 141, 'seddanek@gmail.com', '2025-11-16 17:15:20', NULL, '73.68.55.131', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 17:15:20', '2025-11-16 17:15:20', '', NULL), +(1188, 5, 'sboumnina@hotmail.com', '2026-01-21 22:48:52', '2026-01-21 22:48:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-16 17:17:33', '2026-01-21 22:48:52', '', NULL), +(1189, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0', '2025-11-16 17:20:00', '2026-03-08 15:05:01', '', NULL), +(1190, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:b909:f70:a2ab:4315', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-16 20:55:25', '2025-12-07 21:29:33', '', NULL), +(1191, 78, 'simrahazmi218@gmail.com', '2025-11-17 03:25:07', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-17 03:25:07', '2025-11-17 03:25:07', '', NULL), +(1192, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-18 01:23:40', '2026-01-26 01:02:21', '', NULL), +(1193, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:2d6c:411a:e29:f0e6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-18 03:12:18', '2025-12-07 21:29:33', '', NULL), +(1194, 138, 'safdaw486@gmail.com', '2025-12-14 18:03:32', '2025-12-14 18:03:32', '2a02:26f7:f6d0:a297:0:b000:0:7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2025-11-18 21:44:51', '2025-12-14 18:03:32', '', NULL), +(1195, 33, 'aasiyafvh@gmail.com', '2025-11-18 22:59:59', NULL, '158.121.180.36', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-18 22:59:59', '2025-11-18 22:59:59', '', NULL), +(1196, 75, 'mkolia1@gmail.com', '2025-11-18 23:52:04', '2025-11-18 23:52:04', '2601:184:497f:8810:8d24:e08d:f93e:c91b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0', '2025-11-18 23:47:39', '2025-11-18 23:52:04', '', NULL), +(1197, 2, 'moulay.elabidi@gmail.com', '2025-11-23 14:33:26', '2025-11-23 14:33:26', '2601:18f:800:b7f7:f5d4:cfc7:505c:deab', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2025-11-19 11:59:00', '2025-11-23 14:33:26', '', NULL), +(1198, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '2600:4040:501d:7c00:3422:6f57:111c:7012', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/395.0.830179879 Mobile/15E148 Safari/604.1', '2025-11-20 00:45:41', '2025-12-07 17:16:01', '', NULL), +(1199, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:29b8:f3c3:1ee1:246e', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-21 05:53:31', '2025-11-23 15:06:12', '', NULL), +(1200, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '2600:4040:502b:5e00:9db9:86fc:2fcf:3535', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-21 21:23:10', '2025-12-07 21:29:33', '', NULL), +(1201, 2, 'moulay.elabidi@gmail.com', '2025-11-23 14:33:26', '2025-11-23 14:33:26', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-22 01:02:52', '2025-11-23 14:33:26', '', NULL), +(1202, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '2600:4040:501d:7c00:50d:4cfa:4693:b904', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-22 04:09:04', '2025-12-07 17:16:01', '', NULL), +(1203, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-22 05:26:27', '2026-01-26 01:02:21', '', NULL), +(1204, 2, 'moulay.elabidi@gmail.com', '2025-11-23 14:33:26', '2025-11-23 14:33:26', '2601:18f:800:b7f7:597a:d2ee:b75f:995b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-11-22 05:30:26', '2025-11-23 14:33:26', '', NULL), +(1205, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-22 05:53:56', '2026-01-25 23:51:51', '', NULL), +(1206, 94, 'maboumahmoud@gmail.com', '2025-12-14 17:58:00', '2025-12-14 17:58:00', '212.70.119.4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-22 20:36:44', '2025-12-14 17:58:00', '', NULL), +(1207, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '68.160.143.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/395.0.830179879 Mobile/15E148 Safari/604.1', '2025-11-22 21:16:10', '2025-12-14 17:29:21', '', NULL), +(1208, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '2601:18a:827e:59a0:95f3:7bf0:3b55:5aea', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-22 21:18:36', '2025-11-23 16:21:34', '', NULL), +(1209, 94, 'maboumahmoud@gmail.com', '2025-12-14 17:58:00', '2025-12-14 17:58:00', '212.70.119.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0', '2025-11-22 21:31:54', '2025-12-14 17:58:00', '', NULL), +(1210, 101, 'aminazgani@gmail.com', '2026-01-10 22:19:41', '2026-01-10 22:19:41', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 00:21:24', '2026-01-10 22:19:41', '', NULL), +(1211, 66, 'humaira_shaukat@hotmail.com', '2025-11-23 03:11:11', NULL, '2600:4040:5029:8f00:1544:8dd8:1889:a7f9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2025-11-23 03:11:11', '2025-11-23 03:11:11', '', NULL), +(1212, 205, 'diana.streete85@gmail.com', '2025-11-23 03:30:07', NULL, '2601:18f:900:8480:e8e2:5e52:950c:27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142 Version/11.1.1 Safari/605.1.15', '2025-11-23 03:30:07', '2025-11-23 03:30:07', '', NULL), +(1213, 205, 'diana.streete85@gmail.com', '2025-11-23 03:30:07', NULL, '2601:18f:900:8480:e8e2:5e52:950c:27', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/142 Version/11.1.1 Safari/605.1.15', '2025-11-23 03:30:07', '2025-11-23 03:30:07', '', NULL), +(1214, 183, 'i.sheikh2003@gmail.com', '2025-11-23 04:03:25', NULL, '2a04:4e41:74b:5424::1a4b:5424', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-23 04:03:25', '2025-11-23 04:03:25', '', NULL), +(1215, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '2601:18f:800:b7f7:f997:1dee:4ed2:bbc3', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0', '2025-11-23 07:21:55', '2025-11-23 15:06:12', '', NULL), +(1216, 39, 'ali.jaffri@gmail.com', '2025-11-23 13:58:47', NULL, '2600:4040:5b85:9800:a8c4:f27f:dc5a:32aa', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 13:58:47', '2025-11-23 13:58:47', '', NULL), +(1217, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:acea:72c3:22b8:1dbb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/395.0.830179879 Mobile/15E148 Safari/604.1', '2025-11-23 14:14:32', '2025-12-14 17:29:21', '', NULL), +(1218, 183, 'i.sheikh2003@gmail.com', '2025-11-23 14:17:14', NULL, '2a04:4e41:7bf:1eb9::49bf:1eb9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-23 14:17:14', '2025-11-23 14:17:14', '', NULL), +(1219, 183, 'i.sheikh2003@gmail.com', '2025-11-23 14:17:57', NULL, '2a04:4e41:7bf:1eb9::49bf:1eb9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-23 14:17:57', '2025-11-23 14:17:57', '', NULL), +(1220, 183, 'i.sheikh2003@gmail.com', '2025-11-23 14:19:52', NULL, '2a04:4e41:775:3254::ac75:3254', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-23 14:19:52', '2025-11-23 14:19:52', '', NULL), +(1221, 2, 'moulay.elabidi@gmail.com', '2025-11-23 14:33:26', '2025-11-23 14:33:26', '2601:18f:800:b7f7:c114:cc96:e968:ba05', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-11-23 14:32:41', '2025-11-23 14:33:26', '', NULL), +(1222, 164, 'adam.meah@gmail.com', '2025-11-23 14:40:53', '2025-11-23 14:40:53', '2607:fb91:d69:43b9:ac39:be91:e528:a41a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-23 14:35:42', '2025-11-23 14:40:53', '', NULL), +(1223, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 14:56:51', '2025-12-07 21:29:33', '', NULL), +(1224, 1, 'larbi.elabidi@gmail.com', '2025-11-23 15:06:12', '2025-11-23 15:06:12', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 15:04:46', '2025-11-23 15:06:12', '', NULL), +(1225, 24, 'shamimansarionweb@gmail.com', '2025-11-23 15:40:06', '2025-11-23 15:40:06', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 15:06:57', '2025-11-23 15:40:06', '', NULL), +(1226, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 15:16:04', '2025-12-07 17:37:10', '', NULL), +(1227, 84, 'elbakhtaoui2016@gmail.com', '2025-12-14 17:50:43', '2025-12-14 17:50:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:17:04', '2025-12-14 17:50:43', '', NULL), +(1228, 97, 'makaltoum1990@hotmail.com', '2025-11-23 17:45:53', '2025-11-23 17:45:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:17:39', '2025-11-23 17:45:53', '', NULL), +(1229, 129, 'emman.benjamel@gmail.com', '2025-11-23 17:52:08', '2025-11-23 17:52:08', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:19:36', '2025-11-23 17:52:08', '', NULL), +(1230, 132, 'badianourti@yahoo.com', '2025-11-23 17:45:11', '2025-11-23 17:45:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:20:09', '2025-11-23 17:45:11', '', NULL), +(1231, 14, 'musab.alrawi@gmail.com', '2025-11-23 15:20:19', NULL, '2600:4040:52ac:b300:8101:c454:1ac2:fc4c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-23 15:20:19', '2025-11-23 15:20:19', '', NULL), +(1232, 89, 'rayyanvahora11@gmail.com', '2025-11-23 15:30:53', '2025-11-23 15:30:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 15:24:08', '2025-11-23 15:30:53', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1233, 138, 'safdaw486@gmail.com', '2025-12-14 18:03:32', '2025-12-14 18:03:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:24:36', '2025-12-14 18:03:32', '', NULL), +(1234, 186, 'awab.basil00@gmail.com', '2025-11-23 16:26:59', '2025-11-23 16:26:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 15:25:54', '2025-11-23 16:26:59', '', NULL), +(1235, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-23 15:37:04', '2025-11-23 16:21:34', '', NULL), +(1236, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 15:37:55', '2026-02-01 17:33:30', '', NULL), +(1237, 74, 'ielassab89@gmail.com', '2025-11-23 16:21:34', '2025-11-23 16:21:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 15:38:09', '2025-11-23 16:21:34', '', NULL), +(1238, 1, 'larbi.elabidi@gmail.com', '2025-12-14 06:39:01', '2025-12-14 06:39:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-11-23 15:41:49', '2025-12-14 06:39:01', '', NULL), +(1239, 79, 'sana6532@gmail.com', '2025-11-23 15:49:02', '2025-11-23 15:49:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 15:42:22', '2025-11-23 15:49:02', '', NULL), +(1240, 83, 'simrahussain98@gmail.com', '2025-11-23 17:13:43', '2025-11-23 17:13:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 15:43:40', '2025-11-23 17:13:43', '', NULL), +(1241, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '2600:1000:b12e:4378:4521:57a7:b223:2d13', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-11-23 16:03:54', '2025-11-23 17:39:18', '', NULL), +(1242, 115, 'alaa.reda.mahmoud@gmail.com', '2025-11-23 17:39:18', '2025-11-23 17:39:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 16:04:26', '2025-11-23 17:39:18', '', NULL), +(1243, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 16:11:29', '2026-04-19 15:33:10', '', NULL), +(1244, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 16:15:51', '2026-01-26 22:38:02', '', NULL), +(1245, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 16:21:50', '2026-03-29 15:03:04', '', NULL), +(1246, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 16:25:26', '2026-02-22 17:57:58', '', NULL), +(1247, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 16:27:12', '2026-01-28 03:10:39', '', NULL), +(1248, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb90:ad25:cba6:943e:3adf:c2ce:14de', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-23 16:27:23', '2026-02-22 16:50:25', '', NULL), +(1249, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2607:fb90:3caf:b6fd:ad2:3f57:6976:816b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-11-23 16:31:53', '2026-04-19 01:19:00', '', NULL), +(1250, 78, 'simrahazmi218@gmail.com', '2025-11-23 17:13:21', NULL, '2607:fb91:2d20:8156:55ad:957:9f37:20ae', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-11-23 17:13:21', '2025-11-23 17:13:21', '', NULL), +(1251, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2025-11-23 17:31:55', '2026-05-24 00:20:11', '', NULL), +(1252, 24, 'shamimansarionweb@gmail.com', '2025-12-07 15:33:37', '2025-12-07 15:33:37', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-23 17:48:07', '2025-12-07 15:33:37', '', NULL), +(1253, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:9557:e228:5fa:bb2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/396.0.833910942 Mobile/15E148 Safari/604.1', '2025-11-29 23:45:50', '2025-12-14 17:29:21', '', NULL), +(1254, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '2600:387:5:803::70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-11-30 02:57:21', '2026-01-26 01:02:21', '', NULL), +(1255, 1, 'larbi.elabidi@gmail.com', '2025-12-14 06:39:01', '2025-12-14 06:39:01', '2601:18f:800:b7f7:f005:b554:2942:59a7', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-01 00:59:57', '2025-12-14 06:39:01', '', NULL), +(1256, 1, 'larbi.elabidi@gmail.com', '2025-12-14 06:39:01', '2025-12-14 06:39:01', '2601:18f:800:b7f7:681:b1b3:aff0:d20c', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-05 22:58:52', '2025-12-14 06:39:01', '', NULL), +(1257, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '2600:4040:5134:3700:7530:170:c97d:faca', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15', '2025-12-06 03:06:06', '2026-03-29 15:03:04', '', NULL), +(1258, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-12-06 13:33:13', '2026-01-26 01:02:21', '', NULL), +(1259, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-06 14:45:41', '2026-01-26 01:02:21', '', NULL), +(1260, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:169c:5172:91cd:cfdc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-12-06 15:07:51', '2026-04-19 01:19:00', '', NULL), +(1261, 2, 'moulay.elabidi@gmail.com', '2026-01-11 16:06:23', '2026-01-11 16:06:23', '2601:18f:800:b7f7:b9c9:d87b:f9fb:f544', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-06 19:27:03', '2026-01-11 16:06:23', '', NULL), +(1262, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-06 22:58:09', '2026-01-26 22:38:02', '', NULL), +(1263, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '151.204.255.236', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-12-07 00:40:22', '2026-02-22 16:50:25', '', NULL), +(1264, 305, 'milyas@alrahmaisgl.org', '2025-12-07 02:16:36', NULL, '2a09:bac2:a5de:303c::4ce:9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 02:16:36', '2025-12-07 02:16:36', '', NULL), +(1265, 305, 'milyas@alrahmaisgl.org', '2025-12-07 02:19:57', NULL, '2a09:bac2:aa28:303c::4ce:41', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 02:19:57', '2025-12-07 02:19:57', '', NULL), +(1266, 19, 'shahabhussain@hotmail.com', '2025-12-07 21:29:33', '2025-12-07 21:29:33', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-07 15:01:27', '2025-12-07 21:29:33', '', NULL), +(1267, 57, 'sshawoo123@gmail.com', '2025-12-07 17:37:10', '2025-12-07 17:37:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:04:14', '2025-12-07 17:37:10', '', NULL), +(1268, 24, 'shamimansarionweb@gmail.com', '2025-12-07 15:33:37', '2025-12-07 15:33:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-07 15:05:29', '2025-12-07 15:33:37', '', NULL), +(1269, 40, 'alihasarfraz11@gmail.com', '2025-12-07 17:16:01', '2025-12-07 17:16:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:06:43', '2025-12-07 17:16:01', '', NULL), +(1270, 151, 'hanaelshamy29@gmail.com', '2025-12-07 15:15:50', '2025-12-07 15:15:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:07:39', '2025-12-07 15:15:50', '', NULL), +(1271, 129, 'emman.benjamel@gmail.com', '2025-12-07 17:45:51', '2025-12-07 17:45:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:08:59', '2025-12-07 17:45:51', '', NULL), +(1272, 83, 'simrahussain98@gmail.com', '2025-12-07 16:22:29', '2025-12-07 16:22:29', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:15:23', '2025-12-07 16:22:29', '', NULL), +(1273, 132, 'badianourti@yahoo.com', '2025-12-07 17:45:19', '2025-12-07 17:45:19', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:20:17', '2025-12-07 17:45:19', '', NULL), +(1274, 79, 'sana6532@gmail.com', '2025-12-07 15:32:32', '2025-12-07 15:32:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:23:25', '2025-12-07 15:32:32', '', NULL), +(1275, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:31:28', '2026-05-24 00:20:11', '', NULL), +(1276, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:32:43', '2026-02-01 17:33:30', '', NULL), +(1277, 79, 'sana6532@gmail.com', '2025-12-07 15:33:18', '2025-12-07 15:33:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:32:44', '2025-12-07 15:33:18', '', NULL), +(1278, 2, 'moulay.elabidi@gmail.com', '2026-01-11 16:06:23', '2026-01-11 16:06:23', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-07 15:33:49', '2026-01-11 16:06:23', '', NULL), +(1279, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 15:35:46', '2026-01-25 22:18:06', '', NULL), +(1280, 141, 'seddanek@gmail.com', '2025-12-07 15:49:49', NULL, '2600:1000:b09f:2089:3aba:bdf0:7b0d:830e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-12-07 15:49:49', '2025-12-07 15:49:49', '', NULL), +(1281, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 15:55:09', '2026-01-25 23:51:51', '', NULL), +(1282, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2025-12-07 16:04:48', '2026-04-12 15:13:18', '', NULL), +(1283, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 16:10:07', '2026-02-01 15:42:38', '', NULL), +(1284, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 16:16:06', '2026-04-19 15:33:10', '', NULL), +(1285, 301, 'sub1@gmail.com', '2025-12-07 17:24:49', '2025-12-07 17:24:49', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 16:22:31', '2025-12-07 17:24:49', '', NULL), +(1286, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 16:23:39', '2026-02-22 17:57:58', '', NULL), +(1287, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 16:23:44', '2026-01-26 22:38:02', '', NULL), +(1288, 79, 'sana6532@gmail.com', '2025-12-07 16:28:39', '2025-12-07 16:28:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 16:28:18', '2025-12-07 16:28:39', '', NULL), +(1289, 115, 'alaa.reda.mahmoud@gmail.com', '2025-12-07 16:32:15', NULL, '2600:1000:b101:8f22:15ef:8a20:e4e8:2805', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 16:32:15', '2025-12-07 16:32:15', '', NULL), +(1290, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2607:fb91:da3:4865:140e:3801:20fa:2ad5', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-12-07 17:00:02', '2026-02-08 17:18:22', '', NULL), +(1291, 78, 'simrahazmi218@gmail.com', '2025-12-07 17:16:17', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-07 17:16:17', '2025-12-07 17:16:17', '', NULL), +(1292, 24, 'shamimansarionweb@gmail.com', '2026-01-04 15:41:20', '2026-01-04 15:41:20', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 17:26:21', '2026-01-04 15:41:20', '', NULL), +(1293, 57, 'sshawoo123@gmail.com', '2026-01-04 15:43:01', '2026-01-04 15:43:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 17:37:30', '2026-01-04 15:43:01', '', NULL), +(1294, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2025-12-07 17:41:47', '2026-02-01 17:33:30', '', NULL), +(1295, 105, 'atiqullahfnu60@gmail.com', '2025-12-07 17:57:25', NULL, '207.180.167.163', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.92 Mobile/15E148 Safari/604.1', '2025-12-07 17:57:25', '2025-12-07 17:57:25', '', NULL), +(1296, 305, 'milyas@alrahmaisgl.org', '2025-12-07 18:26:35', NULL, '2a04:4e41:7eb:5f3f::cbeb:5f3f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 18:26:35', '2025-12-07 18:26:35', '', NULL), +(1297, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '2a04:4e41:7eb:5f3f::cbeb:5f3f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 18:27:38', '2026-03-01 17:15:32', '', NULL), +(1298, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '2a04:4e41:7eb:5f3f::cbeb:5f3f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-07 18:27:39', '2026-03-01 17:15:32', '', NULL), +(1299, 137, 'souad81retbi@gmail.com', '2025-12-07 19:36:54', NULL, '2601:18f:185:e40:f588:b528:e959:77d9', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-12-07 19:36:54', '2025-12-07 19:36:54', '', NULL), +(1300, 306, 'syedzia.buet@gmail.com', '2025-12-07 21:29:47', NULL, '50.216.109.14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-07 21:29:47', '2025-12-07 21:29:47', '', NULL), +(1301, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '2600:4040:502b:5e00:3017:5b67:882e:99b6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-07 21:29:49', '2026-01-18 18:14:37', '', NULL), +(1302, 1, 'larbi.elabidi@gmail.com', '2025-12-14 06:39:01', '2025-12-14 06:39:01', '2601:18f:800:b7f7:d75a:3d7a:2ce2:986d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-07 21:33:34', '2025-12-14 06:39:01', '', NULL), +(1303, 118, 'farrukh.ahmedd@gmail.com', '2025-12-09 20:04:39', NULL, '2607:fb91:d1e:aa6:f8cd:cef6:64a:aa4c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2025-12-09 20:04:39', '2025-12-09 20:04:39', '', NULL), +(1304, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-13 05:02:01', '2026-01-26 01:02:21', '', NULL), +(1305, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '2600:4040:502b:5e00:558:c9b4:9450:1e35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-13 13:52:39', '2026-01-18 18:14:37', '', NULL), +(1306, 307, 'noorkhalid1215@gmail.com', '2025-12-13 20:19:55', '2025-12-13 20:19:55', '2601:18c:8d7f:6ad0::3a95', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-13 20:19:16', '2025-12-13 20:19:55', '', NULL), +(1307, 187, 'fivespot14@gmail.com', '2025-12-13 21:08:52', NULL, '2600:4040:5cc8:ab00:8886:7571:a1b5:7bfb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2025-12-13 21:08:52', '2025-12-13 21:08:52', '', NULL), +(1308, 109, 'nwweylamatovu99@gmail.com', '2025-12-13 22:40:19', NULL, '2607:fb91:dcf:84e3:ac39:be92:6b01:c5b7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2025-12-13 22:40:19', '2025-12-13 22:40:19', '', NULL), +(1309, 114, 'munazza6pk@yahoo.com', '2025-12-14 03:20:15', NULL, '2601:18a:8083:ce30:a01e:58d6:d61a:b8f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-14 03:20:15', '2025-12-14 03:20:15', '', NULL), +(1310, 1, 'larbi.elabidi@gmail.com', '2025-12-14 06:39:01', '2025-12-14 06:39:01', '2601:18f:800:b7f7:281e:f6f5:78e6:8fb7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-12-14 03:45:37', '2025-12-14 06:39:01', '', NULL), +(1311, 1, 'larbi.elabidi@gmail.com', '2025-12-14 15:54:40', '2025-12-14 15:54:40', '2601:18f:800:b7f7:281e:f6f5:78e6:8fb7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15', '2025-12-14 06:39:06', '2025-12-14 15:54:40', '', NULL), +(1312, 44, 'safasulthana12@gmail.com', '2025-12-14 07:12:29', NULL, '2601:18f:801:cad3::e3e1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.92 Mobile/15E148 Safari/604.1', '2025-12-14 07:12:29', '2025-12-14 07:12:29', '', NULL), +(1313, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '2600:4040:5cc8:8800:1c0b:2b10:2fe9:4c64', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/398.0.839721620 Mobile/15E148 Safari/604.1', '2025-12-14 12:54:13', '2025-12-14 17:29:21', '', NULL), +(1314, 9, 'ahmedchem82@yahoo.com', '2025-12-14 13:32:23', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0', '2025-12-14 13:32:23', '2025-12-14 13:32:23', '', NULL), +(1315, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '2600:4040:502b:5e00:2cec:4a9e:dbd5:707c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-14 13:47:34', '2026-01-18 18:14:37', '', NULL), +(1316, 39, 'ali.jaffri@gmail.com', '2025-12-14 14:19:31', NULL, '2600:4040:5b85:9800:95b4:f713:950f:daf1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-14 14:19:31', '2025-12-14 14:19:31', '', NULL), +(1317, 57, 'sshawoo123@gmail.com', '2026-01-04 15:43:01', '2026-01-04 15:43:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 14:58:05', '2026-01-04 15:43:01', '', NULL), +(1318, 308, 'lianamatovu@gmail.com', '2025-12-14 15:19:41', NULL, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', '2025-12-14 15:19:41', '2025-12-14 15:19:41', '', NULL), +(1319, 308, 'lianamatovu@gmail.com', '2025-12-14 15:22:12', NULL, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', '2025-12-14 15:22:12', '2025-12-14 15:22:12', '', NULL), +(1320, 308, 'lianamatovu@gmail.com', '2025-12-14 15:27:39', NULL, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', '2025-12-14 15:27:39', '2025-12-14 15:27:39', '', NULL), +(1321, 308, 'lianamatovu@gmail.com', '2025-12-14 15:29:07', NULL, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1', '2025-12-14 15:29:07', '2025-12-14 15:29:07', '', NULL), +(1322, 66, 'humaira_shaukat@hotmail.com', '2025-12-14 15:39:09', NULL, '72.74.137.121', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-14 15:39:09', '2025-12-14 15:39:09', '', NULL), +(1323, 84, 'elbakhtaoui2016@gmail.com', '2025-12-14 17:50:43', '2025-12-14 17:50:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:42:50', '2025-12-14 17:50:43', '', NULL), +(1324, 132, 'badianourti@yahoo.com', '2026-01-03 22:46:31', '2026-01-03 22:46:31', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:43:02', '2026-01-03 22:46:31', '', NULL), +(1325, 79, 'sana6532@gmail.com', '2025-12-14 16:00:17', '2025-12-14 16:00:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:45:18', '2025-12-14 16:00:17', '', NULL), +(1326, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:46:57', '2026-02-01 15:42:38', '', NULL), +(1327, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-14 15:48:06', '2026-01-25 22:18:06', '', NULL), +(1328, 138, 'safdaw486@gmail.com', '2025-12-14 18:03:32', '2025-12-14 18:03:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:48:57', '2025-12-14 18:03:32', '', NULL), +(1329, 1, 'larbi.elabidi@gmail.com', '2025-12-14 15:54:40', '2025-12-14 15:54:40', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 15:52:22', '2025-12-14 15:54:40', '', NULL), +(1330, 115, 'alaa.reda.mahmoud@gmail.com', '2025-12-14 15:54:09', NULL, '2600:1000:b115:ff77:54da:b46:4f8b:59bb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-14 15:54:09', '2025-12-14 15:54:09', '', NULL), +(1331, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:01:36', '2026-05-24 00:20:11', '', NULL), +(1332, 308, 'lianamatovu@gmail.com', '2025-12-14 16:05:02', NULL, '2601:18c:cf7f:5640:844b:432c:f3d5:c6d0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/398.0.839721620 Mobile/15E148 Safari/604.1', '2025-12-14 16:05:02', '2025-12-14 16:05:02', '', NULL), +(1333, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-14 16:09:04', '2026-03-29 15:03:04', '', NULL), +(1334, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:09:35', '2026-02-01 17:33:30', '', NULL), +(1335, 1, 'larbi.elabidi@gmail.com', '2026-01-04 05:34:02', '2026-01-04 05:34:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-14 16:09:45', '2026-01-04 05:34:02', '', NULL), +(1336, 83, 'simrahussain98@gmail.com', '2025-12-14 16:20:37', '2025-12-14 16:20:37', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:19:33', '2025-12-14 16:20:37', '', NULL), +(1337, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-14 16:19:59', '2026-04-19 15:33:10', '', NULL), +(1338, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:29:04', '2026-03-29 14:34:34', '', NULL), +(1339, 68, 'farahbb86@gmail.com', '2025-12-14 17:29:21', '2025-12-14 17:29:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:30:54', '2025-12-14 17:29:21', '', NULL), +(1340, 94, 'maboumahmoud@gmail.com', '2025-12-14 17:58:00', '2025-12-14 17:58:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2025-12-14 16:31:11', '2025-12-14 17:58:00', '', NULL), +(1341, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2025-12-14 16:33:31', '2026-02-22 17:57:58', '', NULL), +(1342, 167, 'mou.jmc@gmail.com', '2025-12-14 16:52:40', NULL, '216.79.90.81', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.108 Mobile/15E148 Safari/604.1', '2025-12-14 16:52:40', '2025-12-14 16:52:40', '', NULL), +(1343, 24, 'shamimansarionweb@gmail.com', '2026-01-04 15:41:20', '2026-01-04 15:41:20', '2600:1000:b17d:f0c:4920:cf90:f540:f6bb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-14 17:40:39', '2026-01-04 15:41:20', '', NULL), +(1344, 114, 'munazza6pk@yahoo.com', '2025-12-15 00:25:56', NULL, '2601:18a:8083:ce30:b5d3:3b4b:91bb:92d2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2025-12-15 00:25:56', '2025-12-15 00:25:56', '', NULL), +(1345, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-15 05:19:50', '2026-01-26 01:02:21', '', NULL), +(1346, 101, 'aminazgani@gmail.com', '2026-01-10 22:19:41', '2026-01-10 22:19:41', '2600:1000:b0a8:e991:bd60:5bf3:23f0:5f45', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36', '2025-12-15 19:21:06', '2026-01-10 22:19:41', '', NULL), +(1347, 83, 'simrahussain98@gmail.com', '2026-01-13 23:12:07', '2026-01-13 23:12:07', '2a04:4e41:60f:6cbd::d832:acbd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2025-12-18 00:08:07', '2026-01-13 23:12:07', '', NULL), +(1348, 1, 'larbi.elabidi@gmail.com', '2026-01-04 05:34:02', '2026-01-04 05:34:02', '2601:18f:800:b7f7:1e53:3d3b:9492:e153', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2025-12-19 04:37:40', '2026-01-04 05:34:02', '', NULL), +(1349, 1, 'larbi.elabidi@gmail.com', '2026-01-04 05:34:02', '2026-01-04 05:34:02', '2601:18f:800:b7f7:43f2:f612:9ad7:c224', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0', '2025-12-24 04:40:08', '2026-01-04 05:34:02', '', NULL), +(1350, 75, 'mkolia1@gmail.com', '2026-01-01 04:23:12', '2026-01-01 04:23:12', '2601:184:497f:8810:ec1e:99d3:3dda:8d3a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-01 04:22:51', '2026-01-01 04:23:12', '', NULL), +(1351, 75, 'mkolia1@gmail.com', '2026-01-01 22:51:27', '2026-01-01 22:51:27', '2601:184:497f:8810:ec1e:99d3:3dda:8d3a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-01 04:23:23', '2026-01-01 22:51:27', '', NULL), +(1352, 75, 'mkolia1@gmail.com', '2026-01-01 22:51:27', '2026-01-01 22:51:27', '2601:184:497f:8810:98fc:bd8a:58a5:f712', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-01 22:45:23', '2026-01-01 22:51:27', '', NULL), +(1353, 18, 'rabiamran473@gmail.com', '2026-01-02 13:07:03', '2026-01-02 13:07:03', '2600:4040:501f:2200:348e:e409:91bc:be6f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-02 13:06:26', '2026-01-02 13:07:03', '', NULL), +(1354, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-03 04:21:22', '2026-01-26 01:02:21', '', NULL), +(1355, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:ca27:2e21:f4b2:31db', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-01-03 16:31:11', '2026-04-19 01:19:00', '', NULL), +(1356, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '2600:4040:502b:5e00:3572:2929:ae22:8558', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-03 16:37:10', '2026-01-18 18:14:37', '', NULL), +(1357, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '2601:18f:283:ad10:9124:566b:d5a1:3974', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-03 17:28:32', '2026-05-03 15:05:24', '', NULL), +(1358, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:f807:333e:c35b:c75f', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-03 17:35:36', '2026-04-19 01:19:00', '', NULL), +(1359, 98, 'moe_gaabass@yahoo.com', '2026-01-03 22:35:01', NULL, '37.39.166.176', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-03 22:35:01', '2026-01-03 22:35:01', '', NULL), +(1360, 132, 'badianourti@yahoo.com', '2026-01-03 22:46:31', '2026-01-03 22:46:31', '2601:18f:27f:700:f575:fbc9:eb5b:7631', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-03 22:37:58', '2026-01-03 22:46:31', '', NULL), +(1361, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-04 01:32:12', '2026-05-24 00:20:11', '', NULL), +(1362, 1, 'larbi.elabidi@gmail.com', '2026-01-04 05:34:02', '2026-01-04 05:34:02', '2601:18f:800:b7f7:1f09:3f27:58b3:6c22', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-04 04:15:51', '2026-01-04 05:34:02', '', NULL), +(1363, 1, 'larbi.elabidi@gmail.com', '2026-01-04 06:37:43', '2026-01-04 06:37:43', '2601:18f:800:b7f7:bc2f:70ad:7e3:f4bc', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-04 05:34:11', '2026-01-04 06:37:43', '', NULL), +(1364, 1, 'larbi.elabidi@gmail.com', '2026-01-04 15:48:29', '2026-01-04 15:48:29', '2601:18f:800:b7f7:bc2f:70ad:7e3:f4bc', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-04 06:37:50', '2026-01-04 15:48:29', '', NULL), +(1365, 16, 'kobbie6@gmail.com', '2026-04-19 15:25:51', '2026-04-19 15:25:51', '197.215.25.51', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/28.0 Chrome/130.0.0.0 Mobile Safari/537.36', '2026-01-04 13:19:49', '2026-04-19 15:25:51', '', NULL), +(1366, 125, 'fnalunkuma@gmail.com', '2026-03-01 15:06:30', '2026-03-01 15:06:30', '2601:18f:187:d720:6014:aa1c:a16d:f5ed', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-01-04 13:25:10', '2026-03-01 15:06:30', '', NULL), +(1367, 164, 'adam.meah@gmail.com', '2026-02-10 18:55:32', '2026-02-10 18:55:32', '76.28.103.123', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-01-04 14:03:00', '2026-02-10 18:55:32', '', NULL), +(1368, 22, 'sainezack@hotmail.com', '2026-01-04 14:06:42', NULL, '72.74.55.167', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-01-04 14:06:42', '2026-01-04 14:06:42', '', NULL), +(1369, 138, 'safdaw486@gmail.com', '2026-01-05 18:37:51', '2026-01-05 18:37:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 14:53:47', '2026-01-05 18:37:51', '', NULL), +(1370, 33, 'aasiyafvh@gmail.com', '2026-01-04 14:56:31', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 14:56:31', '2026-01-04 14:56:31', '', NULL), +(1371, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2026-01-04 14:57:39', '2026-03-29 15:03:04', '', NULL), +(1372, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 14:57:46', '2026-03-29 14:34:34', '', NULL), +(1373, 24, 'shamimansarionweb@gmail.com', '2026-01-04 15:41:20', '2026-01-04 15:41:20', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:00:48', '2026-01-04 15:41:20', '', NULL), +(1374, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:01:02', '2026-01-18 18:14:37', '', NULL), +(1375, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:01:10', '2026-01-25 23:51:51', '', NULL), +(1376, 57, 'sshawoo123@gmail.com', '2026-01-04 15:43:01', '2026-01-04 15:43:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:04:07', '2026-01-04 15:43:01', '', NULL), +(1377, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:10:56', '2026-02-01 17:33:30', '', NULL), +(1378, 129, 'emman.benjamel@gmail.com', '2026-01-04 17:05:50', '2026-01-04 17:05:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:14:09', '2026-01-04 17:05:50', '', NULL), +(1379, 115, 'alaa.reda.mahmoud@gmail.com', '2026-01-04 15:20:14', NULL, '2600:1000:b10b:a359:807c:3d42:efc3:2302', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-04 15:20:14', '2026-01-04 15:20:14', '', NULL), +(1380, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:27:19', '2026-02-01 15:42:38', '', NULL), +(1381, 79, 'sana6532@gmail.com', '2026-01-04 15:37:39', '2026-01-04 15:37:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:29:43', '2026-01-04 15:37:39', '', NULL), +(1382, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:33:24', '2026-05-24 00:20:11', '', NULL), +(1383, 5, 'sboumnina@hotmail.com', '2026-01-21 22:48:52', '2026-01-21 22:48:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:34:40', '2026-01-21 22:48:52', '', NULL), +(1384, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 15:41:14', '2026-01-26 22:38:02', '', NULL), +(1385, 1, 'larbi.elabidi@gmail.com', '2026-01-04 15:48:29', '2026-01-04 15:48:29', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:41:34', '2026-01-04 15:48:29', '', NULL), +(1386, 57, 'sshawoo123@gmail.com', '2026-01-18 18:09:35', '2026-01-18 18:09:35', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:43:47', '2026-01-18 18:09:35', '', NULL), +(1387, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 15:48:47', '2026-01-18 07:27:58', '', NULL), +(1388, 120, 'a.irfan4155@gmail.com', '2026-01-04 16:15:47', '2026-01-04 16:15:47', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 16:09:23', '2026-01-04 16:15:47', '', NULL), +(1389, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2600:387:15:6b1d::8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/399.2.845414227 Mobile/15E148 Safari/604.1', '2026-01-04 16:14:25', '2026-04-19 15:33:10', '', NULL), +(1390, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '2607:fb91:2d24:319:a8e7:a025:d118:cb84', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1', '2026-01-04 16:14:57', '2026-01-25 22:18:06', '', NULL), +(1391, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2026-01-04 16:17:20', '2026-04-19 15:33:10', '', NULL), +(1392, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2026-01-04 16:18:20', '2026-01-25 22:18:06', '', NULL), +(1393, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 16:18:29', '2026-02-22 16:50:25', '', NULL), +(1394, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 16:18:30', '2026-02-22 16:50:25', '', NULL), +(1395, 301, 'sub1@gmail.com', '2026-01-04 16:18:32', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', '2026-01-04 16:18:32', '2026-01-04 16:18:32', '', NULL), +(1396, 24, 'shamimansarionweb@gmail.com', '2026-01-11 15:44:05', '2026-01-11 15:44:05', '2600:1000:b186:e29f:7cf8:5356:fa46:3f0f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1', '2026-01-04 17:22:53', '2026-01-11 15:44:05', '', NULL), +(1397, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '2600:1000:b11c:8e0d:6c62:294b:c669:6feb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-04 17:29:59', '2026-03-08 15:05:01', '', NULL), +(1398, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-04 17:30:21', '2026-03-08 15:05:01', '', NULL), +(1399, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-04 23:53:59', '2026-01-26 01:02:21', '', NULL), +(1400, 138, 'safdaw486@gmail.com', '2026-01-05 18:37:51', '2026-01-05 18:37:51', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-01-05 17:38:55', '2026-01-05 18:37:51', '', NULL), +(1401, 138, 'safdaw486@gmail.com', '2026-01-11 17:16:45', '2026-01-11 17:16:45', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-01-05 21:38:27', '2026-01-11 17:16:45', '', NULL), +(1402, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:1513:5a45:bed3:744b', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-07 03:30:18', '2026-01-18 07:27:58', '', NULL), +(1403, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-07 20:48:51', '2026-01-26 01:02:21', '', NULL), +(1404, 83, 'simrahussain98@gmail.com', '2026-01-13 23:12:07', '2026-01-13 23:12:07', '2a09:bac3:8a8e:1046::19f:a1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-07 22:11:00', '2026-01-13 23:12:07', '', NULL), +(1405, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-09 00:51:23', '2026-01-26 01:02:21', '', NULL), +(1406, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:e799:399f:b7bf:114e', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-09 01:56:05', '2026-01-18 07:27:58', '', NULL), +(1407, 2, 'moulay.elabidi@gmail.com', '2026-01-11 16:06:23', '2026-01-11 16:06:23', '2601:18f:800:b7f7:a3:7111:a604:39b8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-10 05:32:19', '2026-01-11 16:06:23', '', NULL), +(1408, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-10 05:36:29', '2026-01-26 01:02:21', '', NULL), +(1409, 187, 'fivespot14@gmail.com', '2026-01-10 20:23:12', NULL, '2600:4040:5cc8:ab00:812a:a470:1a5f:60da', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2026-01-10 20:23:12', '2026-01-10 20:23:12', '', NULL), +(1410, 101, 'aminazgani@gmail.com', '2026-01-10 22:19:41', '2026-01-10 22:19:41', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-10 22:04:57', '2026-01-10 22:19:41', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1411, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-10 23:02:34', '2026-05-24 00:20:11', '', NULL), +(1412, 161, 'shamimasume2@gmail.com', '2026-01-11 03:06:53', '2026-01-11 03:06:53', '2600:4040:5023:8300:51ef:3d6e:f76d:547a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-11 03:06:02', '2026-01-11 03:06:53', '', NULL), +(1413, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:ba63:c44:c16c:b730', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 07:40:00', '2026-01-18 07:27:58', '', NULL), +(1414, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '2600:4040:502b:5e00:8c4e:18dc:8771:16dd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 13:52:12', '2026-01-18 18:14:37', '', NULL), +(1415, 205, 'diana.streete85@gmail.com', '2026-01-11 14:08:27', NULL, '2600:382:bf98:3499:a84f:1e31:515:741f', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143 Version/11.1.1 Safari/605.1.15', '2026-01-11 14:08:27', '2026-01-11 14:08:27', '', NULL), +(1416, 161, 'shamimasume2@gmail.com', '2026-01-11 14:31:28', '2026-01-11 14:31:28', '2600:4040:5023:8300:51ef:3d6e:f76d:547a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-11 14:31:21', '2026-01-11 14:31:28', '', NULL), +(1417, 161, 'shamimasume2@gmail.com', '2026-01-18 16:19:44', '2026-01-18 16:19:44', '2600:4040:5023:8300:51ef:3d6e:f76d:547a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-11 14:33:42', '2026-01-18 16:19:44', '', NULL), +(1418, 187, 'fivespot14@gmail.com', '2026-01-11 14:38:59', NULL, '68.160.166.52', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2026-01-11 14:38:59', '2026-01-11 14:38:59', '', NULL), +(1419, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 14:57:35', '2026-01-25 23:51:51', '', NULL), +(1420, 57, 'sshawoo123@gmail.com', '2026-01-18 18:09:35', '2026-01-18 18:09:35', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 14:58:21', '2026-01-18 18:09:35', '', NULL), +(1421, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 15:06:14', '2026-02-01 15:42:38', '', NULL), +(1422, 24, 'shamimansarionweb@gmail.com', '2026-01-11 15:44:05', '2026-01-11 15:44:05', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 15:06:59', '2026-01-11 15:44:05', '', NULL), +(1423, 79, 'sana6532@gmail.com', '2026-01-11 17:34:21', '2026-01-11 17:34:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 15:08:31', '2026-01-11 17:34:21', '', NULL), +(1424, 2, 'moulay.elabidi@gmail.com', '2026-01-11 16:06:23', '2026-01-11 16:06:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 15:09:47', '2026-01-11 16:06:23', '', NULL), +(1425, 138, 'safdaw486@gmail.com', '2026-01-11 17:16:45', '2026-01-11 17:16:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 15:36:16', '2026-01-11 17:16:45', '', NULL), +(1426, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 15:39:28', '2026-02-01 17:33:30', '', NULL), +(1427, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2026-01-11 15:44:17', '2026-04-12 15:13:18', '', NULL), +(1428, 2, 'moulay.elabidi@gmail.com', '2026-01-11 16:06:23', '2026-01-11 16:06:23', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 15:44:22', '2026-01-11 16:06:23', '', NULL), +(1429, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 15:47:00', '2026-01-18 18:14:37', '', NULL), +(1430, 13, 'rosinacotton@hotmail.com', '2026-01-11 15:54:09', NULL, '71.233.186.162', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-11 15:54:09', '2026-01-11 15:54:09', '', NULL), +(1431, 33, 'aasiyafvh@gmail.com', '2026-01-11 15:57:32', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 15:57:32', '2026-01-11 15:57:32', '', NULL), +(1432, 94, 'maboumahmoud@gmail.com', '2026-01-11 16:05:38', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:05:38', '2026-01-11 16:05:38', '', NULL), +(1433, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:06:26', '2026-05-24 00:20:11', '', NULL), +(1434, 24, 'shamimansarionweb@gmail.com', '2026-01-11 16:07:22', '2026-01-11 16:07:22', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 16:06:34', '2026-01-11 16:07:22', '', NULL), +(1435, 129, 'emman.benjamel@gmail.com', '2026-02-01 16:19:17', '2026-02-01 16:19:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:15:38', '2026-02-01 16:19:17', '', NULL), +(1436, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:20:04', '2026-04-19 15:33:10', '', NULL), +(1437, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:26:20', '2026-03-29 14:34:34', '', NULL), +(1438, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:26:33', '2026-03-29 15:03:04', '', NULL), +(1439, 132, 'badianourti@yahoo.com', '2026-01-11 17:19:54', '2026-01-11 17:19:54', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 16:47:06', '2026-01-11 17:19:54', '', NULL), +(1440, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 16:49:38', '2026-01-26 22:38:02', '', NULL), +(1441, 106, 'oumar4@aol.com', '2026-01-11 16:51:36', NULL, '2600:1000:a122:5970:bc24:8ee8:8cd9:2b92', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-11 16:51:36', '2026-01-11 16:51:36', '', NULL), +(1442, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 16:52:49', '2026-01-26 00:23:44', '', NULL), +(1443, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 17:11:24', '2026-02-07 04:47:15', '', NULL), +(1444, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-11 17:11:37', '2026-02-22 17:57:58', '', NULL), +(1445, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 17:20:16', '2026-01-26 00:23:44', '', NULL), +(1446, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-11 17:21:53', '2026-01-25 22:18:06', '', NULL), +(1447, 24, 'shamimansarionweb@gmail.com', '2026-01-18 16:18:18', '2026-01-18 16:18:18', '2600:1000:b186:e29f:d411:4005:ce58:e7a1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1', '2026-01-11 17:52:45', '2026-01-18 16:18:18', '', NULL), +(1448, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-01-11 18:30:40', '2026-01-26 00:23:44', '', NULL), +(1449, 98, 'moe_gaabass@yahoo.com', '2026-01-11 18:49:30', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-11 18:49:30', '2026-01-11 18:49:30', '', NULL), +(1450, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '68.160.143.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/402.0.850515619 Mobile/15E148 Safari/604.1', '2026-01-12 00:01:29', '2026-02-01 17:51:19', '', NULL), +(1451, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', '2026-01-12 02:17:03', '2026-01-28 03:10:39', '', NULL), +(1452, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-13 02:02:39', '2026-01-26 01:02:21', '', NULL), +(1453, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:998e:dd98:e30:94cc', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0', '2026-01-13 19:34:50', '2026-01-18 07:27:58', '', NULL), +(1454, 83, 'simrahussain98@gmail.com', '2026-01-13 23:12:07', '2026-01-13 23:12:07', '2600:4040:501b:c500:6093:ba5e:fd2b:7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-13 22:30:03', '2026-01-13 23:12:07', '', NULL), +(1455, 83, 'simrahussain98@gmail.com', '2026-01-13 23:12:07', '2026-01-13 23:12:07', '2600:4040:501b:c500:6093:ba5e:fd2b:7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-13 22:48:03', '2026-01-13 23:12:07', '', NULL), +(1456, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-14 00:17:47', '2026-01-26 01:02:21', '', NULL), +(1457, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:93f6:347:fb4c:d35d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-15 04:38:05', '2026-01-18 07:27:58', '', NULL), +(1458, 98, 'moe_gaabass@yahoo.com', '2026-01-15 15:52:59', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-15 15:52:59', '2026-01-15 15:52:59', '', NULL), +(1459, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-15 22:56:41', '2026-01-26 01:02:21', '', NULL), +(1460, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-17 00:59:43', '2026-01-26 01:02:21', '', NULL), +(1461, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-17 04:22:47', '2026-01-26 01:02:21', '', NULL), +(1462, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '2601:18f:800:b7f7:141:b184:e3df:9175', 'Mozilla/5.0 (iPad; CPU OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-01-17 04:25:56', '2026-01-26 00:23:44', '', NULL), +(1463, 83, 'simrahussain98@gmail.com', '2026-01-18 15:41:05', '2026-01-18 15:41:05', '2600:4040:501b:c500:806c:bd82:6dbb:c512', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-17 19:30:14', '2026-01-18 15:41:05', '', NULL), +(1464, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '2a04:4e41:71b:70a1::621b:70a1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-01-17 21:19:55', '2026-03-01 17:15:32', '', NULL), +(1465, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:ddf5:637e:2333:caff', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-17 22:02:55', '2026-02-01 17:51:19', '', NULL), +(1466, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 02:36:24', '2026-05-24 00:20:11', '', NULL), +(1467, 1, 'larbi.elabidi@gmail.com', '2026-01-18 07:27:58', '2026-01-18 07:27:58', '2601:18f:800:b7f7:10ae:ffe5:5b04:20ce', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 07:22:36', '2026-01-18 07:27:58', '', NULL), +(1468, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '2601:18f:800:b7f7:10ae:ffe5:5b04:20ce', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 07:28:06', '2026-01-26 00:23:44', '', NULL), +(1469, 94, 'maboumahmoud@gmail.com', '2026-01-18 12:40:34', NULL, '73.143.41.170', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-01-18 12:40:34', '2026-01-18 12:40:34', '', NULL), +(1470, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '2600:100d:b090:fdfe:a1b7:787b:34e6:1d4f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.85 Mobile/15E148 Safari/604.1', '2026-01-18 12:55:35', '2026-04-12 15:13:18', '', NULL), +(1471, 57, 'sshawoo123@gmail.com', '2026-01-18 18:09:35', '2026-01-18 18:09:35', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 14:54:12', '2026-01-18 18:09:35', '', NULL), +(1472, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:03:31', '2026-03-08 15:05:01', '', NULL), +(1473, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:03:48', '2026-03-29 14:34:34', '', NULL), +(1474, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:06:59', '2026-05-03 15:05:24', '', NULL), +(1475, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:12:30', '2026-01-25 22:18:06', '', NULL), +(1476, 19, 'shahabhussain@hotmail.com', '2026-01-18 18:14:37', '2026-01-18 18:14:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-18 15:12:34', '2026-01-18 18:14:37', '', NULL), +(1477, 24, 'shamimansarionweb@gmail.com', '2026-01-18 16:18:18', '2026-01-18 16:18:18', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-18 15:14:58', '2026-01-18 16:18:18', '', NULL), +(1478, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:18:58', '2026-05-24 00:20:11', '', NULL), +(1479, 129, 'emman.benjamel@gmail.com', '2026-02-01 16:19:17', '2026-02-01 16:19:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:22:48', '2026-02-01 16:19:17', '', NULL), +(1480, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-01-18 15:23:26', '2026-02-08 17:18:22', '', NULL), +(1481, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:28:49', '2026-02-01 15:42:38', '', NULL), +(1482, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-18 15:29:18', '2026-04-19 15:33:10', '', NULL), +(1483, 132, 'badianourti@yahoo.com', '2026-02-01 16:05:11', '2026-02-01 16:05:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:32:33', '2026-02-01 16:05:11', '', NULL), +(1484, 138, 'safdaw486@gmail.com', '2026-01-18 16:47:43', '2026-01-18 16:47:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:37:52', '2026-01-18 16:47:43', '', NULL), +(1485, 83, 'simrahussain98@gmail.com', '2026-01-18 15:41:05', '2026-01-18 15:41:05', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:39:29', '2026-01-18 15:41:05', '', NULL), +(1486, 79, 'sana6532@gmail.com', '2026-01-18 15:46:39', '2026-01-18 15:46:39', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 15:43:29', '2026-01-18 15:46:39', '', NULL), +(1487, 115, 'alaa.reda.mahmoud@gmail.com', '2026-01-18 15:54:58', NULL, '2600:1000:b15b:14b7:2401:92e3:9002:d126', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-18 15:54:58', '2026-01-18 15:54:58', '', NULL), +(1488, 115, 'alaa.reda.mahmoud@gmail.com', '2026-01-18 15:54:58', NULL, '2600:1000:b15b:14b7:2401:92e3:9002:d126', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-01-18 15:54:58', '2026-01-18 15:54:58', '', NULL), +(1489, 161, 'shamimasume2@gmail.com', '2026-01-18 16:19:44', '2026-01-18 16:19:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 16:16:44', '2026-01-18 16:19:44', '', NULL), +(1490, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-18 16:18:35', '2026-01-26 00:23:44', '', NULL), +(1491, 24, 'shamimansarionweb@gmail.com', '2026-02-01 16:22:49', '2026-02-01 16:22:49', '2600:1000:b187:4fac:d13a:bb74:a1b4:7f1e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.85 Mobile/15E148 Safari/604.1', '2026-01-18 16:29:32', '2026-02-01 16:22:49', '', NULL), +(1492, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-18 16:49:59', '2026-02-01 17:33:30', '', NULL), +(1493, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2607:fb91:d45:c7de:ac39:9937:b1df:775c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-18 18:27:14', '2026-04-19 01:19:00', '', NULL), +(1494, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-18 18:39:55', '2026-01-26 22:38:02', '', NULL), +(1495, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:ddf5:637e:2333:caff', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-19 13:58:37', '2026-02-01 17:51:19', '', NULL), +(1496, 78, 'simrahazmi218@gmail.com', '2026-01-19 20:37:49', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-19 20:37:49', '2026-01-19 20:37:49', '', NULL), +(1497, 57, 'sshawoo123@gmail.com', '2026-01-19 22:16:18', '2026-01-19 22:16:18', '2601:18f:800:b7f7:a7c2:4799:5581:a621', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-19 22:15:00', '2026-01-19 22:16:18', '', NULL), +(1498, 57, 'sshawoo123@gmail.com', '2026-01-19 22:16:18', '2026-01-19 22:16:18', '2601:18f:800:b7f7:a7c2:4799:5581:a621', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-19 22:15:07', '2026-01-19 22:16:18', '', NULL), +(1499, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '2601:18f:800:b7f7:a7c2:4799:5581:a621', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-19 22:16:24', '2026-01-26 00:23:44', '', NULL), +(1500, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:ddf5:637e:2333:caff', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-20 10:57:56', '2026-02-01 17:51:19', '', NULL), +(1501, 98, 'moe_gaabass@yahoo.com', '2026-01-20 19:36:03', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-20 19:36:03', '2026-01-20 19:36:03', '', NULL), +(1502, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-21 03:27:26', '2026-01-26 01:02:21', '', NULL), +(1503, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '2601:18f:800:b7f7:83e3:ba70:7404:2788', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-21 03:28:10', '2026-01-26 00:23:44', '', NULL), +(1504, 98, 'moe_gaabass@yahoo.com', '2026-01-21 15:56:32', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-21 15:56:32', '2026-01-21 15:56:32', '', NULL), +(1505, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:de39:3bae:b142:cdf1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-21 16:57:30', '2026-04-19 01:19:00', '', NULL), +(1506, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:de39:3bae:b142:cdf1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-21 16:57:30', '2026-04-19 01:19:00', '', NULL), +(1507, 5, 'sboumnina@hotmail.com', '2026-01-21 22:48:52', '2026-01-21 22:48:52', '2601:18f:903:d370:f04e:45f5:c5a5:1517', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-21 21:34:26', '2026-01-21 22:48:52', '', NULL), +(1508, 5, 'sboumnina@hotmail.com', '2026-01-22 14:40:42', '2026-01-22 14:40:42', '96.89.195.221', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-22 14:15:59', '2026-01-22 14:40:42', '', NULL), +(1509, 98, 'moe_gaabass@yahoo.com', '2026-01-22 15:27:32', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-22 15:27:32', '2026-01-22 15:27:32', '', NULL), +(1510, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:5028:7600:dca2:679d:d44e:9a02', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-22 23:22:58', '2026-03-29 14:34:34', '', NULL), +(1511, 5, 'sboumnina@hotmail.com', '2026-01-23 02:22:38', '2026-01-23 02:22:38', '2601:18f:903:d370:fdec:fd8e:7b37:c1d8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-23 00:50:20', '2026-01-23 02:22:38', '', NULL), +(1512, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-23 01:14:40', '2026-01-26 01:02:21', '', NULL), +(1513, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:619c:9616:6c0d:8993', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-23 11:49:46', '2026-02-01 17:51:19', '', NULL), +(1514, 98, 'moe_gaabass@yahoo.com', '2026-01-23 19:39:27', NULL, '188.236.174.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-23 19:39:27', '2026-01-23 19:39:27', '', NULL), +(1515, 98, 'moe_gaabass@yahoo.com', '2026-01-24 16:04:21', NULL, '37.39.182.239', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-24 16:04:21', '2026-01-24 16:04:21', '', NULL), +(1516, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:619c:9616:6c0d:8993', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-24 18:04:30', '2026-02-01 17:51:19', '', NULL), +(1517, 138, 'safdaw486@gmail.com', '2026-01-25 01:07:03', '2026-01-25 01:07:03', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-01-25 00:02:19', '2026-01-25 01:07:03', '', NULL), +(1518, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 01:47:57', '2026-05-24 00:20:11', '', NULL), +(1519, 1, 'larbi.elabidi@gmail.com', '2026-01-25 21:18:59', '2026-01-25 21:18:59', '2601:18f:800:b7f7:6985:90bd:f9f6:99f', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-25 05:33:42', '2026-01-25 21:18:59', '', NULL), +(1520, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:50c2:1a4f:2bb:cb92', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-25 16:16:40', '2026-04-19 15:17:49', '', NULL), +(1521, 78, 'simrahazmi218@gmail.com', '2026-01-25 18:27:14', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 18:27:14', '2026-01-25 18:27:14', '', NULL), +(1522, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-01-25 18:29:17', '2026-02-22 17:57:58', '', NULL), +(1523, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:5028:7600:242f:2be:75f1:90d9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/404.0.856692123 Mobile/15E148 Safari/604.1', '2026-01-25 18:38:17', '2026-03-29 14:34:34', '', NULL), +(1524, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 19:34:05', '2026-05-24 00:20:11', '', NULL), +(1525, 140, 'noor.bhatti202@gmail.com', '2026-01-25 20:15:38', NULL, '2600:4040:50cf:ce00:ecde:1102:64ae:41c5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-25 20:15:38', '2026-01-25 20:15:38', '', NULL), +(1526, 1, 'larbi.elabidi@gmail.com', '2026-01-25 21:18:59', '2026-01-25 21:18:59', '2601:18f:800:b7f7:e9a2:a83b:bd2f:16d4', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-25 20:34:03', '2026-01-25 21:18:59', '', NULL), +(1527, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:698a:93ca:a8ff:1e3e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 20:48:21', '2026-04-19 15:33:10', '', NULL), +(1528, 3, 'kelabidi0@gmail.com', '2026-01-25 22:18:06', '2026-01-25 22:18:06', '2601:18f:800:b7f7:e9a2:a83b:bd2f:16d4', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-25 21:19:03', '2026-01-25 22:18:06', '', NULL), +(1529, 5, 'sboumnina@hotmail.com', '2026-01-26 04:05:24', '2026-01-26 04:05:24', '2601:18f:903:d370:6f92:1b92:5aa0:a83c', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 21:25:27', '2026-01-26 04:05:24', '', NULL), +(1530, 97, 'makaltoum1990@hotmail.com', '2026-01-26 00:51:22', '2026-01-26 00:51:22', '2601:18f:27c:e3f0:b8bc:e1f4:ddf0:4e88', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-25 21:33:14', '2026-01-26 00:51:22', '', NULL), +(1531, 97, 'makaltoum1990@hotmail.com', '2026-01-26 00:51:22', '2026-01-26 00:51:22', '2601:18f:27c:e3f0:a578:eb40:3e21:e871', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-25 21:33:38', '2026-01-26 00:51:22', '', NULL), +(1532, 1, 'larbi.elabidi@gmail.com', '2026-01-30 05:35:12', '2026-01-30 05:35:12', '2601:18f:800:b7f7:e9a2:a83b:bd2f:16d4', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-25 22:18:10', '2026-01-30 05:35:12', '', NULL), +(1533, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '151.204.255.236', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-01-25 22:21:09', '2026-02-22 16:50:25', '', NULL), +(1534, 3, 'kelabidi0@gmail.com', '2026-01-26 00:22:02', '2026-01-26 00:22:02', '2601:18f:800:b7f7:3e26:4902:c57f:e55c', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-25 22:29:18', '2026-01-26 00:22:02', '', NULL), +(1535, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2601:18f:802:75d0:4a7d:8af:9e89:e1a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-25 23:07:36', '2026-02-08 17:18:22', '', NULL), +(1536, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2601:18f:802:75d0:79de:efcc:8cb:2e6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-25 23:07:44', '2026-02-08 17:18:22', '', NULL), +(1537, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-25 23:51:51', '2026-01-25 23:51:51', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-25 23:31:39', '2026-01-25 23:51:51', '', NULL), +(1538, 4, 'olemtiri@hotmail.com', '2026-01-26 01:02:21', '2026-01-26 01:02:21', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-25 23:51:56', '2026-01-26 01:02:21', '', NULL), +(1539, 79, 'sana6532@gmail.com', '2026-01-26 23:38:04', '2026-01-26 23:38:04', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 00:02:59', '2026-01-26 23:38:04', '', NULL), +(1540, 2, 'moulay.elabidi@gmail.com', '2026-01-26 00:23:44', '2026-01-26 00:23:44', '2601:18f:800:b7f7:c16a:117:ec54:12d0', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-26 00:22:27', '2026-01-26 00:23:44', '', NULL), +(1541, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-26 03:51:22', '2026-01-26 03:51:22', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 01:02:43', '2026-01-26 03:51:22', '', NULL), +(1542, 161, 'shamimasume2@gmail.com', '2026-02-01 16:17:48', '2026-02-01 16:17:48', '2600:4040:5023:8300:58da:2334:99cd:be6e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 02:27:39', '2026-02-01 16:17:48', '', NULL), +(1543, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-26 04:18:47', '2026-01-26 04:18:47', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 03:52:56', '2026-01-26 04:18:47', '', NULL), +(1544, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '2600:4040:5134:3700:44e1:cdac:18b3:2176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-26 03:55:45', '2026-03-29 15:03:04', '', NULL), +(1545, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:5028:7600:99ad:35f5:5a95:4307', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 04:02:50', '2026-03-29 14:34:34', '', NULL), +(1546, 5, 'sboumnina@hotmail.com', '2026-01-26 04:42:32', '2026-01-26 04:42:32', '2601:18f:903:d370:4604:6f74:aa62:5bdb', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-26 04:05:41', '2026-01-26 04:42:32', '', NULL), +(1547, 3, 'kelabidi0@gmail.com', '2026-01-26 04:24:59', '2026-01-26 04:24:59', '2601:18f:800:b7f7:f3c7:3883:89aa:7d5f', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-26 04:12:39', '2026-01-26 04:24:59', '', NULL), +(1548, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-26 05:46:32', '2026-01-26 05:46:32', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 04:21:39', '2026-01-26 05:46:32', '', NULL), +(1549, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-01-26 04:36:50', '2026-02-07 04:47:15', '', NULL), +(1550, 45, 'ejjiyar-soundouss@hotmail.com', '2026-01-26 05:46:32', '2026-01-26 05:46:32', '66.31.122.224', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-26 05:42:58', '2026-01-26 05:46:32', '', NULL), +(1551, 33, 'aasiyafvh@gmail.com', '2026-01-26 11:57:20', NULL, '2600:4040:5134:3700:1d09:3a4d:c07e:e0f6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2026-01-26 11:57:20', '2026-01-26 11:57:20', '', NULL), +(1552, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:38:02', '2026-01-26 22:38:02', '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-26 17:06:49', '2026-01-26 22:38:02', '', NULL), +(1553, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '2600:4040:5134:3700:44e1:cdac:18b3:2176', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-26 17:47:32', '2026-03-29 15:03:04', '', NULL), +(1554, 79, 'sana6532@gmail.com', '2026-01-26 23:38:04', '2026-01-26 23:38:04', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 19:11:21', '2026-01-26 23:38:04', '', NULL), +(1555, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:7018:d770:2d7d:5446', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-26 20:02:45', '2026-02-01 17:51:19', '', NULL), +(1556, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '151.204.255.236', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-01-26 21:04:03', '2026-02-22 16:50:25', '', NULL), +(1557, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '151.204.255.236', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-26 21:07:45', '2026-02-22 16:50:25', '', NULL), +(1558, 99, 'hassan.jafri10@gmail.com', '2026-01-26 22:47:10', NULL, '2601:18f:901:2780:7844:7e7:c87c:c0e4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 22:47:10', '2026-01-26 22:47:10', '', NULL), +(1559, 140, 'noor.bhatti202@gmail.com', '2026-01-26 23:32:26', NULL, '151.204.255.236', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-26 23:32:26', '2026-01-26 23:32:26', '', NULL), +(1560, 5, 'sboumnina@hotmail.com', '2026-01-27 01:45:54', '2026-01-27 01:45:54', '2601:18f:903:d370:fa94:db80:631a:aeeb', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-01-27 00:16:50', '2026-01-27 01:45:54', '', NULL), +(1561, 1, 'larbi.elabidi@gmail.com', '2026-01-30 05:35:12', '2026-01-30 05:35:12', '2601:18f:800:b7f7:c385:3c39:dce3:a7d1', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-27 02:39:03', '2026-01-30 05:35:12', '', NULL), +(1562, 4, 'olemtiri@hotmail.com', '2026-02-01 05:25:53', '2026-02-01 05:25:53', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-27 04:29:23', '2026-02-01 05:25:53', '', NULL), +(1563, 79, 'sana6532@gmail.com', '2026-01-27 04:40:25', '2026-01-27 04:40:25', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-27 04:39:24', '2026-01-27 04:40:25', '', NULL), +(1564, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-27 13:49:50', '2026-01-28 03:10:39', '', NULL), +(1565, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-01-27 14:12:18', '2026-02-22 17:57:58', '', NULL), +(1566, 99, 'hassan.jafri10@gmail.com', '2026-01-27 18:37:18', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-01-27 18:37:18', '2026-01-27 18:37:18', '', NULL), +(1567, 94, 'maboumahmoud@gmail.com', '2026-01-27 23:43:15', NULL, '73.143.41.170', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-27 23:43:15', '2026-01-27 23:43:15', '', NULL), +(1568, 2, 'moulay.elabidi@gmail.com', '2026-01-30 05:50:35', '2026-01-30 05:50:35', '2601:18f:800:b7f7:1d51:7d60:4602:8441', 'Mozilla/5.0 (iPad; CPU OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-01-28 00:30:05', '2026-01-30 05:50:35', '', NULL), +(1569, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:380b:2ca1:d82c:d94d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/404.0.856692123 Mobile/15E148 Safari/604.1', '2026-01-28 00:59:24', '2026-04-19 15:33:10', '', NULL), +(1570, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:380b:2ca1:d82c:d94d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/404.0.856692123 Mobile/15E148 Safari/604.1', '2026-01-28 00:59:24', '2026-04-19 15:33:10', '', NULL), +(1571, 43, 'aichati@yahoo.fr', '2026-01-28 03:10:39', '2026-01-28 03:10:39', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', '2026-01-28 01:57:33', '2026-01-28 03:10:39', '', NULL), +(1572, 161, 'shamimasume2@gmail.com', '2026-02-01 16:17:48', '2026-02-01 16:17:48', '2600:4040:5023:8300:11d2:995b:2d59:5eaa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-28 02:20:58', '2026-02-01 16:17:48', '', NULL), +(1573, 1, 'larbi.elabidi@gmail.com', '2026-01-30 05:35:12', '2026-01-30 05:35:12', '2601:18f:800:b7f7:26fd:9669:ef1c:c119', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-28 02:44:44', '2026-01-30 05:35:12', '', NULL), +(1574, 43, 'aichati@yahoo.fr', '2026-01-28 04:41:51', '2026-01-28 04:41:51', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', '2026-01-28 04:25:33', '2026-01-28 04:41:51', '', NULL), +(1575, 2, 'moulay.elabidi@gmail.com', '2026-01-30 05:50:35', '2026-01-30 05:50:35', '2601:18f:800:b7f7:2c7e:233f:9950:eed3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-01-28 17:10:47', '2026-01-30 05:50:35', '', NULL), +(1576, 98, 'moe_gaabass@yahoo.com', '2026-01-28 18:49:41', NULL, '2a00:1851:1f:12d3:fc4d:4ca5:5e6a:6626', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-28 18:49:41', '2026-01-28 18:49:41', '', NULL), +(1577, 2, 'moulay.elabidi@gmail.com', '2026-01-30 05:50:35', '2026-01-30 05:50:35', '2601:18f:800:b7f7:e499:ca3b:ae5f:193e', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-28 20:16:13', '2026-01-30 05:50:35', '', NULL), +(1578, 1, 'larbi.elabidi@gmail.com', '2026-01-30 05:35:12', '2026-01-30 05:35:12', '2601:18f:800:b7f7:e499:ca3b:ae5f:193e', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-28 21:39:01', '2026-01-30 05:35:12', '', NULL), +(1579, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2601:18f:802:75d0:c577:8c36:4a28:7ed1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-01-28 23:53:21', '2026-02-08 17:18:22', '', NULL), +(1580, 138, 'safdaw486@gmail.com', '2026-02-01 16:32:42', '2026-02-01 16:32:42', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-01-29 20:25:53', '2026-02-01 16:32:42', '', NULL), +(1581, 98, 'moe_gaabass@yahoo.com', '2026-01-30 01:59:01', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-30 01:59:01', '2026-01-30 01:59:01', '', NULL), +(1582, 1, 'larbi.elabidi@gmail.com', '2026-01-30 05:35:12', '2026-01-30 05:35:12', '2601:18f:800:b7f7:56f2:2e86:cb7e:4411', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-30 03:31:42', '2026-01-30 05:35:12', '', NULL), +(1583, 4, 'olemtiri@hotmail.com', '2026-02-01 05:25:53', '2026-02-01 05:25:53', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-30 03:46:54', '2026-02-01 05:25:53', '', NULL), +(1584, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-01-30 05:18:48', '2026-02-07 04:47:15', '', NULL), +(1585, 2, 'moulay.elabidi@gmail.com', '2026-01-30 05:50:35', '2026-01-30 05:50:35', '2601:18f:800:b7f7:56f2:2e86:cb7e:4411', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-30 05:35:38', '2026-01-30 05:50:35', '', NULL), +(1586, 3, 'kelabidi0@gmail.com', '2026-02-01 18:00:51', '2026-02-01 18:00:51', '2601:18f:800:b7f7:fc5d:cdd4:6f4c:92c2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-01-30 05:36:17', '2026-02-01 18:00:51', '', NULL), +(1587, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:26:14', '2026-02-01 05:26:14', '2601:18f:800:b7f7:56f2:2e86:cb7e:4411', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-30 05:50:39', '2026-02-01 05:26:14', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1588, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-01-30 15:47:38', '2026-02-22 17:57:58', '', NULL), +(1589, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:2081:808f:9785:5d1e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-01-30 17:25:52', '2026-04-19 01:19:00', '', NULL), +(1590, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:26:14', '2026-02-01 05:26:14', '2601:18f:800:b7f7:56f2:2e86:cb7e:4411', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-30 21:23:03', '2026-02-01 05:26:14', '', NULL), +(1591, 98, 'moe_gaabass@yahoo.com', '2026-01-31 01:38:51', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-01-31 01:38:51', '2026-01-31 01:38:51', '', NULL), +(1592, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:26:14', '2026-02-01 05:26:14', '24.34.185.128', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-01-31 03:09:58', '2026-02-01 05:26:14', '', NULL), +(1593, 153, 'kousami@gmail.com', '2026-02-08 15:35:42', '2026-02-08 15:35:42', '2607:fb91:d71:c835:e00f:4d02:cacb:6aec', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-01-31 03:11:27', '2026-02-08 15:35:42', '', NULL), +(1594, 4, 'olemtiri@hotmail.com', '2026-02-01 05:25:53', '2026-02-01 05:25:53', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 04:52:32', '2026-02-01 05:25:53', '', NULL), +(1595, 30, 'taiobmdjamshed@yahoo.com', '2026-01-31 14:10:23', NULL, '64.218.148.77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-01-31 14:10:23', '2026-01-31 14:10:23', '', NULL), +(1596, 1, 'larbi.elabidi@gmail.com', '2026-01-31 20:28:43', '2026-01-31 20:28:43', '2601:18f:800:b7f7:da5:55b7:7088:2985', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-01-31 19:18:36', '2026-01-31 20:28:43', '', NULL), +(1597, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:26:14', '2026-02-01 05:26:14', '2601:18f:800:b7f7:da5:55b7:7088:2985', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 19:25:16', '2026-02-01 05:26:14', '', NULL), +(1598, 140, 'noor.bhatti202@gmail.com', '2026-01-31 21:13:49', NULL, '129.63.248.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 21:13:49', '2026-01-31 21:13:49', '', NULL), +(1599, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '2600:4040:5cc8:8800:47f:e4a0:bded:2582', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 23:44:07', '2026-02-01 17:51:19', '', NULL), +(1600, 101, 'aminazgani@gmail.com', '2026-01-31 23:51:08', '2026-01-31 23:51:08', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 23:47:45', '2026-01-31 23:51:08', '', NULL), +(1601, 101, 'aminazgani@gmail.com', '2026-02-01 00:02:05', '2026-02-01 00:02:05', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-01-31 23:59:59', '2026-02-01 00:02:05', '', NULL), +(1602, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 00:53:18', '2026-05-24 00:20:11', '', NULL), +(1603, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:5028:7600:dc5f:71c2:c6dd:2cbe', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 03:22:32', '2026-03-29 14:34:34', '', NULL), +(1604, 99, 'hassan.jafri10@gmail.com', '2026-02-01 04:51:18', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 04:51:18', '2026-02-01 04:51:18', '', NULL), +(1605, 4, 'olemtiri@hotmail.com', '2026-02-01 05:25:53', '2026-02-01 05:25:53', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 04:51:57', '2026-02-01 05:25:53', '', NULL), +(1606, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '2601:281:97f:70e0:8f4:a495:8291:66e8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/147.2.1 Mobile/15E148 Safari/604.1', '2026-02-01 05:07:30', '2026-04-12 15:13:18', '', NULL), +(1607, 4, 'olemtiri@hotmail.com', '2026-02-01 06:03:55', '2026-02-01 06:03:55', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:25:56', '2026-02-01 06:03:55', '', NULL), +(1608, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:27:12', '2026-02-01 05:27:12', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:26:17', '2026-02-01 05:27:12', '', NULL), +(1609, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:44:46', '2026-02-01 05:44:46', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:27:16', '2026-02-01 05:44:46', '', NULL), +(1610, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:46:40', '2026-02-01 05:46:40', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:44:54', '2026-02-01 05:46:40', '', NULL), +(1611, 2, 'moulay.elabidi@gmail.com', '2026-02-01 05:55:42', '2026-02-01 05:55:42', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:46:47', '2026-02-01 05:55:42', '', NULL), +(1612, 2, 'moulay.elabidi@gmail.com', '2026-02-01 06:12:00', '2026-02-01 06:12:00', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 05:55:45', '2026-02-01 06:12:00', '', NULL), +(1613, 4, 'olemtiri@hotmail.com', '2026-02-01 06:11:39', '2026-02-01 06:11:39', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 06:03:58', '2026-02-01 06:11:39', '', NULL), +(1614, 4, 'olemtiri@hotmail.com', '2026-02-01 06:16:16', '2026-02-01 06:16:16', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 06:12:01', '2026-02-01 06:16:16', '', NULL), +(1615, 2, 'moulay.elabidi@gmail.com', '2026-02-01 06:16:34', '2026-02-01 06:16:34', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 06:12:04', '2026-02-01 06:16:34', '', NULL), +(1616, 2, 'moulay.elabidi@gmail.com', '2026-02-01 17:05:26', '2026-02-01 17:05:26', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 06:16:38', '2026-02-01 17:05:26', '', NULL), +(1617, 4, 'olemtiri@hotmail.com', '2026-02-04 03:44:16', '2026-02-04 03:44:16', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 06:20:20', '2026-02-04 03:44:16', '', NULL), +(1618, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2601:18f:802:75d0:1888:9770:b65a:c15e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-02-01 14:28:25', '2026-02-08 17:18:22', '', NULL), +(1619, 98, 'moe_gaabass@yahoo.com', '2026-02-01 14:43:36', NULL, '2600:1000:b094:b239:488a:abfa:b978:3af1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-02-01 14:43:36', '2026-02-01 14:43:36', '', NULL), +(1620, 1, 'larbi.elabidi@gmail.com', '2026-02-01 15:03:49', '2026-02-01 15:03:49', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 14:46:57', '2026-02-01 15:03:49', '', NULL), +(1621, 2, 'moulay.elabidi@gmail.com', '2026-02-01 17:05:26', '2026-02-01 17:05:26', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 14:49:13', '2026-02-01 17:05:26', '', NULL), +(1622, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 14:57:02', '2026-03-29 14:34:34', '', NULL), +(1623, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 14:57:39', '2026-04-19 15:17:49', '', NULL), +(1624, 138, 'safdaw486@gmail.com', '2026-02-01 16:32:42', '2026-02-01 16:32:42', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 14:58:25', '2026-02-01 16:32:42', '', NULL), +(1625, 19, 'shahabhussain@hotmail.com', '2026-02-26 22:30:59', '2026-02-26 22:30:59', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 14:59:57', '2026-02-26 22:30:59', '', NULL), +(1626, 151, 'hanaelshamy29@gmail.com', '2026-02-01 15:14:54', '2026-02-01 15:14:54', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:05:36', '2026-02-01 15:14:54', '', NULL), +(1627, 129, 'emman.benjamel@gmail.com', '2026-02-01 16:19:17', '2026-02-01 16:19:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:06:16', '2026-02-01 16:19:17', '', NULL), +(1628, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:06:53', '2026-03-08 15:05:01', '', NULL), +(1629, 132, 'badianourti@yahoo.com', '2026-02-01 16:05:11', '2026-02-01 16:05:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:09:17', '2026-02-01 16:05:11', '', NULL), +(1630, 160, 'ms-ai@hotmail.com', '2026-02-01 15:42:38', '2026-02-01 15:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:09:25', '2026-02-01 15:42:38', '', NULL), +(1631, 24, 'shamimansarionweb@gmail.com', '2026-02-01 16:22:49', '2026-02-01 16:22:49', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 15:09:59', '2026-02-01 16:22:49', '', NULL), +(1632, 3, 'kelabidi0@gmail.com', '2026-02-01 18:00:51', '2026-02-01 18:00:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:13:35', '2026-02-01 18:00:51', '', NULL), +(1633, 126, 'wasif.nazar@gmail.com', '2026-02-01 15:15:57', '2026-02-01 15:15:57', '2607:fb90:6801:96b3:c839:e842:2c83:d272', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/405.0.859829126 Mobile/15E148 Safari/604.1', '2026-02-01 15:14:00', '2026-02-01 15:15:57', '', NULL), +(1634, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:15:09', '2026-05-03 15:05:24', '', NULL), +(1635, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:30', '2026-02-01 17:33:30', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:18:01', '2026-02-01 17:33:30', '', NULL), +(1636, 79, 'sana6532@gmail.com', '2026-02-01 15:28:17', '2026-02-01 15:28:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:25:16', '2026-02-01 15:28:17', '', NULL), +(1637, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-02-01 15:37:23', '2026-02-08 17:18:22', '', NULL), +(1638, 160, 'ms-ai@hotmail.com', '2026-02-08 16:29:24', '2026-02-08 16:29:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 15:42:57', '2026-02-08 16:29:24', '', NULL), +(1639, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', '2026-02-01 15:56:17', '2026-04-19 15:33:10', '', NULL), +(1640, 140, 'noor.bhatti202@gmail.com', '2026-02-01 16:15:30', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 16:15:30', '2026-02-01 16:15:30', '', NULL), +(1641, 161, 'shamimasume2@gmail.com', '2026-02-01 16:17:48', '2026-02-01 16:17:48', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 16:15:33', '2026-02-01 16:17:48', '', NULL), +(1642, 94, 'maboumahmoud@gmail.com', '2026-02-01 16:15:44', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 16:15:44', '2026-02-01 16:15:44', '', NULL), +(1643, 115, 'alaa.reda.mahmoud@gmail.com', '2026-02-01 16:15:48', NULL, '2600:1000:b149:8fe9:e5d9:95a3:a033:735b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-02-01 16:15:48', '2026-02-01 16:15:48', '', NULL), +(1644, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 16:15:49', '2026-02-07 04:47:15', '', NULL), +(1645, 68, 'farahbb86@gmail.com', '2026-02-01 17:51:19', '2026-02-01 17:51:19', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 16:19:32', '2026-02-01 17:51:19', '', NULL), +(1646, 24, 'shamimansarionweb@gmail.com', '2026-02-01 16:22:49', '2026-02-01 16:22:49', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-01 16:20:12', '2026-02-01 16:22:49', '', NULL), +(1647, 2, 'moulay.elabidi@gmail.com', '2026-02-01 17:05:26', '2026-02-01 17:05:26', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 16:23:08', '2026-02-01 17:05:26', '', NULL), +(1648, 2, 'moulay.elabidi@gmail.com', '2026-02-01 20:04:29', '2026-02-01 20:04:29', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 17:06:29', '2026-02-01 20:04:29', '', NULL), +(1649, 310, 'ibrahimafzal.m@gmail.com', '2026-02-01 17:08:47', '2026-02-01 17:08:47', '2600:1000:b18c:8261:f590:81ee:2804:cf0f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-01 17:07:22', '2026-02-01 17:08:47', '', NULL), +(1650, 310, 'ibrahimafzal.m@gmail.com', '2026-02-22 16:25:19', '2026-02-22 16:25:19', '2600:1000:b18c:8261:f590:81ee:2804:cf0f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-01 17:08:50', '2026-02-22 16:25:19', '', NULL), +(1651, 149, 'sbhutto@gmail.com', '2026-02-01 17:15:45', '2026-02-01 17:15:45', '2600:4040:5015:e300:8411:7a0:8a1c:ea7d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-01 17:13:00', '2026-02-01 17:15:45', '', NULL), +(1652, 311, 'ekramyassin2025@gmail.com', '2026-02-01 17:13:37', NULL, '2607:fb91:263f:5e0:ac39:9937:e210:ae59', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-01 17:13:37', '2026-02-01 17:13:37', '', NULL), +(1653, 24, 'shamimansarionweb@gmail.com', '2026-02-08 16:05:02', '2026-02-08 16:05:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 17:19:03', '2026-02-08 16:05:02', '', NULL), +(1654, 5, 'sboumnina@hotmail.com', '2026-02-01 17:44:50', '2026-02-01 17:44:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 17:28:28', '2026-02-01 17:44:50', '', NULL), +(1655, 27, 'asharismyson@gmail.com', '2026-02-01 17:29:06', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-01 17:29:06', '2026-02-01 17:29:06', '', NULL), +(1656, 108, 'shadabanwar07@gmail.com', '2026-02-01 17:33:34', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 17:33:34', '2026-02-01 17:33:34', '', NULL), +(1657, 79, 'sana6532@gmail.com', '2026-02-01 17:42:54', '2026-02-01 17:42:54', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-01 17:40:09', '2026-02-01 17:42:54', '', NULL), +(1658, 2, 'moulay.elabidi@gmail.com', '2026-02-01 20:04:29', '2026-02-01 20:04:29', '2601:18f:800:b7f7:5ec5:afe2:e6bb:2496', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 18:37:09', '2026-02-01 20:04:29', '', NULL), +(1659, 128, 'asediqi10@gmail.com', '2026-02-01 19:06:54', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-01 19:06:54', '2026-02-01 19:06:54', '', NULL), +(1660, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 19:15:17', '2026-05-24 00:20:11', '', NULL), +(1661, 128, 'asediqi10@gmail.com', '2026-02-01 19:31:07', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.34 Mobile/15E148 Safari/604.1', '2026-02-01 19:31:07', '2026-02-01 19:31:07', '', NULL), +(1662, 68, 'farahbb86@gmail.com', '2026-02-08 15:40:06', '2026-02-08 15:40:06', '2600:4040:5cc8:8800:47f:e4a0:bded:2582', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 19:37:40', '2026-02-08 15:40:06', '', NULL), +(1663, 2, 'moulay.elabidi@gmail.com', '2026-02-01 21:23:33', '2026-02-01 21:23:33', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-01 20:04:44', '2026-02-01 21:23:33', '', NULL), +(1664, 75, 'mkolia1@gmail.com', '2026-02-01 22:52:42', '2026-02-01 22:52:42', '2601:184:497f:8810:513e:9af:cc38:8cde', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-01 22:51:35', '2026-02-01 22:52:42', '', NULL), +(1665, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2601:18f:27c:e3f0:d969:c71:d20:31d0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-02-02 00:32:41', '2026-04-06 01:53:46', '', NULL), +(1666, 10, 'anisael2@gmail.com', '2026-02-02 02:47:56', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-02-02 02:47:56', '2026-02-02 02:47:56', '', NULL), +(1667, 2, 'moulay.elabidi@gmail.com', '2026-02-28 01:29:34', '2026-02-28 01:29:34', '2601:18f:800:b7f7:5c76:6d7d:10e1:3da6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-02-02 04:49:11', '2026-02-28 01:29:34', '', NULL), +(1668, 99, 'hassan.jafri10@gmail.com', '2026-02-02 15:55:25', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-02 15:55:25', '2026-02-02 15:55:25', '', NULL), +(1669, 4, 'olemtiri@hotmail.com', '2026-02-04 03:44:16', '2026-02-04 03:44:16', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-02 17:48:50', '2026-02-04 03:44:16', '', NULL), +(1670, 2, 'moulay.elabidi@gmail.com', '2026-02-28 01:29:34', '2026-02-28 01:29:34', '2601:18f:800:b7f7:7537:257a:7094:9eff', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-02 19:01:48', '2026-02-28 01:29:34', '', NULL), +(1671, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:1a:5e52:31f1:cab1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 00:14:16', '2026-04-19 15:17:49', '', NULL), +(1672, 68, 'farahbb86@gmail.com', '2026-02-08 15:40:06', '2026-02-08 15:40:06', '2600:4040:5cc8:8800:47f:e4a0:bded:2582', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 12:07:12', '2026-02-08 15:40:06', '', NULL), +(1673, 4, 'olemtiri@hotmail.com', '2026-02-04 03:44:16', '2026-02-04 03:44:16', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 16:32:02', '2026-02-04 03:44:16', '', NULL), +(1674, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '129.63.248.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-03 18:40:37', '2026-05-24 00:20:11', '', NULL), +(1675, 75, 'mkolia1@gmail.com', '2026-02-03 23:22:06', '2026-02-03 23:22:06', '2601:184:497f:8810:513e:9af:cc38:8cde', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-03 23:20:19', '2026-02-03 23:22:06', '', NULL), +(1676, 43, 'aichati@yahoo.fr', '2026-02-04 03:15:43', '2026-02-04 03:15:43', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-02-04 02:58:07', '2026-02-04 03:15:43', '', NULL), +(1677, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-04 03:44:19', '2026-03-01 04:04:37', '', NULL), +(1678, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:1fcc:cfd:af70:96ca', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-04 14:16:06', '2026-02-08 02:53:51', '', NULL), +(1679, 78, 'simrahazmi218@gmail.com', '2026-02-04 18:48:01', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-04 18:48:01', '2026-02-04 18:48:01', '', NULL), +(1680, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:1a:5e52:31f1:cab1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-04 23:59:23', '2026-04-19 15:17:49', '', NULL), +(1681, 43, 'aichati@yahoo.fr', '2026-02-05 02:22:08', '2026-02-05 02:22:08', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-02-05 02:04:13', '2026-02-05 02:22:08', '', NULL), +(1682, 43, 'aichati@yahoo.fr', '2026-02-05 02:24:18', '2026-02-05 02:24:18', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-02-05 02:22:18', '2026-02-05 02:24:18', '', NULL), +(1683, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:4e98:899a:f775:cef7', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-05 05:53:00', '2026-02-08 02:53:51', '', NULL), +(1684, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '199.184.125.1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-05 16:59:23', '2026-02-08 17:18:22', '', NULL), +(1685, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '2600:387:5:803::85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-05 19:21:39', '2026-03-01 04:04:37', '', NULL), +(1686, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:4e98:899a:f775:cef7', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-05 22:20:09', '2026-02-08 02:53:51', '', NULL), +(1687, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-06 03:04:27', '2026-03-01 04:04:37', '', NULL), +(1688, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:e9a8:27e9:f52:1115', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-06 03:04:43', '2026-02-08 02:53:51', '', NULL), +(1689, 78, 'simrahazmi218@gmail.com', '2026-02-06 03:14:38', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-06 03:14:38', '2026-02-06 03:14:38', '', NULL), +(1690, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:5028:7600:dcd:8eb3:752e:2594', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1', '2026-02-06 04:05:21', '2026-03-29 14:34:34', '', NULL), +(1691, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-02-06 05:11:22', '2026-02-07 04:47:15', '', NULL), +(1692, 68, 'farahbb86@gmail.com', '2026-02-08 15:40:06', '2026-02-08 15:40:06', '2600:4040:5cc8:8800:4b7c:7453:58eb:5719', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-06 11:30:26', '2026-02-08 15:40:06', '', NULL), +(1693, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2607:fb91:2693:83a4:95dc:b440:401e:4ddf', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-06 13:22:39', '2026-02-08 17:18:22', '', NULL), +(1694, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-06 19:48:59', '2026-03-01 04:04:37', '', NULL), +(1695, 138, 'safdaw486@gmail.com', '2026-02-08 17:20:45', '2026-02-08 17:20:45', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1', '2026-02-06 19:50:29', '2026-02-08 17:20:45', '', NULL), +(1696, 138, 'safdaw486@gmail.com', '2026-02-08 17:20:45', '2026-02-08 17:20:45', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-02-06 20:04:36', '2026-02-08 17:20:45', '', NULL), +(1697, 78, 'simrahazmi218@gmail.com', '2026-02-06 20:46:00', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-06 20:46:00', '2026-02-06 20:46:00', '', NULL), +(1698, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:61c0:5adf:5c96:9f5c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/406.0.862495628 Mobile/15E148 Safari/604.1', '2026-02-06 22:45:03', '2026-04-19 15:33:10', '', NULL), +(1699, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-02-07 01:23:59', '2026-02-22 17:57:58', '', NULL), +(1700, 68, 'farahbb86@gmail.com', '2026-02-08 15:40:06', '2026-02-08 15:40:06', '2600:4040:5cc8:8800:4b7c:7453:58eb:5719', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 01:59:43', '2026-02-08 15:40:06', '', NULL), +(1701, 98, 'moe_gaabass@yahoo.com', '2026-02-07 02:02:12', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 02:02:12', '2026-02-07 02:02:12', '', NULL), +(1702, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '2601:18f:802:75d0:4718:d136:dd27:bcdc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-07 02:02:17', '2026-02-08 17:18:22', '', NULL), +(1703, 5, 'sboumnina@hotmail.com', '2026-02-07 02:06:22', '2026-02-07 02:06:22', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 02:04:21', '2026-02-07 02:06:22', '', NULL), +(1704, 132, 'badianourti@yahoo.com', '2026-02-07 02:10:44', '2026-02-07 02:10:44', '2601:18f:27f:700:e174:e5b3:b7a7:d44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 02:07:36', '2026-02-07 02:10:44', '', NULL), +(1705, 132, 'badianourti@yahoo.com', '2026-02-07 02:10:44', '2026-02-07 02:10:44', '2601:18f:27f:700:e174:e5b3:b7a7:d44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 02:07:36', '2026-02-07 02:10:44', '', NULL), +(1706, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:e9a8:27e9:f52:1115', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 02:10:28', '2026-02-08 02:53:51', '', NULL), +(1707, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:e9a8:27e9:f52:1115', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 02:10:34', '2026-02-08 02:53:51', '', NULL), +(1708, 3, 'kelabidi0@gmail.com', '2026-02-08 03:43:02', '2026-02-08 03:43:02', '2601:18f:800:b7f7:2e0e:a880:4e1:25b2', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-07 02:17:28', '2026-02-08 03:43:02', '', NULL), +(1709, 99, 'hassan.jafri10@gmail.com', '2026-02-07 02:32:30', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 02:32:30', '2026-02-07 02:32:30', '', NULL), +(1710, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 02:36:05', '2026-03-01 04:04:37', '', NULL), +(1711, 3, 'kelabidi0@gmail.com', '2026-02-08 03:43:02', '2026-02-08 03:43:02', '2607:fb90:3c03:41a2:4dd4:f519:9c69:be4d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-02-07 02:39:31', '2026-02-08 03:43:02', '', NULL), +(1712, 3, 'kelabidi0@gmail.com', '2026-02-08 03:43:02', '2026-02-08 03:43:02', '2607:fb90:3c03:41a2:4dd4:f519:9c69:be4d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-02-07 02:39:32', '2026-02-08 03:43:02', '', NULL), +(1713, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 02:45:17', '2026-05-24 00:20:11', '', NULL), +(1714, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '2607:fb91:2d07:6fc:d415:20b5:9ca9:c0f9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-02-07 03:26:26', '2026-05-03 15:05:24', '', NULL), +(1715, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:f950:9a9f:d065:4446', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-02-07 03:50:29', '2026-04-19 15:33:10', '', NULL), +(1716, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '151.204.255.236', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 03:59:48', '2026-02-22 16:50:25', '', NULL), +(1717, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:1875:340e:99e8:ac9d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 03:59:51', '2026-04-19 15:33:10', '', NULL), +(1718, 120, 'a.irfan4155@gmail.com', '2026-02-07 04:47:15', '2026-02-07 04:47:15', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-02-07 04:24:17', '2026-02-07 04:47:15', '', NULL), +(1719, 43, 'aichati@yahoo.fr', '2026-03-29 16:55:24', '2026-03-29 16:55:24', '75.68.64.61', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0', '2026-02-07 04:25:53', '2026-03-29 16:55:24', '', NULL), +(1720, 5, 'sboumnina@hotmail.com', '2026-02-07 04:38:54', '2026-02-07 04:38:54', '2601:18f:903:d370:4fb6:8824:a612:2808', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 04:31:17', '2026-02-07 04:38:54', '', NULL), +(1721, 128, 'asediqi10@gmail.com', '2026-02-07 10:57:52', NULL, '2601:18f:901:5eb0:9560:81ce:9564:2324', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-07 10:57:52', '2026-02-07 10:57:52', '', NULL), +(1722, 19, 'shahabhussain@hotmail.com', '2026-02-26 22:30:59', '2026-02-26 22:30:59', '2600:4040:502b:5e00:1046:8508:2f5e:f781', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 13:34:41', '2026-02-26 22:30:59', '', NULL), +(1723, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-02-07 15:26:54', '2026-02-22 17:57:58', '', NULL), +(1724, 205, 'diana.streete85@gmail.com', '2026-02-07 15:50:22', NULL, '2600:387:15:6f1b::3', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144 Version/11.1.1 Safari/605.1.15', '2026-02-07 15:50:22', '2026-02-07 15:50:22', '', NULL), +(1725, 81, 'hidayamale@gmail.com', '2026-02-07 16:27:17', NULL, '2600:1000:b079:165a:b5c4:b34c:11c2:a686', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-07 16:27:17', '2026-02-07 16:27:17', '', NULL), +(1726, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:2e0e:a880:4e1:25b2', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 18:51:43', '2026-02-08 02:53:51', '', NULL), +(1727, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 19:11:21', '2026-03-01 04:04:37', '', NULL), +(1728, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '73.218.150.114', 'Mozilla/5.0 (iPad; CPU OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-07 20:21:28', '2026-02-22 17:57:58', '', NULL), +(1729, 78, 'simrahazmi218@gmail.com', '2026-02-07 20:31:05', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 20:31:05', '2026-02-07 20:31:05', '', NULL), +(1730, 167, 'mou.jmc@gmail.com', '2026-02-07 20:38:25', NULL, '2601:18f:802:1390:45fb:b42b:7e4e:233a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-07 20:38:25', '2026-02-07 20:38:25', '', NULL), +(1731, 3, 'kelabidi0@gmail.com', '2026-02-08 03:43:02', '2026-02-08 03:43:02', '2601:18f:800:b7f7:2e0e:a880:4e1:25b2', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-07 21:39:39', '2026-02-08 03:43:02', '', NULL), +(1732, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '2601:18f:800:b7f7:2e0e:a880:4e1:25b2', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-07 21:47:23', '2026-02-08 02:53:51', '', NULL), +(1733, 101, 'aminazgani@gmail.com', '2026-02-07 22:38:50', '2026-02-07 22:38:50', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-07 22:37:17', '2026-02-07 22:38:50', '', NULL), +(1734, 107, 'maria.k.boudjemaa@gmail.com', '2026-02-08 00:03:22', NULL, '2601:191:8300:503:64a0:6e86:e28c:1c6e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', '2026-02-08 00:03:22', '2026-02-08 00:03:22', '', NULL), +(1735, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 00:50:57', '2026-02-08 02:53:51', '', NULL), +(1736, 5, 'sboumnina@hotmail.com', '2026-02-08 02:23:43', '2026-02-08 02:23:43', '2601:18f:903:d370:e224:695:27b9:4d93', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 01:15:32', '2026-02-08 02:23:43', '', NULL), +(1737, 1, 'larbi.elabidi@gmail.com', '2026-02-08 02:53:51', '2026-02-08 02:53:51', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 01:19:27', '2026-02-08 02:53:51', '', NULL), +(1738, 125, 'fnalunkuma@gmail.com', '2026-03-01 15:06:30', '2026-03-01 15:06:30', '2601:18f:187:d720:8c70:ebf9:7f93:c562', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-08 02:35:04', '2026-03-01 15:06:30', '', NULL), +(1739, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 02:39:27', '2026-05-24 00:20:11', '', NULL), +(1740, 75, 'mkolia1@gmail.com', '2026-02-08 02:53:34', '2026-02-08 02:53:34', '2601:184:497f:8810:9926:14da:264c:ac97', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-08 02:43:12', '2026-02-08 02:53:34', '', NULL), +(1741, 1, 'larbi.elabidi@gmail.com', '2026-02-08 03:35:26', '2026-02-08 03:35:26', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-02-08 02:57:34', '2026-02-08 03:35:26', '', NULL), +(1742, 1, 'larbi.elabidi@gmail.com', '2026-02-08 03:35:26', '2026-02-08 03:35:26', '2601:18f:800:b7f7:670:4a98:7d0b:5047', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 03:34:24', '2026-02-08 03:35:26', '', NULL), +(1743, 3, 'kelabidi0@gmail.com', '2026-02-08 03:43:02', '2026-02-08 03:43:02', '2601:18f:800:b7f7:670:4a98:7d0b:5047', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 03:35:34', '2026-02-08 03:43:02', '', NULL), +(1744, 1, 'larbi.elabidi@gmail.com', '2026-02-08 06:30:00', '2026-02-08 06:30:00', '2601:18f:800:b7f7:670:4a98:7d0b:5047', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 03:43:11', '2026-02-08 06:30:00', '', NULL), +(1745, 140, 'noor.bhatti202@gmail.com', '2026-02-08 03:46:08', NULL, '2600:4040:50cf:ce00:6841:7f60:2395:63ce', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 03:46:08', '2026-02-08 03:46:08', '', NULL), +(1746, 94, 'maboumahmoud@gmail.com', '2026-02-08 05:43:20', NULL, '73.143.41.170', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-08 05:43:20', '2026-02-08 05:43:20', '', NULL), +(1747, 3, 'kelabidi0@gmail.com', '2026-02-08 07:13:04', '2026-02-08 07:13:04', '2601:18f:800:b7f7:adb9:1700:b683:dd74', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 06:30:11', '2026-02-08 07:13:04', '', NULL), +(1748, 99, 'hassan.jafri10@gmail.com', '2026-02-08 08:18:15', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 08:18:15', '2026-02-08 08:18:15', '', NULL), +(1749, 99, 'hassan.jafri10@gmail.com', '2026-02-08 08:18:15', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 08:18:15', '2026-02-08 08:18:15', '', NULL), +(1750, 129, 'emman.benjamel@gmail.com', '2026-02-08 12:42:31', '2026-02-08 12:42:31', '2600:4040:52a4:2f00:d8b7:3271:7612:cc20', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-02-08 12:41:30', '2026-02-08 12:42:31', '', NULL), +(1751, 19, 'shahabhussain@hotmail.com', '2026-02-26 22:30:59', '2026-02-26 22:30:59', '2600:4040:502b:5e00:bc47:703b:ced8:d86e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 14:19:28', '2026-02-26 22:30:59', '', NULL), +(1752, 206, 'afshan.maase@gmail.com', '2026-02-08 14:24:49', NULL, '2601:18c:cd7f:8a20:9c6d:7bbd:497b:9774', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36', '2026-02-08 14:24:49', '2026-02-08 14:24:49', '', NULL), +(1753, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:15c1:6306:ccc0:b159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-08 14:29:53', '2026-04-19 01:19:00', '', NULL), +(1754, 30, 'taiobmdjamshed@yahoo.com', '2026-02-08 14:32:06', NULL, '64.218.148.77', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-08 14:32:06', '2026-02-08 14:32:06', '', NULL), +(1755, 39, 'ali.jaffri@gmail.com', '2026-02-08 14:32:51', NULL, '2600:4040:5b85:9800:15c1:6306:ccc0:b159', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 14:32:51', '2026-02-08 14:32:51', '', NULL), +(1756, 138, 'safdaw486@gmail.com', '2026-02-08 17:20:45', '2026-02-08 17:20:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:01:42', '2026-02-08 17:20:45', '', NULL), +(1757, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:03:11', '2026-03-29 14:34:34', '', NULL), +(1758, 1, 'larbi.elabidi@gmail.com', '2026-02-08 15:52:11', '2026-02-08 15:52:11', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:06:32', '2026-02-08 15:52:11', '', NULL), +(1759, 24, 'shamimansarionweb@gmail.com', '2026-02-08 16:05:02', '2026-02-08 16:05:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 15:09:21', '2026-02-08 16:05:02', '', NULL), +(1760, 83, 'simrahussain98@gmail.com', '2026-02-08 15:18:24', '2026-02-08 15:18:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:13:26', '2026-02-08 15:18:24', '', NULL), +(1761, 160, 'ms-ai@hotmail.com', '2026-02-08 16:29:24', '2026-02-08 16:29:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:15:31', '2026-02-08 16:29:24', '', NULL), +(1762, 153, 'kousami@gmail.com', '2026-02-08 15:35:42', '2026-02-08 15:35:42', '2607:fb91:2667:43e9:41e2:55cf:55ad:3143', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-08 15:16:49', '2026-02-08 15:35:42', '', NULL), +(1763, 132, 'badianourti@yahoo.com', '2026-02-08 16:01:45', '2026-02-08 16:01:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:18:13', '2026-02-08 16:01:45', '', NULL), +(1764, 83, 'simrahussain98@gmail.com', '2026-02-08 15:30:45', '2026-02-08 15:30:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:23:39', '2026-02-08 15:30:45', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1765, 79, 'sana6532@gmail.com', '2026-02-08 15:41:50', '2026-02-08 15:41:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:32:18', '2026-02-08 15:41:50', '', NULL), +(1766, 68, 'farahbb86@gmail.com', '2026-02-08 15:40:06', '2026-02-08 15:40:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:34:13', '2026-02-08 15:40:06', '', NULL), +(1767, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 15:34:56', '2026-05-03 15:05:24', '', NULL), +(1768, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:35:07', '2026-05-24 00:20:11', '', NULL), +(1769, 153, 'kousami@gmail.com', '2026-02-08 15:35:51', NULL, '2607:fb91:2667:43e9:41e2:55cf:55ad:3143', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-08 15:35:51', '2026-02-08 15:35:51', '', NULL), +(1770, 27, 'asharismyson@gmail.com', '2026-02-08 15:36:08', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:36:08', '2026-02-08 15:36:08', '', NULL), +(1771, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '2607:fb90:3c3c:df20:ac39:64f1:6923:3f39', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-08 15:36:33', '2026-02-22 17:57:58', '', NULL), +(1772, 3, 'kelabidi0@gmail.com', '2026-02-26 20:37:03', '2026-02-26 20:37:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:36:41', '2026-02-26 20:37:03', '', NULL), +(1773, 120, 'a.irfan4155@gmail.com', '2026-02-08 16:20:36', '2026-02-08 16:20:36', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:37:15', '2026-02-08 16:20:36', '', NULL), +(1774, 68, 'farahbb86@gmail.com', '2026-02-08 15:43:51', '2026-02-08 15:43:51', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:41:17', '2026-02-08 15:43:51', '', NULL), +(1775, 161, 'shamimasume2@gmail.com', '2026-02-08 15:44:47', '2026-02-08 15:44:47', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:42:36', '2026-02-08 15:44:47', '', NULL), +(1776, 115, 'alaa.reda.mahmoud@gmail.com', '2026-02-08 15:51:54', NULL, '2600:1000:b15f:eed1:d9c9:4013:e8b6:7ab2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1', '2026-02-08 15:51:54', '2026-02-08 15:51:54', '', NULL), +(1777, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:52:29', '2026-03-08 15:05:01', '', NULL), +(1778, 310, 'ibrahimafzal.m@gmail.com', '2026-02-22 16:25:19', '2026-02-22 16:25:19', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 15:57:48', '2026-02-22 16:25:19', '', NULL), +(1779, 74, 'ielassab89@gmail.com', '2026-02-08 17:18:22', '2026-02-08 17:18:22', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 15:57:51', '2026-02-08 17:18:22', '', NULL), +(1780, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 15:59:19', '2026-04-19 15:33:10', '', NULL), +(1781, 164, 'adam.meah@gmail.com', '2026-02-10 18:55:32', '2026-02-10 18:55:32', '76.28.103.123', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-08 15:59:28', '2026-02-10 18:55:32', '', NULL), +(1782, 1, 'larbi.elabidi@gmail.com', '2026-02-08 20:11:27', '2026-02-08 20:11:27', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 16:05:16', '2026-02-08 20:11:27', '', NULL), +(1783, 115, 'alaa.reda.mahmoud@gmail.com', '2026-02-08 16:05:38', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 16:05:38', '2026-02-08 16:05:38', '', NULL), +(1784, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb91:d92:897d:5de4:aa4a:d327:2e3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-08 16:34:15', '2026-02-22 16:50:25', '', NULL), +(1785, 79, 'sana6532@gmail.com', '2026-02-08 17:29:30', '2026-02-08 17:29:30', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 17:08:10', '2026-02-08 17:29:30', '', NULL), +(1786, 120, 'a.irfan4155@gmail.com', '2026-02-08 17:12:24', '2026-02-08 17:12:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 17:12:14', '2026-02-08 17:12:24', '', NULL), +(1787, 120, 'a.irfan4155@gmail.com', '2026-02-08 17:13:31', '2026-02-08 17:13:31', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 17:13:11', '2026-02-08 17:13:31', '', NULL), +(1788, 160, 'ms-ai@hotmail.com', '2026-04-05 15:19:18', '2026-04-05 15:19:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 17:16:14', '2026-04-05 15:19:18', '', NULL), +(1789, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 17:18:36', '2026-04-04 21:38:03', '', NULL), +(1790, 161, 'shamimasume2@gmail.com', '2026-02-08 17:23:18', '2026-02-08 17:23:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-08 17:19:46', '2026-02-08 17:23:18', '', NULL), +(1791, 22, 'sainezack@hotmail.com', '2026-02-08 17:38:06', NULL, '72.74.55.167', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-02-08 17:38:06', '2026-02-08 17:38:06', '', NULL), +(1792, 24, 'shamimansarionweb@gmail.com', '2026-02-22 16:15:42', '2026-02-22 16:15:42', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/144.0.7559.95 Mobile/15E148 Safari/604.1', '2026-02-08 17:57:10', '2026-02-22 16:15:42', '', NULL), +(1793, 68, 'farahbb86@gmail.com', '2026-02-22 16:46:24', '2026-02-22 16:46:24', '2600:4040:5cc8:8800:4b7c:7453:58eb:5719', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-08 21:00:54', '2026-02-22 16:46:24', '', NULL), +(1794, 10, 'anisael2@gmail.com', '2026-02-09 01:23:04', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-02-09 01:23:04', '2026-02-09 01:23:04', '', NULL), +(1795, 114, 'munazza6pk@yahoo.com', '2026-02-09 01:37:12', NULL, '2601:18a:8083:ce30:f9ea:e1ed:63d3:b212', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-09 01:37:12', '2026-02-09 01:37:12', '', NULL), +(1796, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2601:18f:27c:e3f0:d8ad:926b:d4e2:1e21', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-09 02:02:40', '2026-04-06 01:53:46', '', NULL), +(1797, 5, 'sboumnina@hotmail.com', '2026-03-06 02:07:16', '2026-03-06 02:07:16', '50.195.47.153', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-09 13:54:25', '2026-03-06 02:07:16', '', NULL), +(1798, 79, 'sana6532@gmail.com', '2026-02-09 17:48:49', '2026-02-09 17:48:49', '2607:fb90:ada1:c545:b487:7e4e:3e46:a35', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-09 17:38:48', '2026-02-09 17:48:49', '', NULL), +(1799, 75, 'mkolia1@gmail.com', '2026-02-09 19:36:27', '2026-02-09 19:36:27', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-09 19:34:41', '2026-02-09 19:36:27', '', NULL), +(1800, 24, 'shamimansarionweb@gmail.com', '2026-02-22 16:15:42', '2026-02-22 16:15:42', '209.37.169.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-09 21:23:50', '2026-02-22 16:15:42', '', NULL), +(1801, 1, 'larbi.elabidi@gmail.com', '2026-02-10 04:29:25', '2026-02-10 04:29:25', '2601:18f:800:b7f7:ded6:9539:9cb7:aa48', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-10 04:18:18', '2026-02-10 04:29:25', '', NULL), +(1802, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '2601:18f:800:b7f7:170d:5c03:29c5:ffaa', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-10 05:07:22', '2026-02-22 03:48:36', '', NULL), +(1803, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '66.31.122.224', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-10 16:24:26', '2026-03-01 04:04:37', '', NULL), +(1804, 164, 'adam.meah@gmail.com', '2026-02-10 18:55:32', '2026-02-10 18:55:32', '76.28.103.123', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36', '2026-02-10 18:54:48', '2026-02-10 18:55:32', '', NULL), +(1805, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '2601:18f:800:b7f7:c0c4:7167:a746:6fb', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-11 01:22:14', '2026-02-22 03:48:36', '', NULL), +(1806, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '2601:18f:800:b7f7:c0c4:7167:a746:6fb', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-11 16:55:34', '2026-02-22 03:48:36', '', NULL), +(1807, 99, 'hassan.jafri10@gmail.com', '2026-02-11 17:29:21', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-11 17:29:21', '2026-02-11 17:29:21', '', NULL), +(1808, 98, 'moe_gaabass@yahoo.com', '2026-02-13 01:52:00', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-13 01:52:00', '2026-02-13 01:52:00', '', NULL), +(1809, 75, 'mkolia1@gmail.com', '2026-02-17 03:08:15', '2026-02-17 03:08:15', '2601:184:497f:8810:3ce8:a1e7:1970:f6df', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0', '2026-02-17 02:52:56', '2026-02-17 03:08:15', '', NULL), +(1810, 108, 'shadabanwar07@gmail.com', '2026-02-17 23:16:26', NULL, '2601:18c:ce7e:5870:187d:6a99:f10f:a121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-17 23:16:26', '2026-02-17 23:16:26', '', NULL), +(1811, 161, 'shamimasume2@gmail.com', '2026-02-18 17:28:27', '2026-02-18 17:28:27', '2600:4040:5023:8300:d51a:872:4b56:e5c7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-18 17:24:10', '2026-02-18 17:28:27', '', NULL), +(1812, 26, 'masud.titech@gmail.com', '2026-04-23 03:11:35', '2026-04-23 03:11:35', '2607:fb91:d14:191:d0f9:28be:568e:66b8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/548.0.0.28.107;FBBV/879717782;FBDV/iPhone16,1;FBMD/iPhone;FBSN/iOS;FBSV/26.2.1;FBSS/3;FBCR/;FBID/phone;FBLC/en_US;FBOP/80]', '2026-02-18 17:52:29', '2026-04-23 03:11:35', '', NULL), +(1813, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '2607:fb91:d3f:7da:548a:4b70:547d:2566', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-19 17:34:14', '2026-04-04 21:38:03', '', NULL), +(1814, 41, 'elmaweda@gmail.com', '2026-02-19 18:57:44', '2026-02-19 18:57:44', '2601:18f:881:ce0:2493:62d0:377e:387b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 18:55:44', '2026-02-19 18:57:44', '', NULL), +(1815, 42, 'sabdalla80@gmail.com', '2026-02-19 18:58:54', NULL, '2601:18f:881:ce0:2493:62d0:377e:387b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-19 18:58:54', '2026-02-19 18:58:54', '', NULL), +(1816, 138, 'safdaw486@gmail.com', '2026-02-22 17:02:52', '2026-02-22 17:02:52', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2026-02-19 21:36:23', '2026-02-22 17:02:52', '', NULL), +(1817, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '2601:18f:800:b7f7:cea1:1a5f:1a4d:f7c4', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-20 00:14:43', '2026-02-22 03:48:36', '', NULL), +(1818, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '2601:18f:800:b7f7:3271:c852:f98e:b157', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-21 04:51:50', '2026-02-22 03:48:36', '', NULL), +(1819, 22, 'sainezack@hotmail.com', '2026-02-21 10:28:44', NULL, '72.74.55.167', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-02-21 10:28:44', '2026-02-21 10:28:44', '', NULL), +(1820, 164, 'adam.meah@gmail.com', '2026-02-21 16:45:01', NULL, '76.28.103.123', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-21 16:45:01', '2026-02-21 16:45:01', '', NULL), +(1821, 187, 'fivespot14@gmail.com', '2026-02-21 17:14:25', NULL, '68.160.166.52', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-21 17:14:25', '2026-02-21 17:14:25', '', NULL), +(1822, 78, 'simrahazmi218@gmail.com', '2026-02-21 23:17:23', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-21 23:17:23', '2026-02-21 23:17:23', '', NULL), +(1823, 3, 'kelabidi0@gmail.com', '2026-02-26 20:37:03', '2026-02-26 20:37:03', '2601:18f:800:b7f7:fceb:5808:ec07:db37', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-02-22 00:04:12', '2026-02-26 20:37:03', '', NULL), +(1824, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 02:12:08', '2026-02-22 03:48:36', '', NULL), +(1825, 1, 'larbi.elabidi@gmail.com', '2026-02-22 03:48:36', '2026-02-22 03:48:36', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 02:17:23', '2026-02-22 03:48:36', '', NULL), +(1826, 98, 'moe_gaabass@yahoo.com', '2026-02-22 03:37:39', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-22 03:37:39', '2026-02-22 03:37:39', '', NULL), +(1827, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:501d:3f00:81df:945f:6d1c:f398', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 05:02:47', '2026-03-29 14:34:34', '', NULL), +(1828, 23, 'saifadam@gmail.com', '2026-02-22 05:23:06', NULL, '2600:4040:5011:5600:5b5e:27fd:6722:9428', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-22 05:23:06', '2026-02-22 05:23:06', '', NULL), +(1829, 23, 'saifadam@gmail.com', '2026-02-22 05:24:06', NULL, '2600:4040:5011:5600:5b5e:27fd:6722:9428', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 05:24:06', '2026-02-22 05:24:06', '', NULL), +(1830, 94, 'maboumahmoud@gmail.com', '2026-02-22 08:50:38', NULL, '73.143.41.170', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-02-22 08:50:38', '2026-02-22 08:50:38', '', NULL), +(1831, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '2600:4040:512c:6e00:e578:2bf1:1e25:579a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '2026-02-22 13:14:00', '2026-04-12 15:13:18', '', NULL), +(1832, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '2601:18f:802:75d0:4c3a:ef51:d227:3286', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-22 14:45:50', '2026-04-04 21:38:03', '', NULL), +(1833, 19, 'shahabhussain@hotmail.com', '2026-02-26 22:30:59', '2026-02-26 22:30:59', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 15:50:10', '2026-02-26 22:30:59', '', NULL), +(1834, 46, 'shamsularifai@gmail.com', '2026-02-22 15:50:17', NULL, '2607:fb90:ad57:4aa:d191:c7b4:68ff:624f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1', '2026-02-22 15:50:17', '2026-02-22 15:50:17', '', NULL), +(1835, 138, 'safdaw486@gmail.com', '2026-02-22 17:02:52', '2026-02-22 17:02:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 15:54:13', '2026-02-22 17:02:52', '', NULL), +(1836, 1, 'larbi.elabidi@gmail.com', '2026-02-22 19:21:08', '2026-02-22 19:21:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 15:57:28', '2026-02-22 19:21:08', '', NULL), +(1837, 205, 'diana.streete85@gmail.com', '2026-02-22 15:59:43', NULL, '2600:382:bf98:3499:cc67:dfe9:7665:fc1d', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145 Version/11.1.1 Safari/605.1.15', '2026-02-22 15:59:43', '2026-02-22 15:59:43', '', NULL), +(1838, 310, 'ibrahimafzal.m@gmail.com', '2026-02-22 16:25:19', '2026-02-22 16:25:19', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:04:13', '2026-02-22 16:25:19', '', NULL), +(1839, 24, 'shamimansarionweb@gmail.com', '2026-02-22 16:15:42', '2026-02-22 16:15:42', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 16:07:56', '2026-02-22 16:15:42', '', NULL), +(1840, 24, 'shamimansarionweb@gmail.com', '2026-02-22 17:41:38', '2026-02-22 17:41:38', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 16:15:56', '2026-02-22 17:41:38', '', NULL), +(1841, 108, 'shadabanwar07@gmail.com', '2026-02-22 16:18:18', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 16:18:18', '2026-02-22 16:18:18', '', NULL), +(1842, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '2607:fb91:2633:ba5:b8e0:da52:268d:b315', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-22 16:18:50', '2026-02-22 16:50:25', '', NULL), +(1843, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 16:19:06', '2026-04-06 20:42:38', '', NULL), +(1844, 82, 'kishwarb@outlook.com', '2026-02-22 16:50:25', '2026-02-22 16:50:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 16:19:21', '2026-02-22 16:50:25', '', NULL), +(1845, 160, 'ms-ai@hotmail.com', '2026-04-05 15:19:18', '2026-04-05 15:19:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:19:38', '2026-04-05 15:19:18', '', NULL), +(1846, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2607:fb91:2642:81da:ac39:9937:cbdd:a4ea', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-22 16:20:08', '2026-04-19 01:19:00', '', NULL), +(1847, 24, 'shamimansarionweb@gmail.com', '2026-02-22 17:41:38', '2026-02-22 17:41:38', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 16:20:39', '2026-02-22 17:41:38', '', NULL), +(1848, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 16:21:48', '2026-03-29 14:34:34', '', NULL), +(1849, 132, 'badianourti@yahoo.com', '2026-02-22 17:34:13', '2026-02-22 17:34:13', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:25:09', '2026-02-22 17:34:13', '', NULL), +(1850, 3, 'kelabidi0@gmail.com', '2026-02-26 20:37:03', '2026-02-26 20:37:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:27:22', '2026-02-26 20:37:03', '', NULL), +(1851, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:33:19', '2026-05-24 00:20:11', '', NULL), +(1852, 120, 'a.irfan4155@gmail.com', '2026-02-22 16:48:38', '2026-02-22 16:48:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:40:00', '2026-02-22 16:48:38', '', NULL), +(1853, 73, 'summia.sharif@gmail.com', '2026-02-22 17:57:58', '2026-02-22 17:57:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:41:08', '2026-02-22 17:57:58', '', NULL), +(1854, 68, 'farahbb86@gmail.com', '2026-02-22 16:46:24', '2026-02-22 16:46:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:41:48', '2026-02-22 16:46:24', '', NULL), +(1855, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:43:12', '2026-03-01 17:15:32', '', NULL), +(1856, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 16:43:44', '2026-03-29 15:03:04', '', NULL), +(1857, 68, 'farahbb86@gmail.com', '2026-02-22 16:50:35', '2026-02-22 16:50:35', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 16:49:52', '2026-02-22 16:50:35', '', NULL), +(1858, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '2600:1000:b19c:1a77:8419:3cb6:c229:cf5c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-22 16:53:18', '2026-05-24 00:20:11', '', NULL), +(1859, 115, 'alaa.reda.mahmoud@gmail.com', '2026-02-22 16:54:45', NULL, '2600:1000:b120:1d75:e934:8a58:3d87:2c87', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-02-22 16:54:45', '2026-02-22 16:54:45', '', NULL), +(1860, 68, 'farahbb86@gmail.com', '2026-02-22 18:04:18', '2026-02-22 18:04:18', '2600:1000:b0ab:2644:196f:31e1:f00f:6e20', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/408.0.868297084 Mobile/15E148 Safari/604.1', '2026-02-22 17:17:32', '2026-02-22 18:04:18', '', NULL), +(1861, 33, 'aasiyafvh@gmail.com', '2026-02-22 17:29:34', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 17:29:34', '2026-02-22 17:29:34', '', NULL), +(1862, 120, 'a.irfan4155@gmail.com', '2026-02-22 17:38:44', '2026-02-22 17:38:44', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', '2026-02-22 17:30:19', '2026-02-22 17:38:44', '', NULL), +(1863, 138, 'safdaw486@gmail.com', '2026-02-22 17:52:58', '2026-02-22 17:52:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 17:32:08', '2026-02-22 17:52:58', '', NULL), +(1864, 79, 'sana6532@gmail.com', '2026-02-22 17:41:45', '2026-02-22 17:41:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 17:39:43', '2026-02-22 17:41:45', '', NULL), +(1865, 5, 'sboumnina@hotmail.com', '2026-03-06 02:07:16', '2026-03-06 02:07:16', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 17:41:14', '2026-03-06 02:07:16', '', NULL), +(1866, 1, 'larbi.elabidi@gmail.com', '2026-02-22 19:21:08', '2026-02-22 19:21:08', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-22 17:41:55', '2026-02-22 19:21:08', '', NULL), +(1867, 79, 'sana6532@gmail.com', '2026-02-22 17:58:35', '2026-02-22 17:58:35', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-22 17:50:08', '2026-02-22 17:58:35', '', NULL), +(1868, 68, 'farahbb86@gmail.com', '2026-02-22 18:04:18', '2026-02-22 18:04:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-02-22 17:50:09', '2026-02-22 18:04:18', '', NULL), +(1869, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '2a09:bac2:9deb:428::6a:12e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-23 04:48:48', '2026-03-01 17:15:32', '', NULL), +(1870, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-02-23 10:45:43', '2026-03-29 14:34:10', '', NULL), +(1871, 78, 'simrahazmi218@gmail.com', '2026-02-23 15:57:06', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-23 15:57:06', '2026-02-23 15:57:06', '', NULL), +(1872, 310, 'ibrahimafzal.m@gmail.com', '2026-02-24 00:53:19', NULL, '71.174.233.220', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-24 00:53:19', '2026-02-24 00:53:19', '', NULL), +(1873, 161, 'shamimasume2@gmail.com', '2026-03-08 16:47:12', '2026-03-08 16:47:12', '2600:4040:5023:8300:58b3:ec07:ce77:9096', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-24 14:48:39', '2026-03-08 16:47:12', '', NULL), +(1874, 156, 'dmmdiallo@yahoo.com', '2026-02-25 13:51:06', NULL, '2603:3005:1fcb:2100:6541:c2f4:10ea:3f32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-02-25 13:51:06', '2026-02-25 13:51:06', '', NULL), +(1875, 75, 'mkolia1@gmail.com', '2026-02-25 15:32:50', '2026-02-25 15:32:50', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-25 15:30:59', '2026-02-25 15:32:50', '', NULL), +(1876, 1, 'larbi.elabidi@gmail.com', '2026-02-26 20:36:17', '2026-02-26 20:36:17', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-25 22:06:07', '2026-02-26 20:36:17', '', NULL), +(1877, 3, 'kelabidi0@gmail.com', '2026-02-26 20:37:03', '2026-02-26 20:37:03', '2601:18f:800:b7f7:d3c1:a01e:414e:ccd', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-26 03:58:33', '2026-02-26 20:37:03', '', NULL), +(1878, 138, 'safdaw486@gmail.com', '2026-02-26 09:39:40', '2026-02-26 09:39:40', '2600:8805:8a12:2100:e816:70db:2a25:224e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/409.0.872648028 Mobile/15E148 Safari/604.1', '2026-02-26 09:37:48', '2026-02-26 09:39:40', '', NULL), +(1879, 5, 'sboumnina@hotmail.com', '2026-03-06 02:07:16', '2026-03-06 02:07:16', '2601:18f:900:8320:4337:1476:6e45:3e52', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-02-26 18:05:45', '2026-03-06 02:07:16', '', NULL), +(1880, 1, 'larbi.elabidi@gmail.com', '2026-02-26 20:36:17', '2026-02-26 20:36:17', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-26 20:34:35', '2026-02-26 20:36:17', '', NULL), +(1881, 3, 'kelabidi0@gmail.com', '2026-02-26 20:37:03', '2026-02-26 20:37:03', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-26 20:36:21', '2026-02-26 20:37:03', '', NULL), +(1882, 1, 'larbi.elabidi@gmail.com', '2026-02-27 06:31:57', '2026-02-27 06:31:57', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-26 20:37:08', '2026-02-27 06:31:57', '', NULL), +(1883, 19, 'shahabhussain@hotmail.com', '2026-02-26 22:30:59', '2026-02-26 22:30:59', '2600:4040:502b:7200:e093:ab77:b4ed:ee71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-26 22:23:49', '2026-02-26 22:30:59', '', NULL), +(1884, 53, 'abjalm@hotmail.com', '2026-02-27 00:09:52', '2026-02-27 00:09:52', '2601:18f:801:4bb0:8603:805f:323c:fdf3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-27 00:08:03', '2026-02-27 00:09:52', '', NULL), +(1885, 3, 'kelabidi0@gmail.com', '2026-02-27 06:33:04', '2026-02-27 06:33:04', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-27 06:32:05', '2026-02-27 06:33:04', '', NULL), +(1886, 1, 'larbi.elabidi@gmail.com', '2026-02-27 22:20:50', '2026-02-27 22:20:50', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-27 06:33:15', '2026-02-27 22:20:50', '', NULL), +(1887, 3, 'kelabidi0@gmail.com', '2026-02-27 20:16:43', '2026-02-27 20:16:43', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-27 20:13:53', '2026-02-27 20:16:43', '', NULL), +(1888, 1, 'larbi.elabidi@gmail.com', '2026-02-27 22:20:50', '2026-02-27 22:20:50', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-27 20:16:48', '2026-02-27 22:20:50', '', NULL), +(1889, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '2601:18f:800:b7f7:3d7f:9627:1ffa:ee58', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-02-28 00:06:52', '2026-03-01 17:57:24', '', NULL), +(1890, 2, 'moulay.elabidi@gmail.com', '2026-02-28 01:29:34', '2026-02-28 01:29:34', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-02-28 01:26:16', '2026-02-28 01:29:34', '', NULL), +(1891, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '2607:fb91:d7a:80d5:4dbc:b93b:5c7a:d8e3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-02-28 02:02:55', '2026-03-01 17:57:24', '', NULL), +(1892, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-28 04:54:44', '2026-03-01 04:04:37', '', NULL), +(1893, 24, 'shamimansarionweb@gmail.com', '2026-03-01 17:26:12', '2026-03-01 17:26:12', '66.30.91.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-02-28 16:18:51', '2026-03-01 17:26:12', '', NULL), +(1894, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:90ad:dc46:8008:15a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-02-28 19:57:43', '2026-05-10 21:55:14', '', NULL), +(1895, 78, 'simrahazmi218@gmail.com', '2026-02-28 20:03:56', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-28 20:03:56', '2026-02-28 20:03:56', '', NULL), +(1896, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-02-28 20:22:16', '2026-03-01 17:57:24', '', NULL), +(1897, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-28 22:52:59', '2026-05-24 00:20:11', '', NULL), +(1898, 42, 'sabdalla80@gmail.com', '2026-02-28 23:59:25', NULL, '205.220.46.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-02-28 23:59:25', '2026-02-28 23:59:25', '', NULL), +(1899, 101, 'aminazgani@gmail.com', '2026-03-01 00:53:53', '2026-03-01 00:53:53', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 00:51:01', '2026-03-01 00:53:53', '', NULL), +(1900, 2, 'moulay.elabidi@gmail.com', '2026-03-01 03:34:45', '2026-03-01 03:34:45', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-01 03:34:36', '2026-03-01 03:34:45', '', NULL), +(1901, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-01 03:35:06', '2026-03-01 17:57:24', '', NULL), +(1902, 4, 'olemtiri@hotmail.com', '2026-03-01 04:04:37', '2026-03-01 04:04:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 03:55:55', '2026-03-01 04:04:37', '', NULL), +(1903, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '2601:18f:283:ad10:5dde:f7dd:9d97:b341', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/409.0.872648028 Mobile/15E148 Safari/604.1', '2026-03-01 06:07:04', '2026-05-03 15:05:24', '', NULL), +(1904, 46, 'shamsularifai@gmail.com', '2026-03-01 10:47:49', NULL, '2601:18f:800:c440:1c2b:b7cd:a392:9b79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1', '2026-03-01 10:47:49', '2026-03-01 10:47:49', '', NULL), +(1905, 29, 'noony127@gmail.com', '2026-03-01 10:50:13', NULL, '2600:4040:52a3:8e00:44ff:26af:2b7a:7cb9', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-01 10:50:13', '2026-03-01 10:50:13', '', NULL), +(1906, 68, 'farahbb86@gmail.com', '2026-03-08 15:43:08', '2026-03-08 15:43:08', '2600:4040:5cc8:8800:3c7c:5371:37ed:79ba', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/409.0.872648028 Mobile/15E148 Safari/604.1', '2026-03-01 13:14:11', '2026-03-08 15:43:08', '', NULL), +(1907, 98, 'moe_gaabass@yahoo.com', '2026-03-01 14:58:54', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-01 14:58:54', '2026-03-01 14:58:54', '', NULL), +(1908, 125, 'fnalunkuma@gmail.com', '2026-03-01 15:06:30', '2026-03-01 15:06:30', '2607:fb91:dcb:1b1:ac39:be92:9cc3:ef06', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-01 15:04:26', '2026-03-01 15:06:30', '', NULL), +(1909, 205, 'diana.streete85@gmail.com', '2026-03-01 15:07:37', NULL, '2600:382:bf98:3499:e096:9a34:1cd:7bb0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145 Version/11.1.1 Safari/605.1.15', '2026-03-01 15:07:37', '2026-03-01 15:07:37', '', NULL), +(1910, 187, 'fivespot14@gmail.com', '2026-03-01 15:31:56', NULL, '2600:4040:5cc8:ab00:6985:de5a:c670:146c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-01 15:31:56', '2026-03-01 15:31:56', '', NULL), +(1911, 39, 'ali.jaffri@gmail.com', '2026-03-01 15:32:41', NULL, '2001:4878:8037:106::1f', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-01 15:32:41', '2026-03-01 15:32:41', '', NULL), +(1912, 99, 'hassan.jafri10@gmail.com', '2026-03-01 15:34:56', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 15:34:56', '2026-03-01 15:34:56', '', NULL), +(1913, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 15:53:14', '2026-04-19 15:17:49', '', NULL), +(1914, 129, 'emman.benjamel@gmail.com', '2026-03-01 17:48:02', '2026-03-01 17:48:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:01:15', '2026-03-01 17:48:02', '', NULL), +(1915, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:01:41', '2026-03-01 17:57:24', '', NULL), +(1916, 29, 'noony127@gmail.com', '2026-03-01 16:02:58', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:02:58', '2026-03-01 16:02:58', '', NULL), +(1917, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 16:05:30', '2026-04-05 19:37:46', '', NULL), +(1918, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:06:28', '2026-04-04 21:38:03', '', NULL), +(1919, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:07:09', '2026-04-06 20:42:38', '', NULL), +(1920, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:07:55', '2026-05-24 00:20:11', '', NULL), +(1921, 24, 'shamimansarionweb@gmail.com', '2026-03-01 17:26:12', '2026-03-01 17:26:12', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 16:08:17', '2026-03-01 17:26:12', '', NULL), +(1922, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:08:24', '2026-03-29 14:34:34', '', NULL), +(1923, 186, 'awab.basil00@gmail.com', '2026-03-01 17:35:33', '2026-03-01 17:35:33', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:10:57', '2026-03-01 17:35:33', '', NULL), +(1924, 132, 'badianourti@yahoo.com', '2026-03-08 16:02:50', '2026-03-08 16:02:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:12:12', '2026-03-08 16:02:50', '', NULL), +(1925, 108, 'shadabanwar07@gmail.com', '2026-03-01 16:12:13', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 16:12:13', '2026-03-01 16:12:13', '', NULL), +(1926, 33, 'aasiyafvh@gmail.com', '2026-03-01 16:12:19', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:12:19', '2026-03-01 16:12:19', '', NULL), +(1927, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2600:1000:b10f:3db4:8469:2018:e6fb:127a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-01 16:13:37', '2026-04-06 01:53:46', '', NULL), +(1928, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:14:03', '2026-04-06 01:53:46', '', NULL), +(1929, 83, 'simrahussain98@gmail.com', '2026-03-01 16:24:12', '2026-03-01 16:24:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:15:00', '2026-03-01 16:24:12', '', NULL), +(1930, 163, 'msaqib.nh@gmail.com', '2026-03-01 17:15:32', '2026-03-01 17:15:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:17:56', '2026-03-01 17:15:32', '', NULL), +(1931, 79, 'sana6532@gmail.com', '2026-03-01 17:50:47', '2026-03-01 17:50:47', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-01 16:21:11', '2026-03-01 17:50:47', '', NULL), +(1932, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:22:10', '2026-03-29 14:34:10', '', NULL), +(1933, 99, 'hassan.jafri10@gmail.com', '2026-03-01 16:44:28', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 16:44:28', '2026-03-01 16:44:28', '', NULL), +(1934, 1, 'larbi.elabidi@gmail.com', '2026-03-01 17:57:24', '2026-03-01 17:57:24', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 17:26:27', '2026-03-01 17:57:24', '', NULL), +(1935, 43, 'aichati@yahoo.fr', '2026-03-29 16:55:24', '2026-03-29 16:55:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 17:35:51', '2026-03-29 16:55:24', '', NULL), +(1936, 24, 'shamimansarionweb@gmail.com', '2026-03-01 19:12:21', '2026-03-01 19:12:21', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 17:57:39', '2026-03-01 19:12:21', '', NULL), +(1937, 1, 'larbi.elabidi@gmail.com', '2026-03-01 18:48:14', '2026-03-01 18:48:14', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-01 18:41:04', '2026-03-01 18:48:14', '', NULL), +(1938, 1, 'larbi.elabidi@gmail.com', '2026-03-01 19:17:50', '2026-03-01 19:17:50', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 19:12:43', '2026-03-01 19:17:50', '', NULL), +(1939, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:90ad:dc46:8008:15a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-01 19:13:07', '2026-05-10 21:55:14', '', NULL), +(1940, 1, 'larbi.elabidi@gmail.com', '2026-03-01 21:50:19', '2026-03-01 21:50:19', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-01 19:26:19', '2026-03-01 21:50:19', '', NULL), +(1941, 72, 'hajeera_86@yahoo.com', '2026-03-01 20:19:55', NULL, '2600:4040:5ae3:6900:d43b:f019:1c95:a473', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-01 20:19:55', '2026-03-01 20:19:55', '', NULL), +(1942, 1, 'larbi.elabidi@gmail.com', '2026-03-01 21:50:19', '2026-03-01 21:50:19', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-01 20:51:37', '2026-03-01 21:50:19', '', NULL), +(1943, 1, 'larbi.elabidi@gmail.com', '2026-03-01 22:05:31', '2026-03-01 22:05:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-01 21:50:23', '2026-03-01 22:05:31', '', NULL), +(1944, 1, 'larbi.elabidi@gmail.com', '2026-03-02 04:41:08', '2026-03-02 04:41:08', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-01 22:19:13', '2026-03-02 04:41:08', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(1945, 13, 'rosinacotton@hotmail.com', '2026-03-02 00:03:49', NULL, '2601:18f:981:3230:ed38:6b17:d700:f46c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-02 00:03:49', '2026-03-02 00:03:49', '', NULL), +(1946, 3, 'kelabidi0@gmail.com', '2026-03-02 04:41:49', '2026-03-02 04:41:49', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-02 04:41:13', '2026-03-02 04:41:49', '', NULL), +(1947, 1, 'larbi.elabidi@gmail.com', '2026-03-02 04:57:59', '2026-03-02 04:57:59', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-02 04:42:56', '2026-03-02 04:57:59', '', NULL), +(1948, 3, 'kelabidi0@gmail.com', '2026-03-02 05:03:28', '2026-03-02 05:03:28', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-02 04:58:04', '2026-03-02 05:03:28', '', NULL), +(1949, 1, 'larbi.elabidi@gmail.com', '2026-03-02 21:51:23', '2026-03-02 21:51:23', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-02 04:58:42', '2026-03-02 21:51:23', '', NULL), +(1950, 3, 'kelabidi0@gmail.com', '2026-03-03 16:53:59', '2026-03-03 16:53:59', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-02 05:15:20', '2026-03-03 16:53:59', '', NULL), +(1951, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:7854:ab1d:329c:48ea', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-02 19:23:31', '2026-04-05 19:37:46', '', NULL), +(1952, 1, 'larbi.elabidi@gmail.com', '2026-03-02 21:51:23', '2026-03-02 21:51:23', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-02 19:38:57', '2026-03-02 21:51:23', '', NULL), +(1953, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:745f:513a:72da:e0dc', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-02 23:36:49', '2026-04-19 15:17:49', '', NULL), +(1954, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-03 03:06:15', '2026-03-29 14:05:25', '', NULL), +(1955, 3, 'kelabidi0@gmail.com', '2026-03-03 16:53:59', '2026-03-03 16:53:59', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-03 16:51:08', '2026-03-03 16:53:59', '', NULL), +(1956, 1, 'larbi.elabidi@gmail.com', '2026-03-08 06:21:45', '2026-03-08 06:21:45', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-03 16:54:04', '2026-03-08 06:21:45', '', NULL), +(1957, 163, 'msaqib.nh@gmail.com', '2026-03-04 02:51:59', '2026-03-04 02:51:59', '2a09:bac3:aa0a:428::6a:162', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-04 02:44:03', '2026-03-04 02:51:59', '', NULL), +(1958, 206, 'afshan.maase@gmail.com', '2026-03-04 03:55:24', NULL, '2601:18c:cd7f:8a20:af5e:8d1c:aa52:acbc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-04 03:55:24', '2026-03-04 03:55:24', '', NULL), +(1959, 1, 'larbi.elabidi@gmail.com', '2026-03-08 06:21:45', '2026-03-08 06:21:45', '2601:18f:800:b7f7:211f:5cfe:4b21:5ab6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-04 04:03:57', '2026-03-08 06:21:45', '', NULL), +(1960, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-04 04:23:09', '2026-03-29 14:05:25', '', NULL), +(1961, 10, 'anisael2@gmail.com', '2026-03-05 03:22:13', NULL, '71.233.132.248', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-03-05 03:22:13', '2026-03-05 03:22:13', '', NULL), +(1962, 133, 'fqabba242@gmail.com', '2026-03-05 19:35:47', NULL, '2600:387:15:6f19::4', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-05 19:35:47', '2026-03-05 19:35:47', '', NULL), +(1963, 5, 'sboumnina@hotmail.com', '2026-03-06 02:07:16', '2026-03-06 02:07:16', '2601:18f:900:8320:3976:b140:d41e:a86d', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-06 00:45:34', '2026-03-06 02:07:16', '', NULL), +(1964, 206, 'afshan.maase@gmail.com', '2026-03-06 19:27:52', NULL, '2601:18c:cd7f:8a20:91c8:b106:79bc:a087', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-06 19:27:52', '2026-03-06 19:27:52', '', NULL), +(1965, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-07 03:53:11', '2026-03-29 14:05:25', '', NULL), +(1966, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:450a:c28b:4d62:a7f6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-07 14:03:47', '2026-04-19 15:17:49', '', NULL), +(1967, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2600:1000:b165:bbeb:9dc4:7fe6:35b3:662e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-07 16:48:16', '2026-04-06 01:53:46', '', NULL), +(1968, 99, 'hassan.jafri10@gmail.com', '2026-03-07 18:07:06', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-07 18:07:06', '2026-03-07 18:07:06', '', NULL), +(1969, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '40.160.231.186', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-07 19:28:30', '2026-05-24 00:20:11', '', NULL), +(1970, 29, 'noony127@gmail.com', '2026-03-08 00:15:31', NULL, '2600:4040:52a3:8e00:9523:1867:3932:b835', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-08 00:15:31', '2026-03-08 00:15:31', '', NULL), +(1971, 22, 'sainezack@hotmail.com', '2026-03-08 00:41:07', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-08 00:41:07', '2026-03-08 00:41:07', '', NULL), +(1972, 187, 'fivespot14@gmail.com', '2026-03-08 02:02:20', NULL, '2600:4040:5cc8:ab00:c589:7019:2bf0:d93c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 02:02:20', '2026-03-08 02:02:20', '', NULL), +(1973, 43, 'aichati@yahoo.fr', '2026-03-29 16:55:24', '2026-03-29 16:55:24', '2601:18c:8c82:2b20:a9d8:426e:7ecd:771b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-03-08 02:08:55', '2026-03-29 16:55:24', '', NULL), +(1974, 1, 'larbi.elabidi@gmail.com', '2026-03-08 06:21:45', '2026-03-08 06:21:45', '2601:18f:800:b7f7:c443:839:14cd:9879', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 05:51:57', '2026-03-08 06:21:45', '', NULL), +(1975, 2, 'moulay.elabidi@gmail.com', '2026-03-19 01:29:26', '2026-03-19 01:29:26', '2601:18f:800:b7f7:2fdb:971f:1ec0:9b33', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 06:21:56', '2026-03-19 01:29:26', '', NULL), +(1976, 75, 'mkolia1@gmail.com', '2026-03-08 11:46:47', '2026-03-08 11:46:47', '2601:184:497f:8810:d88e:34b2:ef7:c0a6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-08 11:37:00', '2026-03-08 11:46:47', '', NULL), +(1977, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '2600:4040:501d:3f00:58a9:f2cf:947c:8619', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 13:32:26', '2026-03-29 14:34:34', '', NULL), +(1978, 117, 'latarboush@hotmail.com', '2026-03-08 14:03:43', NULL, '2600:4040:5018:5400:2c89:34b1:2111:2fc4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 14:03:43', '2026-03-08 14:03:43', '', NULL), +(1979, 22, 'sainezack@hotmail.com', '2026-03-08 14:11:38', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-08 14:11:38', '2026-03-08 14:11:38', '', NULL), +(1980, 206, 'afshan.maase@gmail.com', '2026-03-08 14:12:51', NULL, '2601:18c:cd7f:8a20:6cb4:1d19:696c:7ebc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-08 14:12:51', '2026-03-08 14:12:51', '', NULL), +(1981, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 14:22:51', '2026-03-29 14:05:25', '', NULL), +(1982, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-08 14:41:07', '2026-03-29 14:05:25', '', NULL), +(1983, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 14:48:20', '2026-04-19 15:17:49', '', NULL), +(1984, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-08 14:50:47', '2026-03-29 14:05:25', '', NULL), +(1985, 138, 'safdaw486@gmail.com', '2026-03-08 15:52:42', '2026-03-08 15:52:42', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 14:57:07', '2026-03-08 15:52:42', '', NULL), +(1986, 160, 'ms-ai@hotmail.com', '2026-04-05 15:19:18', '2026-04-05 15:19:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 14:59:37', '2026-04-05 15:19:18', '', NULL), +(1987, 149, 'sbhutto@gmail.com', '2026-03-28 16:40:41', '2026-03-28 16:40:41', '2600:4040:5015:e300:68f1:9796:b06c:97cd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 15:00:40', '2026-03-28 16:40:41', '', NULL), +(1988, 310, 'ibrahimafzal.m@gmail.com', '2026-03-08 15:02:06', NULL, '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:02:06', '2026-03-08 15:02:06', '', NULL), +(1989, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:02:33', '2026-04-04 21:38:03', '', NULL), +(1990, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:02:57', '2026-03-29 14:34:34', '', NULL), +(1991, 200, 'fauzanh.hasanbasri@gmail.com', '2026-03-08 15:05:01', '2026-03-08 15:05:01', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 15:03:43', '2026-03-08 15:05:01', '', NULL), +(1992, 120, 'a.irfan4155@gmail.com', '2026-03-08 16:06:20', '2026-03-08 16:06:20', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:04:08', '2026-03-08 16:06:20', '', NULL), +(1993, 24, 'shamimansarionweb@gmail.com', '2026-03-29 16:10:42', '2026-03-29 16:10:42', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 15:05:17', '2026-03-29 16:10:42', '', NULL), +(1994, 3, 'kelabidi0@gmail.com', '2026-03-19 22:08:58', '2026-03-19 22:08:58', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:05:25', '2026-03-19 22:08:58', '', NULL), +(1995, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:07:31', '2026-04-06 20:42:38', '', NULL), +(1996, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 15:10:22', '2026-04-05 19:37:46', '', NULL), +(1997, 132, 'badianourti@yahoo.com', '2026-03-08 16:02:50', '2026-03-08 16:02:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:17:15', '2026-03-08 16:02:50', '', NULL), +(1998, 94, 'maboumahmoud@gmail.com', '2026-03-08 15:18:14', NULL, '73.143.41.170', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 15:18:14', '2026-03-08 15:18:14', '', NULL), +(1999, 72, 'hajeera_86@yahoo.com', '2026-03-08 15:22:28', NULL, '2600:4040:5ae1:8800:75c1:b997:84f9:20d6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 15:22:28', '2026-03-08 15:22:28', '', NULL), +(2000, 161, 'shamimasume2@gmail.com', '2026-03-08 16:47:12', '2026-03-08 16:47:12', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 15:24:25', '2026-03-08 16:47:12', '', NULL), +(2001, 79, 'sana6532@gmail.com', '2026-03-08 16:52:41', '2026-03-08 16:52:41', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:27:02', '2026-03-08 16:52:41', '', NULL), +(2002, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-08 15:39:01', '2026-05-24 00:20:11', '', NULL), +(2003, 68, 'farahbb86@gmail.com', '2026-03-08 15:43:08', '2026-03-08 15:43:08', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:40:36', '2026-03-08 15:43:08', '', NULL), +(2004, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 15:43:17', '2026-04-05 19:37:46', '', NULL), +(2005, 163, 'msaqib.nh@gmail.com', '2026-03-29 14:11:07', '2026-03-29 14:11:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:49:42', '2026-03-29 14:11:07', '', NULL), +(2006, 115, 'alaa.reda.mahmoud@gmail.com', '2026-03-08 15:56:15', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 15:56:15', '2026-03-08 15:56:15', '', NULL), +(2007, 115, 'alaa.reda.mahmoud@gmail.com', '2026-03-08 15:56:22', NULL, '2600:1000:b16f:da32:a93b:112d:9fd3:1618', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 15:56:22', '2026-03-08 15:56:22', '', NULL), +(2008, 5, 'sboumnina@hotmail.com', '2026-03-08 16:55:15', '2026-03-08 16:55:15', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 16:38:22', '2026-03-08 16:55:15', '', NULL), +(2009, 68, 'farahbb86@gmail.com', '2026-03-08 16:46:09', '2026-03-08 16:46:09', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 16:39:42', '2026-03-08 16:46:09', '', NULL), +(2010, 106, 'oumar4@aol.com', '2026-03-08 16:43:09', NULL, '2600:1000:b192:8671:28d7:c87e:8daf:6389', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-08 16:43:09', '2026-03-08 16:43:09', '', NULL), +(2011, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-08 16:45:36', '2026-03-29 14:34:10', '', NULL), +(2012, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7:7d3e:fb15:31cd:401c', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-08 22:38:00', '2026-04-05 18:46:31', '', NULL), +(2013, 75, 'mkolia1@gmail.com', '2026-03-09 17:48:09', '2026-03-09 17:48:09', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-09 17:44:37', '2026-03-09 17:48:09', '', NULL), +(2014, 10, 'anisael2@gmail.com', '2026-03-09 22:35:57', NULL, '2607:fb91:260d:8883:21f8:73ea:bf48:ff85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-03-09 22:35:57', '2026-03-09 22:35:57', '', NULL), +(2015, 108, 'shadabanwar07@gmail.com', '2026-03-10 04:11:26', NULL, '2601:18c:ce7e:5870:41b6:c907:b27a:d561', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-10 04:11:26', '2026-03-10 04:11:26', '', NULL), +(2016, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '24.34.185.128', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-10 23:04:38', '2026-04-05 18:46:31', '', NULL), +(2017, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-11 15:42:14', '2026-05-24 00:20:11', '', NULL), +(2018, 42, 'sabdalla80@gmail.com', '2026-03-12 00:54:07', NULL, '165.225.220.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-12 00:54:07', '2026-03-12 00:54:07', '', NULL), +(2019, 312, 'mgul0885@gmail.com', '2026-03-13 15:04:12', NULL, '2600:387:f:158::3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1', '2026-03-13 15:04:12', '2026-03-13 15:04:12', '', NULL), +(2020, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-13 16:41:12', '2026-05-24 00:20:11', '', NULL), +(2021, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-13 17:17:13', '2026-04-05 18:46:31', '', NULL), +(2022, 312, 'mgul0885@gmail.com', '2026-03-13 18:57:10', NULL, '72.95.90.151', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1', '2026-03-13 18:57:10', '2026-03-13 18:57:10', '', NULL), +(2023, 52, 'adnanimdad@gmail.com', '2026-03-13 21:15:15', NULL, '174.168.172.37', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1', '2026-03-13 21:15:15', '2026-03-13 21:15:15', '', NULL), +(2024, 22, 'sainezack@hotmail.com', '2026-03-14 09:50:33', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-14 09:50:33', '2026-03-14 09:50:33', '', NULL), +(2025, 38, 'arshedsheikh101@gmail.com', '2026-03-14 09:57:55', NULL, '2601:188:c100:2200:8069:4459:f2d7:c148', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-14 09:57:55', '2026-03-14 09:57:55', '', NULL), +(2026, 9, 'ahmedchem82@yahoo.com', '2026-03-14 19:30:09', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-03-14 19:30:09', '2026-03-14 19:30:09', '', NULL), +(2027, 9, 'ahmedchem82@yahoo.com', '2026-03-14 19:41:37', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-14 19:41:37', '2026-03-14 19:41:37', '', NULL), +(2028, 138, 'safdaw486@gmail.com', '2026-03-29 15:24:52', '2026-03-29 15:24:52', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-16 11:26:27', '2026-03-29 15:24:52', '', NULL), +(2029, 22, 'sainezack@hotmail.com', '2026-03-17 00:20:11', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-17 00:20:11', '2026-03-17 00:20:11', '', NULL), +(2030, 75, 'mkolia1@gmail.com', '2026-03-17 18:47:22', '2026-03-17 18:47:22', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-17 18:45:25', '2026-03-17 18:47:22', '', NULL), +(2031, 2, 'moulay.elabidi@gmail.com', '2026-03-19 01:29:26', '2026-03-19 01:29:26', '172.56.194.233', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-18 15:11:52', '2026-03-19 01:29:26', '', NULL), +(2032, 99, 'hassan.jafri10@gmail.com', '2026-03-18 18:27:40', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-18 18:27:40', '2026-03-18 18:27:40', '', NULL), +(2033, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2607:fb91:2d10:8958:b507:f820:9994:69f1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-19 01:29:44', '2026-04-05 18:46:31', '', NULL), +(2034, 3, 'kelabidi0@gmail.com', '2026-03-19 22:08:58', '2026-03-19 22:08:58', '2601:18f:800:b7f7:1064:de0b:9e2f:3de9', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-19 22:08:42', '2026-03-19 22:08:58', '', NULL), +(2035, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7:1064:de0b:9e2f:3de9', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-19 22:09:02', '2026-04-05 18:46:31', '', NULL), +(2036, 106, 'oumar4@aol.com', '2026-03-20 00:26:38', NULL, '2601:18f:47e:3760:ccfa:c98e:7f63:b91e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-20 00:26:38', '2026-03-20 00:26:38', '', NULL), +(2037, 88, 'ayaan.ghasir@yahoo.com', '2026-03-21 15:25:19', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-21 15:25:19', '2026-03-21 15:25:19', '', NULL), +(2038, 92, 'abdulghasir25@gmail.com', '2026-03-21 15:32:26', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-21 15:32:26', '2026-03-21 15:32:26', '', NULL), +(2039, 99, 'hassan.jafri10@gmail.com', '2026-03-21 19:49:33', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-21 19:49:33', '2026-03-21 19:49:33', '', NULL), +(2040, 68, 'farahbb86@gmail.com', '2026-03-29 14:11:33', '2026-03-29 14:11:33', '2600:4040:5cc8:8800:b4d5:7829:9ad5:5081', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-21 23:13:41', '2026-03-29 14:11:33', '', NULL), +(2041, 22, 'sainezack@hotmail.com', '2026-03-22 12:35:31', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-22 12:35:31', '2026-03-22 12:35:31', '', NULL), +(2042, 22, 'sainezack@hotmail.com', '2026-03-22 13:20:18', NULL, '108.49.20.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-03-22 13:20:18', '2026-03-22 13:20:18', '', NULL), +(2043, 9, 'ahmedchem82@yahoo.com', '2026-03-22 16:40:17', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-03-22 16:40:17', '2026-03-22 16:40:17', '', NULL), +(2044, 37, 'kasule6@yahoo.com', '2026-03-23 21:15:56', NULL, '146.75.238.21', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-23 21:15:56', '2026-03-23 21:15:56', '', NULL), +(2045, 37, 'kasule6@yahoo.com', '2026-03-23 21:18:16', NULL, '2a04:4e41:4a10:3f3a::3f47:8f3a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-23 21:18:16', '2026-03-23 21:18:16', '', NULL), +(2046, 37, 'kasule6@yahoo.com', '2026-03-23 21:28:09', NULL, '2a04:4e41:4a10:3f3a::3f47:8f3a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-23 21:28:09', '2026-03-23 21:28:09', '', NULL), +(2047, 29, 'noony127@gmail.com', '2026-03-23 22:21:24', NULL, '2600:4040:52a3:8e00:f394:8fef:8ceb:d904', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-23 22:21:24', '2026-03-23 22:21:24', '', NULL), +(2048, 13, 'rosinacotton@hotmail.com', '2026-03-23 22:47:35', NULL, '2601:18f:981:3230:24cd:4280:b250:27b5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-23 22:47:35', '2026-03-23 22:47:35', '', NULL), +(2049, 44, 'safasulthana12@gmail.com', '2026-03-23 23:05:20', NULL, '73.60.195.101', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-23 23:05:20', '2026-03-23 23:05:20', '', NULL), +(2050, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-23 23:07:30', '2026-05-24 00:20:11', '', NULL), +(2051, 42, 'sabdalla80@gmail.com', '2026-03-23 23:10:20', NULL, '205.220.46.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-23 23:10:20', '2026-03-23 23:10:20', '', NULL), +(2052, 12, 'hassanplumbing33@gmail.com', '2026-03-24 01:15:42', NULL, '2600:4040:5013:a600:3d49:a0b:5e53:6de3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-03-24 01:15:42', '2026-03-24 01:15:42', '', NULL), +(2053, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7:5b1c:d133:a5eb:7aa3', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-03-24 04:41:05', '2026-04-05 18:46:31', '', NULL), +(2054, 11, 'ameds1182@gmail.com', '2026-03-24 11:12:16', NULL, '2601:18f:903:a30:ed6b:c3ec:11df:8c7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-03-24 11:12:16', '2026-03-24 11:12:16', '', NULL), +(2055, 150, 'yuabdi@hotmail.com', '2026-03-24 13:36:32', NULL, '2607:fb91:d41:4846:406b:b857:8998:cde8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-24 13:36:32', '2026-03-24 13:36:32', '', NULL), +(2056, 13, 'rosinacotton@hotmail.com', '2026-03-24 19:15:27', NULL, '2601:18f:981:3230:a880:d564:2676:4b91', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-24 19:15:27', '2026-03-24 19:15:27', '', NULL), +(2057, 10, 'anisael2@gmail.com', '2026-03-26 20:29:53', NULL, '71.164.114.32', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-26 20:29:53', '2026-03-26 20:29:53', '', NULL), +(2058, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-03-27 00:52:01', '2026-03-29 14:34:10', '', NULL), +(2059, 205, 'diana.streete85@gmail.com', '2026-03-28 02:32:52', NULL, '2600:382:bf98:3499:1545:958f:2025:a341', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146 Version/11.1.1 Safari/605.1.15', '2026-03-28 02:32:52', '2026-03-28 02:32:52', '', NULL), +(2060, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-28 02:34:13', '2026-03-29 14:05:25', '', NULL), +(2061, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:1989:29c5:998f:9368', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-28 04:10:44', '2026-04-05 19:37:46', '', NULL), +(2062, 114, 'munazza6pk@yahoo.com', '2026-03-28 13:34:34', NULL, '73.68.27.128', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-28 13:34:34', '2026-03-28 13:34:34', '', NULL), +(2063, 117, 'latarboush@hotmail.com', '2026-03-28 14:04:25', NULL, '2600:4040:5018:5400:6d48:bb48:f504:ebbd', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-28 14:04:25', '2026-03-28 14:04:25', '', NULL), +(2064, 46, 'shamsularifai@gmail.com', '2026-03-28 14:13:46', NULL, '2607:fb91:2d92:5fd:611b:5fef:489e:5f06', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-03-28 14:13:46', '2026-03-28 14:13:46', '', NULL), +(2065, 10, 'anisael2@gmail.com', '2026-03-28 14:17:31', NULL, '172.59.14.66', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-03-28 14:17:31', '2026-03-28 14:17:31', '', NULL), +(2066, 149, 'sbhutto@gmail.com', '2026-03-28 16:40:41', '2026-03-28 16:40:41', '172.59.185.203', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-28 16:36:56', '2026-03-28 16:40:41', '', NULL), +(2067, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-28 16:41:17', '2026-03-29 14:34:10', '', NULL), +(2068, 22, 'sainezack@hotmail.com', '2026-03-28 16:46:23', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-03-28 16:46:23', '2026-03-28 16:46:23', '', NULL), +(2069, 22, 'sainezack@hotmail.com', '2026-03-28 16:49:02', NULL, '108.49.20.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-03-28 16:49:02', '2026-03-28 16:49:02', '', NULL), +(2070, 22, 'sainezack@hotmail.com', '2026-03-28 16:50:04', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36', '2026-03-28 16:50:04', '2026-03-28 16:50:04', '', NULL), +(2071, 310, 'ibrahimafzal.m@gmail.com', '2026-03-28 17:10:16', NULL, '71.174.233.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-28 17:10:16', '2026-03-28 17:10:16', '', NULL), +(2072, 165, 'bilalyaqubee@gmail.com', '2026-03-28 17:51:35', NULL, '2601:18f:880:4950:74a3:98ef:1960:7297', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-28 17:51:35', '2026-03-28 17:51:35', '', NULL), +(2073, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-28 19:12:34', '2026-05-10 16:51:22', '', NULL), +(2074, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '2601:18f:984:71e0:27:91c1:b49:91d8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-28 21:53:14', '2026-04-19 15:17:49', '', NULL), +(2075, 33, 'aasiyafvh@gmail.com', '2026-03-28 23:39:36', NULL, '2600:4040:5134:3700:45bc:5231:5348:b2b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2026-03-28 23:39:36', '2026-03-28 23:39:36', '', NULL), +(2076, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2601:18f:27c:e3f0:1062:1d43:13a2:4d0f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-29 00:05:27', '2026-04-06 01:53:46', '', NULL), +(2077, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-29 01:24:58', '2026-04-05 18:46:31', '', NULL), +(2078, 205, 'diana.streete85@gmail.com', '2026-03-29 01:57:55', NULL, '2600:382:bf98:3499:b8cb:d90b:cc8d:747e', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146 Version/11.1.1 Safari/605.1.15', '2026-03-29 01:57:55', '2026-03-29 01:57:55', '', NULL), +(2079, 68, 'farahbb86@gmail.com', '2026-03-29 14:11:33', '2026-03-29 14:11:33', '2600:4040:5cc8:8800:7da5:a8af:cf27:65f9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/413.1.887139264 Mobile/15E148 Safari/604.1', '2026-03-29 02:12:28', '2026-03-29 14:11:33', '', NULL), +(2080, 81, 'hidayamale@gmail.com', '2026-03-29 03:42:45', NULL, '146.115.164.209', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 03:42:45', '2026-03-29 03:42:45', '', NULL), +(2081, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-29 10:48:47', '2026-05-10 16:51:22', '', NULL), +(2082, 78, 'simrahazmi218@gmail.com', '2026-03-29 12:22:10', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-29 12:22:10', '2026-03-29 12:22:10', '', NULL), +(2083, 94, 'maboumahmoud@gmail.com', '2026-03-29 12:23:48', NULL, '2607:fb90:ad49:405f:9022:7500:231e:ad63', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-29 12:23:48', '2026-03-29 12:23:48', '', NULL), +(2084, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '2600:4040:5126:9d00:54fe:6b42:f2d6:add', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-03-29 12:42:08', '2026-04-12 15:13:18', '', NULL), +(2085, 9, 'ahmedchem82@yahoo.com', '2026-03-29 12:47:19', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-03-29 12:47:19', '2026-03-29 12:47:19', '', NULL), +(2086, 75, 'mkolia1@gmail.com', '2026-03-29 12:57:40', '2026-03-29 12:57:40', '2601:184:497f:8810:d956:36ed:8ecd:6e3f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-03-29 12:51:13', '2026-03-29 12:57:40', '', NULL), +(2087, 2, 'moulay.elabidi@gmail.com', '2026-03-29 13:42:51', '2026-03-29 13:42:51', '2601:18f:800:b7f7:f5ba:cdff:ab84:bd7c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-29 13:41:52', '2026-03-29 13:42:51', '', NULL), +(2088, 3, 'kelabidi0@gmail.com', '2026-03-29 14:41:08', '2026-03-29 14:41:08', '2601:18f:800:b7f7:f5ba:cdff:ab84:bd7c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-29 13:43:10', '2026-03-29 14:41:08', '', NULL), +(2089, 68, 'farahbb86@gmail.com', '2026-03-29 14:11:33', '2026-03-29 14:11:33', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 13:44:33', '2026-03-29 14:11:33', '', NULL), +(2090, 120, 'a.irfan4155@gmail.com', '2026-03-29 13:58:29', '2026-03-29 13:58:29', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 13:56:48', '2026-03-29 13:58:29', '', NULL), +(2091, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-29 13:58:23', '2026-04-19 15:17:49', '', NULL), +(2092, 138, 'safdaw486@gmail.com', '2026-03-29 15:24:52', '2026-03-29 15:24:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 13:59:08', '2026-03-29 15:24:52', '', NULL), +(2093, 167, 'mou.jmc@gmail.com', '2026-03-29 14:01:12', NULL, '73.219.161.159', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-03-29 14:01:12', '2026-03-29 14:01:12', '', NULL), +(2094, 4, 'olemtiri@hotmail.com', '2026-03-29 14:05:25', '2026-03-29 14:05:25', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 14:01:39', '2026-03-29 14:05:25', '', NULL), +(2095, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-29 14:04:36', '2026-04-05 19:37:46', '', NULL), +(2096, 5, 'sboumnina@hotmail.com', '2026-04-12 00:47:24', '2026-04-12 00:47:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 14:04:44', '2026-04-12 00:47:24', '', NULL), +(2097, 24, 'shamimansarionweb@gmail.com', '2026-03-29 16:10:42', '2026-03-29 16:10:42', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 14:05:41', '2026-03-29 16:10:42', '', NULL), +(2098, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:06:04', '2026-04-06 20:42:38', '', NULL), +(2099, 120, 'a.irfan4155@gmail.com', '2026-03-29 15:17:50', '2026-03-29 15:17:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:08:50', '2026-03-29 15:17:50', '', NULL), +(2100, 4, 'olemtiri@hotmail.com', '2026-03-29 17:54:53', '2026-03-29 17:54:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-29 14:09:09', '2026-03-29 17:54:53', '', NULL), +(2101, 163, 'msaqib.nh@gmail.com', '2026-03-29 14:11:07', '2026-03-29 14:11:07', '146.75.252.1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-29 14:10:26', '2026-03-29 14:11:07', '', NULL), +(2102, 40, 'alihasarfraz11@gmail.com', '2026-03-29 14:34:34', '2026-03-29 14:34:34', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:11:01', '2026-03-29 14:34:34', '', NULL), +(2103, 129, 'emman.benjamel@gmail.com', '2026-03-29 15:08:30', '2026-03-29 15:08:30', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:11:51', '2026-03-29 15:08:30', '', NULL), +(2104, 66, 'humaira_shaukat@hotmail.com', '2026-03-29 14:12:26', NULL, '2600:4040:502d:4900:e4b8:3616:8a54:d951', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-29 14:12:26', '2026-03-29 14:12:26', '', NULL), +(2105, 69, 'yasirbajwa@hotmail.com', '2026-03-29 14:15:19', NULL, '71.174.67.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-29 14:15:19', '2026-03-29 14:15:19', '', NULL), +(2106, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-29 14:17:38', '2026-05-24 00:20:11', '', NULL), +(2107, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:10', '2026-03-29 14:34:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:18:52', '2026-03-29 14:34:10', '', NULL), +(2108, 252, 'khalifakaushar4@gmail.com', '2026-03-29 14:20:39', NULL, '2607:fb90:6801:5700:55cc:6e24:cc56:8446', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-03-29 14:20:39', '2026-03-29 14:20:39', '', NULL), +(2109, 252, 'khalifakaushar4@gmail.com', '2026-03-29 14:20:45', NULL, '2607:fb90:6801:5700:55cc:6e24:cc56:8446', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-03-29 14:20:45', '2026-03-29 14:20:45', '', NULL), +(2110, 252, 'khalifakaushar4@gmail.com', '2026-03-29 14:20:59', NULL, '2607:fb90:6801:5700:55cc:6e24:cc56:8446', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-03-29 14:20:59', '2026-03-29 14:20:59', '', NULL), +(2111, 186, 'awab.basil00@gmail.com', '2026-03-29 16:31:32', '2026-03-29 16:31:32', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 14:30:48', '2026-03-29 16:31:32', '', NULL), +(2112, 73, 'summia.sharif@gmail.com', '2026-03-29 14:34:30', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:34:30', '2026-03-29 14:34:30', '', NULL), +(2113, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2607:fb91:269a:43aa:91e9:a571:906c:d3ca', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-29 14:41:37', '2026-04-05 18:46:31', '', NULL), +(2114, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-03-29 14:44:52', '2026-04-05 18:46:31', '', NULL), +(2115, 100, 'abdelhaklmlk@gmail.com', '2026-03-29 14:46:34', NULL, '2600:1000:b011:4978:0:71:647e:f301', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 14:46:34', '2026-03-29 14:46:34', '', NULL), +(2116, 3, 'kelabidi0@gmail.com', '2026-03-29 17:28:50', '2026-03-29 17:28:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:49:16', '2026-03-29 17:28:50', '', NULL), +(2117, 163, 'msaqib.nh@gmail.com', '2026-03-29 14:57:24', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 14:57:24', '2026-03-29 14:57:24', '', NULL), +(2118, 70, 'khalifaashif@gmail.com', '2026-03-29 15:01:40', '2026-03-29 15:01:40', '2607:fb90:6801:5700:cd66:57eb:f9c5:fce9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-03-29 15:00:01', '2026-03-29 15:01:40', '', NULL), +(2119, 79, 'sana6532@gmail.com', '2026-03-31 13:52:50', '2026-03-31 13:52:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:01:17', '2026-03-31 13:52:50', '', NULL), +(2120, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:03:04', '2026-03-29 15:03:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:02:35', '2026-03-29 15:03:04', '', NULL), +(2121, 129, 'emman.benjamel@gmail.com', '2026-03-29 16:50:27', '2026-03-29 16:50:27', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:08:46', '2026-03-29 16:50:27', '', NULL), +(2122, 40, 'alihasarfraz11@gmail.com', '2026-03-29 15:09:18', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:09:18', '2026-03-29 15:09:18', '', NULL), +(2123, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:09:40', '2026-04-04 21:38:03', '', NULL), +(2124, 99, 'hassan.jafri10@gmail.com', '2026-03-29 15:27:10', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:27:10', '2026-03-29 15:27:10', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(2125, 89, 'rayyanvahora11@gmail.com', '2026-03-29 15:35:16', '2026-03-29 15:35:16', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:29:25', '2026-03-29 15:35:16', '', NULL), +(2126, 10, 'anisael2@gmail.com', '2026-03-29 15:31:50', NULL, '2a09:bac2:a519:2be::46:98', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-03-29 15:31:50', '2026-03-29 15:31:50', '', NULL), +(2127, 301, 'sub1@gmail.com', '2026-03-29 15:35:49', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 15:35:49', '2026-03-29 15:35:49', '', NULL), +(2128, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 16:10:59', '2026-04-05 18:46:31', '', NULL), +(2129, 43, 'aichati@yahoo.fr', '2026-03-29 16:55:24', '2026-03-29 16:55:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-29 16:31:48', '2026-03-29 16:55:24', '', NULL), +(2130, 53, 'abjalm@hotmail.com', '2026-03-29 17:02:59', '2026-03-29 17:02:59', '2600:1000:b206:e1f0:b98e:1951:7988:cfcf', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 17:02:25', '2026-03-29 17:02:59', '', NULL), +(2131, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:ada1:3fd8:2841:63c5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-29 17:10:59', '2026-05-10 21:55:14', '', NULL), +(2132, 73, 'summia.sharif@gmail.com', '2026-03-29 17:11:30', NULL, '2607:fb90:a82b:6d8:ac39:4791:81a1:15f9', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 17:11:30', '2026-03-29 17:11:30', '', NULL), +(2133, 4, 'olemtiri@hotmail.com', '2026-03-29 17:54:53', '2026-03-29 17:54:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 17:29:16', '2026-03-29 17:54:53', '', NULL), +(2134, 4, 'olemtiri@hotmail.com', '2026-03-29 18:16:05', '2026-03-29 18:16:05', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 17:55:33', '2026-03-29 18:16:05', '', NULL), +(2135, 10, 'anisael2@gmail.com', '2026-03-29 17:58:50', NULL, '71.164.114.32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-03-29 17:58:50', '2026-03-29 17:58:50', '', NULL), +(2136, 133, 'fqabba242@gmail.com', '2026-03-29 18:09:13', NULL, '2600:387:f:7818::c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 18:09:13', '2026-03-29 18:09:13', '', NULL), +(2137, 124, 'jaliljalos75@gmail.com', '2026-06-08 03:26:49', '2026-06-08 03:26:49', '131.239.115.14', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-03-29 18:26:13', '2026-06-08 03:26:49', '', NULL), +(2138, 138, 'safdaw486@gmail.com', '2026-04-11 19:33:04', '2026-04-11 19:33:04', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-03-29 19:10:30', '2026-04-11 19:33:04', '', NULL), +(2139, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2600:387:f:7832::8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-03-29 19:23:07', '2026-04-19 15:33:10', '', NULL), +(2140, 40, 'alihasarfraz11@gmail.com', '2026-03-29 19:25:49', NULL, '2600:4040:501d:3f00:adc5:d68b:8657:7bec', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/413.1.887139264 Mobile/15E148 Safari/604.1', '2026-03-29 19:25:49', '2026-03-29 19:25:49', '', NULL), +(2141, 3, 'kelabidi0@gmail.com', '2026-04-02 04:51:17', '2026-04-02 04:51:17', '2601:18f:800:b7f7:4144:b5ea:f0a8:db52', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-03-29 19:29:04', '2026-04-02 04:51:17', '', NULL), +(2142, 138, 'safdaw486@gmail.com', '2026-04-11 19:33:04', '2026-04-11 19:33:04', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/413.1.887139264 Mobile/15E148 Safari/604.1', '2026-03-29 19:36:30', '2026-04-11 19:33:04', '', NULL), +(2143, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '2607:fb91:2dbc:cac3:3c75:5129:c613:a009', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-29 20:32:30', '2026-04-04 21:38:03', '', NULL), +(2144, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2601:18f:27c:e3f0:1062:1d43:13a2:4d0f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-03-30 00:20:48', '2026-04-06 01:53:46', '', NULL), +(2145, 4, 'olemtiri@hotmail.com', '2026-03-30 00:55:25', '2026-03-30 00:55:25', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-30 00:50:11', '2026-03-30 00:55:25', '', NULL), +(2146, 3, 'kelabidi0@gmail.com', '2026-04-02 04:51:17', '2026-04-02 04:51:17', '2601:18f:800:b7f7:7a74:5af9:4bba:da61', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-03-30 01:10:08', '2026-04-02 04:51:17', '', NULL), +(2147, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-30 03:15:01', '2026-04-05 18:46:31', '', NULL), +(2148, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2607:fb91:269a:43aa:5ab:93e7:693a:5349', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-03-30 20:37:25', '2026-04-05 18:46:31', '', NULL), +(2149, 73, 'summia.sharif@gmail.com', '2026-03-31 03:34:19', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-03-31 03:34:19', '2026-03-31 03:34:19', '', NULL), +(2150, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-03-31 03:46:40', '2026-04-05 18:46:31', '', NULL), +(2151, 79, 'sana6532@gmail.com', '2026-03-31 13:52:50', '2026-03-31 13:52:50', '71.174.52.66', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-03-31 13:50:36', '2026-03-31 13:52:50', '', NULL), +(2152, 163, 'msaqib.nh@gmail.com', '2026-03-31 22:18:33', NULL, '2a04:4e41:7bf:3353::70bf:3353', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-03-31 22:18:33', '2026-03-31 22:18:33', '', NULL), +(2153, 161, 'shamimasume2@gmail.com', '2026-04-19 15:07:51', '2026-04-19 15:07:51', '2607:fb91:2d0d:88dd:867:7f8:9a54:4be0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-01 15:49:19', '2026-04-19 15:07:51', '', NULL), +(2154, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 17:19:39', '2026-04-05 18:46:31', '', NULL), +(2155, 3, 'kelabidi0@gmail.com', '2026-04-02 04:51:17', '2026-04-02 04:51:17', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-02 04:22:01', '2026-04-02 04:51:17', '', NULL), +(2156, 3, 'kelabidi0@gmail.com', '2026-04-10 20:37:13', '2026-04-10 20:37:13', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-02 04:52:19', '2026-04-10 20:37:13', '', NULL), +(2157, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-02 17:05:37', '2026-04-05 18:46:31', '', NULL), +(2158, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:1000:b0a3:abe7:19a0:5bb5:d8d4:5138', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2026-04-02 18:00:49', '2026-05-23 02:56:14', '', NULL), +(2159, 40, 'alihasarfraz11@gmail.com', '2026-04-02 21:49:10', NULL, '2600:4040:501d:3f00:516a:5f05:8864:9042', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-02 21:49:10', '2026-04-02 21:49:10', '', NULL), +(2160, 78, 'simrahazmi218@gmail.com', '2026-04-02 23:26:14', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-02 23:26:14', '2026-04-02 23:26:14', '', NULL), +(2161, 40, 'alihasarfraz11@gmail.com', '2026-04-02 23:28:28', NULL, '2600:4040:501d:3f00:29eb:5429:56f8:6be9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-02 23:28:28', '2026-04-02 23:28:28', '', NULL), +(2162, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '71.174.72.90', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-03 15:53:46', '2026-04-19 01:19:00', '', NULL), +(2163, 99, 'hassan.jafri10@gmail.com', '2026-04-03 16:05:56', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-03 16:05:56', '2026-04-03 16:05:56', '', NULL), +(2164, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-03 19:35:01', '2026-04-05 18:46:31', '', NULL), +(2165, 138, 'safdaw486@gmail.com', '2026-04-11 19:33:04', '2026-04-11 19:33:04', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-03 19:43:44', '2026-04-11 19:33:04', '', NULL), +(2166, 88, 'ayaan.ghasir@yahoo.com', '2026-04-03 23:53:03', NULL, '172.56.192.137', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-04-03 23:53:03', '2026-04-03 23:53:03', '', NULL), +(2167, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:e4b2:ac61:9f11:1dce', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 03:15:50', '2026-04-05 19:37:46', '', NULL), +(2168, 4, 'olemtiri@hotmail.com', '2026-04-04 03:49:12', '2026-04-04 03:49:12', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 03:45:05', '2026-04-04 03:49:12', '', NULL), +(2169, 18, 'rabiamran473@gmail.com', '2026-04-04 13:19:40', '2026-04-04 13:19:40', '2600:4040:5014:6f00:90ed:a6b7:f352:1262', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-04 13:17:43', '2026-04-04 13:19:40', '', NULL), +(2170, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:2ce5:4300:f49b:10ab', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 13:32:21', '2026-04-05 19:37:46', '', NULL), +(2171, 183, 'i.sheikh2003@gmail.com', '2026-04-04 13:52:57', NULL, '2601:18f:903:b890:699f:696c:bf84:a3ab', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-04-04 13:52:57', '2026-04-04 13:52:57', '', NULL), +(2172, 113, 'daniar@gmail.com', '2026-04-04 14:00:32', NULL, '173.48.42.134', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 14:00:32', '2026-04-04 14:00:32', '', NULL), +(2173, 117, 'latarboush@hotmail.com', '2026-04-04 14:45:50', NULL, '2600:4040:5018:5400:bd9b:60aa:eef0:b7e9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-04 14:45:50', '2026-04-04 14:45:50', '', NULL), +(2174, 3, 'kelabidi0@gmail.com', '2026-04-10 20:37:13', '2026-04-10 20:37:13', '2607:fb91:2d1f:4412:e26e:e69:4103:2663', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-04 14:56:23', '2026-04-10 20:37:13', '', NULL), +(2175, 2, 'moulay.elabidi@gmail.com', '2026-04-12 01:16:16', '2026-04-12 01:16:16', '2601:18f:800:b7f7:45f8:da15:1b7b:b746', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-04 17:32:04', '2026-04-12 01:16:16', '', NULL), +(2176, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 19:39:26', '2026-04-05 18:46:31', '', NULL), +(2177, 40, 'alihasarfraz11@gmail.com', '2026-04-04 19:58:33', NULL, '2607:fb91:2d1d:c0ab:81c1:bc3b:3df3:feb2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-04 19:58:33', '2026-04-04 19:58:33', '', NULL), +(2178, 78, 'simrahazmi218@gmail.com', '2026-04-04 20:33:20', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 20:33:20', '2026-04-04 20:33:20', '', NULL), +(2179, 74, 'ielassab89@gmail.com', '2026-04-04 21:38:03', '2026-04-04 21:38:03', '2601:18f:802:bea0:b121:f0b6:a1c8:317a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0', '2026-04-04 20:34:06', '2026-04-04 21:38:03', '', NULL), +(2180, 42, 'sabdalla80@gmail.com', '2026-04-04 20:59:12', NULL, '2601:18f:881:ce0:4eb:4408:146f:3e30', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-04 20:59:12', '2026-04-04 20:59:12', '', NULL), +(2181, 42, 'sabdalla80@gmail.com', '2026-04-04 20:59:26', NULL, '165.225.220.179', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 20:59:26', '2026-04-04 20:59:26', '', NULL), +(2182, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '2601:18f:187:de50::8645', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-04 21:26:04', '2026-05-24 00:20:11', '', NULL), +(2183, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7::21d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-04 21:36:37', '2026-04-05 18:46:31', '', NULL), +(2184, 22, 'sainezack@hotmail.com', '2026-04-04 21:58:31', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-04-04 21:58:31', '2026-04-04 21:58:31', '', NULL), +(2185, 99, 'hassan.jafri10@gmail.com', '2026-04-04 22:02:18', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 22:02:18', '2026-04-04 22:02:18', '', NULL), +(2186, 101, 'aminazgani@gmail.com', '2026-04-04 22:11:20', '2026-04-04 22:11:20', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-04 22:08:17', '2026-04-04 22:11:20', '', NULL), +(2187, 100, 'abdelhaklmlk@gmail.com', '2026-04-05 00:24:05', NULL, '2601:18f:700:81a0:acda:42da:38e9:ad53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 00:24:05', '2026-04-05 00:24:05', '', NULL), +(2188, 74, 'ielassab89@gmail.com', '2026-04-05 01:43:34', NULL, '2607:fb90:ad1f:80a:60ad:db7a:f4be:61ee', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 01:43:34', '2026-04-05 01:43:34', '', NULL), +(2189, 120, 'a.irfan4155@gmail.com', '2026-04-05 03:34:28', '2026-04-05 03:34:28', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-05 02:53:49', '2026-04-05 03:34:28', '', NULL), +(2190, 161, 'shamimasume2@gmail.com', '2026-04-19 15:07:51', '2026-04-19 15:07:51', '2600:4040:5012:1100:b556:9747:22a5:d94b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 03:22:01', '2026-04-19 15:07:51', '', NULL), +(2191, 314, 'humaira1429@gmail.com', '2026-04-05 03:28:13', NULL, '71.232.9.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 03:28:13', '2026-04-05 03:28:13', '', NULL), +(2192, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2601:18f:800:b7f7:5519:1d6a:755c:cce8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 04:18:31', '2026-04-05 18:46:31', '', NULL), +(2193, 200, 'fauzanh.hasanbasri@gmail.com', '2026-04-05 09:47:17', NULL, '2600:100d:b028:91d4:69bf:7512:5cfa:2b30', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 09:47:17', '2026-04-05 09:47:17', '', NULL), +(2194, 114, 'munazza6pk@yahoo.com', '2026-04-05 10:30:50', NULL, '2601:18a:8083:ce30:f477:ffcf:9e2f:550d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 10:30:50', '2026-04-05 10:30:50', '', NULL), +(2195, 40, 'alihasarfraz11@gmail.com', '2026-04-05 10:56:14', NULL, '2600:4040:501d:3f00:d801:f30b:6332:5e5c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 10:56:14', '2026-04-05 10:56:14', '', NULL), +(2196, 78, 'simrahazmi218@gmail.com', '2026-04-05 12:23:42', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 12:23:42', '2026-04-05 12:23:42', '', NULL), +(2197, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:5183:b35d:22b6:629d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 12:33:20', '2026-04-05 19:37:46', '', NULL), +(2198, 122, 'shahid.2704@gmail.com', '2026-04-05 13:46:49', NULL, '2601:18f:900:b2a0:2cbe:1034:3ed5:2b6f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-04-05 13:46:49', '2026-04-05 13:46:49', '', NULL), +(2199, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 13:49:30', '2026-04-06 20:42:38', '', NULL), +(2200, 138, 'safdaw486@gmail.com', '2026-04-11 19:33:04', '2026-04-11 19:33:04', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:03:04', '2026-04-11 19:33:04', '', NULL), +(2201, 129, 'emman.benjamel@gmail.com', '2026-04-05 15:07:59', '2026-04-05 15:07:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:04:53', '2026-04-05 15:07:59', '', NULL), +(2202, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 14:08:00', '2026-04-19 15:17:49', '', NULL), +(2203, 120, 'a.irfan4155@gmail.com', '2026-04-11 03:49:07', '2026-04-11 03:49:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:09:09', '2026-04-11 03:49:07', '', NULL), +(2204, 43, 'aichati@yahoo.fr', '2026-04-05 14:44:26', '2026-04-05 14:44:26', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:09:36', '2026-04-05 14:44:26', '', NULL), +(2205, 24, 'shamimansarionweb@gmail.com', '2026-04-05 17:37:48', '2026-04-05 17:37:48', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 14:09:58', '2026-04-05 17:37:48', '', NULL), +(2206, 78, 'simrahazmi218@gmail.com', '2026-04-05 14:12:36', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:12:36', '2026-04-05 14:12:36', '', NULL), +(2207, 100, 'abdelhaklmlk@gmail.com', '2026-04-05 14:13:16', NULL, '2600:1000:b04d:18d5:0:5c:e6e4:ea01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 14:13:16', '2026-04-05 14:13:16', '', NULL), +(2208, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-05 14:15:42', '2026-04-05 18:46:31', '', NULL), +(2209, 99, 'hassan.jafri10@gmail.com', '2026-04-05 14:19:27', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:19:27', '2026-04-05 14:19:27', '', NULL), +(2210, 132, 'badianourti@yahoo.com', '2026-04-05 15:35:48', '2026-04-05 15:35:48', '2600:1000:b15e:752f:30e9:bd7:a1c1:c875', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 14:20:18', '2026-04-05 15:35:48', '', NULL), +(2211, 132, 'badianourti@yahoo.com', '2026-04-05 15:35:48', '2026-04-05 15:35:48', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:21:15', '2026-04-05 15:35:48', '', NULL), +(2212, 29, 'noony127@gmail.com', '2026-04-05 14:34:09', NULL, '2607:fb90:ad2a:c041:681f:62ff:fead:b1b9', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 14:34:09', '2026-04-05 14:34:09', '', NULL), +(2213, 79, 'sana6532@gmail.com', '2026-04-05 15:06:22', '2026-04-05 15:06:22', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:36:18', '2026-04-05 15:06:22', '', NULL), +(2214, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-05 14:40:59', '2026-05-24 00:20:11', '', NULL), +(2215, 115, 'alaa.reda.mahmoud@gmail.com', '2026-04-05 14:44:01', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:44:01', '2026-04-05 14:44:01', '', NULL), +(2216, 160, 'ms-ai@hotmail.com', '2026-04-05 15:19:18', '2026-04-05 15:19:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:44:42', '2026-04-05 15:19:18', '', NULL), +(2217, 163, 'msaqib.nh@gmail.com', '2026-04-05 14:50:31', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 14:50:31', '2026-04-05 14:50:31', '', NULL), +(2218, 89, 'rayyanvahora11@gmail.com', '2026-04-05 14:50:50', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 14:50:50', '2026-04-05 14:50:50', '', NULL), +(2219, 4, 'olemtiri@hotmail.com', '2026-04-05 15:02:52', '2026-04-05 15:02:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-05 14:55:54', '2026-04-05 15:02:52', '', NULL), +(2220, 4, 'olemtiri@hotmail.com', '2026-04-08 22:51:00', '2026-04-08 22:51:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-05 15:03:15', '2026-04-08 22:51:00', '', NULL), +(2221, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '2600:1000:b15e:fa7e:91e6:cb8:ef46:7ff8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-04-05 15:04:25', '2026-04-06 01:53:46', '', NULL), +(2222, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:46', '2026-04-06 01:53:46', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 15:04:46', '2026-04-06 01:53:46', '', NULL), +(2223, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2607:fb91:2666:40e4:ac39:be91:6824:eb06', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 15:06:01', '2026-04-19 01:19:00', '', NULL), +(2224, 79, 'sana6532@gmail.com', '2026-04-05 17:01:08', '2026-04-05 17:01:08', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 15:06:38', '2026-04-05 17:01:08', '', NULL), +(2225, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-05 15:08:17', '2026-05-23 02:56:14', '', NULL), +(2226, 43, 'aichati@yahoo.fr', '2026-04-12 17:32:06', '2026-04-12 17:32:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-05 15:20:02', '2026-04-12 17:32:06', '', NULL), +(2227, 100, 'abdelhaklmlk@gmail.com', '2026-04-05 15:30:25', NULL, '2600:1000:b04d:18d5:0:5c:e6e4:ea01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 15:30:25', '2026-04-05 15:30:25', '', NULL), +(2228, 100, 'abdelhaklmlk@gmail.com', '2026-04-05 15:30:27', NULL, '2600:1000:b04d:18d5:0:5c:e6e4:ea01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 15:30:27', '2026-04-05 15:30:27', '', NULL), +(2229, 100, 'abdelhaklmlk@gmail.com', '2026-04-05 15:30:28', NULL, '2600:1000:b04d:18d5:0:5c:e6e4:ea01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-05 15:30:28', '2026-04-05 15:30:28', '', NULL), +(2230, 161, 'shamimasume2@gmail.com', '2026-04-19 15:07:51', '2026-04-19 15:07:51', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 15:35:04', '2026-04-19 15:07:51', '', NULL), +(2231, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '2607:fb91:d43:45c1:a84e:26d1:e75c:fbcf', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-05 16:09:20', '2026-04-05 18:46:31', '', NULL), +(2232, 24, 'shamimansarionweb@gmail.com', '2026-04-05 17:37:48', '2026-04-05 17:37:48', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-04-05 16:44:29', '2026-04-05 17:37:48', '', NULL), +(2233, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:638:859a:a221:18af', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 17:36:50', '2026-05-10 21:55:14', '', NULL), +(2234, 1, 'larbi.elabidi@gmail.com', '2026-04-05 18:46:31', '2026-04-05 18:46:31', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 17:37:59', '2026-04-05 18:46:31', '', NULL), +(2235, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:e16e:d6c4:c68d:e71c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 18:30:04', '2026-04-05 19:37:46', '', NULL), +(2236, 78, 'simrahazmi218@gmail.com', '2026-04-05 18:37:29', NULL, '71.235.203.158', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-05 18:37:29', '2026-04-05 18:37:29', '', NULL), +(2237, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:5b2:109e:38ff:657a', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-05 18:37:39', '2026-05-23 02:56:14', '', NULL), +(2238, 19, 'shahabhussain@hotmail.com', '2026-04-05 19:37:46', '2026-04-05 19:37:46', '2600:4040:502b:7200:fdb1:9309:8b03:2d55', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 19:34:34', '2026-04-05 19:37:46', '', NULL), +(2239, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:7188:2126:76d8:6059', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 20:56:13', '2026-05-23 02:56:14', '', NULL), +(2240, 75, 'mkolia1@gmail.com', '2026-04-12 19:26:08', '2026-04-12 19:26:08', '2601:184:497f:8810:30c0:a503:5bd3:93b2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-05 21:06:37', '2026-04-12 19:26:08', '', NULL), +(2241, 75, 'mkolia1@gmail.com', '2026-04-12 19:26:08', '2026-04-12 19:26:08', '2601:184:497f:8810:30c0:a503:5bd3:93b2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-05 21:47:15', '2026-04-12 19:26:08', '', NULL), +(2242, 23, 'saifadam@gmail.com', '2026-04-05 23:08:51', NULL, '2600:4040:5011:5600:365f:329e:46f1:c20f', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 23:08:51', '2026-04-05 23:08:51', '', NULL), +(2243, 23, 'saifadam@gmail.com', '2026-04-05 23:14:57', NULL, '2600:4040:5011:5600:9002:5a65:4f34:7349', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-05 23:14:57', '2026-04-05 23:14:57', '', NULL), +(2244, 19, 'shahabhussain@hotmail.com', '2026-04-06 00:25:23', '2026-04-06 00:25:23', '2600:4040:502b:7200:41b0:b679:fa8c:a9b9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-06 00:24:41', '2026-04-06 00:25:23', '', NULL), +(2245, 97, 'makaltoum1990@hotmail.com', '2026-04-06 01:53:51', NULL, '2601:18f:27c:e3f0:1cb0:5f6c:2142:dca9', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-04-06 01:53:51', '2026-04-06 01:53:51', '', NULL), +(2246, 1, 'larbi.elabidi@gmail.com', '2026-04-08 23:51:16', '2026-04-08 23:51:16', '2601:18f:800:b7f7:3502:48d5:f722:fb71', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-06 01:55:03', '2026-04-08 23:51:16', '', NULL), +(2247, 99, 'hassan.jafri10@gmail.com', '2026-04-06 19:38:07', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-06 19:38:07', '2026-04-06 19:38:07', '', NULL), +(2248, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-06 20:42:38', '2026-04-06 20:42:38', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-06 20:38:32', '2026-04-06 20:42:38', '', NULL), +(2249, 10, 'anisael2@gmail.com', '2026-04-06 22:22:01', NULL, '71.164.114.32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-04-06 22:22:01', '2026-04-06 22:22:01', '', NULL), +(2250, 28, 'zijmalik@gmail.com', '2026-04-06 22:25:32', NULL, '100.4.239.44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/146.0.7680.151 Mobile/15E148 Safari/604.1', '2026-04-06 22:25:32', '2026-04-06 22:25:32', '', NULL), +(2251, 78, 'simrahazmi218@gmail.com', '2026-04-07 01:25:50', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-07 01:25:50', '2026-04-07 01:25:50', '', NULL), +(2252, 1, 'larbi.elabidi@gmail.com', '2026-04-08 23:51:16', '2026-04-08 23:51:16', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-07 01:45:50', '2026-04-08 23:51:16', '', NULL), +(2253, 4, 'olemtiri@hotmail.com', '2026-04-08 22:51:00', '2026-04-08 22:51:00', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-07 01:49:04', '2026-04-08 22:51:00', '', NULL), +(2254, 32, 'amurtuza2008@gmail.com', '2026-04-07 02:24:13', NULL, '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-07 02:24:13', '2026-04-07 02:24:13', '', NULL), +(2255, 19, 'shahabhussain@hotmail.com', '2026-04-07 02:42:56', '2026-04-07 02:42:56', '2600:4040:502b:7200:4dd3:c380:6a8b:9fc5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-07 02:42:07', '2026-04-07 02:42:56', '', NULL), +(2256, 314, 'humaira1429@gmail.com', '2026-04-07 04:32:42', NULL, '71.232.9.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-07 04:32:42', '2026-04-07 04:32:42', '', NULL), +(2257, 163, 'msaqib.nh@gmail.com', '2026-04-07 12:46:08', NULL, '2a02:26f7:b237:4000:2000::19', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-07 12:46:08', '2026-04-07 12:46:08', '', NULL), +(2258, 99, 'hassan.jafri10@gmail.com', '2026-04-08 18:57:57', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-08 18:57:57', '2026-04-08 18:57:57', '', NULL), +(2259, 4, 'olemtiri@hotmail.com', '2026-04-08 22:51:00', '2026-04-08 22:51:00', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-08 22:48:02', '2026-04-08 22:51:00', '', NULL), +(2260, 1, 'larbi.elabidi@gmail.com', '2026-04-08 23:51:16', '2026-04-08 23:51:16', '2601:18f:800:b7f7:2517:3b28:9b8a:d7cc', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-08 23:50:42', '2026-04-08 23:51:16', '', NULL), +(2261, 3, 'kelabidi0@gmail.com', '2026-04-10 20:37:13', '2026-04-10 20:37:13', '2601:18f:800:b7f7:2517:3b28:9b8a:d7cc', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-08 23:51:20', '2026-04-10 20:37:13', '', NULL), +(2262, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '129.63.248.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-09 21:35:18', '2026-05-24 00:20:11', '', NULL), +(2263, 29, 'noony127@gmail.com', '2026-04-09 21:49:51', NULL, '2600:4040:52a3:8e00:d69b:76c:b941:f723', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-09 21:49:51', '2026-04-09 21:49:51', '', NULL), +(2264, 34, 'sabeeh3@yahoo.com', '2026-04-10 02:12:45', NULL, '66.31.183.197', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-10 02:12:45', '2026-04-10 02:12:45', '', NULL), +(2265, 3, 'kelabidi0@gmail.com', '2026-04-10 20:37:13', '2026-04-10 20:37:13', '2601:18f:800:b7f7:3271:6b79:e9c9:4b4d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-10 20:35:32', '2026-04-10 20:37:13', '', NULL), +(2266, 1, 'larbi.elabidi@gmail.com', '2026-04-12 01:55:17', '2026-04-12 01:55:17', '2601:18f:800:b7f7:3271:6b79:e9c9:4b4d', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-10 20:37:17', '2026-04-12 01:55:17', '', NULL), +(2267, 132, 'badianourti@yahoo.com', '2026-04-12 04:45:38', '2026-04-12 04:45:38', '2601:18f:27f:700:1150:6320:3ce6:5103', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-10 21:25:54', '2026-04-12 04:45:38', '', NULL), +(2268, 132, 'badianourti@yahoo.com', '2026-04-12 04:45:38', '2026-04-12 04:45:38', '2601:18f:27f:700:1150:6320:3ce6:5103', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-10 21:30:16', '2026-04-12 04:45:38', '', NULL), +(2269, 311, 'ekramyassin2025@gmail.com', '2026-04-10 21:34:28', NULL, '2601:18f:802:7290:79cf:8adf:900c:1c7a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-10 21:34:28', '2026-04-10 21:34:28', '', NULL), +(2270, 5, 'sboumnina@hotmail.com', '2026-04-12 00:47:24', '2026-04-12 00:47:24', '2601:18f:900:8320:1031:b517:459d:97f1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-10 22:30:27', '2026-04-12 00:47:24', '', NULL), +(2271, 40, 'alihasarfraz11@gmail.com', '2026-04-10 23:28:39', NULL, '2600:4040:501d:3f00:9023:efe4:41ad:6dd4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-10 23:28:39', '2026-04-10 23:28:39', '', NULL), +(2272, 120, 'a.irfan4155@gmail.com', '2026-04-11 03:49:07', '2026-04-11 03:49:07', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-11 03:46:43', '2026-04-11 03:49:07', '', NULL), +(2273, 4, 'olemtiri@hotmail.com', '2026-04-11 04:08:29', '2026-04-11 04:08:29', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-11 03:54:16', '2026-04-11 04:08:29', '', NULL), +(2274, 160, 'ms-ai@hotmail.com', '2026-04-11 03:57:21', NULL, '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-11 03:57:21', '2026-04-11 03:57:21', '', NULL), +(2275, 129, 'emman.benjamel@gmail.com', '2026-05-16 18:03:20', '2026-05-16 18:03:20', '199.7.159.84', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-11 03:59:59', '2026-05-16 18:03:20', '', NULL), +(2276, 129, 'emman.benjamel@gmail.com', '2026-05-16 18:03:20', '2026-05-16 18:03:20', '199.7.159.84', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-11 03:59:59', '2026-05-16 18:03:20', '', NULL), +(2277, 74, 'ielassab89@gmail.com', '2026-04-11 13:14:48', NULL, '2601:18f:802:bea0:8f14:23f:747d:effc', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-11 13:14:48', '2026-04-11 13:14:48', '', NULL), +(2278, 252, 'khalifakaushar4@gmail.com', '2026-04-11 13:52:52', NULL, '2607:fb90:6801:5700:dbc:4ef8:9e38:a8b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-04-11 13:52:52', '2026-04-11 13:52:52', '', NULL), +(2279, 252, 'khalifakaushar4@gmail.com', '2026-04-11 13:52:56', NULL, '2607:fb90:6801:5700:dbc:4ef8:9e38:a8b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-04-11 13:52:56', '2026-04-11 13:52:56', '', NULL), +(2280, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '2600:4040:502b:7200:711e:cd30:ffdc:f3f1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-11 14:49:45', '2026-04-19 15:11:46', '', NULL), +(2281, 206, 'afshan.maase@gmail.com', '2026-04-11 15:26:43', NULL, '2601:18c:cd7f:8a20:214b:627c:7cba:401c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-11 15:26:43', '2026-04-11 15:26:43', '', NULL), +(2282, 1, 'larbi.elabidi@gmail.com', '2026-04-12 01:55:17', '2026-04-12 01:55:17', '2601:18f:800:b7f7:b7ab:2a1a:8ca6:4671', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-11 18:18:10', '2026-04-12 01:55:17', '', NULL), +(2283, 138, 'safdaw486@gmail.com', '2026-04-11 19:33:04', '2026-04-11 19:33:04', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-11 19:31:26', '2026-04-11 19:33:04', '', NULL), +(2284, 22, 'sainezack@hotmail.com', '2026-04-11 20:03:57', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-04-11 20:03:57', '2026-04-11 20:03:57', '', NULL), +(2285, 117, 'latarboush@hotmail.com', '2026-04-11 21:02:18', NULL, '2600:4040:5018:5400:450e:9a75:6fe3:f0b7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-11 21:02:18', '2026-04-11 21:02:18', '', NULL), +(2286, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-12 16:52:59', '2026-04-12 16:52:59', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-11 23:27:10', '2026-04-12 16:52:59', '', NULL), +(2287, 79, 'sana6532@gmail.com', '2026-04-12 00:48:17', '2026-04-12 00:48:17', '100.0.183.208', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-04-12 00:03:22', '2026-04-12 00:48:17', '', NULL), +(2288, 5, 'sboumnina@hotmail.com', '2026-04-12 00:47:24', '2026-04-12 00:47:24', '2601:18f:900:8320:f622:8cce:ec:50ed', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 00:07:47', '2026-04-12 00:47:24', '', NULL), +(2289, 133, 'fqabba242@gmail.com', '2026-04-12 00:08:24', NULL, '2601:19c:4a03:1c1d:4aac:f78b:99ed:85ef', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 00:08:24', '2026-04-12 00:08:24', '', NULL), +(2290, 1, 'larbi.elabidi@gmail.com', '2026-04-12 01:55:17', '2026-04-12 01:55:17', '2607:fb91:2d0c:cb4d:488f:1ef:7151:bdfc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-12 00:50:35', '2026-04-12 01:55:17', '', NULL), +(2291, 3, 'kelabidi0@gmail.com', '2026-04-12 01:15:58', '2026-04-12 01:15:58', '2601:18f:800:b7f7:b745:bb41:2242:48a4', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 01:14:41', '2026-04-12 01:15:58', '', NULL), +(2292, 2, 'moulay.elabidi@gmail.com', '2026-04-12 01:16:16', '2026-04-12 01:16:16', '2601:18f:800:b7f7:b745:bb41:2242:48a4', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 01:16:08', '2026-04-12 01:16:16', '', NULL), +(2293, 1, 'larbi.elabidi@gmail.com', '2026-04-12 01:55:17', '2026-04-12 01:55:17', '2601:18f:800:b7f7:b745:bb41:2242:48a4', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 01:16:24', '2026-04-12 01:55:17', '', NULL), +(2294, 1, 'larbi.elabidi@gmail.com', '2026-04-12 01:55:17', '2026-04-12 01:55:17', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-12 01:47:08', '2026-04-12 01:55:17', '', NULL), +(2295, 199, 'halaelshamy2006@gmail.com', '2026-04-12 02:01:31', NULL, '2607:fb90:ad97:8b06:4f5:da9b:9ee1:d770', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1', '2026-04-12 02:01:31', '2026-04-12 02:01:31', '', NULL), +(2296, 151, 'hanaelshamy29@gmail.com', '2026-04-12 02:04:32', '2026-04-12 02:04:32', '2607:fb91:d6d:2e0:8d2e:caf1:cb36:2687', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1', '2026-04-12 02:03:01', '2026-04-12 02:04:32', '', NULL), +(2297, 3, 'kelabidi0@gmail.com', '2026-04-12 02:30:21', '2026-04-12 02:30:21', '2601:18f:800:b7f7:e39:7176:a928:742d', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 02:04:23', '2026-04-12 02:30:21', '', NULL), +(2298, 2, 'moulay.elabidi@gmail.com', '2026-04-12 02:31:22', '2026-04-12 02:31:22', '2601:18f:800:b7f7:e39:7176:a928:742d', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 02:30:28', '2026-04-12 02:31:22', '', NULL), +(2299, 3, 'kelabidi0@gmail.com', '2026-04-12 17:33:25', '2026-04-12 17:33:25', '2601:18f:800:b7f7:e39:7176:a928:742d', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 02:31:31', '2026-04-12 17:33:25', '', NULL), +(2300, 3, 'kelabidi0@gmail.com', '2026-04-12 17:33:25', '2026-04-12 17:33:25', '2601:18f:800:b7f7:1441:d900:b8d3:c5d2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-04-12 04:36:09', '2026-04-12 17:33:25', '', NULL), +(2301, 132, 'badianourti@yahoo.com', '2026-04-12 04:45:38', '2026-04-12 04:45:38', '2601:18f:27f:700:b51a:73e3:f9ae:1ebd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', '2026-04-12 04:36:30', '2026-04-12 04:45:38', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(2302, 200, 'fauzanh.hasanbasri@gmail.com', '2026-04-12 09:31:58', NULL, '2600:1000:b11d:f93b:c4c8:22ef:fcdc:c7d2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-12 09:31:58', '2026-04-12 09:31:58', '', NULL), +(2303, 94, 'maboumahmoud@gmail.com', '2026-04-12 10:17:47', NULL, '172.59.190.253', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-12 10:17:47', '2026-04-12 10:17:47', '', NULL), +(2304, 124, 'jaliljalos75@gmail.com', '2026-06-08 03:26:49', '2026-06-08 03:26:49', '73.182.228.81', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/415.0.893601163 Mobile/15E148 Safari/604.1', '2026-04-12 10:29:00', '2026-06-08 03:26:49', '', NULL), +(2305, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:b0fc:3f59:e93b:f655', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-04-12 12:51:08', '2026-04-19 15:33:10', '', NULL), +(2306, 100, 'abdelhaklmlk@gmail.com', '2026-04-12 13:00:46', NULL, '2601:18f:700:81a0:acda:42da:38e9:ad53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 13:00:46', '2026-04-12 13:00:46', '', NULL), +(2307, 39, 'ali.jaffri@gmail.com', '2026-04-12 13:11:55', NULL, '2600:4040:5b85:9800:a9db:6bfb:2f29:7e50', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-12 13:11:55', '2026-04-12 13:11:55', '', NULL), +(2308, 117, 'latarboush@hotmail.com', '2026-04-12 13:17:32', NULL, '2600:4040:5018:5400:a533:3df:617c:99aa', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-12 13:17:32', '2026-04-12 13:17:32', '', NULL), +(2309, 141, 'seddanek@gmail.com', '2026-04-12 13:17:35', NULL, '2600:1000:b173:4528:45ef:c32f:9745:de56', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 13:17:35', '2026-04-12 13:17:35', '', NULL), +(2310, 151, 'hanaelshamy29@gmail.com', '2026-05-17 06:08:03', '2026-05-17 06:08:03', '2607:fb91:d6d:2e0:8d2e:caf1:cb36:2687', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1', '2026-04-12 13:23:19', '2026-05-17 06:08:03', '', NULL), +(2311, 310, 'ibrahimafzal.m@gmail.com', '2026-04-12 13:30:49', NULL, '71.174.233.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 13:30:49', '2026-04-12 13:30:49', '', NULL), +(2312, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 13:54:16', '2026-04-19 15:17:49', '', NULL), +(2313, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 13:58:58', '2026-05-23 02:56:14', '', NULL), +(2314, 40, 'alihasarfraz11@gmail.com', '2026-04-12 13:59:19', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 13:59:19', '2026-04-12 13:59:19', '', NULL), +(2315, 83, 'simrahussain98@gmail.com', '2026-04-12 16:19:17', '2026-04-12 16:19:17', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:02:52', '2026-04-12 16:19:17', '', NULL), +(2316, 5, 'sboumnina@hotmail.com', '2026-04-12 14:07:25', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-12 14:07:25', '2026-04-12 14:07:25', '', NULL), +(2317, 74, 'ielassab89@gmail.com', '2026-04-12 14:07:56', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:07:56', '2026-04-12 14:07:56', '', NULL), +(2318, 147, 'rahmanek@gmail.com', '2026-04-12 15:13:18', '2026-04-12 15:13:18', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 14:08:28', '2026-04-12 15:13:18', '', NULL), +(2319, 138, 'safdaw486@gmail.com', '2026-04-12 16:55:18', '2026-04-12 16:55:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 14:09:15', '2026-04-12 16:55:18', '', NULL), +(2320, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-12 14:12:26', '2026-04-19 15:11:46', '', NULL), +(2321, 1, 'larbi.elabidi@gmail.com', '2026-04-12 16:23:49', '2026-04-12 16:23:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-12 14:12:29', '2026-04-12 16:23:49', '', NULL), +(2322, 44, 'safasulthana12@gmail.com', '2026-04-12 14:15:42', NULL, '2601:18f:801:cad3::b5ae', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.47 Mobile/15E148 Safari/604.1', '2026-04-12 14:15:42', '2026-04-12 14:15:42', '', NULL), +(2323, 69, 'yasirbajwa@hotmail.com', '2026-04-12 14:19:33', NULL, '71.174.67.68', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-12 14:19:33', '2026-04-12 14:19:33', '', NULL), +(2324, 45, 'ejjiyar-soundouss@hotmail.com', '2026-04-12 16:52:59', '2026-04-12 16:52:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:27:27', '2026-04-12 16:52:59', '', NULL), +(2325, 3, 'kelabidi0@gmail.com', '2026-04-12 17:33:25', '2026-04-12 17:33:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 14:32:15', '2026-04-12 17:33:25', '', NULL), +(2326, 115, 'alaa.reda.mahmoud@gmail.com', '2026-04-12 14:40:38', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:40:38', '2026-04-12 14:40:38', '', NULL), +(2327, 79, 'sana6532@gmail.com', '2026-04-12 16:44:52', '2026-04-12 16:44:52', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:41:35', '2026-04-12 16:44:52', '', NULL), +(2328, 22, 'sainezack@hotmail.com', '2026-04-12 14:48:05', NULL, '2607:fb90:ad02:8936:f098:ba97:c57b:fb2b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-04-12 14:48:05', '2026-04-12 14:48:05', '', NULL), +(2329, 81, 'hidayamale@gmail.com', '2026-04-12 14:51:27', NULL, '2601:18f:902:270:806a:202d:1374:363d', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 14:51:27', '2026-04-12 14:51:27', '', NULL), +(2330, 314, 'humaira1429@gmail.com', '2026-04-12 14:51:35', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 14:51:35', '2026-04-12 14:51:35', '', NULL), +(2331, 186, 'awab.basil00@gmail.com', '2026-04-12 15:54:29', '2026-04-12 15:54:29', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 14:52:48', '2026-04-12 15:54:29', '', NULL), +(2332, 163, 'msaqib.nh@gmail.com', '2026-04-12 15:08:25', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 15:08:25', '2026-04-12 15:08:25', '', NULL), +(2333, 99, 'hassan.jafri10@gmail.com', '2026-04-12 15:12:43', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-12 15:12:43', '2026-04-12 15:12:43', '', NULL), +(2334, 4, 'olemtiri@hotmail.com', '2026-04-14 05:51:02', '2026-04-14 05:51:02', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 15:14:27', '2026-04-14 05:51:02', '', NULL), +(2335, 147, 'rahmanek@gmail.com', '2026-04-19 14:52:57', '2026-04-19 14:52:57', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 15:38:46', '2026-04-19 14:52:57', '', NULL), +(2336, 163, 'msaqib.nh@gmail.com', '2026-04-12 15:47:00', NULL, '2a04:4e41:7ef:f914::46ef:f914', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-12 15:47:00', '2026-04-12 15:47:00', '', NULL), +(2337, 1, 'larbi.elabidi@gmail.com', '2026-04-12 16:23:49', '2026-04-12 16:23:49', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 15:54:51', '2026-04-12 16:23:49', '', NULL), +(2338, 2, 'moulay.elabidi@gmail.com', '2026-04-12 16:34:06', '2026-04-12 16:34:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 16:24:06', '2026-04-12 16:34:06', '', NULL), +(2339, 140, 'noor.bhatti202@gmail.com', '2026-04-12 16:24:09', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-12 16:24:09', '2026-04-12 16:24:09', '', NULL), +(2340, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-12 16:24:31', '2026-05-24 00:20:11', '', NULL), +(2341, 1, 'larbi.elabidi@gmail.com', '2026-04-12 16:34:00', '2026-04-12 16:34:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 16:28:46', '2026-04-12 16:34:00', '', NULL), +(2342, 43, 'aichati@yahoo.fr', '2026-04-12 17:32:06', '2026-04-12 17:32:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 16:40:17', '2026-04-12 17:32:06', '', NULL), +(2343, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-12 16:58:34', '2026-05-16 03:51:43', '', NULL), +(2344, 3, 'kelabidi0@gmail.com', '2026-04-12 17:33:25', '2026-04-12 17:33:25', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 17:32:22', '2026-04-12 17:33:25', '', NULL), +(2345, 3, 'kelabidi0@gmail.com', '2026-04-24 16:14:28', '2026-04-24 16:14:28', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 17:33:51', '2026-04-24 16:14:28', '', NULL), +(2346, 176, 'spokent@yahoo.com', '2026-04-12 17:35:36', NULL, '2600:1000:b105:6d95:7065:5662:fa04:6e03', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 17:35:36', '2026-04-12 17:35:36', '', NULL), +(2347, 176, 'spokent@yahoo.com', '2026-04-12 18:52:40', NULL, '2601:18f:902:40e0:a4c3:1679:5754:2336', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 18:52:40', '2026-04-12 18:52:40', '', NULL), +(2348, 176, 'spokent@yahoo.com', '2026-04-12 18:53:41', NULL, '2601:18f:902:40e0:a4c3:1679:5754:2336', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-12 18:53:41', '2026-04-12 18:53:41', '', NULL), +(2349, 75, 'mkolia1@gmail.com', '2026-04-12 19:26:08', '2026-04-12 19:26:08', '2601:184:497f:8810:7cd0:833c:f7fe:f810', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-12 19:24:33', '2026-04-12 19:26:08', '', NULL), +(2350, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '2600:4040:502b:7200:fcce:1eed:e0ae:3a2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-12 21:29:18', '2026-04-19 15:11:46', '', NULL), +(2351, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '2600:4040:502b:7200:fcce:1eed:e0ae:3a2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-12 22:22:36', '2026-04-19 15:11:46', '', NULL), +(2352, 40, 'alihasarfraz11@gmail.com', '2026-04-12 23:07:50', NULL, '2600:4040:501d:3f00:d44f:da95:da3b:1e2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-12 23:07:50', '2026-04-12 23:07:50', '', NULL), +(2353, 40, 'alihasarfraz11@gmail.com', '2026-04-12 23:22:45', NULL, '2600:4040:501d:3f00:ac3e:2b41:1dd0:49ce', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/414.0.890628820 Mobile/15E148 Safari/604.1', '2026-04-12 23:22:45', '2026-04-12 23:22:45', '', NULL), +(2354, 43, 'aichati@yahoo.fr', '2026-04-15 00:42:18', '2026-04-15 00:42:18', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-04-13 00:26:14', '2026-04-15 00:42:18', '', NULL), +(2355, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '2601:18f:287:1020:a54c:4314:ceb5:83a5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-13 00:35:14', '2026-05-03 15:05:24', '', NULL), +(2356, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '2601:18f:283:f690:13b:ebe8:bd7b:a8cb', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-04-13 01:37:14', '2026-04-19 15:33:10', '', NULL), +(2357, 97, 'makaltoum1990@hotmail.com', '2026-04-13 09:54:34', NULL, '2601:18f:27c:e3f0:d1d0:e241:d8f1:e7ed', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Mobile Safari/537.36', '2026-04-13 09:54:34', '2026-04-13 09:54:34', '', NULL), +(2358, 10, 'anisael2@gmail.com', '2026-04-13 18:30:27', NULL, '71.164.114.32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-04-13 18:30:27', '2026-04-13 18:30:27', '', NULL), +(2359, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:4929:2fcf:cee3:238c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-13 21:24:43', '2026-04-19 17:48:24', '', NULL), +(2360, 314, 'humaira1429@gmail.com', '2026-04-14 01:09:23', NULL, '71.232.9.20', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-14 01:09:23', '2026-04-14 01:09:23', '', NULL), +(2361, 4, 'olemtiri@hotmail.com', '2026-04-14 05:51:02', '2026-04-14 05:51:02', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-14 05:46:17', '2026-04-14 05:51:02', '', NULL), +(2362, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:406d:5663:e61f:bfbe', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-14 19:56:58', '2026-04-19 17:48:24', '', NULL), +(2363, 43, 'aichati@yahoo.fr', '2026-04-15 00:42:18', '2026-04-15 00:42:18', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-04-15 00:38:50', '2026-04-15 00:42:18', '', NULL), +(2364, 163, 'msaqib.nh@gmail.com', '2026-04-15 02:06:42', NULL, '2a04:4e41:71a:1800::171a:1800', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-15 02:06:42', '2026-04-15 02:06:42', '', NULL), +(2365, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:46eb:a291:8c74:2229', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-15 04:56:39', '2026-04-19 17:48:24', '', NULL), +(2366, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:a355:b7ed:bbb4:390e', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-15 22:07:56', '2026-04-19 17:48:24', '', NULL), +(2367, 109, 'nwweylamatovu99@gmail.com', '2026-04-15 22:30:18', NULL, '2607:fb90:ad62:9aee:ac39:be92:ccc3:808e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-04-15 22:30:18', '2026-04-15 22:30:18', '', NULL), +(2368, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '68.160.143.70', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2026-04-15 23:36:13', '2026-05-23 02:56:14', '', NULL), +(2369, 99, 'hassan.jafri10@gmail.com', '2026-04-16 16:17:42', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-16 16:17:42', '2026-04-16 16:17:42', '', NULL), +(2370, 176, 'spokent@yahoo.com', '2026-04-17 18:52:13', NULL, '2601:18f:902:40e0:3dea:6373:6c24:d175', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-17 18:52:13', '2026-04-17 18:52:13', '', NULL), +(2371, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:38de:5641:7f30:81fd', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-17 21:59:17', '2026-04-19 17:48:24', '', NULL), +(2372, 4, 'olemtiri@hotmail.com', '2026-04-18 04:21:59', '2026-04-18 04:21:59', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-18 04:11:11', '2026-04-18 04:21:59', '', NULL), +(2373, 30, 'taiobmdjamshed@yahoo.com', '2026-04-18 12:52:06', NULL, '2600:387:f:5f1a::7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-18 12:52:06', '2026-04-18 12:52:06', '', NULL), +(2374, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:7f38:a0eb:e3fb:a63e', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-18 15:05:39', '2026-04-19 17:48:24', '', NULL), +(2375, 46, 'shamsularifai@gmail.com', '2026-04-18 15:08:12', NULL, '2607:fb91:267a:806a:8c:afa7:f12b:b6d7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-18 15:08:12', '2026-04-18 15:08:12', '', NULL), +(2376, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-18 16:51:03', '2026-05-10 16:51:22', '', NULL), +(2377, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '2600:387:f:7815::7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-04-18 19:18:38', '2026-05-03 15:05:24', '', NULL), +(2378, 40, 'alihasarfraz11@gmail.com', '2026-04-18 20:26:15', NULL, '2600:4040:501d:3f00:71cf:ce87:dd95:c03c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-04-18 20:26:15', '2026-04-18 20:26:15', '', NULL), +(2379, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:f2bb:db8b:df5e:52f1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-18 20:53:45', '2026-04-19 01:19:00', '', NULL), +(2380, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:f2bb:db8b:df5e:52f1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-18 20:53:59', '2026-04-19 01:19:00', '', NULL), +(2381, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:f2bb:db8b:df5e:52f1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-18 20:54:10', '2026-04-19 01:19:00', '', NULL), +(2382, 42, 'sabdalla80@gmail.com', '2026-04-18 21:19:54', NULL, '136.226.74.185', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-18 21:19:54', '2026-04-18 21:19:54', '', NULL), +(2383, 100, 'abdelhaklmlk@gmail.com', '2026-04-18 22:05:47', NULL, '2601:18f:700:81a0:acda:42da:38e9:ad53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-18 22:05:47', '2026-04-18 22:05:47', '', NULL), +(2384, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '2600:4040:502b:7200:d4cc:6880:5675:268d', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-18 22:20:15', '2026-04-19 15:11:46', '', NULL), +(2385, 101, 'aminazgani@gmail.com', '2026-04-18 22:43:08', '2026-04-18 22:43:08', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-18 22:41:40', '2026-04-18 22:43:08', '', NULL), +(2386, 138, 'safdaw486@gmail.com', '2026-04-18 22:42:46', '2026-04-18 22:42:46', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-04-18 22:41:45', '2026-04-18 22:42:46', '', NULL), +(2387, 135, 'saima.jaffri@gmail.com', '2026-04-19 01:19:00', '2026-04-19 01:19:00', '2600:4040:5b85:9800:64d3:33b5:5651:8a68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-19 01:18:10', '2026-04-19 01:19:00', '', NULL), +(2388, 39, 'ali.jaffri@gmail.com', '2026-04-19 01:47:00', NULL, '2001:4878:8037:106::12', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-19 01:47:00', '2026-04-19 01:47:00', '', NULL), +(2389, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:d8d8:2036:298d:69fb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 01:49:59', '2026-05-23 02:56:14', '', NULL), +(2390, 310, 'ibrahimafzal.m@gmail.com', '2026-04-19 02:19:26', NULL, '71.174.233.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 02:19:26', '2026-04-19 02:19:26', '', NULL), +(2391, 89, 'rayyanvahora11@gmail.com', '2026-04-19 02:31:53', NULL, '2607:fb90:ad8c:853b:1101:f25b:f458:a2de', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-04-19 02:31:53', '2026-04-19 02:31:53', '', NULL), +(2392, 40, 'alihasarfraz11@gmail.com', '2026-04-19 02:48:28', NULL, '2600:4040:501d:3f00:d8d5:96d:a127:f81f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 02:48:28', '2026-04-19 02:48:28', '', NULL), +(2393, 125, 'fnalunkuma@gmail.com', '2026-04-19 04:18:44', NULL, '2601:18f:187:d720:b615:7970:6402:19d6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-19 04:18:44', '2026-04-19 04:18:44', '', NULL), +(2394, 69, 'yasirbajwa@hotmail.com', '2026-04-19 11:48:22', NULL, '99.246.206.211', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 11:48:22', '2026-04-19 11:48:22', '', NULL), +(2395, 117, 'latarboush@hotmail.com', '2026-04-19 12:35:12', NULL, '2600:4040:5018:5400:4563:d2cf:f301:ce0f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 12:35:12', '2026-04-19 12:35:12', '', NULL), +(2396, 167, 'mou.jmc@gmail.com', '2026-04-19 13:12:00', NULL, '2601:18f:802:1390:39a3:110a:d4d3:f690', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-19 13:12:00', '2026-04-19 13:12:00', '', NULL), +(2397, 153, 'kousami@gmail.com', '2026-04-19 13:25:15', NULL, '2601:18f:903:85c0:e575:232e:11d0:288d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-19 13:25:15', '2026-04-19 13:25:15', '', NULL), +(2398, 4, 'olemtiri@hotmail.com', '2026-04-19 13:57:47', '2026-04-19 13:57:47', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 13:51:40', '2026-04-19 13:57:47', '', NULL), +(2399, 40, 'alihasarfraz11@gmail.com', '2026-04-19 13:58:57', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 13:58:57', '2026-04-19 13:58:57', '', NULL), +(2400, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:11:46', '2026-04-19 15:11:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 14:00:38', '2026-04-19 15:11:46', '', NULL), +(2401, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:03:25', '2026-05-16 03:51:43', '', NULL), +(2402, 57, 'sshawoo123@gmail.com', '2026-04-19 15:17:49', '2026-04-19 15:17:49', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 14:04:04', '2026-04-19 15:17:49', '', NULL), +(2403, 29, 'noony127@gmail.com', '2026-04-19 14:04:24', NULL, '2607:fb91:d7a:47af:b06a:ebff:fe58:1fac', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-19 14:04:24', '2026-04-19 14:04:24', '', NULL), +(2404, 29, 'noony127@gmail.com', '2026-04-19 14:05:12', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:05:12', '2026-04-19 14:05:12', '', NULL), +(2405, 24, 'shamimansarionweb@gmail.com', '2026-04-19 14:39:41', '2026-04-19 14:39:41', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:06:06', '2026-04-19 14:39:41', '', NULL), +(2406, 29, 'noony127@gmail.com', '2026-04-19 14:07:13', NULL, '2607:fb91:d7a:47af:b06a:ebff:fe58:1fac', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-19 14:07:13', '2026-04-19 14:07:13', '', NULL), +(2407, 132, 'badianourti@yahoo.com', '2026-04-19 16:43:28', '2026-04-19 16:43:28', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:10:19', '2026-04-19 16:43:28', '', NULL), +(2408, 83, 'simrahussain98@gmail.com', '2026-04-19 15:08:12', '2026-04-19 15:08:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-19 14:10:59', '2026-04-19 15:08:12', '', NULL), +(2409, 3, 'kelabidi0@gmail.com', '2026-04-24 16:14:28', '2026-04-24 16:14:28', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:13:41', '2026-04-24 16:14:28', '', NULL), +(2410, 99, 'hassan.jafri10@gmail.com', '2026-04-19 14:14:05', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:14:05', '2026-04-19 14:14:05', '', NULL), +(2411, 147, 'rahmanek@gmail.com', '2026-04-19 14:52:57', '2026-04-19 14:52:57', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-19 14:15:25', '2026-04-19 14:52:57', '', NULL), +(2412, 79, 'sana6532@gmail.com', '2026-04-19 16:55:42', '2026-04-19 16:55:42', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-19 14:18:41', '2026-04-19 16:55:42', '', NULL), +(2413, 160, 'ms-ai@hotmail.com', '2026-04-19 14:31:21', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:31:21', '2026-04-19 14:31:21', '', NULL), +(2414, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:40:06', '2026-04-19 17:48:24', '', NULL), +(2415, 161, 'shamimasume2@gmail.com', '2026-04-19 15:07:51', '2026-04-19 15:07:51', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 14:40:37', '2026-04-19 15:07:51', '', NULL), +(2416, 115, 'alaa.reda.mahmoud@gmail.com', '2026-04-19 14:48:24', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-19 14:48:24', '2026-04-19 14:48:24', '', NULL), +(2417, 71, 'najah.azennoud@gmail.com', '2026-04-19 15:33:10', '2026-04-19 15:33:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:56:55', '2026-04-19 15:33:10', '', NULL), +(2418, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-19 14:57:03', '2026-05-23 02:56:14', '', NULL), +(2419, 161, 'shamimasume2@gmail.com', '2026-04-19 15:23:06', '2026-04-19 15:23:06', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-19 15:08:34', '2026-04-19 15:23:06', '', NULL), +(2420, 24, 'shamimansarionweb@gmail.com', '2026-05-03 15:32:50', '2026-05-03 15:32:50', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 15:08:42', '2026-05-03 15:32:50', '', NULL), +(2421, 199, 'halaelshamy2006@gmail.com', '2026-04-19 15:10:06', NULL, '2607:fb91:266c:4121:c5b1:fd3:548:81ec', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-19 15:10:06', '2026-04-19 15:10:06', '', NULL), +(2422, 140, 'noor.bhatti202@gmail.com', '2026-04-19 15:10:43', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-19 15:10:43', '2026-04-19 15:10:43', '', NULL), +(2423, 141, 'seddanek@gmail.com', '2026-04-19 15:11:23', NULL, '2600:1000:b0f4:db10:f88c:d3af:2a6b:8887', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-19 15:11:23', '2026-04-19 15:11:23', '', NULL), +(2424, 19, 'shahabhussain@hotmail.com', '2026-04-19 15:12:00', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 15:12:00', '2026-04-19 15:12:00', '', NULL), +(2425, 57, 'sshawoo123@gmail.com', '2026-04-19 15:18:46', '2026-04-19 15:18:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 15:18:12', '2026-04-19 15:18:46', '', NULL), +(2426, 57, 'sshawoo123@gmail.com', '2026-05-10 14:09:16', '2026-05-10 14:09:16', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 15:19:02', '2026-05-10 14:09:16', '', NULL), +(2427, 16, 'kobbie6@gmail.com', '2026-04-19 15:25:51', '2026-04-19 15:25:51', '2607:fb91:daf:8b:3cbc:1d25:9a92:3bac', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-19 15:20:46', '2026-04-19 15:25:51', '', NULL), +(2428, 98, 'moe_gaabass@yahoo.com', '2026-04-19 15:22:07', NULL, '174.235.27.203', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 15:22:07', '2026-04-19 15:22:07', '', NULL), +(2429, 161, 'shamimasume2@gmail.com', '2026-04-19 15:28:23', '2026-04-19 15:28:23', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-19 15:23:52', '2026-04-19 15:28:23', '', NULL), +(2430, 4, 'olemtiri@hotmail.com', '2026-05-03 04:56:16', '2026-05-03 04:56:16', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-19 15:28:53', '2026-05-03 04:56:16', '', NULL), +(2431, 1, 'larbi.elabidi@gmail.com', '2026-04-19 17:48:24', '2026-04-19 17:48:24', '2601:18f:800:b7f7:c5ca:2b24:e081:c7b1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 15:34:16', '2026-04-19 17:48:24', '', NULL), +(2432, 74, 'ielassab89@gmail.com', '2026-04-19 15:35:15', NULL, '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-19 15:35:15', '2026-04-19 15:35:15', '', NULL), +(2433, 24, 'shamimansarionweb@gmail.com', '2026-05-03 15:32:50', '2026-05-03 15:32:50', '2600:1000:b196:98f2:29cf:6e56:2f02:f856', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-19 16:04:35', '2026-05-03 15:32:50', '', NULL), +(2434, 2, 'moulay.elabidi@gmail.com', '2026-05-09 23:34:00', '2026-05-09 23:34:00', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-19 16:17:04', '2026-05-09 23:34:00', '', NULL), +(2435, 120, 'a.irfan4155@gmail.com', '2026-04-19 16:45:12', '2026-04-19 16:45:12', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-19 16:30:42', '2026-04-19 16:45:12', '', NULL), +(2436, 79, 'sana6532@gmail.com', '2026-04-19 16:55:42', '2026-04-19 16:55:42', '2607:fb91:2da9:ccbd:c4b1:63c1:ddc:e0e9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-04-19 16:53:57', '2026-04-19 16:55:42', '', NULL), +(2437, 5, 'sboumnina@hotmail.com', '2026-04-19 16:57:15', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 16:57:15', '2026-04-19 16:57:15', '', NULL), +(2438, 9, 'ahmedchem82@yahoo.com', '2026-04-19 17:01:51', NULL, '2600:1000:b09f:3fa7:f595:ad:c4:959e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 17:01:51', '2026-04-19 17:01:51', '', NULL), +(2439, 41, 'elmaweda@gmail.com', '2026-04-19 17:12:00', NULL, '2600:387:15:931::1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 17:12:00', '2026-04-19 17:12:00', '', NULL), +(2440, 42, 'sabdalla80@gmail.com', '2026-04-19 17:14:44', NULL, '205.220.46.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-19 17:14:44', '2026-04-19 17:14:44', '', NULL), +(2441, 16, 'kobbie6@gmail.com', '2026-04-19 17:25:47', NULL, '2607:fb90:ad96:4e7:9582:9252:5123:b037', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36', '2026-04-19 17:25:47', '2026-04-19 17:25:47', '', NULL), +(2442, 18, 'rabiamran473@gmail.com', '2026-04-19 17:41:06', NULL, '2600:1000:b178:8289:1181:3c50:96bd:46dc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 17:41:06', '2026-04-19 17:41:06', '', NULL), +(2443, 22, 'sainezack@hotmail.com', '2026-04-19 18:41:28', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36', '2026-04-19 18:41:28', '2026-04-19 18:41:28', '', NULL), +(2444, 128, 'asediqi10@gmail.com', '2026-04-19 18:53:53', NULL, '2601:18f:901:5eb0:bce5:8385:9f47:9b48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-04-19 18:53:53', '2026-04-19 18:53:53', '', NULL), +(2445, 10, 'anisael2@gmail.com', '2026-04-19 19:00:10', NULL, '71.184.41.230', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-04-19 19:00:10', '2026-04-19 19:00:10', '', NULL), +(2446, 75, 'mkolia1@gmail.com', '2026-05-04 02:10:02', '2026-05-04 02:10:02', '2601:184:497f:8810:34dd:8a2c:4434:8475', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-19 19:11:35', '2026-05-04 02:10:02', '', NULL), +(2447, 11, 'ameds1182@gmail.com', '2026-04-19 20:00:00', NULL, '2601:18f:903:a30:196d:699a:6f02:c58d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-04-19 20:00:00', '2026-04-19 20:00:00', '', NULL), +(2448, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:81d4:ca72:9629:2792', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-04-19 21:04:02', '2026-05-23 02:56:14', '', NULL), +(2449, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '2607:fb91:d93:42f9:509f:7a52:5bd0:c7cc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-19 21:15:47', '2026-05-16 03:51:43', '', NULL), +(2450, 20, 'saji.sajeed2@gmail.com', '2026-04-19 21:43:08', NULL, '131.239.115.14', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-19 21:43:08', '2026-04-19 21:43:08', '', NULL), +(2451, 75, 'mkolia1@gmail.com', '2026-05-04 02:10:02', '2026-05-04 02:10:02', '2601:184:497f:8810:34dd:8a2c:4434:8475', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-19 21:57:53', '2026-05-04 02:10:02', '', NULL), +(2452, 24, 'shamimansarionweb@gmail.com', '2026-05-03 15:32:50', '2026-05-03 15:32:50', '66.30.91.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-04-19 23:04:10', '2026-05-03 15:32:50', '', NULL), +(2453, 96, 'haithemmustafa@gmail.com', '2026-04-20 00:50:54', NULL, '2600:4040:5c0a:8100:24e6:3445:4447:337', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-20 00:50:54', '2026-04-20 00:50:54', '', NULL), +(2454, 71, 'najah.azennoud@gmail.com', '2026-04-20 01:30:42', NULL, '2601:18f:283:f690:d29:5c17:c0d0:674b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-04-20 01:30:42', '2026-04-20 01:30:42', '', NULL), +(2455, 14, 'musab.alrawi@gmail.com', '2026-04-20 13:07:01', NULL, '129.41.87.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0', '2026-04-20 13:07:01', '2026-04-20 13:07:01', '', NULL), +(2456, 161, 'shamimasume2@gmail.com', '2026-04-22 19:43:52', '2026-04-22 19:43:52', '70.20.26.103', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-20 13:15:45', '2026-04-22 19:43:52', '', NULL), +(2457, 10, 'anisael2@gmail.com', '2026-04-20 13:43:34', NULL, '71.184.41.230', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-04-20 13:43:34', '2026-04-20 13:43:34', '', NULL), +(2458, 43, 'aichati@yahoo.fr', '2026-05-04 02:48:47', '2026-05-04 02:48:47', '2607:fb90:ad0e:ca87:1178:1e12:2ac2:b819', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-20 13:54:48', '2026-05-04 02:48:47', '', NULL), +(2459, 99, 'hassan.jafri10@gmail.com', '2026-04-20 20:58:43', NULL, '98.172.135.121', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-04-20 20:58:43', '2026-04-20 20:58:43', '', NULL), +(2460, 90, 'ssha33@gmail.com', '2026-04-20 21:04:34', NULL, '205.220.46.190', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-20 21:04:34', '2026-04-20 21:04:34', '', NULL), +(2461, 40, 'alihasarfraz11@gmail.com', '2026-04-20 22:43:48', NULL, '2600:4040:501d:3f00:34e9:3258:7e36:8b35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-20 22:43:48', '2026-04-20 22:43:48', '', NULL), +(2462, 40, 'alihasarfraz11@gmail.com', '2026-04-20 22:54:59', NULL, '2600:4040:501d:3f00:eceb:55c8:b1eb:d063', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-04-20 22:54:59', '2026-04-20 22:54:59', '', NULL), +(2463, 5, 'sboumnina@hotmail.com', '2026-04-21 01:02:39', NULL, '2601:18f:900:8320:6eb1:63b6:50ed:4b61', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-21 01:02:39', '2026-04-21 01:02:39', '', NULL), +(2464, 1, 'larbi.elabidi@gmail.com', '2026-04-23 22:49:18', '2026-04-23 22:49:18', '2601:18f:800:b7f7:4453:c99f:99be:248f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-04-21 06:23:30', '2026-04-23 22:49:18', '', NULL), +(2465, 165, 'bilalyaqubee@gmail.com', '2026-04-21 13:33:25', NULL, '50.200.13.170', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-21 13:33:25', '2026-04-21 13:33:25', '', NULL), +(2466, 161, 'shamimasume2@gmail.com', '2026-04-22 19:43:52', '2026-04-22 19:43:52', '2600:4040:5012:1100:6882:294b:5e29:55c4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-21 16:53:02', '2026-04-22 19:43:52', '', NULL), +(2467, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-04-21 19:04:28', '2026-05-10 16:49:50', '', NULL), +(2468, 43, 'aichati@yahoo.fr', '2026-05-04 02:48:47', '2026-05-04 02:48:47', '2607:fb90:3c92:855b:8c98:d42c:8195:6dad', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-21 22:49:27', '2026-05-04 02:48:47', '', NULL), +(2469, 43, 'aichati@yahoo.fr', '2026-05-04 02:48:47', '2026-05-04 02:48:47', '2607:fb90:3c92:855b:8c98:d42c:8195:6dad', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-04-21 22:50:15', '2026-05-04 02:48:47', '', NULL), +(2470, 161, 'shamimasume2@gmail.com', '2026-04-22 19:43:52', '2026-04-22 19:43:52', '2600:4040:5012:1100:2d46:459b:ac19:42e3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-22 00:31:33', '2026-04-22 19:43:52', '', NULL), +(2471, 120, 'a.irfan4155@gmail.com', '2026-05-03 16:41:53', '2026-05-03 16:41:53', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-22 03:56:42', '2026-05-03 16:41:53', '', NULL), +(2472, 140, 'noor.bhatti202@gmail.com', '2026-04-22 16:58:15', NULL, '100.0.96.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1', '2026-04-22 16:58:15', '2026-04-22 16:58:15', '', NULL), +(2473, 161, 'shamimasume2@gmail.com', '2026-04-22 19:43:52', '2026-04-22 19:43:52', '2600:4040:5012:1100:d109:7882:37c:b7e0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-22 19:43:35', '2026-04-22 19:43:52', '', NULL), +(2474, 140, 'noor.bhatti202@gmail.com', '2026-04-22 22:02:04', NULL, '2600:4040:50b8:a200:7424:6394:f81c:186e', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-22 22:02:04', '2026-04-22 22:02:04', '', NULL), +(2475, 120, 'a.irfan4155@gmail.com', '2026-05-03 16:41:53', '2026-05-03 16:41:53', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-22 22:43:06', '2026-05-03 16:41:53', '', NULL), +(2476, 79, 'sana6532@gmail.com', '2026-04-29 21:25:07', '2026-04-29 21:25:07', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-23 01:30:12', '2026-04-29 21:25:07', '', NULL), +(2477, 74, 'ielassab89@gmail.com', '2026-04-23 01:42:58', NULL, '2601:18f:802:bea0:4831:fa10:bbff:50cb', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-23 01:42:58', '2026-04-23 01:42:58', '', NULL), +(2478, 26, 'masud.titech@gmail.com', '2026-04-23 03:11:35', '2026-04-23 03:11:35', '2600:4040:5012:1100:a9fa:f5f3:787b:55c0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-23 03:09:27', '2026-04-23 03:11:35', '', NULL), +(2479, 3, 'kelabidi0@gmail.com', '2026-04-24 16:14:28', '2026-04-24 16:14:28', '2601:18f:800:b7f7:cf04:39d1:1d90:2ed2', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-23 05:44:00', '2026-04-24 16:14:28', '', NULL), +(2480, 43, 'aichati@yahoo.fr', '2026-05-04 02:48:47', '2026-05-04 02:48:47', '216.107.197.194', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-04-23 13:09:09', '2026-05-04 02:48:47', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(2481, 71, 'najah.azennoud@gmail.com', '2026-04-23 14:55:58', NULL, '2600:387:f:5f30::1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1', '2026-04-23 14:55:58', '2026-04-23 14:55:58', '', NULL), +(2482, 1, 'larbi.elabidi@gmail.com', '2026-04-23 22:49:18', '2026-04-23 22:49:18', '2601:18f:800:b7f7:cf04:39d1:1d90:2ed2', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-23 17:07:01', '2026-04-23 22:49:18', '', NULL), +(2483, 5, 'sboumnina@hotmail.com', '2026-04-23 17:15:30', NULL, '2601:18f:900:8320:cdd9:a39:ca70:13e8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-23 17:15:30', '2026-04-23 17:15:30', '', NULL), +(2484, 40, 'alihasarfraz11@gmail.com', '2026-04-23 21:08:41', NULL, '50.232.60.190', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-23 21:08:41', '2026-04-23 21:08:41', '', NULL), +(2485, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '2a02:6ea0:f911:6589::28', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-24 02:46:47', '2026-05-16 03:51:43', '', NULL), +(2486, 78, 'simrahazmi218@gmail.com', '2026-04-24 04:56:31', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-24 04:56:31', '2026-04-24 04:56:31', '', NULL), +(2487, 3, 'kelabidi0@gmail.com', '2026-04-24 16:14:28', '2026-04-24 16:14:28', '2601:18f:800:b7f7:bd09:ea8e:ad05:12f4', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-24 05:32:03', '2026-04-24 16:14:28', '', NULL), +(2488, 3, 'kelabidi0@gmail.com', '2026-04-24 22:26:31', '2026-04-24 22:26:31', '2601:18f:800:b7f7:bd09:ea8e:ad05:12f4', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-24 19:44:52', '2026-04-24 22:26:31', '', NULL), +(2489, 30, 'taiobmdjamshed@yahoo.com', '2026-04-24 20:06:16', NULL, '2600:4040:52a6:1e00:9958:ee59:af19:ee1b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-24 20:06:16', '2026-04-24 20:06:16', '', NULL), +(2490, 161, 'shamimasume2@gmail.com', '2026-04-24 20:33:25', NULL, '2600:4040:5012:1100:6457:40a1:25d:b0ac', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-04-24 20:33:25', '2026-04-24 20:33:25', '', NULL), +(2491, 161, 'shamimasume2@gmail.com', '2026-04-24 20:35:44', NULL, '2600:4040:5012:1100:6457:40a1:25d:b0ac', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-04-24 20:35:44', '2026-04-24 20:35:44', '', NULL), +(2492, 161, 'shamimasume2@gmail.com', '2026-04-24 20:53:53', NULL, '2600:4040:5012:1100:8a6:e0fa:7e1b:bf4e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-24 20:53:53', '2026-04-24 20:53:53', '', NULL), +(2493, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-04-25 01:42:16', '2026-05-24 00:20:11', '', NULL), +(2494, 161, 'shamimasume2@gmail.com', '2026-04-26 00:39:09', NULL, '2600:4040:5012:1100:58cd:52c2:d651:a991', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-26 00:39:09', '2026-04-26 00:39:09', '', NULL), +(2495, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:530:b71:728b:f6e8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-26 02:20:13', '2026-05-06 02:58:55', '', NULL), +(2496, 176, 'spokent@yahoo.com', '2026-04-26 03:06:35', NULL, '2601:18f:902:40e0:b39a:cb2c:a2fd:ffef', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-04-26 03:06:35', '2026-04-26 03:06:35', '', NULL), +(2497, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-27 01:50:03', '2026-05-06 02:58:55', '', NULL), +(2498, 71, 'najah.azennoud@gmail.com', '2026-04-27 01:50:32', NULL, '2601:18f:283:f690:70e5:9a84:d3a7:8d4b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-27 01:50:32', '2026-04-27 01:50:32', '', NULL), +(2499, 4, 'olemtiri@hotmail.com', '2026-05-03 04:56:16', '2026-05-03 04:56:16', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-27 22:40:01', '2026-05-03 04:56:16', '', NULL), +(2500, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:6ca9:6079:e851:eb37', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-28 04:12:42', '2026-05-06 02:58:55', '', NULL), +(2501, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:6ca9:6079:e851:eb37', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-28 23:36:03', '2026-05-06 02:58:55', '', NULL), +(2502, 160, 'ms-ai@hotmail.com', '2026-04-29 02:25:19', NULL, '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-04-29 02:25:19', '2026-04-29 02:25:19', '', NULL), +(2503, 79, 'sana6532@gmail.com', '2026-04-29 21:25:07', '2026-04-29 21:25:07', '71.174.52.66', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-29 21:19:07', '2026-04-29 21:25:07', '', NULL), +(2504, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:8298:1525:fefc:388a', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-04-29 21:51:10', '2026-05-06 02:58:55', '', NULL), +(2505, 79, 'sana6532@gmail.com', '2026-04-30 11:49:15', '2026-04-30 11:49:15', '71.174.52.66', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-04-30 11:47:17', '2026-04-30 11:49:15', '', NULL), +(2506, 3, 'kelabidi0@gmail.com', '2026-05-10 00:29:20', '2026-05-10 00:29:20', '2601:18f:800:b7f7:c59f:f4d3:d34c:a548', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-01 03:03:34', '2026-05-10 00:29:20', '', NULL), +(2507, 4, 'olemtiri@hotmail.com', '2026-05-03 04:56:16', '2026-05-03 04:56:16', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-01 13:36:02', '2026-05-03 04:56:16', '', NULL), +(2508, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-01 18:39:19', '2026-05-10 16:49:50', '', NULL), +(2509, 135, 'saima.jaffri@gmail.com', '2026-05-01 22:03:54', NULL, '2600:4040:5b85:9800:4245:2ece:ee42:a5ea', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-01 22:03:54', '2026-05-01 22:03:54', '', NULL), +(2510, 4, 'olemtiri@hotmail.com', '2026-05-03 04:56:16', '2026-05-03 04:56:16', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-02 00:53:09', '2026-05-03 04:56:16', '', NULL), +(2511, 164, 'adam.meah@gmail.com', '2026-05-02 13:27:47', NULL, '2603:3005:2b55:2100:4855:b526:ea8c:c20c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-02 13:27:47', '2026-05-02 13:27:47', '', NULL), +(2512, 11, 'ameds1182@gmail.com', '2026-05-02 13:37:10', NULL, '2601:18f:903:a30:94fb:cc4f:f39e:c6ab', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-02 13:37:10', '2026-05-02 13:37:10', '', NULL), +(2513, 129, 'emman.benjamel@gmail.com', '2026-05-16 18:03:20', '2026-05-16 18:03:20', '2600:4040:52ab:3b00:f92f:ae5f:1979:d687', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-02 13:40:13', '2026-05-16 18:03:20', '', NULL), +(2514, 24, 'shamimansarionweb@gmail.com', '2026-05-03 15:32:50', '2026-05-03 15:32:50', '71.174.126.42', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-02 13:52:50', '2026-05-03 15:32:50', '', NULL), +(2515, 136, 'nganjuk1973@gmail.com', '2026-05-02 13:57:30', '2026-05-02 13:57:30', '2601:18f:27c:550:f031:267c:e71:ff3f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-02 13:54:00', '2026-05-02 13:57:30', '', NULL), +(2516, 81, 'hidayamale@gmail.com', '2026-05-02 15:17:43', NULL, '2601:18f:902:270:734:d748:3ca4:8688', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-02 15:17:43', '2026-05-02 15:17:43', '', NULL), +(2517, 19, 'shahabhussain@hotmail.com', '2026-05-02 15:38:18', NULL, '2600:4040:502b:7200:584a:d8bf:e40a:881f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-02 15:38:18', '2026-05-02 15:38:18', '', NULL), +(2518, 55, 'muhammadnomankhalid@yahoo.com', '2026-05-02 15:53:42', NULL, '2607:fb91:d36:855d:ac39:9937:b13e:fbc6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-02 15:53:42', '2026-05-02 15:53:42', '', NULL), +(2519, 40, 'alihasarfraz11@gmail.com', '2026-05-02 16:35:01', NULL, '2600:4040:5013:4300:dcb5:6795:adaf:7814', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/418.3.902016201 Mobile/15E148 Safari/604.1', '2026-05-02 16:35:01', '2026-05-02 16:35:01', '', NULL), +(2520, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:2cea:3044:ccc3:12c7', 'Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Brave/1 Mobile/15E148 Safari/604.1', '2026-05-02 16:57:34', '2026-05-06 02:58:55', '', NULL), +(2521, 22, 'sainezack@hotmail.com', '2026-05-02 18:39:29', NULL, '108.49.20.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-02 18:39:29', '2026-05-02 18:39:29', '', NULL), +(2522, 57, 'sshawoo123@gmail.com', '2026-05-10 14:09:16', '2026-05-10 14:09:16', '2601:18f:984:71e0:601e:81dd:7913:a9be', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-02 19:48:13', '2026-05-10 14:09:16', '', NULL), +(2523, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-02 20:45:04', '2026-05-10 16:49:50', '', NULL), +(2524, 295, 'sana.bazzaz@gmail.com', '2026-05-02 21:18:03', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-02 21:18:03', '2026-05-02 21:18:03', '', NULL), +(2525, 295, 'sana.bazzaz@gmail.com', '2026-05-02 21:18:21', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-02 21:18:21', '2026-05-02 21:18:21', '', NULL), +(2526, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:3072:ec7e:3f73:8bf9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-02 23:28:07', '2026-05-23 02:56:14', '', NULL), +(2527, 40, 'alihasarfraz11@gmail.com', '2026-05-02 23:50:47', NULL, '2600:4040:5013:4300:ad56:f95c:bf8:b47c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-02 23:50:47', '2026-05-02 23:50:47', '', NULL), +(2528, 73, 'summia.sharif@gmail.com', '2026-05-03 00:10:51', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-03 00:10:51', '2026-05-03 00:10:51', '', NULL), +(2529, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:99cc:30ad:2245:eec1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 01:06:46', '2026-05-10 21:55:14', '', NULL), +(2530, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 01:34:47', '2026-05-06 02:58:55', '', NULL), +(2531, 78, 'simrahazmi218@gmail.com', '2026-05-03 02:26:59', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 02:26:59', '2026-05-03 02:26:59', '', NULL), +(2532, 3, 'kelabidi0@gmail.com', '2026-05-10 00:29:20', '2026-05-10 00:29:20', '2601:18f:800:b7f7:135f:82e7:5299:ee5', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 03:11:39', '2026-05-10 00:29:20', '', NULL), +(2533, 4, 'olemtiri@hotmail.com', '2026-05-03 04:56:16', '2026-05-03 04:56:16', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 04:54:23', '2026-05-03 04:56:16', '', NULL), +(2534, 20, 'saji.sajeed2@gmail.com', '2026-05-03 12:28:26', NULL, '131.239.115.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 12:28:26', '2026-05-03 12:28:26', '', NULL), +(2535, 42, 'sabdalla80@gmail.com', '2026-05-03 12:31:15', NULL, '2601:18f:881:ce0:bd11:3b68:245:d465', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-03 12:31:15', '2026-05-03 12:31:15', '', NULL), +(2536, 74, 'ielassab89@gmail.com', '2026-05-03 12:52:11', NULL, '2601:18f:802:bea0:9725:e2a4:a3d2:64ab', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-03 12:52:11', '2026-05-03 12:52:11', '', NULL), +(2537, 176, 'spokent@yahoo.com', '2026-05-03 13:19:19', NULL, '2601:18f:902:40e0:9b3f:448:d9eb:49c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-03 13:19:19', '2026-05-03 13:19:19', '', NULL), +(2538, 161, 'shamimasume2@gmail.com', '2026-05-03 13:26:56', NULL, '2600:4040:501c:6200:5c7c:ebe8:9d89:f1c7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 13:26:56', '2026-05-03 13:26:56', '', NULL), +(2539, 71, 'najah.azennoud@gmail.com', '2026-05-03 13:27:00', NULL, '2601:18f:282:ae10:a84f:9560:9dcb:3847', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-03 13:27:00', '2026-05-03 13:27:00', '', NULL), +(2540, 153, 'kousami@gmail.com', '2026-05-03 13:45:50', NULL, '2600:4040:57d7:c500:c501:5da2:8122:bbbe', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-03 13:45:50', '2026-05-03 13:45:50', '', NULL), +(2541, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '2607:fb90:ad87:82ad:18ac:b60a:a66c:8a8d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-05-03 13:45:59', '2026-05-16 03:51:43', '', NULL), +(2542, 19, 'shahabhussain@hotmail.com', '2026-05-03 13:55:25', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 13:55:25', '2026-05-03 13:55:25', '', NULL), +(2543, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 13:59:45', '2026-05-10 16:49:50', '', NULL), +(2544, 57, 'sshawoo123@gmail.com', '2026-05-10 14:09:16', '2026-05-10 14:09:16', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 14:01:21', '2026-05-10 14:09:16', '', NULL), +(2545, 83, 'simrahussain98@gmail.com', '2026-05-03 16:12:00', '2026-05-03 16:12:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:04:53', '2026-05-03 16:12:00', '', NULL), +(2546, 24, 'shamimansarionweb@gmail.com', '2026-05-03 15:32:50', '2026-05-03 15:32:50', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 14:07:22', '2026-05-03 15:32:50', '', NULL), +(2547, 132, 'badianourti@yahoo.com', '2026-05-03 16:46:07', '2026-05-03 16:46:07', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:07:53', '2026-05-03 16:46:07', '', NULL), +(2548, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 15:05:24', '2026-05-03 15:05:24', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:10:45', '2026-05-03 15:05:24', '', NULL), +(2549, 97, 'makaltoum1990@hotmail.com', '2026-05-03 14:14:26', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:14:26', '2026-05-03 14:14:26', '', NULL), +(2550, 73, 'summia.sharif@gmail.com', '2026-05-03 14:19:13', NULL, '2607:fb90:ea06:8601:ac39:c391:812c:3a6e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-03 14:19:13', '2026-05-03 14:19:13', '', NULL), +(2551, 147, 'rahmanek@gmail.com', '2026-05-03 15:04:47', '2026-05-03 15:04:47', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-03 14:24:35', '2026-05-03 15:04:47', '', NULL), +(2552, 4, 'olemtiri@hotmail.com', '2026-05-06 22:13:18', '2026-05-06 22:13:18', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:38:32', '2026-05-06 22:13:18', '', NULL), +(2553, 78, 'simrahazmi218@gmail.com', '2026-05-03 14:40:15', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:40:15', '2026-05-03 14:40:15', '', NULL), +(2554, 108, 'shadabanwar07@gmail.com', '2026-05-03 14:42:48', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 14:42:48', '2026-05-03 14:42:48', '', NULL), +(2555, 71, 'najah.azennoud@gmail.com', '2026-05-03 14:43:33', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:43:33', '2026-05-03 14:43:33', '', NULL), +(2556, 160, 'ms-ai@hotmail.com', '2026-05-03 14:44:19', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 14:44:19', '2026-05-03 14:44:19', '', NULL), +(2557, 140, 'noor.bhatti202@gmail.com', '2026-05-03 14:52:39', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-05-03 14:52:39', '2026-05-03 14:52:39', '', NULL), +(2558, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '172.56.196.95', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 15:09:41', '2026-05-10 16:51:22', '', NULL), +(2559, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 15:20:27', '2026-05-23 02:56:14', '', NULL), +(2560, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 15:33:03', '2026-05-06 02:58:55', '', NULL), +(2561, 24, 'shamimansarionweb@gmail.com', '2026-05-10 16:49:40', '2026-05-10 16:49:40', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-03 15:42:43', '2026-05-10 16:49:40', '', NULL), +(2562, 115, 'alaa.reda.mahmoud@gmail.com', '2026-05-03 15:53:30', NULL, '2600:1000:b12b:7ae9:f882:d8cb:ba1a:7b83', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 15:53:30', '2026-05-03 15:53:30', '', NULL), +(2563, 198, 'omaralwaidh@gmail.com', '2026-05-03 15:55:58', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-03 15:55:58', '2026-05-03 15:55:58', '', NULL), +(2564, 96, 'haithemmustafa@gmail.com', '2026-05-03 15:56:52', NULL, '2600:4040:5c0f:8000:d04e:30e5:e1ec:5c3f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0', '2026-05-03 15:56:52', '2026-05-03 15:56:52', '', NULL), +(2565, 295, 'sana.bazzaz@gmail.com', '2026-05-03 15:56:57', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 15:56:57', '2026-05-03 15:56:57', '', NULL), +(2566, 295, 'sana.bazzaz@gmail.com', '2026-05-03 16:01:55', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 16:01:55', '2026-05-03 16:01:55', '', NULL), +(2567, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 16:08:31', '2026-05-03 16:08:31', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:07:35', '2026-05-03 16:08:31', '', NULL), +(2568, 310, 'ibrahimafzal.m@gmail.com', '2026-05-03 16:12:20', NULL, '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 16:12:20', '2026-05-03 16:12:20', '', NULL), +(2569, 161, 'shamimasume2@gmail.com', '2026-05-03 16:12:22', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:12:22', '2026-05-03 16:12:22', '', NULL), +(2570, 115, 'alaa.reda.mahmoud@gmail.com', '2026-05-03 16:13:20', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:13:20', '2026-05-03 16:13:20', '', NULL), +(2571, 84, 'elbakhtaoui2016@gmail.com', '2026-05-03 17:01:48', '2026-05-03 17:01:48', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:21:43', '2026-05-03 17:01:48', '', NULL), +(2572, 120, 'a.irfan4155@gmail.com', '2026-05-03 16:41:53', '2026-05-03 16:41:53', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:25:45', '2026-05-03 16:41:53', '', NULL), +(2573, 224, 'karimba08@gmail.com', '2026-05-03 16:29:06', NULL, '166.151.101.193', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/418.3.902016201 Mobile/15E148 Safari/604.1', '2026-05-03 16:29:06', '2026-05-03 16:29:06', '', NULL), +(2574, 224, 'karimba08@gmail.com', '2026-05-03 16:30:51', NULL, '2a04:4e41:300c:91b0::7493:71b0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 16:30:51', '2026-05-03 16:30:51', '', NULL), +(2575, 224, 'karimba08@gmail.com', '2026-05-03 16:30:59', NULL, '2a04:4e41:300c:91b0::7493:71b0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-03 16:30:59', '2026-05-03 16:30:59', '', NULL), +(2576, 3, 'kelabidi0@gmail.com', '2026-05-10 00:29:20', '2026-05-10 00:29:20', '2607:fb91:2679:48ed:28a7:1692:e5f1:ca89', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-05-03 16:48:43', '2026-05-10 00:29:20', '', NULL), +(2577, 132, 'badianourti@yahoo.com', '2026-05-03 16:53:40', '2026-05-03 16:53:40', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-03 16:50:47', '2026-05-03 16:53:40', '', NULL), +(2578, 176, 'spokent@yahoo.com', '2026-05-03 16:54:52', NULL, '2600:1000:b14e:b806:1d7f:7da2:a5a:d411', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-03 16:54:52', '2026-05-03 16:54:52', '', NULL), +(2579, 114, 'munazza6pk@yahoo.com', '2026-05-03 16:59:04', NULL, '2600:1000:b18d:4efa:60ca:6d0c:b95b:22b2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-03 16:59:04', '2026-05-03 16:59:04', '', NULL), +(2580, 32, 'amurtuza2008@gmail.com', '2026-05-03 17:13:56', NULL, '2607:fb91:2d25:887e:4cae:64c0:cd84:9c08', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-03 17:13:56', '2026-05-03 17:13:56', '', NULL), +(2581, 176, 'spokent@yahoo.com', '2026-05-03 18:07:34', NULL, '2601:18f:902:40e0:f88a:8e18:d195:2578', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 18:07:34', '2026-05-03 18:07:34', '', NULL), +(2582, 25, 'bony.chem.du@gmail.com', '2026-05-03 18:24:38', NULL, '71.232.219.115', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-03 18:24:38', '2026-05-03 18:24:38', '', NULL), +(2583, 40, 'alihasarfraz11@gmail.com', '2026-05-03 19:42:20', NULL, '2600:4040:5013:4300:dcb5:6795:adaf:7814', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/418.3.902016201 Mobile/15E148 Safari/604.1', '2026-05-03 19:42:20', '2026-05-03 19:42:20', '', NULL), +(2584, 32, 'amurtuza2008@gmail.com', '2026-05-03 23:40:32', NULL, '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-03 23:40:32', '2026-05-03 23:40:32', '', NULL), +(2585, 97, 'makaltoum1990@hotmail.com', '2026-05-04 00:09:09', NULL, '2601:18f:27c:e3f0:8473:b03f:8045:a37b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-04 00:09:09', '2026-05-04 00:09:09', '', NULL), +(2586, 75, 'mkolia1@gmail.com', '2026-05-04 02:10:02', '2026-05-04 02:10:02', '2601:184:497f:8810:e95e:8497:5a8a:1d5b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0', '2026-05-04 02:07:47', '2026-05-04 02:10:02', '', NULL), +(2587, 43, 'aichati@yahoo.fr', '2026-05-04 02:48:47', '2026-05-04 02:48:47', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-04 02:39:11', '2026-05-04 02:48:47', '', NULL), +(2588, 43, 'aichati@yahoo.fr', '2026-05-04 02:58:27', '2026-05-04 02:58:27', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-04 02:49:09', '2026-05-04 02:58:27', '', NULL), +(2589, 10, 'anisael2@gmail.com', '2026-05-04 14:52:15', NULL, '71.184.41.230', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-04 14:52:15', '2026-05-04 14:52:15', '', NULL), +(2590, 4, 'olemtiri@hotmail.com', '2026-05-06 22:13:18', '2026-05-06 22:13:18', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-04 15:06:55', '2026-05-06 22:13:18', '', NULL), +(2591, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-05-04 15:09:36', '2026-05-16 03:51:43', '', NULL), +(2592, 169, 'zahidbin2003@yahoo.com', '2026-05-04 15:24:55', NULL, '2a02:26f7:b22a:4000:4000::36', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-04 15:24:55', '2026-05-04 15:24:55', '', NULL), +(2593, 5, 'sboumnina@hotmail.com', '2026-05-04 19:37:44', NULL, '2601:18f:900:8320:f7d1:50c0:47e8:a315', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-04 19:37:44', '2026-05-04 19:37:44', '', NULL), +(2594, 20, 'saji.sajeed2@gmail.com', '2026-05-04 20:41:52', NULL, '131.239.115.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-04 20:41:52', '2026-05-04 20:41:52', '', NULL), +(2595, 149, 'sbhutto@gmail.com', '2026-05-04 22:23:57', NULL, '2600:4040:5015:e300:55b:8b2e:1e33:2ae3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-04 22:23:57', '2026-05-04 22:23:57', '', NULL), +(2596, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-05-04 22:55:55', '2026-05-24 00:20:11', '', NULL), +(2597, 169, 'zahidbin2003@yahoo.com', '2026-05-05 00:51:50', NULL, '2a02:26f7:f6d0:4000:3000::2d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-05 00:51:50', '2026-05-05 00:51:50', '', NULL), +(2598, 17, 'i.farhanasarfraz@gmail.com', '2026-05-05 00:57:58', NULL, '2600:4040:5013:4300:8001:a615:cd0e:7ef2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-05 00:57:58', '2026-05-05 00:57:58', '', NULL), +(2599, 99, 'hassan.jafri10@gmail.com', '2026-05-05 02:40:32', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-05 02:40:32', '2026-05-05 02:40:32', '', NULL), +(2600, 80, 'imran.asheque@gmail.com', '2026-05-05 02:43:33', NULL, '73.114.228.174', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-05 02:43:33', '2026-05-05 02:43:33', '', NULL), +(2601, 161, 'shamimasume2@gmail.com', '2026-05-05 02:54:38', NULL, '2600:4040:5012:5600:7508:4eac:327e:cc2e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-05 02:54:38', '2026-05-05 02:54:38', '', NULL), +(2602, 49, 'masuma101@gmail.com', '2026-05-05 17:27:17', NULL, '72.93.242.104', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-05 17:27:17', '2026-05-05 17:27:17', '', NULL), +(2603, 102, 'aminah.mukhtar@gmail.com', '2026-05-05 18:43:59', NULL, '2607:fb90:ad96:c7fd:b8b0:ed37:a6ed:cac0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', '2026-05-05 18:43:59', '2026-05-05 18:43:59', '', NULL), +(2604, 4, 'olemtiri@hotmail.com', '2026-05-06 22:13:18', '2026-05-06 22:13:18', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-05 21:04:32', '2026-05-06 22:13:18', '', NULL), +(2605, 20, 'saji.sajeed2@gmail.com', '2026-05-06 00:27:18', NULL, '131.239.115.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-06 00:27:18', '2026-05-06 00:27:18', '', NULL), +(2606, 23, 'saifadam@gmail.com', '2026-05-06 01:33:10', NULL, '2600:4040:5011:5600:e86a:24a3:7c5a:5cd5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-06 01:33:10', '2026-05-06 01:33:10', '', NULL), +(2607, 1, 'larbi.elabidi@gmail.com', '2026-05-06 02:58:55', '2026-05-06 02:58:55', '2601:18f:800:b7f7:43b7:ff05:7da0:20e8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-06 02:50:43', '2026-05-06 02:58:55', '', NULL), +(2608, 1, 'larbi.elabidi@gmail.com', '2026-05-09 19:51:01', '2026-05-09 19:51:01', '2601:18f:800:b7f7:43b7:ff05:7da0:20e8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-06 02:59:06', '2026-05-09 19:51:01', '', NULL), +(2609, 83, 'simrahussain98@gmail.com', '2026-05-10 16:48:21', '2026-05-10 16:48:21', '2600:4040:5014:1100:f08b:73e2:20de:495a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-06 16:34:39', '2026-05-10 16:48:21', '', NULL), +(2610, 99, 'hassan.jafri10@gmail.com', '2026-05-06 17:53:12', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-06 17:53:12', '2026-05-06 17:53:12', '', NULL), +(2611, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-06 18:52:06', '2026-05-10 16:49:50', '', NULL), +(2612, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-06 19:00:17', '2026-05-10 16:49:50', '', NULL), +(2613, 4, 'olemtiri@hotmail.com', '2026-05-06 22:13:18', '2026-05-06 22:13:18', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-06 22:12:06', '2026-05-06 22:13:18', '', NULL), +(2614, 4, 'olemtiri@hotmail.com', '2026-05-06 22:59:20', '2026-05-06 22:59:20', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-06 22:13:23', '2026-05-06 22:59:20', '', NULL), +(2615, 1, 'larbi.elabidi@gmail.com', '2026-05-09 19:51:01', '2026-05-09 19:51:01', '2601:18f:800:b7f7:43b7:ff05:7da0:20e8', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-06 22:19:59', '2026-05-09 19:51:01', '', NULL), +(2616, 4, 'olemtiri@hotmail.com', '2026-05-08 04:19:18', '2026-05-08 04:19:18', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-06 22:59:26', '2026-05-08 04:19:18', '', NULL), +(2617, 59, 'amjhaque@gmail.com', '2026-05-07 02:14:23', NULL, '2600:1000:a122:ed08:a1fb:bd48:d370:6238', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-07 02:14:23', '2026-05-07 02:14:23', '', NULL), +(2618, 3, 'kelabidi0@gmail.com', '2026-05-10 00:29:20', '2026-05-10 00:29:20', '2601:18f:800:b7f7:6d50:9c6e:26f5:a4c5', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-07 04:20:35', '2026-05-10 00:29:20', '', NULL), +(2619, 120, 'a.irfan4155@gmail.com', '2026-05-17 14:11:44', '2026-05-17 14:11:44', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-05-07 04:29:49', '2026-05-17 14:11:44', '', NULL), +(2620, 84, 'elbakhtaoui2016@gmail.com', '2026-05-10 17:02:10', '2026-05-10 17:02:10', '2601:18f:287:1020:f506:677e:bb6b:a952', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-07 14:55:40', '2026-05-10 17:02:10', '', NULL), +(2621, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-07 20:10:35', '2026-05-10 16:49:50', '', NULL), +(2622, 99, 'hassan.jafri10@gmail.com', '2026-05-07 23:22:03', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-07 23:22:03', '2026-05-07 23:22:03', '', NULL), +(2623, 295, 'sana.bazzaz@gmail.com', '2026-05-07 23:58:30', NULL, '73.60.157.167', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-07 23:58:30', '2026-05-07 23:58:30', '', NULL), +(2624, 12, 'hassanplumbing33@gmail.com', '2026-05-08 00:11:12', NULL, '2600:4040:5017:3e00:f1d1:4603:c54f:c616', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-08 00:11:12', '2026-05-08 00:11:12', '', NULL), +(2625, 8, 'israadam1993@gmail.com', '2026-05-08 00:45:35', NULL, '2601:18c:cc00:c20:3db2:f912:57be:14de', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-08 00:45:35', '2026-05-08 00:45:35', '', NULL), +(2626, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:814f:994e:e060:40df', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-08 00:54:50', '2026-05-23 02:56:14', '', NULL), +(2627, 4, 'olemtiri@hotmail.com', '2026-05-08 04:19:18', '2026-05-08 04:19:18', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-08 01:49:09', '2026-05-08 04:19:18', '', NULL), +(2628, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-08 03:43:26', '2026-05-10 16:51:22', '', NULL), +(2629, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-08 04:01:15', '2026-05-10 16:51:22', '', NULL), +(2630, 4, 'olemtiri@hotmail.com', '2026-05-08 04:34:48', '2026-05-08 04:34:48', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-08 04:19:23', '2026-05-08 04:34:48', '', NULL), +(2631, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-08 04:34:53', '2026-05-12 19:47:28', '', NULL), +(2632, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-08 17:53:09', '2026-05-12 19:47:28', '', NULL), +(2633, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '100.0.96.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-08 21:22:31', '2026-05-10 16:51:22', '', NULL), +(2634, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:8cf9:f5d3:a800:82de', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 00:37:02', '2026-05-23 02:56:14', '', NULL), +(2635, 19, 'shahabhussain@hotmail.com', '2026-05-09 01:00:50', NULL, '2600:4040:502b:7200:fcfe:ae51:a0bf:d162', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-09 01:00:50', '2026-05-09 01:00:50', '', NULL), +(2636, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-09 01:06:54', '2026-05-12 19:47:28', '', NULL), +(2637, 117, 'latarboush@hotmail.com', '2026-05-09 13:11:20', NULL, '2600:387:f:7813::4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-09 13:11:20', '2026-05-09 13:11:20', '', NULL), +(2638, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:d89e:f26:b48c:88cd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 13:12:52', '2026-05-23 02:56:14', '', NULL), +(2639, 28, 'zijmalik@gmail.com', '2026-05-09 13:26:10', NULL, '100.4.239.44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-09 13:26:10', '2026-05-09 13:26:10', '', NULL), +(2640, 22, 'sainezack@hotmail.com', '2026-05-09 14:24:19', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-09 14:24:19', '2026-05-09 14:24:19', '', NULL), +(2641, 7, 'ridwan2039@gmail.com', '2026-05-09 14:29:01', NULL, '2600:4040:52a1:4100:cc60:465:d9d7:ee8c', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-09 14:29:01', '2026-05-09 14:29:01', '', NULL), +(2642, 99, 'hassan.jafri10@gmail.com', '2026-05-09 16:25:43', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 16:25:43', '2026-05-09 16:25:43', '', NULL), +(2643, 97, 'makaltoum1990@hotmail.com', '2026-05-09 16:59:49', NULL, '2600:1000:b158:7668:cc34:25e2:dd63:198d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-05-09 16:59:49', '2026-05-09 16:59:49', '', NULL), +(2644, 2, 'moulay.elabidi@gmail.com', '2026-05-09 23:34:00', '2026-05-09 23:34:00', '2601:18f:800:b7f7:bc62:447f:cfb5:29cc', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4.2 Mobile/15E148 Safari/604.1 Brave', '2026-05-09 17:41:29', '2026-05-09 23:34:00', '', NULL), +(2645, 3, 'kelabidi0@gmail.com', '2026-05-10 00:29:20', '2026-05-10 00:29:20', '2607:fb91:261a:82dd:561c:2a9e:7f5e:13e9', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 18:54:18', '2026-05-10 00:29:20', '', NULL), +(2646, 1, 'larbi.elabidi@gmail.com', '2026-05-09 19:51:01', '2026-05-09 19:51:01', '2601:18f:800:b7f7:f164:b422:69d1:7cc0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 19:40:41', '2026-05-09 19:51:01', '', NULL), +(2647, 24, 'shamimansarionweb@gmail.com', '2026-05-10 16:49:40', '2026-05-10 16:49:40', '71.174.126.42', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-09 20:39:12', '2026-05-10 16:49:40', '', NULL), +(2648, 43, 'aichati@yahoo.fr', '2026-05-24 21:21:43', '2026-05-24 21:21:43', '2601:18c:8c82:2b20:8992:4c15:5b77:bc11', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-05-09 20:41:23', '2026-05-24 21:21:43', '', NULL), +(2649, 123, 'fodaymomoh3@gmail.com', '2026-05-09 20:46:40', NULL, '2601:18f:902:3800:6123:9ae0:8519:c883', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-09 20:46:40', '2026-05-09 20:46:40', '', NULL), +(2650, 33, 'aasiyafvh@gmail.com', '2026-05-09 21:00:48', NULL, '2600:4040:5134:3700:f418:d4b3:ff93:c3d8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '2026-05-09 21:00:48', '2026-05-09 21:00:48', '', NULL), +(2651, 109, 'nwweylamatovu99@gmail.com', '2026-05-09 22:45:32', NULL, '102.203.209.173', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-09 22:45:32', '2026-05-09 22:45:32', '', NULL), +(2652, 120, 'a.irfan4155@gmail.com', '2026-05-17 14:11:44', '2026-05-17 14:11:44', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-05-09 23:02:39', '2026-05-17 14:11:44', '', NULL), +(2653, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-09 23:20:09', '2026-05-12 19:47:28', '', NULL), +(2654, 2, 'moulay.elabidi@gmail.com', '2026-05-09 23:34:00', '2026-05-09 23:34:00', '2601:18f:800:b7f7:f164:b422:69d1:7cc0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 23:30:00', '2026-05-09 23:34:00', '', NULL), +(2655, 1, 'larbi.elabidi@gmail.com', '2026-05-10 00:36:37', '2026-05-10 00:36:37', '2601:18f:800:b7f7:f164:b422:69d1:7cc0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-09 23:34:14', '2026-05-10 00:36:37', '', NULL), +(2656, 316, 'lizaaek@icloud.com', '2026-05-10 00:00:49', NULL, '2600:8805:1917:7800:f82d:7156:31a2:4f2e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-10 00:00:49', '2026-05-10 00:00:49', '', NULL), +(2657, 310, 'ibrahimafzal.m@gmail.com', '2026-05-10 00:05:21', NULL, '71.174.233.202', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 00:05:21', '2026-05-10 00:05:21', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(2658, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-10 00:07:07', '2026-05-10 16:49:50', '', NULL), +(2659, 78, 'simrahazmi218@gmail.com', '2026-05-10 00:16:31', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 00:16:31', '2026-05-10 00:16:31', '', NULL), +(2660, 2, 'moulay.elabidi@gmail.com', '2026-05-10 00:31:34', '2026-05-10 00:31:34', '2601:18f:800:b7f7:3158:99a6:2b7c:ed6e', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 00:29:49', '2026-05-10 00:31:34', '', NULL), +(2661, 1, 'larbi.elabidi@gmail.com', '2026-05-10 00:36:37', '2026-05-10 00:36:37', '2601:18f:800:b7f7:3158:99a6:2b7c:ed6e', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 00:32:07', '2026-05-10 00:36:37', '', NULL), +(2662, 100, 'abdelhaklmlk@gmail.com', '2026-05-10 00:35:10', NULL, '2601:18f:700:81a0:acda:42da:38e9:ad53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 00:35:10', '2026-05-10 00:35:10', '', NULL), +(2663, 40, 'alihasarfraz11@gmail.com', '2026-05-10 00:39:34', NULL, '108.49.255.210', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 00:39:34', '2026-05-10 00:39:34', '', NULL), +(2664, 19, 'shahabhussain@hotmail.com', '2026-05-10 00:59:08', NULL, '2600:4040:502b:7200:5d65:44da:f696:8db9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-10 00:59:08', '2026-05-10 00:59:08', '', NULL), +(2665, 73, 'summia.sharif@gmail.com', '2026-05-10 00:59:09', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 00:59:09', '2026-05-10 00:59:09', '', NULL), +(2666, 3, 'kelabidi0@gmail.com', '2026-05-10 16:58:47', '2026-05-10 16:58:47', '2601:18f:800:b7f7:a013:e567:81d6:ba6', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 01:21:15', '2026-05-10 16:58:47', '', NULL), +(2667, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:599f:3171:4b69:7f6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 01:26:23', '2026-05-10 21:55:14', '', NULL), +(2668, 1, 'larbi.elabidi@gmail.com', '2026-05-10 17:15:10', '2026-05-10 17:15:10', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 01:27:50', '2026-05-10 17:15:10', '', NULL), +(2669, 1, 'larbi.elabidi@gmail.com', '2026-05-10 17:15:10', '2026-05-10 17:15:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 01:33:00', '2026-05-10 17:15:10', '', NULL), +(2670, 1, 'larbi.elabidi@gmail.com', '2026-05-10 17:15:10', '2026-05-10 17:15:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-10 02:11:45', '2026-05-10 17:15:10', '', NULL), +(2671, 94, 'maboumahmoud@gmail.com', '2026-05-10 04:13:42', NULL, '73.143.41.170', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-10 04:13:42', '2026-05-10 04:13:42', '', NULL), +(2672, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:c959:6540:3dd8:f3c3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 11:48:15', '2026-05-23 02:56:14', '', NULL), +(2673, 97, 'makaltoum1990@hotmail.com', '2026-05-10 12:17:13', NULL, '2601:18f:27c:e3f0:f86b:4912:ae97:59b2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-10 12:17:13', '2026-05-10 12:17:13', '', NULL), +(2674, 212, 'farahshahjin1552@gmail.com', '2026-05-10 12:19:41', NULL, '2600:4040:52a1:4100:cc9d:1f87:2581:37e7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 12:19:41', '2026-05-10 12:19:41', '', NULL), +(2675, 212, 'farahshahjin1552@gmail.com', '2026-05-10 12:19:53', NULL, '2600:4040:52a1:4100:cc9d:1f87:2581:37e7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 12:19:53', '2026-05-10 12:19:53', '', NULL), +(2676, 212, 'farahshahjin1552@gmail.com', '2026-05-10 12:33:21', NULL, '2600:4040:52a1:4100:cc9d:1f87:2581:37e7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 12:33:21', '2026-05-10 12:33:21', '', NULL), +(2677, 212, 'farahshahjin1552@gmail.com', '2026-05-10 12:36:22', NULL, '2600:4040:52a1:4100:cc9d:1f87:2581:37e7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 12:36:22', '2026-05-10 12:36:22', '', NULL), +(2678, 212, 'farahshahjin1552@gmail.com', '2026-05-10 12:45:58', NULL, '2600:4040:52a1:4100:d115:bc2b:fdab:2e5a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 12:45:58', '2026-05-10 12:45:58', '', NULL), +(2679, 147, 'rahmanek@gmail.com', '2026-05-10 13:04:49', NULL, '2600:4040:514c:c400:7ddb:2bcf:6749:f141', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0', '2026-05-10 13:04:49', '2026-05-10 13:04:49', '', NULL), +(2680, 176, 'spokent@yahoo.com', '2026-05-10 13:08:30', NULL, '2601:18f:902:a280:92a1:7f69:4196:e33e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 13:08:30', '2026-05-10 13:08:30', '', NULL), +(2681, 176, 'spokent@yahoo.com', '2026-05-10 13:08:47', NULL, '2601:18f:902:a280:92a1:7f69:4196:e33e', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 13:08:47', '2026-05-10 13:08:47', '', NULL), +(2682, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-10 13:16:35', '2026-05-12 19:47:28', '', NULL), +(2683, 120, 'a.irfan4155@gmail.com', '2026-05-17 14:11:44', '2026-05-17 14:11:44', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-05-10 13:23:54', '2026-05-17 14:11:44', '', NULL), +(2684, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:1000:b138:52d4:4591:cce0:26a4:4d3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 13:45:25', '2026-05-23 02:56:14', '', NULL), +(2685, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:1000:b138:52d4:4591:cce0:26a4:4d3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 13:45:25', '2026-05-23 02:56:14', '', NULL), +(2686, 19, 'shahabhussain@hotmail.com', '2026-05-10 13:50:53', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-10 13:50:53', '2026-05-10 13:50:53', '', NULL), +(2687, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 13:58:20', '2026-05-23 02:56:14', '', NULL), +(2688, 57, 'sshawoo123@gmail.com', '2026-05-10 14:09:16', '2026-05-10 14:09:16', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 13:59:19', '2026-05-10 14:09:16', '', NULL), +(2689, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:01:19', '2026-05-12 19:47:28', '', NULL), +(2690, 16, 'kobbie6@gmail.com', '2026-05-10 14:01:19', NULL, '2607:fb91:269a:c873:d957:602c:9ac0:66e7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 14:01:19', '2026-05-10 14:01:19', '', NULL), +(2691, 24, 'shamimansarionweb@gmail.com', '2026-05-10 16:49:40', '2026-05-10 16:49:40', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 14:02:32', '2026-05-10 16:49:40', '', NULL), +(2692, 138, 'safdaw486@gmail.com', '2026-05-10 16:49:50', '2026-05-10 16:49:50', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:02:40', '2026-05-10 16:49:50', '', NULL), +(2693, 57, 'sshawoo123@gmail.com', '2026-05-10 17:40:36', '2026-05-10 17:40:36', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 14:09:31', '2026-05-10 17:40:36', '', NULL), +(2694, 79, 'sana6532@gmail.com', '2026-05-10 16:34:36', '2026-05-10 16:34:36', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:09:44', '2026-05-10 16:34:36', '', NULL), +(2695, 160, 'ms-ai@hotmail.com', '2026-05-10 14:10:27', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:10:27', '2026-05-10 14:10:27', '', NULL), +(2696, 132, 'badianourti@yahoo.com', '2026-05-10 16:58:59', '2026-05-10 16:58:59', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:16:36', '2026-05-10 16:58:59', '', NULL), +(2697, 83, 'simrahussain98@gmail.com', '2026-05-10 16:48:21', '2026-05-10 16:48:21', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:18:04', '2026-05-10 16:48:21', '', NULL), +(2698, 84, 'elbakhtaoui2016@gmail.com', '2026-05-10 17:02:10', '2026-05-10 17:02:10', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:18:08', '2026-05-10 17:02:10', '', NULL), +(2699, 30, 'taiobmdjamshed@yahoo.com', '2026-05-10 14:21:24', NULL, '2600:387:15:5111::8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 14:21:24', '2026-05-10 14:21:24', '', NULL), +(2700, 1, 'larbi.elabidi@gmail.com', '2026-05-10 17:15:10', '2026-05-10 17:15:10', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 14:27:35', '2026-05-10 17:15:10', '', NULL), +(2701, 3, 'kelabidi0@gmail.com', '2026-05-10 16:58:47', '2026-05-10 16:58:47', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 14:29:46', '2026-05-10 16:58:47', '', NULL), +(2702, 31, 'sidikie0227@gmail.com', '2026-05-10 14:40:18', NULL, '2601:18f:902:c20:a0a0:1277:b9a9:f3af', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-10 14:40:18', '2026-05-10 14:40:18', '', NULL), +(2703, 108, 'shadabanwar07@gmail.com', '2026-05-10 14:40:33', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 14:40:33', '2026-05-10 14:40:33', '', NULL), +(2704, 6, 'asaqib.nh@gmail.com', '2026-05-10 14:46:35', NULL, '172.56.116.51', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 14:46:35', '2026-05-10 14:46:35', '', NULL), +(2705, 140, 'noor.bhatti202@gmail.com', '2026-05-10 15:05:55', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-05-10 15:05:55', '2026-05-10 15:05:55', '', NULL), +(2706, 71, 'najah.azennoud@gmail.com', '2026-05-10 15:12:18', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 15:12:18', '2026-05-10 15:12:18', '', NULL), +(2707, 74, 'ielassab89@gmail.com', '2026-05-10 15:29:06', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 15:29:06', '2026-05-10 15:29:06', '', NULL), +(2708, 74, 'ielassab89@gmail.com', '2026-05-10 15:49:40', NULL, '72.74.55.8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-10 15:49:40', '2026-05-10 15:49:40', '', NULL), +(2709, 5, 'sboumnina@hotmail.com', '2026-05-10 15:53:35', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-10 15:53:35', '2026-05-10 15:53:35', '', NULL), +(2710, 24, 'shamimansarionweb@gmail.com', '2026-05-10 16:49:40', '2026-05-10 16:49:40', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 16:14:01', '2026-05-10 16:49:40', '', NULL), +(2711, 99, 'hassan.jafri10@gmail.com', '2026-05-10 16:14:15', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 16:14:15', '2026-05-10 16:14:15', '', NULL), +(2712, 100, 'abdelhaklmlk@gmail.com', '2026-05-10 16:19:20', NULL, '2600:1000:b05d:8ec0:0:4c:30cb:4701', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-10 16:19:20', '2026-05-10 16:19:20', '', NULL), +(2713, 73, 'summia.sharif@gmail.com', '2026-05-10 16:20:30', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 16:20:30', '2026-05-10 16:20:30', '', NULL), +(2714, 40, 'alihasarfraz11@gmail.com', '2026-05-10 16:33:39', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 16:33:39', '2026-05-10 16:33:39', '', NULL), +(2715, 82, 'kishwarb@outlook.com', '2026-05-10 16:51:22', '2026-05-10 16:51:22', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 16:34:57', '2026-05-10 16:51:22', '', NULL), +(2716, 115, 'alaa.reda.mahmoud@gmail.com', '2026-05-10 16:36:34', NULL, '2600:1000:b12e:a524:a048:2685:82ea:5b85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-10 16:36:34', '2026-05-10 16:36:34', '', NULL), +(2717, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 16:50:02', '2026-05-12 19:47:28', '', NULL), +(2718, 83, 'simrahussain98@gmail.com', '2026-05-10 16:56:13', '2026-05-10 16:56:13', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-10 16:52:07', '2026-05-10 16:56:13', '', NULL), +(2719, 86, 'monibaishaq2131@gmail.com', '2026-05-10 17:13:40', NULL, '172.56.194.86', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 17:13:40', '2026-05-10 17:13:40', '', NULL), +(2720, 90, 'ssha33@gmail.com', '2026-05-10 17:34:21', NULL, '2607:fb90:62d9:d58:d48e:e5da:2bd0:5d31', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 17:34:21', '2026-05-10 17:34:21', '', NULL), +(2721, 46, 'shamsularifai@gmail.com', '2026-05-10 17:35:35', NULL, '2607:fb91:2d1e:85e2:ca4:3e98:b883:9ad5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 17:35:35', '2026-05-10 17:35:35', '', NULL), +(2722, 38, 'arshedsheikh101@gmail.com', '2026-05-10 17:35:59', NULL, '2607:fb90:3c8a:4598:814c:ef38:4220:8c60', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 17:35:59', '2026-05-10 17:35:59', '', NULL), +(2723, 38, 'arshedsheikh101@gmail.com', '2026-05-10 17:36:00', NULL, '2607:fb90:3c8a:4598:814c:ef38:4220:8c60', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-10 17:36:00', '2026-05-10 17:36:00', '', NULL), +(2724, 21, 'kamya130@gmail.com', '2026-05-10 17:36:37', NULL, '2607:fb91:264c:1a7:301d:4456:8044:8d1f', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-10 17:36:37', '2026-05-10 17:36:37', '', NULL), +(2725, 5, 'sboumnina@hotmail.com', '2026-05-10 17:37:32', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-10 17:37:32', '2026-05-10 17:37:32', '', NULL), +(2726, 57, 'sshawoo123@gmail.com', '2026-05-17 13:59:20', '2026-05-17 13:59:20', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 17:40:53', '2026-05-17 13:59:20', '', NULL), +(2727, 26, 'masud.titech@gmail.com', '2026-05-10 17:41:51', NULL, '2607:fb91:d04:494f:3196:e5db:166f:62f1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 17:41:51', '2026-05-10 17:41:51', '', NULL), +(2728, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-10 17:43:11', '2026-05-12 19:47:28', '', NULL), +(2729, 1, 'larbi.elabidi@gmail.com', '2026-05-10 19:42:37', '2026-05-10 19:42:37', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-10 17:44:55', '2026-05-10 19:42:37', '', NULL), +(2730, 150, 'yuabdi@hotmail.com', '2026-05-10 17:47:14', NULL, '2607:fb91:2691:cbdd:9a0:59b0:16aa:277b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-10 17:47:14', '2026-05-10 17:47:14', '', NULL), +(2731, 122, 'shahid.2704@gmail.com', '2026-05-10 20:05:10', NULL, '2603:3005:402a:8100:55df:5def:f4a9:8333', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-10 20:05:10', '2026-05-10 20:05:10', '', NULL), +(2732, 47, 'ikusri@gmail.com', '2026-05-10 21:55:14', '2026-05-10 21:55:14', '2601:18f:802:4af0:599f:3171:4b69:7f6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 21:43:22', '2026-05-10 21:55:14', '', NULL), +(2733, 121, 'ahmedabdalaoui@gmail.com', '2026-05-10 21:53:01', '2026-05-10 21:53:01', '2601:18f:802:4af0:599f:3171:4b69:7f6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 21:52:44', '2026-05-10 21:53:01', '', NULL), +(2734, 121, 'ahmedabdalaoui@gmail.com', '2026-05-10 21:53:05', NULL, '2601:18f:802:4af0:599f:3171:4b69:7f6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 21:53:05', '2026-05-10 21:53:05', '', NULL), +(2735, 47, 'ikusri@gmail.com', '2026-05-10 21:55:19', NULL, '2601:18f:802:4af0:599f:3171:4b69:7f6f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-10 21:55:19', '2026-05-10 21:55:19', '', NULL), +(2736, 22, 'sainezack@hotmail.com', '2026-05-11 00:49:36', NULL, '108.49.20.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-11 00:49:36', '2026-05-11 00:49:36', '', NULL), +(2737, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-11 01:13:09', '2026-05-24 00:20:11', '', NULL), +(2738, 1, 'larbi.elabidi@gmail.com', '2026-05-16 17:02:05', '2026-05-16 17:02:05', '136.226.74.208', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4.2 Mobile/15E148 Safari/604.1 Brave', '2026-05-11 16:20:54', '2026-05-16 17:02:05', '', NULL), +(2739, 99, 'hassan.jafri10@gmail.com', '2026-05-11 17:02:56', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-11 17:02:56', '2026-05-11 17:02:56', '', NULL), +(2740, 115, 'alaa.reda.mahmoud@gmail.com', '2026-05-11 19:05:57', NULL, '66.31.183.72', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-11 19:05:57', '2026-05-11 19:05:57', '', NULL), +(2741, 135, 'saima.jaffri@gmail.com', '2026-05-11 21:58:15', NULL, '2600:4040:5b85:9800:bf63:f1c4:9a36:2226', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-11 21:58:15', '2026-05-11 21:58:15', '', NULL), +(2742, 75, 'mkolia1@gmail.com', '2026-05-11 22:58:00', '2026-05-11 22:58:00', '2601:184:497f:8810:e95e:8497:5a8a:1d5b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0', '2026-05-11 22:55:20', '2026-05-11 22:58:00', '', NULL), +(2743, 4, 'olemtiri@hotmail.com', '2026-05-12 19:47:28', '2026-05-12 19:47:28', '2a02:6ea0:f911:6592::35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-12 19:44:21', '2026-05-12 19:47:28', '', NULL), +(2744, 88, 'ayaan.ghasir@yahoo.com', '2026-05-12 23:32:01', NULL, '72.74.65.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-12 23:32:01', '2026-05-12 23:32:01', '', NULL), +(2745, 3, 'kelabidi0@gmail.com', '2026-05-20 04:04:31', '2026-05-20 04:04:31', '2601:18f:800:b7f7:d0dd:26b6:3248:1c0c', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-13 05:31:27', '2026-05-20 04:04:31', '', NULL), +(2746, 10, 'anisael2@gmail.com', '2026-05-13 18:35:08', NULL, '71.184.41.230', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-13 18:35:08', '2026-05-13 18:35:08', '', NULL), +(2747, 93, 'musty2012@gmail.com', '2026-05-14 01:01:10', NULL, '24.218.232.255', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-14 01:01:10', '2026-05-14 01:01:10', '', NULL), +(2748, 19, 'shahabhussain@hotmail.com', '2026-05-14 13:03:14', NULL, '2600:4040:502b:7200:d1c0:3ff0:5f80:8d08', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-14 13:03:14', '2026-05-14 13:03:14', '', NULL), +(2749, 83, 'simrahussain98@gmail.com', '2026-05-14 20:18:02', '2026-05-14 20:18:02', '2600:4040:5014:1100:30d5:9cb8:a231:e82a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-14 20:07:04', '2026-05-14 20:18:02', '', NULL), +(2750, 39, 'ali.jaffri@gmail.com', '2026-05-14 22:57:13', NULL, '2607:fb91:2d8b:4299:11b9:c2f9:d773:f949', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:150.0) Gecko/20100101 Firefox/150.0', '2026-05-14 22:57:13', '2026-05-14 22:57:13', '', NULL), +(2751, 10, 'anisael2@gmail.com', '2026-05-14 23:10:05', NULL, '71.184.41.230', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-14 23:10:05', '2026-05-14 23:10:05', '', NULL), +(2752, 78, 'simrahazmi218@gmail.com', '2026-05-15 03:06:30', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-15 03:06:30', '2026-05-15 03:06:30', '', NULL), +(2753, 9, 'ahmedchem82@yahoo.com', '2026-05-15 12:00:33', NULL, '100.0.27.31', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-15 12:00:33', '2026-05-15 12:00:33', '', NULL), +(2754, 1, 'larbi.elabidi@gmail.com', '2026-05-16 17:02:05', '2026-05-16 17:02:05', '2607:fb90:a82f:6dd:b122:6ced:a6de:d878', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4.2 Mobile/15E148 Safari/604.1 Brave', '2026-05-15 19:30:34', '2026-05-16 17:02:05', '', NULL), +(2755, 138, 'safdaw486@gmail.com', '2026-05-17 16:42:02', '2026-05-17 16:42:02', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-15 19:55:27', '2026-05-17 16:42:02', '', NULL), +(2756, 22, 'sainezack@hotmail.com', '2026-05-15 21:31:23', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-15 21:31:23', '2026-05-15 21:31:23', '', NULL), +(2757, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:924:6ccd:980f:5174', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-15 23:25:29', '2026-05-23 02:56:14', '', NULL), +(2758, 19, 'shahabhussain@hotmail.com', '2026-05-16 01:04:16', NULL, '2600:4040:502b:7200:614b:e563:3ef6:6dab', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 01:04:16', '2026-05-16 01:04:16', '', NULL), +(2759, 97, 'makaltoum1990@hotmail.com', '2026-05-16 01:05:52', NULL, '2600:1000:b119:d1a6:f009:3c12:15b:b3c4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/416.4.894748588 Mobile/15E148 Safari/604.1', '2026-05-16 01:05:52', '2026-05-16 01:05:52', '', NULL), +(2760, 4, 'olemtiri@hotmail.com', '2026-05-17 02:31:21', '2026-05-17 02:31:21', '2a02:6ea0:f911:6592::35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 02:11:57', '2026-05-17 02:31:21', '', NULL), +(2761, 99, 'hassan.jafri10@gmail.com', '2026-05-16 03:15:35', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 03:15:35', '2026-05-16 03:15:35', '', NULL), +(2762, 1, 'larbi.elabidi@gmail.com', '2026-05-16 17:02:05', '2026-05-16 17:02:05', '24.34.185.128', 'Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0', '2026-05-16 03:31:36', '2026-05-16 17:02:05', '', NULL), +(2763, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-16 03:51:43', '2026-05-16 03:51:43', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-05-16 03:42:25', '2026-05-16 03:51:43', '', NULL), +(2764, 133, 'fqabba242@gmail.com', '2026-05-16 13:52:16', NULL, '2600:387:f:7817::b', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-16 13:52:16', '2026-05-16 13:52:16', '', NULL), +(2765, 19, 'shahabhussain@hotmail.com', '2026-05-16 14:04:29', NULL, '2600:4040:502b:7200:c566:d50:f73e:63f7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 14:04:29', '2026-05-16 14:04:29', '', NULL), +(2766, 2, 'moulay.elabidi@gmail.com', '2026-05-16 16:59:28', '2026-05-16 16:59:28', '2601:18f:800:b7f7:232b:787c:7d63:8b', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-16 16:58:20', '2026-05-16 16:59:28', '', NULL), +(2767, 1, 'larbi.elabidi@gmail.com', '2026-05-16 17:02:05', '2026-05-16 17:02:05', '2601:18f:800:b7f7:232b:787c:7d63:8b', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-16 16:59:56', '2026-05-16 17:02:05', '', NULL), +(2768, 1, 'larbi.elabidi@gmail.com', '2026-05-17 18:50:24', '2026-05-17 18:50:24', '2601:18f:800:b7f7:d447:cb9c:ac55:b363', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-16 17:39:28', '2026-05-17 18:50:24', '', NULL), +(2769, 129, 'emman.benjamel@gmail.com', '2026-05-16 18:03:20', '2026-05-16 18:03:20', '199.7.159.101', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-16 18:01:17', '2026-05-16 18:03:20', '', NULL), +(2770, 73, 'summia.sharif@gmail.com', '2026-05-16 18:32:51', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-16 18:32:51', '2026-05-16 18:32:51', '', NULL), +(2771, 4, 'olemtiri@hotmail.com', '2026-05-17 02:31:21', '2026-05-17 02:31:21', '2a02:6ea0:f911:6592::35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 19:47:57', '2026-05-17 02:31:21', '', NULL), +(2772, 101, 'aminazgani@gmail.com', '2026-05-16 22:37:06', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-16 22:37:06', '2026-05-16 22:37:06', '', NULL), +(2773, 79, 'sana6532@gmail.com', '2026-05-16 22:55:18', '2026-05-16 22:55:18', '2607:fb90:ad15:15:d8b:1545:9555:65af', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-16 22:54:35', '2026-05-16 22:55:18', '', NULL), +(2774, 310, 'ibrahimafzal.m@gmail.com', '2026-05-17 00:26:48', NULL, '71.174.233.202', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-17 00:26:48', '2026-05-17 00:26:48', '', NULL), +(2775, 13, 'rosinacotton@hotmail.com', '2026-05-17 00:54:24', NULL, '71.233.46.0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-17 00:54:24', '2026-05-17 00:54:24', '', NULL), +(2776, 100, 'abdelhaklmlk@gmail.com', '2026-05-17 00:57:32', NULL, '2601:18f:700:81a0:acda:42da:38e9:ad53', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 00:57:32', '2026-05-17 00:57:32', '', NULL), +(2777, 187, 'fivespot14@gmail.com', '2026-05-17 00:59:04', NULL, '2600:4040:5cc8:500:94d7:307e:bd25:841', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 00:59:04', '2026-05-17 00:59:04', '', NULL), +(2778, 40, 'alihasarfraz11@gmail.com', '2026-05-17 01:36:48', NULL, '2600:4040:5013:4300:d84c:1810:a2ad:9581', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-17 01:36:48', '2026-05-17 01:36:48', '', NULL), +(2779, 4, 'olemtiri@hotmail.com', '2026-05-17 02:31:21', '2026-05-17 02:31:21', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-17 02:29:00', '2026-05-17 02:31:21', '', NULL), +(2780, 252, 'khalifakaushar4@gmail.com', '2026-05-17 02:51:32', NULL, '2607:fb90:6880:9ce1:c033:42af:7a3b:8395', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 02:51:32', '2026-05-17 02:51:32', '', NULL), +(2781, 252, 'khalifakaushar4@gmail.com', '2026-05-17 02:51:38', NULL, '2607:fb90:6880:9ce1:c033:42af:7a3b:8395', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 02:51:38', '2026-05-17 02:51:38', '', NULL), +(2782, 151, 'hanaelshamy29@gmail.com', '2026-05-17 06:08:03', '2026-05-17 06:08:03', '2601:18f:900:8dc0:f5f6:dfa9:45e:2f79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-17 05:24:26', '2026-05-17 06:08:03', '', NULL), +(2783, 151, 'hanaelshamy29@gmail.com', '2026-05-17 06:08:03', '2026-05-17 06:08:03', '2601:18f:900:8dc0:f5f6:dfa9:45e:2f79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-17 05:24:28', '2026-05-17 06:08:03', '', NULL), +(2784, 199, 'halaelshamy2006@gmail.com', '2026-05-17 05:32:42', NULL, '2607:fb90:ad13:cb39:319b:1da6:47e7:a07d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-17 05:32:42', '2026-05-17 05:32:42', '', NULL), +(2785, 141, 'seddanek@gmail.com', '2026-05-17 12:24:59', NULL, '2600:1000:b179:719a:be7a:f4a1:97bd:bc89', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', '2026-05-17 12:24:59', '2026-05-17 12:24:59', '', NULL), +(2786, 66, 'humaira_shaukat@hotmail.com', '2026-05-17 13:43:35', NULL, '2600:4040:502d:4900:911b:6f88:4075:4e0c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 13:43:35', '2026-05-17 13:43:35', '', NULL), +(2787, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 13:49:30', '2026-05-23 02:56:14', '', NULL), +(2788, 57, 'sshawoo123@gmail.com', '2026-05-17 13:59:20', '2026-05-17 13:59:20', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 13:55:51', '2026-05-17 13:59:20', '', NULL), +(2789, 115, 'alaa.reda.mahmoud@gmail.com', '2026-05-17 13:56:14', NULL, '174.192.3.221', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-17 13:56:14', '2026-05-17 13:56:14', '', NULL), +(2790, 93, 'musty2012@gmail.com', '2026-05-17 13:57:01', NULL, '2600:382:afc8:1141:c838:f05e:9a50:4c61', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 13:57:01', '2026-05-17 13:57:01', '', NULL), +(2791, 40, 'alihasarfraz11@gmail.com', '2026-05-17 13:59:05', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 13:59:05', '2026-05-17 13:59:05', '', NULL), +(2792, 57, 'sshawoo123@gmail.com', '2026-05-17 14:46:47', '2026-05-17 14:46:47', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 13:59:38', '2026-05-17 14:46:47', '', NULL), +(2793, 1, 'larbi.elabidi@gmail.com', '2026-05-17 18:50:24', '2026-05-17 18:50:24', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-17 14:04:52', '2026-05-17 18:50:24', '', NULL), +(2794, 203, 'iftikharhamdard@gmail.com', '2026-05-17 14:05:43', NULL, '2600:1000:b045:d52e:654a:6e4d:17c6:f3e1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 14:05:43', '2026-05-17 14:05:43', '', NULL), +(2795, 24, 'shamimansarionweb@gmail.com', '2026-05-17 17:49:34', '2026-05-17 17:49:34', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 14:07:25', '2026-05-17 17:49:34', '', NULL), +(2796, 120, 'a.irfan4155@gmail.com', '2026-05-17 14:11:44', '2026-05-17 14:11:44', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:08:29', '2026-05-17 14:11:44', '', NULL), +(2797, 1, 'larbi.elabidi@gmail.com', '2026-05-17 18:50:24', '2026-05-17 18:50:24', '2607:fb91:d99:8808:8130:58d7:5bc6:8999', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4.2 Mobile/15E148 Safari/604.1 Brave', '2026-05-17 14:26:22', '2026-05-17 18:50:24', '', NULL), +(2798, 97, 'makaltoum1990@hotmail.com', '2026-05-17 14:29:25', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 14:29:25', '2026-05-17 14:29:25', '', NULL), +(2799, 71, 'najah.azennoud@gmail.com', '2026-05-17 14:30:50', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:30:50', '2026-05-17 14:30:50', '', NULL), +(2800, 99, 'hassan.jafri10@gmail.com', '2026-05-17 14:32:15', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:32:15', '2026-05-17 14:32:15', '', NULL), +(2801, 132, 'badianourti@yahoo.com', '2026-05-17 14:34:10', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:34:10', '2026-05-17 14:34:10', '', NULL), +(2802, 82, 'kishwarb@outlook.com', '2026-05-17 14:34:27', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:34:27', '2026-05-17 14:34:27', '', NULL), +(2803, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:1000:b0a2:e083:9c95:54ea:5f7b:ce07', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Mobile/15E148 Safari/604.1', '2026-05-17 14:36:59', '2026-05-23 02:56:14', '', NULL), +(2804, 138, 'safdaw486@gmail.com', '2026-05-17 16:42:02', '2026-05-17 16:42:02', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:39:11', '2026-05-17 16:42:02', '', NULL), +(2805, 161, 'shamimasume2@gmail.com', '2026-05-17 14:43:03', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:43:03', '2026-05-17 14:43:03', '', NULL), +(2806, 161, 'shamimasume2@gmail.com', '2026-05-17 14:43:44', NULL, '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-17 14:43:44', '2026-05-17 14:43:44', '', NULL), +(2807, 141, 'seddanek@gmail.com', '2026-05-17 14:43:52', NULL, '2601:19c:4a01:808b:45cb:c69f:b8b0:a74a', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 14:43:52', '2026-05-17 14:43:52', '', NULL), +(2808, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 14:47:05', '2026-06-04 22:28:46', '', NULL), +(2809, 84, 'elbakhtaoui2016@gmail.com', '2026-05-17 14:49:17', NULL, '2600:387:f:7812::4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-17 14:49:17', '2026-05-17 14:49:17', '', NULL), +(2810, 74, 'ielassab89@gmail.com', '2026-05-17 14:52:00', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 14:52:00', '2026-05-17 14:52:00', '', NULL), +(2811, 20, 'saji.sajeed2@gmail.com', '2026-05-17 15:02:23', NULL, '131.239.115.12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 15:02:23', '2026-05-17 15:02:23', '', NULL), +(2812, 18, 'rabiamran473@gmail.com', '2026-05-17 15:03:15', NULL, '182.180.16.46', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-17 15:03:15', '2026-05-17 15:03:15', '', NULL), +(2813, 70, 'khalifaashif@gmail.com', '2026-05-17 15:03:55', NULL, '172.56.192.68', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-17 15:03:55', '2026-05-17 15:03:55', '', NULL), +(2814, 35, 'innababe@yahoo.com', '2026-05-17 15:05:22', NULL, '2607:fb92:1901:667c:355d:1909:7819:55c2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-17 15:05:22', '2026-05-17 15:05:22', '', NULL), +(2815, 52, 'adnanimdad@gmail.com', '2026-05-17 15:06:19', NULL, '173.162.165.37', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 15:06:19', '2026-05-17 15:06:19', '', NULL), +(2816, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-23 23:41:45', '2026-05-23 23:41:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 15:17:32', '2026-05-23 23:41:45', '', NULL), +(2817, 108, 'shadabanwar07@gmail.com', '2026-05-17 15:18:05', NULL, '2601:18c:ce7e:5870:1dcb:581b:f20e:3b7c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 15:18:05', '2026-05-17 15:18:05', '', NULL), +(2818, 140, 'noor.bhatti202@gmail.com', '2026-05-17 15:21:27', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36', '2026-05-17 15:21:27', '2026-05-17 15:21:27', '', NULL), +(2819, 13, 'rosinacotton@hotmail.com', '2026-05-17 15:27:48', NULL, '2607:fb91:2d8a:46f:b18f:7696:d55b:911f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-17 15:27:48', '2026-05-17 15:27:48', '', NULL), +(2820, 24, 'shamimansarionweb@gmail.com', '2026-05-17 17:49:34', '2026-05-17 17:49:34', '128.77.39.41', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 15:36:53', '2026-05-17 17:49:34', '', NULL), +(2821, 186, 'awab.basil00@gmail.com', '2026-05-17 15:56:08', NULL, '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 15:56:08', '2026-05-17 15:56:08', '', NULL), +(2822, 190, 'binamirza@hotmail.com', '2026-05-17 15:58:26', NULL, '2607:fb91:d18:85e3:3995:ef1d:ea92:c672', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 15:58:26', '2026-05-17 15:58:26', '', NULL), +(2823, 190, 'binamirza@hotmail.com', '2026-05-17 15:59:11', NULL, '2607:fb91:d18:85e3:3995:ef1d:ea92:c672', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 15:59:11', '2026-05-17 15:59:11', '', NULL), +(2824, 189, 'saad_mirza_87@hotmail.com', '2026-05-17 16:16:42', NULL, '2601:19c:4a02:cd34:f9a4:c94c:75fe:c565', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-17 16:16:42', '2026-05-17 16:16:42', '', NULL), +(2825, 147, 'rahmanek@gmail.com', '2026-05-17 16:20:59', NULL, '72.74.55.8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-05-17 16:20:59', '2026-05-17 16:20:59', '', NULL), +(2826, 107, 'maria.k.boudjemaa@gmail.com', '2026-05-17 16:31:56', NULL, '172.59.212.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1', '2026-05-17 16:31:56', '2026-05-17 16:31:56', '', NULL), +(2827, 24, 'shamimansarionweb@gmail.com', '2026-05-17 17:49:34', '2026-05-17 17:49:34', '2600:1000:b207:14dc:b87d:5c9e:50d6:d77f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-17 16:32:11', '2026-05-17 17:49:34', '', NULL), +(2828, 120, 'a.irfan4155@gmail.com', '2026-05-17 16:36:00', '2026-05-17 16:36:00', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-17 16:33:43', '2026-05-17 16:36:00', '', NULL), +(2829, 73, 'summia.sharif@gmail.com', '2026-05-17 16:46:11', NULL, '2607:fb91:2da8:4f4f:ac39:9937:9919:c05a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-17 16:46:11', '2026-05-17 16:46:11', '', NULL), +(2830, 50, 'ahad_storay@yahoo.com', '2026-05-17 17:11:03', NULL, '172.56.193.9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 17:11:03', '2026-05-17 17:11:03', '', NULL), +(2831, 158, 'nmohid@gmail.com', '2026-05-17 17:12:37', NULL, '2600:4040:5c0a:2000:f54e:ffaf:cff3:5da1', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-17 17:12:37', '2026-05-17 17:12:37', '', NULL), +(2832, 1, 'larbi.elabidi@gmail.com', '2026-05-17 18:50:24', '2026-05-17 18:50:24', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-17 17:50:07', '2026-05-17 18:50:24', '', NULL), +(2833, 139, 'alamintex20@yahoo.com', '2026-05-17 19:34:22', NULL, '2601:18f:100:5c90:1a84:2b9:9a0d:abd8', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-17 19:34:22', '2026-05-17 19:34:22', '', NULL), +(2834, 190, 'binamirza@hotmail.com', '2026-05-17 20:34:00', NULL, '2607:fb91:d18:85e3:3995:ef1d:ea92:c672', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-17 20:34:00', '2026-05-17 20:34:00', '', NULL), +(2835, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '100.0.96.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-17 22:33:03', '2026-05-24 00:20:11', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(2836, 1, 'larbi.elabidi@gmail.com', '2026-05-20 03:19:39', '2026-05-20 03:19:39', '2601:18f:800:b7f7:321d:3455:1647:b2e2', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-18 02:28:30', '2026-05-20 03:19:39', '', NULL), +(2837, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:59a0:2d26:168e:2cfe', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-18 02:57:48', '2026-06-04 22:28:46', '', NULL), +(2838, 4, 'olemtiri@hotmail.com', '2026-05-18 03:04:07', '2026-05-18 03:04:07', '2a02:6ea0:f911:6592::35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-18 03:02:09', '2026-05-18 03:04:07', '', NULL), +(2839, 138, 'safdaw486@gmail.com', '2026-05-18 21:40:08', '2026-05-18 21:40:08', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/419.4.905781065 Mobile/15E148 Safari/604.1', '2026-05-18 21:18:26', '2026-05-18 21:40:08', '', NULL), +(2840, 317, 'rushlan78@gmail.com', '2026-05-18 22:02:12', NULL, '72.74.36.117', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-18 22:02:12', '2026-05-18 22:02:12', '', NULL), +(2841, 138, 'safdaw486@gmail.com', '2026-05-24 01:07:33', '2026-05-24 01:07:33', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-19 17:45:10', '2026-05-24 01:07:33', '', NULL), +(2842, 82, 'kishwarb@outlook.com', '2026-05-19 21:57:30', NULL, '100.0.96.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-19 21:57:30', '2026-05-19 21:57:30', '', NULL), +(2843, 3, 'kelabidi0@gmail.com', '2026-05-20 04:04:31', '2026-05-20 04:04:31', '2601:18f:800:b7f7:86e5:1388:4fe5:2550', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-20 02:00:16', '2026-05-20 04:04:31', '', NULL), +(2844, 1, 'larbi.elabidi@gmail.com', '2026-05-20 03:19:39', '2026-05-20 03:19:39', '2601:18f:800:b7f7:5d2b:88ff:479c:8e88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-20 02:46:39', '2026-05-20 03:19:39', '', NULL), +(2845, 28, 'zijmalik@gmail.com', '2026-05-20 03:34:07', NULL, '100.4.239.44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.100 Mobile/15E148 Safari/604.1', '2026-05-20 03:34:07', '2026-05-20 03:34:07', '', NULL), +(2846, 1, 'larbi.elabidi@gmail.com', '2026-05-20 04:07:48', '2026-05-20 04:07:48', '2601:18f:800:b7f7:5d2b:88ff:479c:8e88', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-20 03:41:39', '2026-05-20 04:07:48', '', NULL), +(2847, 1, 'larbi.elabidi@gmail.com', '2026-05-20 04:07:48', '2026-05-20 04:07:48', '2601:18f:800:b7f7:5227:6a61:719d:68a1', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-20 04:04:53', '2026-05-20 04:07:48', '', NULL), +(2848, 27, 'asharismyson@gmail.com', '2026-05-20 11:02:15', NULL, '2601:18f:1:d100:94ca:ea0f:89e9:e27d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-20 11:02:15', '2026-05-20 11:02:15', '', NULL), +(2849, 74, 'ielassab89@gmail.com', '2026-05-20 16:30:39', NULL, '199.184.125.1', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-20 16:30:39', '2026-05-20 16:30:39', '', NULL), +(2850, 75, 'mkolia1@gmail.com', '2026-05-20 17:10:54', '2026-05-20 17:10:54', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', '2026-05-20 17:09:53', '2026-05-20 17:10:54', '', NULL), +(2851, 60, 'nakanjakotahya200@gmail.com', '2026-05-20 22:04:39', NULL, '2601:18f:903:a6e0:8031:8cf8:3db6:6ae5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-20 22:04:39', '2026-05-20 22:04:39', '', NULL), +(2852, 97, 'makaltoum1990@hotmail.com', '2026-05-20 22:48:56', NULL, '2600:1000:b145:efea:b9b4:ec:447a:b2d4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/420.4.909430193 Mobile/15E148 Safari/604.1', '2026-05-20 22:48:56', '2026-05-20 22:48:56', '', NULL), +(2853, 43, 'aichati@yahoo.fr', '2026-05-24 21:21:43', '2026-05-24 21:21:43', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-05-21 00:39:34', '2026-05-24 21:21:43', '', NULL), +(2854, 82, 'kishwarb@outlook.com', '2026-05-21 01:06:00', NULL, '100.0.96.219', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-21 01:06:00', '2026-05-21 01:06:00', '', NULL), +(2855, 79, 'sana6532@gmail.com', '2026-05-21 03:43:47', '2026-05-21 03:43:47', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-21 01:18:55', '2026-05-21 03:43:47', '', NULL), +(2856, 4, 'olemtiri@hotmail.com', '2026-05-23 23:40:36', '2026-05-23 23:40:36', '2a02:6ea0:f911:6592::35', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-21 15:41:33', '2026-05-23 23:40:36', '', NULL), +(2857, 99, 'hassan.jafri10@gmail.com', '2026-05-21 16:21:48', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-21 16:21:48', '2026-05-21 16:21:48', '', NULL), +(2858, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-23 23:41:45', '2026-05-23 23:41:45', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1', '2026-05-21 18:23:55', '2026-05-23 23:41:45', '', NULL), +(2859, 84, 'elbakhtaoui2016@gmail.com', '2026-05-21 18:24:34', NULL, '2601:18f:287:1020:f842:662f:2a70:972e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-21 18:24:34', '2026-05-21 18:24:34', '', NULL), +(2860, 1, 'larbi.elabidi@gmail.com', '2026-05-21 22:09:31', '2026-05-21 22:09:31', '2601:18f:800:b7f7:852b:4df0:ba66:77ad', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-21 20:14:39', '2026-05-21 22:09:31', '', NULL), +(2861, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-21 21:18:25', '2026-05-24 00:20:11', '', NULL), +(2862, 1, 'larbi.elabidi@gmail.com', '2026-05-23 15:27:36', '2026-05-23 15:27:36', '2601:18f:800:b7f7:852b:4df0:ba66:77ad', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-21 22:09:35', '2026-05-23 15:27:36', '', NULL), +(2863, 1, 'larbi.elabidi@gmail.com', '2026-05-23 15:27:36', '2026-05-23 15:27:36', '2601:18f:800:b7f7:852b:4df0:ba66:77ad', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-21 22:44:42', '2026-05-23 15:27:36', '', NULL), +(2864, 79, 'sana6532@gmail.com', '2026-05-22 02:38:38', '2026-05-22 02:38:38', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-22 00:04:27', '2026-05-22 02:38:38', '', NULL), +(2865, 3, 'kelabidi0@gmail.com', '2026-05-24 00:16:00', '2026-05-24 00:16:00', '2601:18f:800:b7f7:49fc:e6ca:d1fb:275e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-05-22 00:26:40', '2026-05-24 00:16:00', '', NULL), +(2866, 3, 'kelabidi0@gmail.com', '2026-05-24 00:16:00', '2026-05-24 00:16:00', '2601:18f:800:b7f7:f0a3:a7:3d11:6cb', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-22 01:43:17', '2026-05-24 00:16:00', '', NULL), +(2867, 71, 'najah.azennoud@gmail.com', '2026-05-22 02:19:38', NULL, '2600:387:f:5f30::6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-22 02:19:38', '2026-05-22 02:19:38', '', NULL), +(2868, 18, 'rabiamran473@gmail.com', '2026-05-22 11:23:30', NULL, '39.45.61.85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-22 11:23:30', '2026-05-22 11:23:30', '', NULL), +(2869, 73, 'summia.sharif@gmail.com', '2026-05-22 13:59:30', NULL, '73.218.150.114', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15', '2026-05-22 13:59:30', '2026-05-22 13:59:30', '', NULL), +(2870, 120, 'a.irfan4155@gmail.com', '2026-05-25 21:14:09', '2026-05-25 21:14:09', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-05-22 15:08:25', '2026-05-25 21:14:09', '', NULL), +(2871, 83, 'simrahussain98@gmail.com', '2026-05-22 15:38:01', '2026-05-22 15:38:01', '2600:4040:5014:1100:30d5:9cb8:a231:e82a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', '2026-05-22 15:20:14', '2026-05-22 15:38:01', '', NULL), +(2872, 79, 'sana6532@gmail.com', '2026-05-24 00:17:39', '2026-05-24 00:17:39', '71.174.52.66', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-22 19:07:04', '2026-05-24 00:17:39', '', NULL), +(2873, 78, 'simrahazmi218@gmail.com', '2026-05-22 19:52:52', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-22 19:52:52', '2026-05-22 19:52:52', '', NULL), +(2874, 71, 'najah.azennoud@gmail.com', '2026-05-22 21:06:59', NULL, '2601:18f:282:ae10:481d:9c5d:512:6744', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-22 21:06:59', '2026-05-22 21:06:59', '', NULL), +(2875, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-23 23:41:45', '2026-05-23 23:41:45', '72.74.55.8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-23 00:35:08', '2026-05-23 23:41:45', '', NULL), +(2876, 3, 'kelabidi0@gmail.com', '2026-05-24 00:16:00', '2026-05-24 00:16:00', '2607:fb91:2d1e:8031:b1a1:9ba1:bc75:9c7f', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-05-23 00:45:41', '2026-05-24 00:16:00', '', NULL), +(2877, 43, 'aichati@yahoo.fr', '2026-05-24 21:21:43', '2026-05-24 21:21:43', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-05-23 01:13:56', '2026-05-24 21:21:43', '', NULL), +(2878, 22, 'sainezack@hotmail.com', '2026-05-23 01:36:03', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36', '2026-05-23 01:36:03', '2026-05-23 01:36:03', '', NULL), +(2879, 22, 'sainezack@hotmail.com', '2026-05-23 01:37:44', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/29.0 Chrome/136.0.0.0 Mobile Safari/537.36', '2026-05-23 01:37:44', '2026-05-23 01:37:44', '', NULL), +(2880, 2, 'moulay.elabidi@gmail.com', '2026-05-23 02:19:55', '2026-05-23 02:19:55', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-23 02:19:40', '2026-05-23 02:19:55', '', NULL), +(2881, 1, 'larbi.elabidi@gmail.com', '2026-05-23 15:27:36', '2026-05-23 15:27:36', '72.74.55.8', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-23 02:20:25', '2026-05-23 15:27:36', '', NULL), +(2882, 121, 'ahmedabdalaoui@gmail.com', '2026-05-23 02:24:39', NULL, '2600:387:5:814::12', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/420.4.909430193 Mobile/15E148 Safari/604.1', '2026-05-23 02:24:39', '2026-05-23 02:24:39', '', NULL), +(2883, 99, 'hassan.jafri10@gmail.com', '2026-05-23 02:33:14', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 02:33:14', '2026-05-23 02:33:14', '', NULL), +(2884, 68, 'farahbb86@gmail.com', '2026-05-23 02:56:14', '2026-05-23 02:56:14', '2600:4040:5cc8:8800:6c54:d0a0:ce3c:8441', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 02:55:45', '2026-05-23 02:56:14', '', NULL), +(2885, 68, 'farahbb86@gmail.com', '2026-05-24 11:14:05', '2026-05-24 11:14:05', '2600:4040:5cc8:8800:6c54:d0a0:ce3c:8441', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 02:56:20', '2026-05-24 11:14:05', '', NULL), +(2886, 2, 'moulay.elabidi@gmail.com', '2026-05-23 15:12:44', '2026-05-23 15:12:44', '2607:fb91:267b:5d9:f8b0:73d:26e8:2670', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-23 15:11:33', '2026-05-23 15:12:44', '', NULL), +(2887, 2, 'moulay.elabidi@gmail.com', '2026-05-23 15:12:44', '2026-05-23 15:12:44', '2607:fb91:267b:5d9:f8b0:73d:26e8:2670', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-23 15:12:07', '2026-05-23 15:12:44', '', NULL), +(2888, 1, 'larbi.elabidi@gmail.com', '2026-05-23 15:27:36', '2026-05-23 15:27:36', '2607:fb91:267b:5d9:f8b0:73d:26e8:2670', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-23 15:13:00', '2026-05-23 15:27:36', '', NULL), +(2889, 4, 'olemtiri@hotmail.com', '2026-05-23 23:40:36', '2026-05-23 23:40:36', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 16:27:44', '2026-05-23 23:40:36', '', NULL), +(2890, 99, 'hassan.jafri10@gmail.com', '2026-05-23 16:37:31', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 16:37:31', '2026-05-23 16:37:31', '', NULL), +(2891, 138, 'safdaw486@gmail.com', '2026-05-24 01:07:33', '2026-05-24 01:07:33', '73.114.157.147', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36', '2026-05-23 17:08:44', '2026-05-24 01:07:33', '', NULL), +(2892, 310, 'ibrahimafzal.m@gmail.com', '2026-05-23 17:48:40', NULL, '2600:1003:b052:f74c:40aa:3891:2483:a685', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-23 17:48:40', '2026-05-23 17:48:40', '', NULL), +(2893, 68, 'farahbb86@gmail.com', '2026-05-24 11:14:05', '2026-05-24 11:14:05', '2600:4040:5cc8:8800:a0ae:7c3a:864a:3053', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 18:18:18', '2026-05-24 11:14:05', '', NULL), +(2894, 43, 'aichati@yahoo.fr', '2026-05-24 21:21:43', '2026-05-24 21:21:43', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-05-23 18:49:58', '2026-05-24 21:21:43', '', NULL), +(2895, 1, 'larbi.elabidi@gmail.com', '2026-05-23 23:50:33', '2026-05-23 23:50:33', '2601:18f:800:b7f7:f080:2b8c:785a:3546', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-23 20:22:04', '2026-05-23 23:50:33', '', NULL), +(2896, 71, 'najah.azennoud@gmail.com', '2026-05-23 21:21:08', NULL, '2601:18f:282:ae10:601f:10f5:5f1:b6ed', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 21:21:08', '2026-05-23 21:21:08', '', NULL), +(2897, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '2600:1000:b176:2e97:f4e6:66f8:e852:5ab5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-23 22:09:46', '2026-05-24 00:20:11', '', NULL), +(2898, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-23 23:41:45', '2026-05-23 23:41:45', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 23:40:45', '2026-05-23 23:41:45', '', NULL), +(2899, 4, 'olemtiri@hotmail.com', '2026-05-23 23:43:23', '2026-05-23 23:43:23', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 23:41:57', '2026-05-23 23:43:23', '', NULL), +(2900, 45, 'ejjiyar-soundouss@hotmail.com', '2026-05-24 04:25:13', '2026-05-24 04:25:13', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-23 23:44:06', '2026-05-24 04:25:13', '', NULL), +(2901, 1, 'larbi.elabidi@gmail.com', '2026-05-24 00:43:55', '2026-05-24 00:43:55', '2601:18f:800:b7f7:f080:2b8c:785a:3546', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-23 23:51:18', '2026-05-24 00:43:55', '', NULL), +(2902, 3, 'kelabidi0@gmail.com', '2026-05-24 00:16:00', '2026-05-24 00:16:00', '24.34.185.128', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-23 23:52:32', '2026-05-24 00:16:00', '', NULL), +(2903, 79, 'sana6532@gmail.com', '2026-05-24 00:17:39', '2026-05-24 00:17:39', '172.56.194.41', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 00:17:14', '2026-05-24 00:17:39', '', NULL), +(2904, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:11', '2026-05-24 00:20:11', '174.224.178.175', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 00:19:59', '2026-05-24 00:20:11', '', NULL), +(2905, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:18', NULL, '174.224.178.175', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 00:20:18', '2026-05-24 00:20:18', '', NULL), +(2906, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 00:20:19', NULL, '174.224.178.175', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 00:20:19', '2026-05-24 00:20:19', '', NULL), +(2907, 1, 'larbi.elabidi@gmail.com', '2026-05-24 00:43:55', '2026-05-24 00:43:55', '24.34.185.128', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-24 00:35:28', '2026-05-24 00:43:55', '', NULL), +(2908, 78, 'simrahazmi218@gmail.com', '2026-05-24 00:52:10', NULL, '71.235.203.158', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 00:52:10', '2026-05-24 00:52:10', '', NULL), +(2909, 4, 'olemtiri@hotmail.com', '2026-05-24 01:31:31', '2026-05-24 01:31:31', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-24 01:00:24', '2026-05-24 01:31:31', '', NULL), +(2910, 1, 'larbi.elabidi@gmail.com', '2026-05-24 01:29:01', '2026-05-24 01:29:01', '24.34.185.128', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-24 01:02:35', '2026-05-24 01:29:01', '', NULL), +(2911, 138, 'safdaw486@gmail.com', '2026-05-24 01:07:33', '2026-05-24 01:07:33', '73.114.157.147', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/420.4.909430193 Mobile/15E148 Safari/604.1', '2026-05-24 01:06:46', '2026-05-24 01:07:33', '', NULL), +(2912, 79, 'sana6532@gmail.com', '2026-05-24 01:33:49', '2026-05-24 01:33:49', '100.0.183.208', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 01:06:58', '2026-05-24 01:33:49', '', NULL), +(2913, 82, 'kishwarb@outlook.com', '2026-05-24 01:08:14', NULL, '65.210.126.9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-24 01:08:14', '2026-05-24 01:08:14', '', NULL), +(2914, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 01:27:45', NULL, '2600:4040:5025:8b00:a199:95e5:edf6:f8dd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 01:27:45', '2026-05-24 01:27:45', '', NULL), +(2915, 155, 'mahinshaikh4069@gmail.com', '2026-05-24 01:28:00', NULL, '2600:4040:5025:8b00:f10d:81e8:251a:f24b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.8 Safari/605.1.15', '2026-05-24 01:28:00', '2026-05-24 01:28:00', '', NULL), +(2916, 4, 'olemtiri@hotmail.com', '2026-05-24 01:49:52', '2026-05-24 01:49:52', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36', '2026-05-24 01:38:49', '2026-05-24 01:49:52', '', NULL), +(2917, 5, 'sboumnina@hotmail.com', '2026-05-24 02:05:01', NULL, '2601:18f:900:8320:e12:a660:5b25:d7b7', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-24 02:05:01', '2026-05-24 02:05:01', '', NULL), +(2918, 98, 'moe_gaabass@yahoo.com', '2026-05-24 02:06:05', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 02:06:05', '2026-05-24 02:06:05', '', NULL), +(2919, 140, 'noor.bhatti202@gmail.com', '2026-05-24 02:17:32', NULL, '65.210.126.9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.3 Mobile/15E148 Safari/604.1', '2026-05-24 02:17:32', '2026-05-24 02:17:32', '', NULL), +(2920, 100, 'abdelhaklmlk@gmail.com', '2026-05-24 02:47:48', NULL, '2600:1000:b04b:e993:0:6b:46c:8e01', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-24 02:47:48', '2026-05-24 02:47:48', '', NULL), +(2921, 73, 'summia.sharif@gmail.com', '2026-05-24 02:59:17', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-24 02:59:17', '2026-05-24 02:59:17', '', NULL), +(2922, 153, 'kousami@gmail.com', '2026-05-24 03:01:51', NULL, '2607:fb90:adaa:4651:a13f:d1cd:de44:f758', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-24 03:01:51', '2026-05-24 03:01:51', '', NULL), +(2923, 120, 'a.irfan4155@gmail.com', '2026-05-25 21:14:09', '2026-05-25 21:14:09', '66.31.123.174', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15', '2026-05-24 03:49:29', '2026-05-25 21:14:09', '', NULL), +(2924, 161, 'shamimasume2@gmail.com', '2026-05-24 04:14:29', NULL, '2600:4040:5012:5600:7120:72d4:d07c:aaa4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 04:14:29', '2026-05-24 04:14:29', '', NULL), +(2925, 68, 'farahbb86@gmail.com', '2026-05-24 11:14:11', NULL, '2600:4040:5cc8:8800:603c:56fe:a107:c213', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 11:14:11', '2026-05-24 11:14:11', '', NULL), +(2926, 1, 'larbi.elabidi@gmail.com', '2026-05-24 19:50:19', '2026-05-24 19:50:19', '24.34.185.128', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-24 13:33:02', '2026-05-24 19:50:19', '', NULL), +(2927, 147, 'rahmanek@gmail.com', '2026-05-24 13:47:19', NULL, '2600:1003:b156:9840:3ce2:9704:5e70:446', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/150.3 Mobile/15E148 Safari/604.1', '2026-05-24 13:47:19', '2026-05-24 13:47:19', '', NULL), +(2928, 1, 'larbi.elabidi@gmail.com', '2026-05-24 19:50:19', '2026-05-24 19:50:19', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 14:08:32', '2026-05-24 19:50:19', '', NULL), +(2929, 19, 'shahabhussain@hotmail.com', '2026-05-24 14:08:59', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 14:08:59', '2026-05-24 14:08:59', '', NULL), +(2930, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 14:11:16', '2026-06-04 22:28:46', '', NULL), +(2931, 161, 'shamimasume2@gmail.com', '2026-05-24 14:25:08', NULL, '173.48.168.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-24 14:25:08', '2026-05-24 14:25:08', '', NULL), +(2932, 74, 'ielassab89@gmail.com', '2026-05-24 15:20:21', NULL, '2607:fb91:2d1d:c5e5:b5bd:2509:cadf:9997', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-24 15:20:21', '2026-05-24 15:20:21', '', NULL), +(2933, 120, 'a.irfan4155@gmail.com', '2026-05-25 21:14:09', '2026-05-25 21:14:09', '2601:19c:4a00:4610:3920:51c8:f1b8:7650', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', '2026-05-24 15:45:57', '2026-05-25 21:14:09', '', NULL), +(2934, 75, 'mkolia1@gmail.com', '2026-05-24 16:04:12', '2026-05-24 16:04:12', '2601:184:497f:8810:9802:f985:851a:1531', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', '2026-05-24 16:03:41', '2026-05-24 16:04:12', '', NULL), +(2935, 11, 'ameds1182@gmail.com', '2026-05-24 17:11:56', NULL, '2607:fb91:d0d:c9f4:6544:30d7:e345:1e2d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-24 17:11:56', '2026-05-24 17:11:56', '', NULL), +(2936, 73, 'summia.sharif@gmail.com', '2026-05-24 19:05:11', NULL, '73.218.150.114', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-24 19:05:11', '2026-05-24 19:05:11', '', NULL), +(2937, 40, 'alihasarfraz11@gmail.com', '2026-05-24 19:25:55', NULL, '2600:4040:5013:4300:384d:b766:db7d:fc74', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-24 19:25:55', '2026-05-24 19:25:55', '', NULL), +(2938, 98, 'moe_gaabass@yahoo.com', '2026-05-24 19:51:48', NULL, '2600:1000:b09b:2c73:18e:2637:8ae0:aa56', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-24 19:51:48', '2026-05-24 19:51:48', '', NULL), +(2939, 43, 'aichati@yahoo.fr', '2026-05-24 21:21:43', '2026-05-24 21:21:43', '76.28.4.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36', '2026-05-24 20:24:55', '2026-05-24 21:21:43', '', NULL), +(2940, 5, 'sboumnina@hotmail.com', '2026-05-24 22:10:32', NULL, '2601:18f:900:8320:903f:fef8:2fe6:e65', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-24 22:10:32', '2026-05-24 22:10:32', '', NULL), +(2941, 1, 'larbi.elabidi@gmail.com', '2026-05-27 03:38:12', '2026-05-27 03:38:12', '2601:18f:800:b7f7:9559:362c:9318:78a7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-24 22:40:53', '2026-05-27 03:38:12', '', NULL), +(2942, 84, 'elbakhtaoui2016@gmail.com', '2026-05-24 23:21:34', NULL, '2601:18f:287:1020:d917:8845:2b2d:2eaf', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-24 23:21:34', '2026-05-24 23:21:34', '', NULL), +(2943, 79, 'sana6532@gmail.com', '2026-05-25 02:10:41', '2026-05-25 02:10:41', '100.0.183.208', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1', '2026-05-25 02:05:46', '2026-05-25 02:10:41', '', NULL), +(2944, 19, 'shahabhussain@hotmail.com', '2026-05-25 02:57:37', NULL, '2600:4040:502b:7200:a837:60ec:a88:e33a', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-25 02:57:37', '2026-05-25 02:57:37', '', NULL), +(2945, 161, 'shamimasume2@gmail.com', '2026-05-25 12:30:15', NULL, '2600:4040:5012:5600:8c9f:56b6:7dad:6d53', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3 Mobile/15E148 Safari/604.1', '2026-05-25 12:30:15', '2026-05-25 12:30:15', '', NULL), +(2946, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:9d40:421d:6e91:79e0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-25 15:30:18', '2026-06-04 22:28:46', '', NULL), +(2947, 99, 'hassan.jafri10@gmail.com', '2026-05-25 16:22:45', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-25 16:22:45', '2026-05-25 16:22:45', '', NULL), +(2948, 4, 'olemtiri@hotmail.com', '2026-05-29 04:59:35', '2026-05-29 04:59:35', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-25 16:47:48', '2026-05-29 04:59:35', '', NULL), +(2949, 120, 'a.irfan4155@gmail.com', '2026-05-25 21:14:09', '2026-05-25 21:14:09', '66.31.123.174', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1', '2026-05-25 21:05:07', '2026-05-25 21:14:09', '', NULL), +(2950, 47, 'ikusri@gmail.com', '2026-05-26 00:24:08', NULL, '2601:18f:802:4af0:638:859a:a221:18af', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-26 00:24:08', '2026-05-26 00:24:08', '', NULL), +(2951, 74, 'ielassab89@gmail.com', '2026-05-26 00:40:34', NULL, '2601:18f:802:bea0:1d31:39d9:6475:46db', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-26 00:40:34', '2026-05-26 00:40:34', '', NULL), +(2952, 82, 'kishwarb@outlook.com', '2026-05-26 01:54:41', NULL, '2600:4040:50b8:a200:7194:73a4:daa6:9480', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.14 Safari/605.1.15', '2026-05-26 01:54:41', '2026-05-26 01:54:41', '', NULL), +(2953, 1, 'larbi.elabidi@gmail.com', '2026-05-27 03:38:12', '2026-05-27 03:38:12', '2601:18f:800:b7f7:c0bf:d178:2b15:91f4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-26 02:44:39', '2026-05-27 03:38:12', '', NULL), +(2954, 4, 'olemtiri@hotmail.com', '2026-05-29 04:59:35', '2026-05-29 04:59:35', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-26 08:25:28', '2026-05-29 04:59:35', '', NULL), +(2955, 1, 'larbi.elabidi@gmail.com', '2026-05-27 03:38:12', '2026-05-27 03:38:12', '2601:18f:800:b7f7:75f3:f222:9c2:bdbb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-26 19:47:08', '2026-05-27 03:38:12', '', NULL), +(2956, 99, 'hassan.jafri10@gmail.com', '2026-05-26 20:11:37', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-26 20:11:37', '2026-05-26 20:11:37', '', NULL), +(2957, 99, 'hassan.jafri10@gmail.com', '2026-05-27 00:02:19', NULL, '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-27 00:02:19', '2026-05-27 00:02:19', '', NULL), +(2958, 68, 'farahbb86@gmail.com', '2026-05-27 00:50:09', NULL, '2600:4040:5cc8:8800:71dc:f149:841f:c376', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-27 00:50:09', '2026-05-27 00:50:09', '', NULL), +(2959, 1, 'larbi.elabidi@gmail.com', '2026-05-27 03:39:08', '2026-05-27 03:39:08', '2601:18f:800:b7f7:41af:1c75:56c8:d7c5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-27 03:38:18', '2026-05-27 03:39:08', '', NULL), +(2960, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:12:33', '2026-05-29 05:12:33', '2601:18f:800:b7f7:41af:1c75:56c8:d7c5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-27 03:39:23', '2026-05-29 05:12:33', '', NULL), +(2961, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:12:33', '2026-05-29 05:12:33', '2601:18f:800:b7f7:f4f4:b3ee:598c:c2f8', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-27 15:11:09', '2026-05-29 05:12:33', '', NULL), +(2962, 4, 'olemtiri@hotmail.com', '2026-05-29 04:59:35', '2026-05-29 04:59:35', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-28 04:07:09', '2026-05-29 04:59:35', '', NULL), +(2963, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:12:33', '2026-05-29 05:12:33', '2601:18f:800:b7f7:7ce9:a56c:4d4d:622c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-28 05:44:16', '2026-05-29 05:12:33', '', NULL), +(2964, 75, 'mkolia1@gmail.com', '2026-05-28 14:27:02', '2026-05-28 14:27:02', '107.181.18.198', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', '2026-05-28 14:26:33', '2026-05-28 14:27:02', '', NULL), +(2965, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:12:33', '2026-05-29 05:12:33', '2601:18f:800:b7f7:9d83:848a:d21:7bff', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-28 23:06:23', '2026-05-29 05:12:33', '', NULL), +(2966, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:12:33', '2026-05-29 05:12:33', '2601:18f:800:b7f7:9d83:848a:d21:7bff', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-28 23:06:33', '2026-05-29 05:12:33', '', NULL), +(2967, 4, 'olemtiri@hotmail.com', '2026-05-29 04:59:35', '2026-05-29 04:59:35', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 01:46:02', '2026-05-29 04:59:35', '', NULL), +(2968, 4, 'olemtiri@hotmail.com', '2026-05-29 06:00:07', '2026-05-29 06:00:07', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 04:59:38', '2026-05-29 06:00:07', '', NULL), +(2969, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:33:45', '2026-05-29 05:33:45', '2601:18f:800:b7f7:78e7:731f:e18b:ee64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-29 05:12:38', '2026-05-29 05:33:45', '', NULL), +(2970, 1, 'larbi.elabidi@gmail.com', '2026-05-29 05:36:21', '2026-05-29 05:36:21', '2601:18f:800:b7f7:78e7:731f:e18b:ee64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-29 05:33:53', '2026-05-29 05:36:21', '', NULL), +(2971, 1, 'larbi.elabidi@gmail.com', '2026-05-30 04:38:40', '2026-05-30 04:38:40', '2601:18f:800:b7f7:78e7:731f:e18b:ee64', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-29 05:36:24', '2026-05-30 04:38:40', '', NULL), +(2972, 4, 'olemtiri@hotmail.com', '2026-05-30 01:50:43', '2026-05-30 01:50:43', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 06:01:09', '2026-05-30 01:50:43', '', NULL), +(2973, 155, 'mahinshaikh4069@gmail.com', '2026-05-29 16:23:20', NULL, '73.142.191.28', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 16:23:20', '2026-05-29 16:23:20', '', NULL), +(2974, 68, 'farahbb86@gmail.com', '2026-05-29 16:23:50', NULL, '50.170.55.218', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/422.6.916665746 Mobile/15E148 Safari/604.1', '2026-05-29 16:23:50', '2026-05-29 16:23:50', '', NULL), +(2975, 99, 'hassan.jafri10@gmail.com', '2026-05-29 16:23:53', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 16:23:53', '2026-05-29 16:23:53', '', NULL), +(2976, 134, 'talha.haider1010@gmail.com', '2026-05-29 16:39:32', '2026-05-29 16:39:32', '2607:fb91:d37:631:c9bd:8eff:1b71:12fb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 16:39:11', '2026-05-29 16:39:32', '', NULL), +(2977, 134, 'talha.haider1010@gmail.com', '2026-05-29 16:47:08', '2026-05-29 16:47:08', '2607:fb91:d37:631:c9bd:8eff:1b71:12fb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 16:41:55', '2026-05-29 16:47:08', '', NULL), +(2978, 134, 'talha.haider1010@gmail.com', '2026-05-29 17:34:43', '2026-05-29 17:34:43', '2607:fb91:d37:631:c9bd:8eff:1b71:12fb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 16:49:27', '2026-05-29 17:34:43', '', NULL), +(2979, 134, 'talha.haider1010@gmail.com', '2026-05-29 18:05:19', NULL, '2607:fb91:d14:cb0a:4563:248f:ea43:50ff', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 18:05:19', '2026-05-29 18:05:19', '', NULL), +(2980, 134, 'talha.haider1010@gmail.com', '2026-05-29 18:05:20', NULL, '2607:fb91:d14:cb0a:4563:248f:ea43:50ff', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 18:05:20', '2026-05-29 18:05:20', '', NULL), +(2981, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:c4b5:c24d:2cfa:d9e9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-29 22:58:40', '2026-06-04 22:28:46', '', NULL), +(2982, 98, 'moe_gaabass@yahoo.com', '2026-05-30 00:48:35', NULL, '75.135.120.219', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-30 00:48:35', '2026-05-30 00:48:35', '', NULL), +(2983, 4, 'olemtiri@hotmail.com', '2026-05-30 01:50:43', '2026-05-30 01:50:43', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 01:17:24', '2026-05-30 01:50:43', '', NULL), +(2984, 4, 'olemtiri@hotmail.com', '2026-05-30 01:50:43', '2026-05-30 01:50:43', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 01:20:28', '2026-05-30 01:50:43', '', NULL), +(2985, 1, 'larbi.elabidi@gmail.com', '2026-05-30 04:38:40', '2026-05-30 04:38:40', '72.74.55.8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 01:22:52', '2026-05-30 04:38:40', '', NULL), +(2986, 4, 'olemtiri@hotmail.com', '2026-05-30 15:22:25', '2026-05-30 15:22:25', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 03:11:22', '2026-05-30 15:22:25', '', NULL), +(2987, 4, 'olemtiri@hotmail.com', '2026-05-30 15:22:25', '2026-05-30 15:22:25', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-30 05:16:28', '2026-05-30 15:22:25', '', NULL), +(2988, 1, 'larbi.elabidi@gmail.com', '2026-05-30 18:33:40', '2026-05-30 18:33:40', '2601:18f:800:b7f7:d83:ffb3:2c22:bdd5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-30 08:05:32', '2026-05-30 18:33:40', '', NULL), +(2989, 68, 'farahbb86@gmail.com', '2026-05-30 11:10:30', NULL, '2600:4040:5cc8:8800:4c8d:e55c:cff8:6102', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 11:10:30', '2026-05-30 11:10:30', '', NULL), +(2990, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:c4b5:c24d:2cfa:d9e9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 13:44:43', '2026-06-04 22:28:46', '', NULL), +(2991, 4, 'olemtiri@hotmail.com', '2026-05-30 16:07:46', '2026-05-30 16:07:46', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 15:22:31', '2026-05-30 16:07:46', '', NULL), +(2992, 53, 'abjalm@hotmail.com', '2026-05-30 15:24:51', '2026-05-30 15:24:51', '71.192.34.148', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-30 15:23:53', '2026-05-30 15:24:51', '', NULL), +(2993, 5, 'sboumnina@hotmail.com', '2026-05-30 16:07:24', NULL, '2601:18f:900:8320:1c4e:edea:692f:14f6', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-30 16:07:24', '2026-05-30 16:07:24', '', NULL), +(2994, 4, 'olemtiri@hotmail.com', '2026-05-30 20:10:07', '2026-05-30 20:10:07', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 16:07:51', '2026-05-30 20:10:07', '', NULL), +(2995, 1, 'larbi.elabidi@gmail.com', '2026-05-31 06:46:01', '2026-05-31 06:46:01', '2601:18f:800:b7f7:e0ec:4d30:2aa8:4326', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-30 18:33:45', '2026-05-31 06:46:01', '', NULL), +(2996, 47, 'ikusri@gmail.com', '2026-05-30 18:53:13', NULL, '2601:18f:802:4af0:e89f:73ad:2b5e:e380', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 18:53:13', '2026-05-30 18:53:13', '', NULL), +(2997, 99, 'hassan.jafri10@gmail.com', '2026-05-30 19:26:13', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 19:26:13', '2026-05-30 19:26:13', '', NULL), +(2998, 4, 'olemtiri@hotmail.com', '2026-05-31 01:04:46', '2026-05-31 01:04:46', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-30 20:10:10', '2026-05-31 01:04:46', '', NULL), +(2999, 40, 'alihasarfraz11@gmail.com', '2026-05-31 00:03:30', NULL, '2600:4040:5013:4300:b485:d269:9d47:cf7e', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/422.6.916665746 Mobile/15E148 Safari/604.1', '2026-05-31 00:03:30', '2026-05-31 00:03:30', '', NULL), +(3000, 1, 'larbi.elabidi@gmail.com', '2026-05-31 06:46:01', '2026-05-31 06:46:01', '24.34.185.128', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 01:37:01', '2026-05-31 06:46:01', '', NULL), +(3001, 125, 'fnalunkuma@gmail.com', '2026-05-31 03:31:13', NULL, '2601:18f:187:d720:b885:56ce:118a:23e3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 03:31:13', '2026-05-31 03:31:13', '', NULL), +(3002, 1, 'larbi.elabidi@gmail.com', '2026-05-31 06:46:01', '2026-05-31 06:46:01', '108.26.147.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-31 06:44:36', '2026-05-31 06:46:01', '', NULL), +(3003, 1, 'larbi.elabidi@gmail.com', '2026-06-05 02:33:16', '2026-06-05 02:33:16', '108.26.147.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-05-31 06:46:05', '2026-06-05 02:33:16', '', NULL), +(3004, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '108.26.147.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 14:01:11', '2026-06-04 22:28:46', '', NULL), +(3005, 19, 'shahabhussain@hotmail.com', '2026-05-31 14:01:23', NULL, '108.26.147.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 14:01:23', '2026-05-31 14:01:23', '', NULL), +(3006, 25, 'bony.chem.du@gmail.com', '2026-05-31 14:03:31', NULL, '172.56.194.149', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-31 14:03:31', '2026-05-31 14:03:31', '', NULL), +(3007, 22, 'sainezack@hotmail.com', '2026-05-31 14:19:03', NULL, '108.49.20.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/30.0 Chrome/143.0.0.0 Mobile Safari/537.36', '2026-05-31 14:19:03', '2026-05-31 14:19:03', '', NULL), +(3008, 73, 'summia.sharif@gmail.com', '2026-05-31 14:32:41', NULL, '2607:fb90:3c2c:1178:ac39:64f1:5008:3dc3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 14:32:41', '2026-05-31 14:32:41', '', NULL), +(3009, 74, 'ielassab89@gmail.com', '2026-05-31 14:38:40', NULL, '108.26.147.39', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 14:38:40', '2026-05-31 14:38:40', '', NULL), +(3010, 1, 'larbi.elabidi@gmail.com', '2026-06-05 02:33:16', '2026-06-05 02:33:16', '108.26.147.39', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1 Brave', '2026-05-31 14:42:31', '2026-06-05 02:33:16', '', NULL), +(3011, 164, 'adam.meah@gmail.com', '2026-05-31 14:48:43', NULL, '2607:fb90:ad11:c54d:ac39:be91:5068:a2e7', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 14:48:43', '2026-05-31 14:48:43', '', NULL); +INSERT INTO `login_activity` (`id`, `user_id`, `email`, `login_time`, `logout_time`, `ip_address`, `user_agent`, `created_at`, `updated_at`, `semester`, `school_year`) VALUES +(3012, 47, 'ikusri@gmail.com', '2026-05-31 14:53:03', NULL, '2601:18f:802:4af0:e89f:73ad:2b5e:e380', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 14:53:03', '2026-05-31 14:53:03', '', NULL), +(3013, 1, 'larbi.elabidi@gmail.com', '2026-06-05 02:33:16', '2026-06-05 02:33:16', '108.26.147.39', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-05-31 15:11:07', '2026-06-05 02:33:16', '', NULL), +(3014, 153, 'kousami@gmail.com', '2026-05-31 16:02:20', NULL, '2607:fb91:26a9:c420:f55e:235f:5bdc:9953', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-31 16:02:20', '2026-05-31 16:02:20', '', NULL), +(3015, 125, 'fnalunkuma@gmail.com', '2026-05-31 16:30:44', NULL, '2607:fb90:ad60:dc2f:ac39:be92:6b0d:642a', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 16:30:44', '2026-05-31 16:30:44', '', NULL), +(3016, 18, 'rabiamran473@gmail.com', '2026-05-31 16:31:01', NULL, '71.174.67.79', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 16:31:01', '2026-05-31 16:31:01', '', NULL), +(3017, 49, 'masuma101@gmail.com', '2026-05-31 16:31:07', NULL, '72.93.242.104', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 16:31:07', '2026-05-31 16:31:07', '', NULL), +(3018, 44, 'safasulthana12@gmail.com', '2026-05-31 16:35:04', NULL, '2601:18f:801:cad3::ca82', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-31 16:35:04', '2026-05-31 16:35:04', '', NULL), +(3019, 90, 'ssha33@gmail.com', '2026-05-31 16:37:41', NULL, '2600:4040:501a:ac00:1815:d26e:4845:5a21', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 16:37:41', '2026-05-31 16:37:41', '', NULL), +(3020, 46, 'shamsularifai@gmail.com', '2026-05-31 16:46:47', NULL, '2607:fb90:adad:c5b0:41f6:de0f:b589:129b', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-31 16:46:47', '2026-05-31 16:46:47', '', NULL), +(3021, 11, 'ameds1182@gmail.com', '2026-05-31 17:02:55', NULL, '2607:fb91:d34:4169:3454:cc3c:6675:f0af', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 17:02:55', '2026-05-31 17:02:55', '', NULL), +(3022, 187, 'fivespot14@gmail.com', '2026-05-31 17:17:09', NULL, '2600:4040:5cc8:500:f0ea:6d9b:1276:78e6', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 17:17:09', '2026-05-31 17:17:09', '', NULL), +(3023, 42, 'sabdalla80@gmail.com', '2026-05-31 17:28:39', NULL, '107.122.193.17', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 17:28:39', '2026-05-31 17:28:39', '', NULL), +(3024, 66, 'humaira_shaukat@hotmail.com', '2026-05-31 17:51:25', NULL, '172.56.178.15', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 17:51:25', '2026-05-31 17:51:25', '', NULL), +(3025, 128, 'asediqi10@gmail.com', '2026-05-31 18:47:02', NULL, '2607:fb90:ad89:4467:9c71:604b:df3a:79af', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/149.0.7827.26 Mobile/15E148 Safari/604.1', '2026-05-31 18:47:02', '2026-05-31 18:47:02', '', NULL), +(3026, 105, 'atiqullahfnu60@gmail.com', '2026-05-31 18:47:52', NULL, '71.232.251.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-05-31 18:47:52', '2026-05-31 18:47:52', '', NULL), +(3027, 118, 'farrukh.ahmedd@gmail.com', '2026-05-31 19:09:41', NULL, '182.188.239.63', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-05-31 19:09:41', '2026-05-31 19:09:41', '', NULL), +(3028, 32, 'amurtuza2008@gmail.com', '2026-05-31 19:10:50', NULL, '173.76.175.67', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 19:10:50', '2026-05-31 19:10:50', '', NULL), +(3029, 35, 'innababe@yahoo.com', '2026-05-31 19:15:21', NULL, '2607:fb92:1901:2f64:b1a4:e147:70e1:58d3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', '2026-05-31 19:15:21', '2026-05-31 19:15:21', '', NULL), +(3030, 13, 'rosinacotton@hotmail.com', '2026-05-31 19:25:29', NULL, '2601:18f:982:2030:942e:ce8:10a3:43b3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Mobile/15E148 Safari/604.1', '2026-05-31 19:25:29', '2026-05-31 19:25:29', '', NULL), +(3031, 20, 'saji.sajeed2@gmail.com', '2026-05-31 20:21:09', NULL, '2607:fb91:de7:cf1a:b1db:bde7:9758:606d', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 20:21:09', '2026-05-31 20:21:09', '', NULL), +(3032, 75, 'mkolia1@gmail.com', '2026-05-31 20:56:38', '2026-05-31 20:56:38', '2601:184:497f:8810:b9b5:1682:28f4:b258', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', '2026-05-31 20:55:29', '2026-05-31 20:56:38', '', NULL), +(3033, 42, 'sabdalla80@gmail.com', '2026-05-31 20:59:43', NULL, '136.226.72.177', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-05-31 20:59:43', '2026-05-31 20:59:43', '', NULL), +(3034, 22, 'sainezack@hotmail.com', '2026-05-31 21:34:58', NULL, '108.49.20.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '2026-05-31 21:34:58', '2026-05-31 21:34:58', '', NULL), +(3035, 66, 'humaira_shaukat@hotmail.com', '2026-05-31 22:15:54', NULL, '172.59.194.43', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 22:15:54', '2026-05-31 22:15:54', '', NULL), +(3036, 66, 'humaira_shaukat@hotmail.com', '2026-05-31 22:15:55', NULL, '172.59.194.43', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 22:15:55', '2026-05-31 22:15:55', '', NULL), +(3037, 66, 'humaira_shaukat@hotmail.com', '2026-05-31 22:46:32', NULL, '45.164.15.29', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 22:46:32', '2026-05-31 22:46:32', '', NULL), +(3038, 11, 'ameds1182@gmail.com', '2026-05-31 22:52:30', NULL, '2601:18f:903:a30:5914:5e30:e50c:68c', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 22:52:30', '2026-05-31 22:52:30', '', NULL), +(3039, 30, 'taiobmdjamshed@yahoo.com', '2026-05-31 23:34:16', NULL, '2600:4040:52a6:1e00:458:b01a:2be9:8816', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-05-31 23:34:16', '2026-05-31 23:34:16', '', NULL), +(3040, 117, 'latarboush@hotmail.com', '2026-06-01 00:35:40', NULL, '2600:4040:5017:7300:8490:d592:2a77:bd44', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-01 00:35:40', '2026-06-01 00:35:40', '', NULL), +(3041, 139, 'alamintex20@yahoo.com', '2026-06-01 00:42:14', NULL, '2600:1000:b14a:7fce:39b3:dce4:f977:c3e6', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36', '2026-06-01 00:42:14', '2026-06-01 00:42:14', '', NULL), +(3042, 190, 'binamirza@hotmail.com', '2026-06-01 02:22:54', NULL, '2601:18f:902:b840:cc31:4248:1123:16b9', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-01 02:22:54', '2026-06-01 02:22:54', '', NULL), +(3043, 3, 'kelabidi0@gmail.com', '2026-08-16 19:03:43', '2026-08-16 19:03:43', '2601:18f:800:b7f7:10be:8b42:e72:52e7', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1', '2026-06-01 03:15:46', '2026-08-16 19:03:43', '', NULL), +(3044, 4, 'olemtiri@hotmail.com', '2026-06-01 03:28:52', '2026-06-01 03:28:52', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-01 03:26:13', '2026-06-01 03:28:52', '', NULL), +(3045, 4, 'olemtiri@hotmail.com', '2026-06-01 05:19:06', '2026-06-01 05:19:06', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-01 03:29:07', '2026-06-01 05:19:06', '', NULL), +(3046, 24, 'shamimansarionweb@gmail.com', '2026-06-01 13:42:10', NULL, '209.37.169.85', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-01 13:42:10', '2026-06-01 13:42:10', '', NULL), +(3047, 109, 'nwweylamatovu99@gmail.com', '2026-06-01 13:57:06', NULL, '2a09:bac1:3920:1198::20d:c3', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/30.0 Chrome/143.0.0.0 Mobile Safari/537.36', '2026-06-01 13:57:06', '2026-06-01 13:57:06', '', NULL), +(3048, 42, 'sabdalla80@gmail.com', '2026-06-01 21:48:21', NULL, '2601:18f:881:ce0:cc49:315a:e6cd:83db', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', '2026-06-01 21:48:21', '2026-06-01 21:48:21', '', NULL), +(3049, 47, 'ikusri@gmail.com', '2026-06-01 23:15:23', NULL, '2601:18f:802:4af0:e89f:73ad:2b5e:e380', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-01 23:15:23', '2026-06-01 23:15:23', '', NULL), +(3050, 150, 'yuabdi@hotmail.com', '2026-06-02 02:48:26', NULL, '2607:fb90:6881:1165:f15e:d5d9:caf5:6b57', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-02 02:48:26', '2026-06-02 02:48:26', '', NULL), +(3051, 4, 'olemtiri@hotmail.com', '2026-06-03 04:35:54', '2026-06-03 04:35:54', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-03 03:58:57', '2026-06-03 04:35:54', '', NULL), +(3052, 1, 'larbi.elabidi@gmail.com', '2026-06-05 02:33:16', '2026-06-05 02:33:16', '2601:18f:800:b7f7:cd4e:b0cf:cb83:e954', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-06-03 04:23:30', '2026-06-05 02:33:16', '', NULL), +(3053, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:150a:70af:3b2e:f87f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-03 23:17:27', '2026-06-04 22:28:46', '', NULL), +(3054, 4, 'olemtiri@hotmail.com', '2026-06-06 04:08:31', '2026-06-06 04:08:31', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-03 23:34:13', '2026-06-06 04:08:31', '', NULL), +(3055, 1, 'larbi.elabidi@gmail.com', '2026-06-05 02:33:16', '2026-06-05 02:33:16', '2601:18f:800:b7f7:ac51:cfcb:b169:d955', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-06-04 16:53:32', '2026-06-05 02:33:16', '', NULL), +(3056, 57, 'sshawoo123@gmail.com', '2026-06-04 22:28:46', '2026-06-04 22:28:46', '2601:18f:984:71e0:d8cf:c913:3803:7631', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-04 22:05:57', '2026-06-04 22:28:46', '', NULL), +(3057, 4, 'olemtiri@hotmail.com', '2026-06-06 04:08:31', '2026-06-06 04:08:31', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-04 22:11:52', '2026-06-06 04:08:31', '', NULL), +(3058, 57, 'sshawoo123@gmail.com', '2026-06-04 23:27:04', '2026-06-04 23:27:04', '2601:18f:984:71e0:d8cf:c913:3803:7631', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-04 22:29:00', '2026-06-04 23:27:04', '', NULL), +(3059, 57, 'sshawoo123@gmail.com', '2026-06-09 15:16:36', '2026-06-09 15:16:36', '2601:18f:984:71e0:d8cf:c913:3803:7631', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-04 23:27:16', '2026-06-09 15:16:36', '', NULL), +(3060, 19, 'shahabhussain@hotmail.com', '2026-06-04 23:33:27', NULL, '108.26.147.39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-04 23:33:27', '2026-06-04 23:33:27', '', NULL), +(3061, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:800:b7f7:ac51:cfcb:b169:d955', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-06-05 02:33:21', '2026-07-10 06:10:29', '', NULL), +(3062, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '108.26.147.39', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-06 02:55:32', '2026-07-10 06:10:29', '', NULL), +(3063, 4, 'olemtiri@hotmail.com', '2026-06-06 04:08:31', '2026-06-06 04:08:31', '2a02:6ea0:f911:6590::30', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-06 04:04:33', '2026-06-06 04:08:31', '', NULL), +(3064, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:800:b7f7:f8d5:ba5a:9900:21b7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-06 19:31:50', '2026-07-10 06:10:29', '', NULL), +(3065, 187, 'fivespot14@gmail.com', '2026-06-06 20:45:53', NULL, '2600:4040:5cc8:500:7880:f52c:1475:daff', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-06 20:45:53', '2026-06-06 20:45:53', '', NULL), +(3066, 75, 'mkolia1@gmail.com', '2026-06-06 21:43:16', '2026-06-06 21:43:16', '2601:184:497f:8810:5d38:88b7:7b0:32ce', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0', '2026-06-06 21:42:33', '2026-06-06 21:43:16', '', NULL), +(3067, 105, 'atiqullahfnu60@gmail.com', '2026-06-07 13:15:05', NULL, '71.232.251.5', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/148.0.7778.166 Mobile/15E148 Safari/604.1', '2026-06-07 13:15:05', '2026-06-07 13:15:05', '', NULL), +(3068, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '24.34.185.128', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Safari/605.1.15', '2026-06-07 18:26:07', '2026-07-10 06:10:29', '', NULL), +(3069, 124, 'jaliljalos75@gmail.com', '2026-06-08 03:26:49', '2026-06-08 03:26:49', '2601:18f:600:1240:55d7:6567:7f5f:fae3', 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/423.5.920392540 Mobile/15E148 Safari/604.1', '2026-06-08 03:24:09', '2026-06-08 03:26:49', '', NULL), +(3070, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:801:b10:451d:3a63:4fdf:a8d0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-09 03:02:54', '2026-07-10 06:10:29', '', NULL), +(3071, 57, 'sshawoo123@gmail.com', '2026-06-09 15:16:36', '2026-06-09 15:16:36', '2601:18f:984:71e0:edc3:ec15:54f7:8ae7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-09 15:15:55', '2026-06-09 15:16:36', '', NULL), +(3072, 57, 'sshawoo123@gmail.com', '2026-06-09 15:25:30', '2026-06-09 15:25:30', '2601:18f:984:71e0:edc3:ec15:54f7:8ae7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-09 15:16:55', '2026-06-09 15:25:30', '', NULL), +(3073, 57, 'sshawoo123@gmail.com', '2026-06-09 15:25:44', NULL, '2601:18f:984:71e0:edc3:ec15:54f7:8ae7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-09 15:25:44', '2026-06-09 15:25:44', '', NULL), +(3074, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:801:b10:d8a4:8f8a:1950:9a3a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-11 00:32:15', '2026-07-10 06:10:29', '', NULL), +(3075, 57, 'sshawoo123@gmail.com', '2026-06-11 22:29:45', NULL, '2601:18f:984:71e0:14d8:5b63:e164:671e', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-11 22:29:45', '2026-06-11 22:29:45', '', NULL), +(3076, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:801:b10:d8a4:8f8a:1950:9a3a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-12 16:11:10', '2026-07-10 06:10:29', '', NULL), +(3077, 4, 'olemtiri@hotmail.com', '2026-06-12 20:59:09', '2026-06-12 20:59:09', '2a02:6ea0:f911:6592::39', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-12 20:43:41', '2026-06-12 20:59:09', '', NULL), +(3078, 99, 'hassan.jafri10@gmail.com', '2026-06-16 17:13:56', NULL, '71.161.119.117', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36', '2026-06-16 17:13:56', '2026-06-16 17:13:56', '', NULL), +(3079, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '66.31.88.125', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-17 18:18:43', '2026-07-10 06:10:29', '', NULL), +(3080, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '66.31.88.125', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-17 18:18:45', '2026-07-10 06:10:29', '', NULL), +(3081, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '66.31.88.125', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-17 18:18:47', '2026-07-10 06:10:29', '', NULL), +(3082, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:801:b10:ad32:733c:2055:7356', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-18 03:24:19', '2026-07-10 06:10:29', '', NULL), +(3083, 4, 'olemtiri@hotmail.com', '2026-07-29 03:48:51', '2026-07-29 03:48:51', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-06-18 03:52:26', '2026-07-29 03:48:51', '', NULL), +(3084, 11, 'ameds1182@gmail.com', '2026-06-26 01:27:03', NULL, '2607:fb91:2d2a:49ef:f5f1:df96:bb61:ed72', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-06-26 01:27:03', '2026-06-26 01:27:03', '', NULL), +(3085, 2, 'moulay.elabidi@gmail.com', '2026-07-17 22:04:37', '2026-07-17 22:04:37', '2601:18f:801:b10:1861:e5a9:5cca:7899', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-06 05:18:15', '2026-07-17 22:04:37', '', NULL), +(3086, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '66.31.88.125', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-09 00:25:55', '2026-07-10 06:10:29', '', NULL), +(3087, 1, 'larbi.elabidi@gmail.com', '2026-07-10 06:10:29', '2026-07-10 06:10:29', '2601:18f:801:b10:e04e:79ba:258e:b17c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-10 05:54:46', '2026-07-10 06:10:29', '', NULL), +(3088, 2, 'moulay.elabidi@gmail.com', '2026-07-17 22:04:37', '2026-07-17 22:04:37', '2601:18f:801:b10:e04e:79ba:258e:b17c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-10 06:10:41', '2026-07-17 22:04:37', '', NULL), +(3089, 1, 'larbi.elabidi@gmail.com', '2026-07-17 22:01:08', '2026-07-17 22:01:08', '108.26.147.39', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1 Brave', '2026-07-13 02:31:22', '2026-07-17 22:01:08', '', NULL), +(3090, 21, 'kamya130@gmail.com', '2026-07-14 16:47:21', NULL, '2600:4040:57d3:2600:5851:22de:833b:8b39', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Mobile Safari/537.36', '2026-07-14 16:47:21', '2026-07-14 16:47:21', '', NULL), +(3091, 318, 'doaasokaily@gmail.com', '2026-07-16 21:05:47', NULL, '50.150.48.34', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-07-16 21:05:47', '2026-07-16 21:05:47', '', NULL), +(3092, 2, 'moulay.elabidi@gmail.com', '2026-07-17 22:04:37', '2026-07-17 22:04:37', '2601:18f:801:b10:e1c3:6b14:5a2f:a35a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-17 05:27:51', '2026-07-17 22:04:37', '', NULL), +(3093, 1, 'larbi.elabidi@gmail.com', '2026-07-17 22:01:08', '2026-07-17 22:01:08', '2601:18f:801:b10:e1c3:6b14:5a2f:a35a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-17 05:28:03', '2026-07-17 22:01:08', '', NULL), +(3094, 1, 'larbi.elabidi@gmail.com', '2026-07-17 22:01:08', '2026-07-17 22:01:08', '2601:18f:801:b10:e1c3:6b14:5a2f:a35a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-17 21:57:51', '2026-07-17 22:01:08', '', NULL), +(3095, 2, 'moulay.elabidi@gmail.com', '2026-07-17 22:04:37', '2026-07-17 22:04:37', '2601:18f:801:b10:e1c3:6b14:5a2f:a35a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-17 22:01:13', '2026-07-17 22:04:37', '', NULL), +(3096, 1, 'larbi.elabidi@gmail.com', '2026-07-20 02:32:51', '2026-07-20 02:32:51', '2601:18f:801:b10:e1c3:6b14:5a2f:a35a', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-17 22:06:01', '2026-07-20 02:32:51', '', NULL), +(3097, 1, 'larbi.elabidi@gmail.com', '2026-07-20 02:32:51', '2026-07-20 02:32:51', '2601:18f:801:b10:98a2:d59f:280a:741b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-19 05:39:36', '2026-07-20 02:32:51', '', NULL), +(3098, 1, 'larbi.elabidi@gmail.com', '2026-07-20 02:32:51', '2026-07-20 02:32:51', '2601:18f:801:b10:98a2:d59f:280a:741b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-20 02:09:06', '2026-07-20 02:32:51', '', '2025-2026'), +(3099, 1, 'larbi.elabidi@gmail.com', '2026-07-20 02:32:57', NULL, '2601:18f:801:b10:98a2:d59f:280a:741b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-20 02:32:57', '2026-07-20 02:32:57', '', '2025-2026'), +(3100, 40, 'alihasarfraz11@gmail.com', '2026-07-21 00:56:33', NULL, '2600:4040:501d:4c00:a8a2:66a8:42c9:dfc0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-21 00:56:33', '2026-07-21 00:56:33', '', NULL), +(3101, 40, 'alihasarfraz11@gmail.com', '2026-07-21 23:07:21', NULL, '2600:4040:501d:4c00:c4ba:27ad:13e3:870f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-21 23:07:21', '2026-07-21 23:07:21', '', NULL), +(3102, 1, 'larbi.elabidi@gmail.com', '2026-07-22 00:56:42', NULL, '2601:18f:801:b10:d490:f5aa:e8cd:8721', 'Mozilla/5.0 (iPad; CPU OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1 Brave', '2026-07-22 00:56:42', '2026-07-22 00:56:42', '', NULL), +(3103, 40, 'alihasarfraz11@gmail.com', '2026-07-23 03:36:46', NULL, '2600:4040:501d:4c00:402b:ccc5:9573:5172', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-23 03:36:46', '2026-07-23 03:36:46', '', NULL), +(3104, 319, 'mdsaifur@gmail.com', '2026-07-25 04:22:30', NULL, '2607:fea8:2e2a:6200:956e:160a:7aba:1857', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-25 04:22:30', '2026-07-25 04:22:30', '', NULL), +(3105, 320, 'maha.x.alam@gmail.com', '2026-07-28 23:24:26', NULL, '2600:4040:5c01:400:85bc:40be:4de0:4ba0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-28 23:24:26', '2026-07-28 23:24:26', '', NULL), +(3106, 4, 'olemtiri@hotmail.com', '2026-07-29 03:48:51', '2026-07-29 03:48:51', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-29 03:42:56', '2026-07-29 03:48:51', '', NULL), +(3107, 1, 'larbi.elabidi@gmail.com', '2026-07-29 03:45:41', NULL, '2601:18f:801:b10:1ccd:5a99:4393:e6e8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-29 03:45:41', '2026-07-29 03:45:41', '', NULL), +(3108, 4, 'olemtiri@hotmail.com', '2026-07-29 03:56:47', '2026-07-29 03:56:47', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-29 03:51:36', '2026-07-29 03:56:47', '', NULL), +(3109, 4, 'olemtiri@hotmail.com', '2026-07-29 04:05:50', '2026-07-29 04:05:50', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-29 03:57:36', '2026-07-29 04:05:50', '', NULL), +(3110, 4, 'olemtiri@hotmail.com', '2026-07-29 23:31:06', '2026-07-29 23:31:06', '71.192.46.196', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5.2 Mobile/15E148 Safari/604.1', '2026-07-29 21:15:25', '2026-07-29 23:31:06', '', NULL), +(3111, 4, 'olemtiri@hotmail.com', '2026-07-29 23:31:06', '2026-07-29 23:31:06', '71.192.46.196', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-07-29 23:29:58', '2026-07-29 23:31:06', '', NULL), +(3112, 1, 'larbi.elabidi@gmail.com', '2026-07-30 02:13:06', NULL, '2601:18f:801:b10:1ccd:5a99:4393:e6e8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-07-30 02:13:06', '2026-07-30 02:13:06', '', NULL), +(3113, 4, 'olemtiri@hotmail.com', '2026-08-04 03:40:01', NULL, '2a02:6ea0:f911:6591::14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-08-04 03:40:01', '2026-08-04 03:40:01', '', NULL), +(3114, 4, 'olemtiri@hotmail.com', '2026-08-06 03:51:15', NULL, '2a02:6ea0:f911:6591::14', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-08-06 03:51:15', '2026-08-06 03:51:15', '', NULL), +(3115, 1, 'larbi.elabidi@gmail.com', '2026-08-06 04:03:31', NULL, '2601:18f:801:b10:1ccd:5a99:4393:e6e8', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-06 04:03:31', '2026-08-06 04:03:31', '', NULL), +(3116, 320, 'maha.x.alam@gmail.com', '2026-08-12 14:45:43', NULL, '2600:4040:5c01:400:21f7:dbba:e6bd:8124', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', '2026-08-12 14:45:43', '2026-08-12 14:45:43', '', NULL), +(3117, 22, 'sainezack@hotmail.com', '2026-08-14 07:49:11', NULL, '41.251.21.73', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/30.0 Chrome/143.0.0.0 Mobile Safari/537.36', '2026-08-14 07:49:11', '2026-08-14 07:49:11', '', NULL), +(3118, 3, 'kelabidi0@gmail.com', '2026-08-16 19:03:43', '2026-08-16 19:03:43', '2601:18f:801:b10:1dc9:a4d2:b44f:6e30', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-16 19:03:05', '2026-08-16 19:03:43', '', NULL), +(3119, 1, 'larbi.elabidi@gmail.com', '2026-08-17 01:56:17', NULL, '2601:18f:801:b10:70a5:e51e:735:46a2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-17 01:56:17', '2026-08-17 01:56:17', '', NULL), +(3120, 320, 'maha.x.alam@gmail.com', '2026-08-18 19:41:05', NULL, '108.49.235.231', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', '2026-08-18 19:41:05', '2026-08-18 19:41:05', '', NULL), +(3121, 4, 'olemtiri@hotmail.com', '2026-08-20 04:26:06', NULL, '2a02:6ea0:f911:6590::26', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', '2026-08-20 04:26:06', '2026-08-20 04:26:06', '', NULL), +(3122, 1, 'larbi.elabidi@gmail.com', '2026-08-23 22:04:46', NULL, '2601:18f:801:b10:e8d9:4e5b:3afa:ff37', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-23 22:04:46', '2026-08-23 22:04:46', '', NULL), +(3123, 13, 'rosinacotton@hotmail.com', '2026-08-23 22:13:50', NULL, '45.89.242.85', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1', '2026-08-23 22:13:50', '2026-08-23 22:13:50', '', NULL), +(3124, 16, 'kobbie6@gmail.com', '2026-08-24 01:54:31', NULL, '2607:fb91:264f:4f76:7483:a43b:7e37:54b4', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/30.0 Chrome/143.0.0.0 Mobile Safari/537.36', '2026-08-24 01:54:31', '2026-08-24 01:54:31', '', NULL), +(3125, 1, 'larbi.elabidi@gmail.com', '2026-08-24 21:18:54', NULL, '2601:18f:801:b10:507c:404c:d8d9:954b', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-24 21:18:54', '2026-08-24 21:18:54', '', NULL), +(3126, 23, 'saifadam@gmail.com', '2026-08-25 01:20:27', NULL, '2600:4040:5011:fc00:9a:f220:c785:7424', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', '2026-08-25 01:20:27', '2026-08-25 01:20:27', '', NULL), +(3127, 322, 'owais12245@gmail.com', '2026-08-25 05:21:39', '2026-08-25 05:21:39', '2600:4040:52af:2400:d936:d152:5956:c250', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6 Mobile/15E148 Safari/604.1', '2026-08-25 05:19:00', '2026-08-25 05:21:39', '', NULL), +(3128, 4, 'olemtiri@hotmail.com', '2026-08-25 16:53:35', NULL, '79.127.160.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', '2026-08-25 16:53:35', '2026-08-25 16:53:35', '', NULL), +(3129, 1, 'larbi.elabidi@gmail.com', '2026-08-25 20:12:32', NULL, '66.31.88.125', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6 Mobile/15E148 Safari/604.1', '2026-08-25 20:12:32', '2026-08-25 20:12:32', '', NULL), +(3130, 323, 'nzh2006ha@yahoo.com', '2026-08-25 21:23:05', NULL, '2601:18c:500:720:88b3:1490:db8b:53b0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6 Mobile/15E148 Safari/604.1', '2026-08-25 21:23:05', '2026-08-25 21:23:05', '', NULL), +(3131, 4, 'olemtiri@hotmail.com', '2026-08-27 03:34:46', NULL, '79.127.160.180', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', '2026-08-27 03:34:46', '2026-08-27 03:34:46', '', NULL), +(3132, 1, 'larbi.elabidi@gmail.com', '2026-08-27 16:01:48', NULL, '2601:18f:801:b10:f853:e3b7:ec48:b4fc', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36', '2026-08-27 16:01:48', '2026-08-27 16:01:48', '', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `longanswerquestions` +-- + +CREATE TABLE `longanswerquestions` ( + `id` int(11) NOT NULL, + `la_question_id` int(11) NOT NULL, + `question_id` int(11) NOT NULL, + `correct_answer` text DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `manual_payments` +-- + +CREATE TABLE `manual_payments` ( + `id` int(11) UNSIGNED NOT NULL, + `invoice_number` varchar(100) DEFAULT NULL, + `amount` decimal(10,2) DEFAULT NULL, + `payment_method` varchar(100) DEFAULT NULL, + `reference` varchar(255) DEFAULT NULL, + `discount_number` int(11) DEFAULT NULL, + `proof_path` varchar(255) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `messages` +-- + +CREATE TABLE `messages` ( + `id` int(11) UNSIGNED NOT NULL, + `sender_id` int(11) NOT NULL, + `recipient_id` int(11) NOT NULL, + `subject` varchar(255) NOT NULL, + `message` text NOT NULL, + `sent_datetime` datetime NOT NULL, + `read_status` tinyint(1) NOT NULL DEFAULT 0, + `read_datetime` datetime DEFAULT NULL, + `message_number` varchar(20) NOT NULL, + `priority` varchar(10) NOT NULL DEFAULT 'normal', + `attachment` varchar(255) DEFAULT NULL, + `status` varchar(10) NOT NULL DEFAULT 'sent', + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `midterm_exam` +-- + +CREATE TABLE `midterm_exam` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `score` float DEFAULT NULL, + `comment` text DEFAULT NULL, + `semester` varchar(25) NOT NULL DEFAULT 'Fall', + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `midterm_exam` +-- + +INSERT INTO `midterm_exam` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 63, '', 42, 68, 91.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(2, 231, '', 42, 68, 44.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(3, 33, '', 42, 68, 43.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(4, 106, '', 42, 68, 73.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(5, 51, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(6, 40, '', 42, 68, 32, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(7, 138, '', 42, 68, 99, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(8, 85, '', 42, 68, 77, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(9, 140, '', 42, 68, 86.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(10, 135, '', 42, 68, 46.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(11, 55, '', 42, 68, 86.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(12, 177, '', 42, 68, 87, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(13, 118, '', 42, 68, 76.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(14, 218, '', 42, 68, 85.5, NULL, 'Fall', '2025-2026', '2026-01-23 11:53:50', '2026-02-01 16:20:48'), +(15, 223, '', 90, 138, 28.5, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(16, 108, '', 90, 138, 64.5, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(17, 69, '', 90, 138, 0, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(18, 212, '', 90, 138, 57, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(19, 116, '', 90, 138, 86, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(20, 162, '', 90, 138, 98, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(21, 204, '', 90, 138, 54, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(22, 102, '', 90, 138, 73, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(23, 154, '', 90, 138, 62.5, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(24, 48, '', 90, 138, 56, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(25, 208, '', 90, 138, 41.5, NULL, 'Fall', '2025-2026', '2026-01-25 01:05:09', '2026-02-06 20:11:58'), +(26, 188, '', 52, 40, 33.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(27, 224, '', 52, 40, 40.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(28, 22, '', 52, 40, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(29, 125, '', 52, 40, 41, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(30, 2, '', 52, 40, 81.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(31, 195, '', 52, 40, 84, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(32, 194, '', 52, 40, 56.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(33, 103, '', 52, 40, 73.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(34, 50, '', 52, 40, 86, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(35, 100, '', 52, 40, 36.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(36, 25, '', 52, 40, 55.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(37, 42, '', 52, 40, 97, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(38, 244, '', 52, 40, 47.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(39, 186, '', 52, 40, 58, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(40, 60, '', 52, 40, 76, NULL, 'Fall', '2025-2026', '2026-01-25 18:29:00', '2026-02-08 16:46:27'), +(41, 164, '', 51, 2, 61, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(42, 143, '', 51, 2, 80.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(43, 17, '', 51, 2, 88.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(44, 205, '', 51, 2, 56.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(45, 150, '', 51, 2, 21, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(46, 233, '', 51, 2, 40, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(47, 255, '', 51, 2, 86.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(48, 93, '', 51, 2, 11.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(49, 73, '', 51, 2, 61, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(50, 29, '', 51, 2, 56, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(51, 167, '', 51, 2, 77.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(52, 210, '', 51, 2, 37.5, NULL, 'Fall', '2025-2026', '2026-01-25 18:35:08', '2026-02-01 21:16:55'), +(53, 64, '', 31, 155, 86.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(54, 199, '', 31, 155, 64.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(55, 70, '', 31, 155, 91.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(56, 19, '', 31, 155, 83, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(57, 68, '', 31, 155, 70, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(58, 196, '', 31, 155, 92, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(59, 127, '', 31, 155, 71, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(60, 234, '', 31, 155, 95.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(61, 20, '', 31, 155, 26, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(62, 44, '', 31, 155, 93.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(63, 57, '', 31, 155, 69, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(64, 81, '', 31, 155, 78, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(65, 21, '', 31, 155, 35.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(66, 78, '', 31, 155, 96.48, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(67, 16, '', 31, 155, 96, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(68, 30, '', 31, 155, 93.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(69, 171, '', 31, 155, 86.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(70, 245, '', 31, 155, 93, NULL, 'Fall', '2025-2026', '2026-01-25 20:18:54', '2026-02-03 19:10:37'), +(71, 206, '', 21, 71, 63.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(72, 146, '', 21, 71, 76.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(73, 147, '', 21, 71, 94.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(74, 249, '', 21, 71, 81, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(75, 45, '', 21, 71, 76, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(76, 112, '', 21, 71, 79.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(77, 86, '', 21, 71, 93, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(78, 105, '', 21, 71, 76, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(79, 200, '', 21, 71, 94, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(80, 256, '', 21, 71, 97.5, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(81, 43, '', 21, 71, 75, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(82, 36, '', 21, 71, 92, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(83, 157, '', 21, 71, 74, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(84, 173, '', 21, 71, 84, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(85, 141, '', 21, 71, 79, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(86, 226, '', 21, 71, 92, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(87, 176, '', 21, 71, 76, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(88, 217, '', 21, 71, 80, NULL, 'Fall', '2025-2026', '2026-01-25 20:52:44', '2026-02-01 17:42:01'), +(89, 221, '', 10, 2, 97, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(90, 159, '', 10, 2, 88, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(91, 160, '', 10, 2, 87, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(92, 183, '', 10, 2, 88, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(93, 235, '', 10, 2, 98, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(94, 215, '', 10, 2, 94, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(95, 214, '', 10, 2, 94, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(96, 52, '', 10, 2, 94, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(97, 131, '', 10, 2, 95, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(98, 227, '', 10, 2, 78, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(99, 180, '', 10, 2, 90, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(100, 229, '', 10, 2, 98, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(101, 56, '', 10, 2, 97, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(102, 211, '', 10, 2, 84, NULL, 'Fall', '2025-2026', '2026-01-25 21:20:48', '2026-02-01 20:44:38'), +(103, 97, '', 22, 2, 84.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(104, 222, '', 22, 2, 79.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(105, 197, '', 22, 2, 63, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(106, 92, '', 22, 2, 70.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(107, 104, '', 22, 2, 93, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(108, 182, '', 22, 2, 81, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(109, 58, '', 22, 2, 66.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(110, 101, '', 22, 2, 45.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(111, 82, '', 22, 2, 85.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(112, 153, '', 22, 2, 79.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(113, 80, '', 22, 2, 75, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(114, 79, '', 22, 2, 57.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(115, 41, '', 22, 2, 79.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(116, 14, '', 22, 2, 80.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(117, 228, '', 22, 2, 84.5, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(118, 178, '', 22, 2, 71, NULL, 'Fall', '2025-2026', '2026-01-25 21:36:22', '2026-02-01 20:40:08'), +(119, 230, '', 70, 79, 39, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(120, 187, '', 70, 79, 73, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(121, 117, '', 70, 79, 76, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(122, 32, '', 70, 79, 66, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(123, 158, '', 70, 79, 28, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(124, 67, '', 70, 79, 68, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(125, 242, '', 70, 79, 39, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(126, 6, '', 70, 79, 54, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(127, 1, '', 70, 79, 61, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(128, 126, '', 70, 79, 69, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(129, 91, '', 70, 79, 70, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(130, 26, '', 70, 79, 85, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(131, 94, '', 70, 79, 33, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(132, 151, '', 70, 79, 80, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(133, 72, '', 70, 79, 67, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(134, 28, '', 70, 79, 58, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(135, 66, '', 70, 79, 66, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(136, 119, '', 70, 79, 65, NULL, 'Fall', '2025-2026', '2026-01-25 22:23:59', '2026-02-22 17:56:03'), +(137, 62, '', 80, 200, 80, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(138, 142, '', 80, 200, 94, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(139, 240, '', 80, 200, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(140, 149, '', 80, 200, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(141, 76, '', 80, 200, 92, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(142, 99, '', 80, 200, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(143, 39, '', 80, 200, 85, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(144, 89, '', 80, 200, 0, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(145, 192, '', 80, 200, 78, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(146, 84, '', 80, 200, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(147, 35, '', 80, 200, 75, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(148, 207, '', 80, 200, 80, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(149, 71, '', 80, 200, 98, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(150, 34, '', 80, 200, 96, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(151, 163, '', 80, 200, 92, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(152, 257, '', 80, 200, 48.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(153, 53, '', 80, 200, 96, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(154, 15, '', 80, 200, 97, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(155, 124, '', 80, 200, 66, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(156, 11, '', 80, 200, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(157, 49, '', 80, 200, 93, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(158, 190, '', 80, 200, 80, NULL, 'Fall', '2025-2026', '2026-01-25 23:27:17', '2026-02-08 16:23:52'), +(159, 75, '', 32, 1, 94, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(160, 165, '', 32, 1, 88.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(161, 7, '', 32, 1, 79, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(162, 8, '', 32, 1, 89, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(163, 18, '', 32, 1, 84, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(164, 145, '', 32, 1, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(165, 144, '', 32, 1, 99.25, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(166, 189, '', 32, 1, 65.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(167, 220, '', 32, 1, 76.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(168, 130, '', 32, 1, 94, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(169, 213, '', 32, 1, 70, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(170, 74, '', 32, 1, 91.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(171, 185, '', 32, 1, 68.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(172, 54, '', 32, 1, 90.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(173, 179, '', 32, 1, 81, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(174, 168, '', 32, 1, 65.5, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(175, 169, '', 32, 1, 91, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(176, 123, '', 32, 1, 98, NULL, 'Fall', '2025-2026', '2026-01-25 23:34:20', '2026-03-01 18:41:58'), +(177, 198, '', 60, 120, 55.5, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(178, 37, '', 60, 120, 66, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(179, 139, '', 60, 120, 86.5, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(180, 254, '', 60, 120, 69, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(181, 193, '', 60, 120, 44, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(182, 77, '', 60, 120, 91.5, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(183, 258, '', 60, 120, 44, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(184, 137, '', 60, 120, 89, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(185, 120, '', 60, 120, 75, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(186, 10, '', 60, 120, 98, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(187, 9, '', 60, 120, 99, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(188, 191, '', 60, 120, 0, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(189, 170, '', 60, 120, 86.5, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(190, 90, '', 60, 120, 93, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(191, 161, '', 60, 120, 81, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(192, 209, '', 60, 120, 73, NULL, 'Fall', '2025-2026', '2026-01-26 05:55:41', '2026-02-07 04:32:29'), +(193, 107, '', 120, 1, 94, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(194, 237, '', 120, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(195, 47, '', 120, 1, 92, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(196, 46, '', 120, 1, 87.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(197, 31, '', 120, 1, 83.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(198, 181, '', 120, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(199, 241, '', 120, 1, 55, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(200, 238, '', 120, 1, 60, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(201, 239, '', 120, 1, 49, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(202, 203, '', 120, 1, 79, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(203, 259, '', 120, 1, 93, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(204, 114, '', 120, 1, 82.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(205, 201, '', 120, 1, 90.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(206, 61, '', 120, 1, 87.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(207, 247, '', 120, 1, 79, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(208, 252, '', 120, 1, 75, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(209, 251, '', 120, 1, 97, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(210, 38, '', 120, 1, 64.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(211, 88, '', 120, 1, 61, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(212, 96, '', 120, 1, 92.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(213, 225, '', 120, 1, 57.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(214, 246, '', 120, 1, 87, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(215, 59, '', 120, 1, 88, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(216, 136, '', 120, 1, 91, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(217, 95, '', 120, 1, 76.5, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(218, 219, '', 120, 1, 80, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(219, 253, '', 120, 1, 47, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(220, 236, '', 120, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:08:55', '2026-05-30 20:18:31'), +(221, 109, '', 41, 2, 95, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(222, 156, '', 41, 2, 89, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(223, 248, '', 41, 2, 73.5, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(224, 115, '', 41, 2, 78, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(225, 27, '', 41, 2, 84.5, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(226, 202, '', 41, 2, 96, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(227, 111, '', 41, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(228, 121, '', 41, 2, 86, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(229, 129, '', 41, 2, 93.5, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(230, 152, '', 41, 2, 88, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(231, 12, '', 41, 2, 99, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(232, 13, '', 41, 2, 97, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'), +(233, 216, '', 41, 2, 71, NULL, 'Fall', '2025-2026', '2026-01-27 14:35:36', '2026-02-01 21:13:19'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `migrations` +-- + +CREATE TABLE `migrations` ( + `id` int(11) UNSIGNED NOT NULL, + `version` varchar(255) NOT NULL, + `class` varchar(255) NOT NULL, + `group` varchar(255) NOT NULL, + `namespace` varchar(255) NOT NULL, + `time` int(11) NOT NULL, + `batch` int(11) UNSIGNED NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `migrations` +-- + +INSERT INTO `migrations` (`id`, `version`, `class`, `group`, `namespace`, `time`, `batch`) VALUES +(1, '2025-09-10-000002', 'App\\Database\\Migrations\\CreateInventoryTables', 'default', 'App', 1757661431, 1), +(2, '2025-09-11-000010', 'App\\Database\\Migrations\\CreateInventoryMovements', 'default', 'App', 1757661431, 1), +(3, '2025-09-11-000300', 'App\\Database\\Migrations\\AddClassroomConditionBuckets', 'default', 'App', 1757661431, 1), +(4, '2025-09-11-000400', 'App\\Database\\Migrations\\AddGradeRangeToBookCategories', 'default', 'App', 1757661431, 1), +(5, '2025-09-27-000001', 'App\\Database\\Migrations\\CreateStaffAttendance', 'default', 'App', 1761459373, 2), +(6, '2025-10-08-000100', 'App\\Database\\Migrations\\CreateBadgePrintLogs', 'default', 'App', 1761459373, 2), +(7, '2025-10-16-000200', 'App\\Database\\Migrations\\CreateFamiliesTables', 'default', 'App', 1761459373, 2), +(8, '2025-10-17-121500', 'App\\Database\\Migrations\\AddNoSchoolToCalendarEvents', 'default', 'App', 1761459373, 2), +(9, '2025-10-17-130000', 'App\\Database\\Migrations\\CreateWhatsappGroupMemberships', 'default', 'App', 1761459373, 2), +(10, '2025-10-19-000300', 'App\\Database\\Migrations\\CreateLateSlipLogs', 'default', 'App', 1761459373, 2), +(11, '2025-10-19-090000', 'App\\Database\\Migrations\\CreatePaymentNotificationLogs', 'default', 'App', 1761459373, 2), +(12, '2025-10-20-000500', 'App\\Database\\Migrations\\CreateParentAttendanceReports', 'default', 'App', 1761459373, 2), +(13, '2025-10-21-000600', 'App\\Database\\Migrations\\AddSemesterToLateSlipLogs', 'default', 'App', 1761459373, 2), +(14, '2025-10-21-110000', 'App\\Database\\Migrations\\CreatePromotionQueue', 'default', 'App', 1761459373, 2); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `missing_score_overrides` +-- + +CREATE TABLE `missing_score_overrides` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) UNSIGNED NOT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(20) NOT NULL, + `item_type` varchar(30) NOT NULL, + `item_index` int(11) DEFAULT NULL, + `is_allowed` tinyint(1) NOT NULL DEFAULT 0, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `missing_score_overrides` +-- + +INSERT INTO `missing_score_overrides` (`id`, `student_id`, `class_section_id`, `semester`, `school_year`, `item_type`, `item_index`, `is_allowed`, `updated_by`, `created_at`, `updated_at`) VALUES +(133, 40, 42, 'Spring', '2025-2026', 'homework', 1, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(134, 40, 42, 'Spring', '2025-2026', 'homework', 3, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(135, 106, 42, 'Spring', '2025-2026', 'homework', 3, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(136, 177, 42, 'Spring', '2025-2026', 'homework', 1, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(137, 177, 42, 'Spring', '2025-2026', 'homework', 3, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(138, 33, 42, 'Spring', '2025-2026', 'homework', 3, 1, 68, '2026-04-19 15:06:44', '2026-04-19 15:06:44'), +(322, 187, 70, 'Spring', '2025-2026', 'quiz', 1, 1, 82, '2026-05-19 22:00:57', '2026-05-19 22:00:57'), +(428, 221, 10, 'Spring', '2025-2026', 'homework', 8, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(429, 52, 10, 'Spring', '2025-2026', 'homework', 9, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(430, 227, 10, 'Spring', '2025-2026', 'homework', 6, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(431, 227, 10, 'Spring', '2025-2026', 'homework', 7, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(432, 227, 10, 'Spring', '2025-2026', 'homework', 8, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(433, 227, 10, 'Spring', '2025-2026', 'homework', 9, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(434, 159, 10, 'Spring', '2025-2026', 'homework', 2, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(435, 159, 10, 'Spring', '2025-2026', 'homework', 3, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(436, 159, 10, 'Spring', '2025-2026', 'homework', 4, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(437, 159, 10, 'Spring', '2025-2026', 'homework', 9, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(438, 160, 10, 'Spring', '2025-2026', 'homework', 1, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(439, 160, 10, 'Spring', '2025-2026', 'homework', 2, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(440, 160, 10, 'Spring', '2025-2026', 'homework', 3, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(441, 160, 10, 'Spring', '2025-2026', 'homework', 4, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(442, 160, 10, 'Spring', '2025-2026', 'homework', 7, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(443, 160, 10, 'Spring', '2025-2026', 'homework', 9, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(444, 56, 10, 'Spring', '2025-2026', 'homework', 9, 1, 3, '2026-05-22 01:46:19', '2026-05-22 01:46:19'), +(447, 221, 10, 'Spring', '2025-2026', 'project', 4, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(448, 52, 10, 'Spring', '2025-2026', 'project', 3, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(449, 227, 10, 'Spring', '2025-2026', 'project', 3, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(450, 227, 10, 'Spring', '2025-2026', 'project', 4, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(451, 160, 10, 'Spring', '2025-2026', 'project', 3, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(452, 215, 10, 'Spring', '2025-2026', 'project', 4, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(453, 214, 10, 'Spring', '2025-2026', 'project', 4, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(454, 131, 10, 'Spring', '2025-2026', 'project', 4, 1, 3, '2026-05-22 01:47:03', '2026-05-22 01:47:03'), +(478, 227, 10, 'Spring', '2025-2026', 'final_comment', NULL, 1, 3, '2026-05-23 23:53:13', '2026-05-23 23:53:13'), +(479, 223, 90, 'Spring', '2025-2026', 'final_comment', NULL, 1, 138, '2026-05-24 01:07:22', '2026-05-24 01:07:22'), +(598, 224, 52, 'Spring', '2025-2026', 'homework', 5, 1, 40, '2026-05-24 21:27:07', '2026-05-24 21:27:07'), +(599, 224, 52, 'Spring', '2025-2026', 'homework', 6, 1, 40, '2026-05-24 21:27:07', '2026-05-24 21:27:07'), +(600, 224, 52, 'Spring', '2025-2026', 'homework', 7, 1, 40, '2026-05-24 21:27:07', '2026-05-24 21:27:07'), +(601, 224, 52, 'Spring', '2025-2026', 'homework', 8, 1, 40, '2026-05-24 21:27:07', '2026-05-24 21:27:07'), +(602, 224, 52, 'Spring', '2025-2026', 'homework', 9, 1, 40, '2026-05-24 21:27:07', '2026-05-24 21:27:07'), +(605, 188, 52, 'Spring', '2025-2026', 'final_comment', NULL, 1, 40, '2026-05-24 21:30:54', '2026-05-24 21:30:54'), +(606, 224, 52, 'Spring', '2025-2026', 'final_comment', NULL, 1, 40, '2026-05-24 21:30:54', '2026-05-24 21:30:54'), +(610, 225, 120, 'Spring', '2025-2026', 'homework', 1, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(611, 88, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(612, 238, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(613, 38, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(614, 59, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(615, 247, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(616, 107, 120, 'Spring', '2025-2026', 'homework', 1, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(617, 96, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(618, 252, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(619, 246, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(620, 251, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(621, 95, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(622, 114, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(623, 136, 120, 'Spring', '2025-2026', 'homework', 1, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(624, 237, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(625, 31, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(626, 203, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(627, 236, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(628, 201, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(629, 47, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(630, 61, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(631, 46, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(632, 239, 120, 'Spring', '2025-2026', 'homework', 2, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(633, 253, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(634, 259, 120, 'Spring', '2025-2026', 'homework', 1, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(635, 241, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(636, 219, 120, 'Spring', '2025-2026', 'homework', 3, 1, 99, '2026-05-25 16:23:23', '2026-05-25 16:23:23'), +(639, 193, 60, 'Spring', '2025-2026', 'final_comment', NULL, 1, 120, '2026-05-25 21:11:38', '2026-05-25 21:11:38'), +(640, 254, 60, 'Spring', '2025-2026', 'final_comment', NULL, 1, 120, '2026-05-25 21:11:38', '2026-05-25 21:11:38'), +(674, 89, 80, 'Spring', '2025-2026', 'ptap_comment', NULL, 1, 74, '2026-05-26 01:39:07', '2026-05-26 01:39:07'), +(675, 257, 80, 'Spring', '2025-2026', 'final_comment', NULL, 1, 74, '2026-05-26 01:39:07', '2026-05-26 01:39:07'), +(676, 89, 80, 'Spring', '2025-2026', 'final_comment', NULL, 1, 74, '2026-05-26 01:39:07', '2026-05-26 01:39:07'), +(677, 187, 70, 'Spring', '2025-2026', 'ptap_comment', NULL, 1, 82, '2026-05-26 01:58:59', '2026-05-26 01:58:59'), +(678, 230, 70, 'Spring', '2025-2026', 'final_comment', NULL, 1, 82, '2026-05-26 01:58:59', '2026-05-26 01:58:59'), +(679, 187, 70, 'Spring', '2025-2026', 'final_comment', NULL, 1, 82, '2026-05-26 01:58:59', '2026-05-26 01:58:59'), +(680, 40, 42, 'Spring', '2025-2026', 'final_comment', NULL, 1, 68, '2026-05-29 16:24:13', '2026-05-29 16:24:13'), +(681, 171, 31, 'Spring', '2025-2026', 'homework', 4, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(682, 68, 31, 'Spring', '2025-2026', 'homework', 2, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(683, 68, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(684, 68, 31, 'Spring', '2025-2026', 'homework', 4, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(685, 44, 31, 'Spring', '2025-2026', 'homework', 2, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(686, 44, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(687, 57, 31, 'Spring', '2025-2026', 'homework', 4, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(688, 70, 31, 'Spring', '2025-2026', 'homework', 2, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(689, 70, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(690, 20, 31, 'Spring', '2025-2026', 'homework', 2, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(691, 20, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(692, 127, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(693, 127, 31, 'Spring', '2025-2026', 'homework', 4, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(694, 19, 31, 'Spring', '2025-2026', 'homework', 2, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(695, 19, 31, 'Spring', '2025-2026', 'homework', 3, 1, 155, '2026-05-29 16:28:13', '2026-05-29 16:28:13'), +(844, 237, 120, 'Spring', '2025-2026', 'ptap_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(845, 236, 120, 'Spring', '2025-2026', 'ptap_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(846, 203, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(847, 251, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(848, 241, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(849, 252, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(850, 247, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(851, 59, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(852, 88, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(853, 253, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(854, 225, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(855, 238, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(856, 38, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(857, 95, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(858, 237, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'), +(859, 236, 120, 'Spring', '2025-2026', 'final_comment', NULL, 1, 99, '2026-05-30 20:22:50', '2026-05-30 20:22:50'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `nav_items` +-- + +CREATE TABLE `nav_items` ( + `id` int(10) UNSIGNED NOT NULL, + `menu_parent_id` int(10) UNSIGNED DEFAULT NULL, + `label` varchar(100) NOT NULL, + `url` varchar(255) DEFAULT NULL, + `icon_class` varchar(100) DEFAULT NULL, + `target` varchar(20) DEFAULT NULL, + `sort_order` int(11) NOT NULL DEFAULT 0, + `is_enabled` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `deleted_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `nav_items` +-- + +INSERT INTO `nav_items` (`id`, `menu_parent_id`, `label`, `url`, `icon_class`, `target`, `sort_order`, `is_enabled`, `created_at`, `updated_at`, `deleted_at`) VALUES +(1, NULL, 'Users', NULL, NULL, NULL, 10, 1, '2025-09-05 17:23:56', NULL, NULL), +(2, NULL, 'Roles', NULL, NULL, NULL, 20, 1, '2025-09-05 17:23:56', '2025-09-09 02:56:34', NULL), +(3, NULL, 'Configuration', NULL, NULL, NULL, 30, 1, '2025-09-05 17:23:56', '2025-09-09 02:54:57', NULL), +(4, NULL, 'Staffing', NULL, NULL, NULL, 40, 1, '2025-09-05 17:23:56', NULL, NULL), +(5, NULL, 'Parents', NULL, NULL, NULL, 50, 1, '2025-09-05 17:23:56', NULL, NULL), +(6, NULL, 'Student-Affairs', NULL, NULL, NULL, 60, 1, '2025-09-05 17:23:56', NULL, NULL), +(7, NULL, 'Classes', NULL, NULL, NULL, 70, 1, '2025-09-05 17:23:56', NULL, NULL), +(8, NULL, 'Communication', NULL, NULL, NULL, 80, 1, '2025-09-05 17:23:56', '2025-09-16 16:46:08', NULL), +(9, NULL, 'Financial', NULL, NULL, NULL, 90, 1, '2025-09-05 17:23:56', '2025-09-16 16:56:16', NULL), +(10, NULL, 'Printables', NULL, NULL, NULL, 100, 1, '2025-09-05 17:23:56', NULL, NULL), +(11, NULL, 'Event Management', NULL, NULL, NULL, 110, 1, '2025-09-05 17:23:56', NULL, NULL), +(12, 1, 'Active Notifications', 'notifications/active', NULL, NULL, 1, 1, '2025-09-05 17:23:56', NULL, NULL), +(13, 1, 'Deleted Notifications', 'notifications/deleted', NULL, NULL, 2, 1, '2025-09-05 17:23:56', NULL, NULL), +(14, 1, 'Login Activity', 'user/login_activity', NULL, NULL, 3, 1, '2025-09-05 17:23:56', '2025-09-09 02:55:24', NULL), +(15, 1, 'User List', 'user/user_list', NULL, NULL, 4, 1, '2025-09-05 17:23:56', NULL, NULL), +(16, 2, 'Assign User Role', 'rolepermission/assign_role', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 03:11:09', NULL), +(17, 2, 'Role Management', 'rolepermission/roles', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2025-09-09 02:55:43', NULL), +(18, 3, 'Add/Edit Configuration', 'configuration/configuration_view', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 02:52:20', NULL), +(19, 4, 'Staff Profile', 'staff/index', NULL, NULL, 1, 1, '2025-09-05 17:23:56', NULL, NULL), +(20, 4, 'Teacher Class Assignment', 'administrator/teacher_class_assignment', NULL, NULL, 2, 1, '2025-09-05 17:23:56', NULL, NULL), +(21, 5, 'Parent Profile', 'administrator/parent_profiles', NULL, NULL, 1, 1, '2025-09-05 17:23:56', NULL, NULL), +(22, 107, 'Attendance Management', 'administrator/daily_attendance', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2026-08-23 22:08:11', NULL), +(23, 107, 'Attendance Tracking System', 'attendance/violations', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2026-08-23 22:07:26', NULL), +(24, 107, 'Attendance Scans', 'rfid_coming_soon', NULL, NULL, 3, 1, '2025-09-05 17:23:56', '2026-08-23 22:08:29', NULL), +(25, 6, 'Classes List', 'administrator/class_assignment', NULL, NULL, 4, 1, '2025-09-05 17:23:56', NULL, NULL), +(26, 6, 'Emergency Contact', 'administrator/emergency_contact', NULL, NULL, 5, 1, '2025-09-05 17:23:56', '2025-09-09 02:56:05', NULL), +(27, 6, 'Enrollment-Withdrawal', 'enroll_withdraw/enrollment_withdrawal', NULL, NULL, 6, 1, '2025-09-05 17:23:56', '2025-09-19 06:23:25', NULL), +(28, 6, 'Incidents Management', 'flags/flags_management', NULL, NULL, 7, 1, '2025-09-05 17:23:56', '2026-01-29 04:26:10', NULL), +(29, 6, 'School Calendar', 'administrator/calendar_view', NULL, NULL, 8, 1, '2025-09-05 17:23:56', NULL, NULL), +(30, 101, 'Score Analysis', 'report/combined', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2026-05-26 20:14:17', NULL), +(31, 101, 'Scores Management', 'grading', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2026-05-26 20:03:17', NULL), +(32, 6, 'Student Class Assignment', 'administrator/student_class_assignment', NULL, NULL, 11, 1, '2025-09-05 17:23:56', NULL, NULL), +(33, 6, 'Student Profile', 'administrator/student_profiles', NULL, NULL, 12, 1, '2025-09-05 17:23:56', NULL, NULL), +(34, 7, 'Classes List', 'administrator/class_assignment', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 03:08:21', NULL), +(35, 8, 'Parent Email Extractor', 'emails/parent_email_extractor', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 03:08:44', NULL), +(36, 8, 'Parent Profile', 'administrator/parent_profiles', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2025-09-16 16:44:58', NULL), +(37, 8, 'Student Profile', 'administrator/student_profiles', NULL, NULL, 3, 1, '2025-09-05 17:23:56', '2025-09-09 03:09:19', NULL), +(38, 9, 'Discount Management', 'discounts/list', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 02:52:38', NULL), +(39, 9, 'Expenses Management', 'expenses/index', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2025-09-16 16:57:45', NULL), +(40, 9, 'Financial Report', 'payment/financial_report', NULL, NULL, 3, 1, '2025-09-05 17:23:56', '2025-09-16 16:58:15', NULL), +(41, 9, 'Invoices Management', 'invoice_payment/invoice_management', NULL, NULL, 4, 1, '2025-09-05 17:23:56', '2025-09-16 16:57:07', NULL), +(42, 9, 'Manual Payment', 'payment/manual_pay', NULL, NULL, 5, 1, '2025-09-05 17:23:56', '2025-09-16 16:58:41', NULL), +(43, 9, 'PaypalTransactions', 'administrator/paypal_transactions', NULL, NULL, 6, 1, '2025-09-05 17:23:56', NULL, NULL), +(44, 9, 'Refund Management', 'refunds/list', NULL, NULL, 7, 1, '2025-09-05 17:23:56', '2025-09-16 17:02:17', NULL), +(45, 9, 'Reimbursement Management', 'reimbursements/index', NULL, NULL, 8, 1, '2025-09-05 17:23:56', '2025-09-16 17:01:41', NULL), +(46, 10, 'Badges', 'printables_reports/badge_form', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 03:18:24', NULL), +(47, 10, 'Class Prep', 'class-prep', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2025-09-27 04:31:03', NULL), +(48, 10, 'Report Cards', 'printables_reports/report_card', NULL, NULL, 3, 1, '2025-09-05 17:23:56', NULL, NULL), +(49, 10, 'Stickers', 'printables_reports/stickers', NULL, NULL, 4, 1, '2025-09-05 17:23:56', NULL, NULL), +(50, 11, 'Calendar', 'administrator/calendar', NULL, NULL, 1, 1, '2025-09-05 17:23:56', '2025-09-09 03:20:09', NULL), +(51, 11, 'Events', 'administrator/events', NULL, NULL, 2, 1, '2025-09-05 17:23:56', '2026-04-19 14:58:10', NULL), +(52, 1, 'Navbar Builder', 'nav-builder', NULL, NULL, 5, 1, '2025-09-05 17:34:01', '2025-09-05 21:57:09', NULL), +(53, 2, 'Permission Management', 'rolepermission/list_permissions', NULL, NULL, 3, 1, '2025-09-08 05:25:02', '2025-09-12 07:24:13', NULL), +(55, 67, 'Classroom Equipment', 'inventory', NULL, NULL, 2, 1, '2025-09-08 18:56:08', '2025-09-16 16:47:32', NULL), +(56, 67, 'Books', 'inventory/book', NULL, NULL, 0, 1, '2025-09-08 19:13:48', '2025-10-05 03:43:38', NULL), +(57, 67, 'Kitchen Supplies', 'inventory/kitchen', NULL, NULL, 3, 1, '2025-09-08 19:14:24', '2025-09-16 16:48:23', NULL), +(58, 67, 'Office Supplies', 'inventory/office', NULL, '_blank', 4, 1, '2025-09-08 19:14:53', '2025-09-10 22:17:05', NULL), +(61, 8, 'Main page', 'communications/comm_index', NULL, NULL, 0, 1, '2025-09-09 04:13:35', '2025-09-09 04:14:47', NULL), +(63, NULL, 'Family', NULL, NULL, NULL, 0, 1, '2025-09-09 15:22:56', '2025-10-26 06:33:11', NULL), +(64, 63, 'Family Managment', 'family/index', NULL, NULL, 0, 1, '2025-09-09 15:23:49', '2025-10-26 06:28:34', NULL), +(65, 8, 'New Students', 'admin/enrollment/new-students', NULL, NULL, 0, 1, '2025-09-11 03:44:37', '2025-09-16 16:45:27', NULL), +(66, 67, 'Summary', 'inventory/summary-all', NULL, NULL, 4, 1, '2025-09-11 05:56:10', '2025-09-11 06:28:41', NULL), +(67, NULL, 'Inventory', NULL, NULL, NULL, 0, 1, '2025-09-11 06:24:37', '2025-09-16 16:48:58', NULL), +(68, 9, 'Add Extra Charges', 'admin/charges', NULL, NULL, 0, 1, '2025-09-21 05:05:12', '2025-09-21 05:05:12', NULL), +(69, 9, 'Manual Payment', 'payment/manual_pay', NULL, NULL, 0, 1, '2025-09-21 05:06:53', '2025-09-21 05:06:53', NULL), +(70, 4, 'Staff Attendance', 'admin/teacher-attendance', NULL, NULL, 0, 1, '2025-09-27 04:28:38', '2025-09-28 05:38:32', '2025-09-28 05:38:32'), +(71, 4, 'Staff Attendance', 'admin/teacher-attendance/month', NULL, NULL, 0, 1, '2025-09-27 04:29:24', '2025-09-28 05:39:08', NULL), +(72, 67, 'Update Inventory Movements', 'inventory/movements', NULL, NULL, 0, 1, '2025-10-02 06:07:53', '2025-10-05 03:42:08', NULL), +(73, 8, 'Whatsapp Link Management', 'whatsapp/', NULL, NULL, 0, 1, '2025-10-11 22:58:29', '2025-10-11 22:58:29', NULL), +(74, 63, 'Family Update', 'families/import-legacy', NULL, NULL, 1, 1, '2025-10-26 06:29:11', '2025-10-26 06:29:11', NULL), +(75, 63, 'Family View', 'families/bootstrap', NULL, NULL, 2, 1, '2025-10-26 06:30:23', '2025-10-26 06:32:27', '2025-10-26 06:32:27'), +(76, 1, 'IP Management', 'administrator/ip_bans', NULL, NULL, 5, 1, '2025-10-26 06:34:35', '2025-10-26 06:34:35', NULL), +(77, 107, 'Late Slips History', 'slips/preview', NULL, NULL, 8, 1, '2025-10-26 06:38:42', '2026-08-23 22:09:26', NULL), +(78, 107, 'Early Dismissals', 'attendance/early-dismissals', NULL, NULL, 4, 1, '2025-10-26 06:40:01', '2026-08-23 22:07:09', NULL), +(79, 7, 'Class Distribute', 'administrator/sections/auto-distribute', NULL, NULL, 0, 1, '2025-10-26 06:41:13', '2025-10-26 06:41:13', NULL), +(80, 7, 'Section Auto Generator', 'administrator/sections/promotion-totals', NULL, NULL, 3, 1, '2025-10-26 06:42:02', '2025-10-26 06:42:02', NULL), +(81, 8, 'Grading Tracking', 'grading/homework-tracking', NULL, NULL, 3, 1, '2025-10-26 06:43:11', '2025-10-26 14:35:52', NULL), +(82, 9, 'Payment Tracking', 'payment/unpaid-parents', NULL, NULL, 0, 1, '2025-11-01 16:23:39', '2025-12-07 16:19:30', NULL), +(83, NULL, 'TimeOff Request', '/administrator/absence', NULL, NULL, 0, 1, '2025-11-01 20:58:55', '2025-11-01 20:58:55', NULL), +(84, 3, 'Edit attendance Comments', 'administrator/attendance-templates', NULL, NULL, 0, 1, '2026-01-04 04:17:02', '2026-01-04 04:17:02', NULL), +(85, 10, 'Print for teacher', 'admin/print-requests', NULL, NULL, 0, 1, '2026-01-07 04:29:16', '2026-01-07 04:29:16', NULL), +(86, NULL, 'Competition', NULL, NULL, NULL, 0, 1, '2026-01-11 07:40:32', '2026-01-11 07:40:32', NULL), +(87, 86, 'Competition Setup', 'competition-winners', NULL, NULL, 0, 1, '2026-01-11 07:41:19', '2026-01-11 07:41:19', NULL), +(88, NULL, 'Notification Management', NULL, NULL, NULL, 0, 1, '2026-01-13 19:48:58', '2026-01-13 19:48:58', NULL), +(89, 88, 'Notification Setup', '/administrator/notifications_alerts', NULL, NULL, 0, 1, '2026-01-13 19:49:35', '2026-01-13 19:49:35', NULL), +(90, 6, 'Remove Student', '/administrator/removed_students', NULL, NULL, 0, 1, '2026-01-14 03:53:43', '2026-01-14 03:53:43', NULL), +(91, 92, 'Class Progress', 'admin/progress', NULL, NULL, 0, 1, '2026-01-15 04:38:48', '2026-01-18 07:24:37', NULL), +(92, NULL, 'Curriculum', NULL, NULL, NULL, 0, 1, '2026-01-18 07:23:26', '2026-01-18 07:23:26', NULL), +(93, 92, 'Curriculum Subject', 'administrator/subject-curriculum', NULL, NULL, 0, 1, '2026-01-18 07:25:26', '2026-01-18 07:25:26', NULL), +(94, 92, 'Teacher Submissions', 'administrator/teacher-submissions', NULL, NULL, 0, 1, '2026-01-25 22:20:24', '2026-03-29 15:58:33', NULL), +(95, NULL, 'Exams', NULL, NULL, NULL, 0, 1, '2026-01-29 01:51:29', '2026-01-29 01:51:29', NULL), +(96, 95, 'Exams Drafts', '/administrator/exam-drafts', NULL, NULL, 0, 1, '2026-01-29 01:52:20', '2026-01-29 01:52:20', NULL), +(97, 6, 'Placement Test', 'grading/placement', NULL, NULL, 0, 1, '2026-02-06 03:08:29', '2026-02-06 03:08:29', NULL), +(98, 8, 'Below 60 Summary', 'grading/below-60', NULL, NULL, 0, 1, '2026-03-01 21:50:13', '2026-03-01 21:50:13', NULL), +(99, 101, 'Trophy', 'administrator/trophy', NULL, NULL, 3, 1, '2026-05-16 19:42:42', '2026-05-26 20:14:43', NULL), +(100, 10, 'Certificate', 'administrator/certificates', NULL, NULL, 0, 1, '2026-05-21 21:53:31', '2026-05-21 21:54:03', NULL), +(101, NULL, 'Score Management', NULL, NULL, NULL, 0, 1, '2026-05-26 20:01:55', '2026-05-26 20:01:55', NULL), +(102, 101, 'Decisions', 'grading/decisions', NULL, NULL, 1, 1, '2026-05-26 20:08:33', '2026-05-26 20:20:04', NULL), +(103, 101, 'Below-60', 'grading/below-60', NULL, NULL, 0, 1, '2026-05-26 20:18:48', '2026-05-26 20:18:48', NULL), +(104, 101, 'Final Delibration', 'grading/below-60/decisions', NULL, NULL, 2, 1, '2026-05-30 08:06:54', '2026-05-30 08:06:54', NULL), +(105, 9, 'Tuition Forecast', 'administrator/tuition-forecast', NULL, NULL, 0, 1, '2026-06-07 03:28:15', '2026-06-07 03:28:15', NULL), +(106, NULL, 'School Years Management', 'administrator/school-years', NULL, NULL, 0, 1, '2026-07-20 02:09:50', '2026-07-20 02:09:50', NULL), +(107, NULL, 'Attendance', NULL, NULL, NULL, 0, 1, '2026-08-23 22:06:12', '2026-08-23 22:06:12', NULL), +(108, 9, 'Financial Aid', 'administrator/financial-aid', NULL, NULL, 0, 1, '2026-08-24 21:19:48', '2026-08-24 21:19:48', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `notifications` +-- + +CREATE TABLE `notifications` ( + `id` int(11) UNSIGNED NOT NULL, + `title` varchar(255) DEFAULT NULL, + `message` text NOT NULL, + `target_group` enum('student','parent','teacher','admin','everyone') NOT NULL, + `delivery_channels` set('in_app','email','sms') NOT NULL, + `priority` enum('low','normal','high') DEFAULT 'normal', + `status` enum('pending','sent','failed') DEFAULT 'pending', + `action_url` varchar(512) DEFAULT NULL, + `attachment_path` varchar(512) DEFAULT NULL, + `scheduled_at` datetime DEFAULT current_timestamp(), + `sent_at` datetime DEFAULT NULL, + `expires_at` datetime DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `deleted_at` datetime DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `notifications` +-- + +INSERT INTO `notifications` (`id`, `title`, `message`, `target_group`, `delivery_channels`, `priority`, `status`, `action_url`, `attachment_path`, `scheduled_at`, `sent_at`, `expires_at`, `created_at`, `updated_at`, `deleted_at`, `school_year`, `semester`) VALUES +(1, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-02 17:07:31', NULL, NULL, '2025-09-02 17:07:31', '2025-09-02 17:07:31', NULL, NULL, NULL), +(2, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-02 18:46:49', NULL, NULL, '2025-09-02 18:46:49', '2025-09-02 18:46:49', NULL, NULL, NULL), +(3, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-02 22:41:36', NULL, NULL, '2025-09-02 22:41:36', '2025-09-02 22:41:36', NULL, NULL, NULL), +(4, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 00:21:27', NULL, NULL, '2025-09-03 00:21:27', '2025-09-03 00:21:27', NULL, NULL, NULL), +(5, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 00:21:29', NULL, NULL, '2025-09-03 00:21:29', '2025-09-03 00:21:29', NULL, NULL, NULL), +(6, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 00:55:45', NULL, NULL, '2025-09-03 00:55:45', '2025-09-03 00:55:45', NULL, NULL, NULL), +(7, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 00:59:37', NULL, NULL, '2025-09-03 00:59:37', '2025-09-03 00:59:37', NULL, NULL, NULL), +(8, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 01:03:28', NULL, NULL, '2025-09-03 01:03:28', '2025-09-03 01:03:28', NULL, NULL, NULL), +(9, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 01:04:09', NULL, NULL, '2025-09-03 01:04:09', '2025-09-03 01:04:09', NULL, NULL, NULL), +(10, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 01:25:48', NULL, NULL, '2025-09-03 01:25:48', '2025-09-03 01:25:48', NULL, NULL, NULL), +(11, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 01:25:49', NULL, NULL, '2025-09-03 01:25:49', '2025-09-03 01:25:49', NULL, NULL, NULL), +(12, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 01:56:40', NULL, NULL, '2025-09-03 01:56:40', '2025-09-03 01:56:40', NULL, NULL, NULL), +(13, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 02:28:17', NULL, NULL, '2025-09-03 02:28:17', '2025-09-03 02:28:17', NULL, NULL, NULL), +(14, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 02:29:35', NULL, NULL, '2025-09-03 02:29:35', '2025-09-03 02:29:35', NULL, NULL, NULL), +(15, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 02:37:08', NULL, NULL, '2025-09-03 02:37:08', '2025-09-03 02:37:08', NULL, NULL, NULL), +(16, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 02:43:18', NULL, NULL, '2025-09-03 02:43:18', '2025-09-03 02:43:18', NULL, NULL, NULL), +(17, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 02:43:39', NULL, NULL, '2025-09-03 02:43:39', '2025-09-03 02:43:39', NULL, NULL, NULL), +(18, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 03:07:29', NULL, NULL, '2025-09-03 03:07:29', '2025-09-03 03:07:29', NULL, NULL, NULL), +(19, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 03:07:30', NULL, NULL, '2025-09-03 03:07:30', '2025-09-03 03:07:30', NULL, NULL, NULL), +(20, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 03:12:24', NULL, NULL, '2025-09-03 03:12:24', '2025-09-03 03:12:24', NULL, NULL, NULL), +(21, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 08:45:37', NULL, NULL, '2025-09-03 08:45:37', '2025-09-03 08:45:37', NULL, NULL, NULL), +(22, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 08:45:38', NULL, NULL, '2025-09-03 08:45:38', '2025-09-03 08:45:38', NULL, NULL, NULL), +(23, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 10:24:48', NULL, NULL, '2025-09-03 10:24:48', '2025-09-03 10:24:48', NULL, NULL, NULL), +(24, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 10:41:43', NULL, NULL, '2025-09-03 10:41:43', '2025-09-03 10:41:43', NULL, NULL, NULL), +(25, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 11:38:22', NULL, NULL, '2025-09-03 11:38:22', '2025-09-03 11:38:22', NULL, NULL, NULL), +(26, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 11:38:23', NULL, NULL, '2025-09-03 11:38:23', '2025-09-03 11:38:23', NULL, NULL, NULL), +(27, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 14:47:36', NULL, NULL, '2025-09-03 14:47:36', '2025-09-03 14:47:36', NULL, NULL, NULL), +(28, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 15:22:56', NULL, NULL, '2025-09-03 15:22:56', '2025-09-03 15:22:56', NULL, NULL, NULL), +(29, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 15:32:27', NULL, NULL, '2025-09-03 15:32:27', '2025-09-03 15:32:27', NULL, NULL, NULL), +(30, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 15:44:58', NULL, NULL, '2025-09-03 15:44:58', '2025-09-03 15:44:58', NULL, NULL, NULL), +(31, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 15:47:02', NULL, NULL, '2025-09-03 15:47:02', '2025-09-03 15:47:02', NULL, NULL, NULL), +(32, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 20:59:45', NULL, NULL, '2025-09-03 20:59:45', '2025-09-03 20:59:45', NULL, NULL, NULL), +(33, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-03 22:40:39', NULL, NULL, '2025-09-03 22:40:39', '2025-09-03 22:40:39', NULL, NULL, NULL), +(34, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-04 00:04:32', NULL, NULL, '2025-09-04 00:04:32', '2025-09-04 00:04:32', NULL, NULL, NULL), +(35, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-04 00:46:38', NULL, NULL, '2025-09-04 00:46:38', '2025-09-04 00:46:38', NULL, NULL, NULL), +(36, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-04 14:21:29', NULL, NULL, '2025-09-04 14:21:29', '2025-09-04 14:21:29', NULL, NULL, NULL), +(37, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-04 15:07:55', NULL, NULL, '2025-09-04 15:07:55', '2025-09-04 15:07:55', NULL, NULL, NULL), +(38, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-04 17:15:23', NULL, NULL, '2025-09-04 17:15:23', '2025-09-04 17:15:23', NULL, NULL, NULL), +(39, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-05 16:08:23', NULL, NULL, '2025-09-05 16:08:23', '2025-09-05 16:08:23', NULL, NULL, NULL), +(40, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-05 18:36:32', NULL, NULL, '2025-09-05 18:36:32', '2025-09-05 18:36:32', NULL, NULL, NULL), +(41, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-05 20:29:10', NULL, NULL, '2025-09-05 20:29:10', '2025-09-05 20:29:10', NULL, NULL, NULL), +(42, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 02:53:00', NULL, NULL, '2025-09-06 02:53:00', '2025-09-06 02:53:00', NULL, NULL, NULL), +(43, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 07:48:51', NULL, NULL, '2025-09-06 07:48:51', '2025-09-06 07:48:51', NULL, NULL, NULL), +(44, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 08:08:27', NULL, NULL, '2025-09-06 08:08:27', '2025-09-06 08:08:27', NULL, NULL, NULL), +(45, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 08:10:24', NULL, NULL, '2025-09-06 08:10:24', '2025-09-06 08:10:24', NULL, NULL, NULL), +(46, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 16:11:55', NULL, NULL, '2025-09-06 16:11:55', '2025-09-06 16:11:55', NULL, NULL, NULL), +(47, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 18:16:13', NULL, NULL, '2025-09-06 18:16:13', '2025-09-06 18:16:13', NULL, NULL, NULL), +(48, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:41:41', NULL, NULL, '2025-09-06 19:41:41', '2025-09-06 19:41:41', NULL, NULL, NULL), +(49, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:45:22', NULL, NULL, '2025-09-06 19:45:22', '2025-09-06 19:45:22', NULL, NULL, NULL), +(50, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:47:43', NULL, NULL, '2025-09-06 19:47:43', '2025-09-06 19:47:43', NULL, NULL, NULL), +(51, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:48:16', NULL, NULL, '2025-09-06 19:48:16', '2025-09-06 19:48:16', NULL, NULL, NULL), +(52, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:51:58', NULL, NULL, '2025-09-06 19:51:58', '2025-09-06 19:51:58', NULL, NULL, NULL), +(53, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:53:27', NULL, NULL, '2025-09-06 19:53:27', '2025-09-06 19:53:27', NULL, NULL, NULL), +(54, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:53:28', NULL, NULL, '2025-09-06 19:53:28', '2025-09-06 19:53:28', NULL, NULL, NULL), +(55, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:55:30', NULL, NULL, '2025-09-06 19:55:30', '2025-09-06 19:55:30', NULL, NULL, NULL), +(56, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 19:57:15', NULL, NULL, '2025-09-06 19:57:15', '2025-09-06 19:57:15', NULL, NULL, NULL), +(57, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:19:16', NULL, NULL, '2025-09-06 20:19:16', '2025-09-06 20:19:16', NULL, NULL, NULL), +(58, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:21:16', NULL, NULL, '2025-09-06 20:21:16', '2025-09-06 20:21:16', NULL, NULL, NULL), +(59, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:25:31', NULL, NULL, '2025-09-06 20:25:31', '2025-09-06 20:25:31', NULL, NULL, NULL), +(60, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:27:24', NULL, NULL, '2025-09-06 20:27:24', '2025-09-06 20:27:24', NULL, NULL, NULL), +(61, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:29:45', NULL, NULL, '2025-09-06 20:29:45', '2025-09-06 20:29:45', NULL, NULL, NULL), +(62, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:32:21', NULL, NULL, '2025-09-06 20:32:21', '2025-09-06 20:32:21', NULL, NULL, NULL), +(63, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:34:11', NULL, NULL, '2025-09-06 20:34:11', '2025-09-06 20:34:11', NULL, NULL, NULL), +(64, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:36:47', NULL, NULL, '2025-09-06 20:36:47', '2025-09-06 20:36:47', NULL, NULL, NULL), +(65, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:39:51', NULL, NULL, '2025-09-06 20:39:51', '2025-09-06 20:39:51', NULL, NULL, NULL), +(66, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:42:15', NULL, NULL, '2025-09-06 20:42:15', '2025-09-06 20:42:15', NULL, NULL, NULL), +(67, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:47:20', NULL, NULL, '2025-09-06 20:47:20', '2025-09-06 20:47:20', NULL, NULL, NULL), +(68, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:54:33', NULL, NULL, '2025-09-06 20:54:33', '2025-09-06 20:54:33', NULL, NULL, NULL), +(69, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 20:56:51', NULL, NULL, '2025-09-06 20:56:51', '2025-09-06 20:56:51', NULL, NULL, NULL), +(70, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:19:45', NULL, NULL, '2025-09-06 21:19:45', '2025-09-06 21:19:45', NULL, NULL, NULL), +(71, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:24:23', NULL, NULL, '2025-09-06 21:24:23', '2025-09-06 21:24:23', NULL, NULL, NULL), +(72, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:28:46', NULL, NULL, '2025-09-06 21:28:46', '2025-09-06 21:28:46', NULL, NULL, NULL), +(73, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:29:57', NULL, NULL, '2025-09-06 21:29:57', '2025-09-06 21:29:57', NULL, NULL, NULL), +(74, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:31:49', NULL, NULL, '2025-09-06 21:31:49', '2025-09-06 21:31:49', NULL, NULL, NULL), +(75, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:33:53', NULL, NULL, '2025-09-06 21:33:53', '2025-09-06 21:33:53', NULL, NULL, NULL), +(76, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:35:58', NULL, NULL, '2025-09-06 21:35:58', '2025-09-06 21:35:58', NULL, NULL, NULL), +(77, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:38:07', NULL, NULL, '2025-09-06 21:38:07', '2025-09-06 21:38:07', NULL, NULL, NULL), +(78, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:40:27', NULL, NULL, '2025-09-06 21:40:27', '2025-09-06 21:40:27', NULL, NULL, NULL), +(79, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:43:49', NULL, NULL, '2025-09-06 21:43:49', '2025-09-06 21:43:49', NULL, NULL, NULL), +(80, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:46:21', NULL, NULL, '2025-09-06 21:46:21', '2025-09-06 21:46:21', NULL, NULL, NULL), +(81, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:48:12', NULL, NULL, '2025-09-06 21:48:12', '2025-09-06 21:48:12', NULL, NULL, NULL), +(82, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:51:05', NULL, NULL, '2025-09-06 21:51:05', '2025-09-06 21:51:05', NULL, NULL, NULL), +(83, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:53:16', NULL, NULL, '2025-09-06 21:53:16', '2025-09-06 21:53:16', NULL, NULL, NULL), +(84, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:55:00', NULL, NULL, '2025-09-06 21:55:00', '2025-09-06 21:55:00', NULL, NULL, NULL), +(85, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:57:18', NULL, NULL, '2025-09-06 21:57:18', '2025-09-06 21:57:18', NULL, NULL, NULL), +(86, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 21:57:53', NULL, NULL, '2025-09-06 21:57:53', '2025-09-06 21:57:53', NULL, NULL, NULL), +(87, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:00:36', NULL, NULL, '2025-09-06 22:00:36', '2025-09-06 22:00:36', NULL, NULL, NULL), +(88, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:04:50', NULL, NULL, '2025-09-06 22:04:50', '2025-09-06 22:04:50', NULL, NULL, NULL), +(89, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:06:41', NULL, NULL, '2025-09-06 22:06:41', '2025-09-06 22:06:41', NULL, NULL, NULL), +(90, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:08:39', NULL, NULL, '2025-09-06 22:08:39', '2025-09-06 22:08:39', NULL, NULL, NULL), +(91, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:13:10', NULL, NULL, '2025-09-06 22:13:10', '2025-09-06 22:13:10', NULL, NULL, NULL), +(92, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:14:45', NULL, NULL, '2025-09-06 22:14:45', '2025-09-06 22:14:45', NULL, NULL, NULL), +(93, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:16:47', NULL, NULL, '2025-09-06 22:16:47', '2025-09-06 22:16:47', NULL, NULL, NULL), +(94, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:46:01', NULL, NULL, '2025-09-06 22:46:01', '2025-09-06 22:46:01', NULL, NULL, NULL), +(95, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:50:52', NULL, NULL, '2025-09-06 22:50:52', '2025-09-06 22:50:52', NULL, NULL, NULL), +(96, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:53:58', NULL, NULL, '2025-09-06 22:53:58', '2025-09-06 22:53:58', NULL, NULL, NULL), +(97, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 22:57:12', NULL, NULL, '2025-09-06 22:57:12', '2025-09-06 22:57:12', NULL, NULL, NULL), +(98, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 23:03:50', NULL, NULL, '2025-09-06 23:03:50', '2025-09-06 23:03:50', NULL, NULL, NULL), +(99, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 23:17:15', NULL, NULL, '2025-09-06 23:17:15', '2025-09-06 23:17:15', NULL, NULL, NULL), +(100, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-06 23:48:11', NULL, NULL, '2025-09-06 23:48:11', '2025-09-06 23:48:11', NULL, NULL, NULL), +(101, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 00:01:53', NULL, NULL, '2025-09-07 00:01:53', '2025-09-07 00:01:53', NULL, NULL, NULL), +(102, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 01:38:22', NULL, NULL, '2025-09-07 01:38:22', '2025-09-07 01:38:22', NULL, NULL, NULL), +(103, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 02:35:28', NULL, NULL, '2025-09-07 02:35:28', '2025-09-07 02:35:28', NULL, NULL, NULL), +(104, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 13:39:50', NULL, NULL, '2025-09-07 13:39:50', '2025-09-07 13:39:50', NULL, NULL, NULL), +(105, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 14:15:50', NULL, NULL, '2025-09-07 14:15:50', '2025-09-07 14:15:50', NULL, NULL, NULL), +(106, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 17:10:18', NULL, NULL, '2025-09-07 17:10:18', '2025-09-07 17:10:18', NULL, NULL, NULL), +(107, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 17:16:46', NULL, NULL, '2025-09-07 17:16:46', '2025-09-07 17:16:46', NULL, NULL, NULL), +(108, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 17:19:57', NULL, NULL, '2025-09-07 17:19:57', '2025-09-07 17:19:57', NULL, NULL, NULL), +(109, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 17:23:20', NULL, NULL, '2025-09-07 17:23:20', '2025-09-07 17:23:20', NULL, NULL, NULL), +(110, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 18:01:19', NULL, NULL, '2025-09-07 18:01:19', '2025-09-07 18:01:19', NULL, NULL, NULL), +(111, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 18:02:51', NULL, NULL, '2025-09-07 18:02:51', '2025-09-07 18:02:51', NULL, NULL, NULL), +(112, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 19:06:00', NULL, NULL, '2025-09-07 19:06:00', '2025-09-07 19:06:00', NULL, NULL, NULL), +(113, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 19:12:13', NULL, NULL, '2025-09-07 19:12:13', '2025-09-07 19:12:13', NULL, NULL, NULL), +(114, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 19:52:18', NULL, NULL, '2025-09-07 19:52:18', '2025-09-07 19:52:18', NULL, NULL, NULL), +(115, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-07 21:04:10', NULL, NULL, '2025-09-07 21:04:10', '2025-09-07 21:04:10', NULL, NULL, NULL), +(116, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 00:40:48', NULL, NULL, '2025-09-08 00:40:48', '2025-09-08 00:40:48', NULL, NULL, NULL), +(117, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 03:44:40', NULL, NULL, '2025-09-08 03:44:40', '2025-09-08 03:44:40', NULL, NULL, NULL), +(118, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 03:48:44', NULL, NULL, '2025-09-08 03:48:44', '2025-09-08 03:48:44', NULL, NULL, NULL), +(119, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 03:58:49', NULL, NULL, '2025-09-08 03:58:49', '2025-09-08 03:58:49', NULL, NULL, NULL), +(120, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 04:02:36', NULL, NULL, '2025-09-08 04:02:36', '2025-09-08 04:02:36', NULL, NULL, NULL), +(121, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 04:06:24', NULL, NULL, '2025-09-08 04:06:24', '2025-09-08 04:06:24', NULL, NULL, NULL), +(122, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 04:38:15', NULL, NULL, '2025-09-08 04:38:15', '2025-09-08 04:38:15', NULL, NULL, NULL), +(123, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-08 23:56:27', NULL, NULL, '2025-09-08 23:56:27', '2025-09-08 23:56:27', NULL, NULL, NULL), +(124, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-09 00:09:02', NULL, NULL, '2025-09-09 00:09:02', '2025-09-09 00:09:02', NULL, NULL, NULL), +(125, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-09 21:57:48', NULL, NULL, '2025-09-09 21:57:48', '2025-09-09 21:57:48', NULL, NULL, NULL), +(126, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 02:07:22', NULL, NULL, '2025-09-11 02:07:22', '2025-09-11 02:07:22', NULL, NULL, NULL), +(127, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 02:09:39', NULL, NULL, '2025-09-11 02:09:39', '2025-09-11 02:09:39', NULL, NULL, NULL), +(128, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 02:12:04', NULL, NULL, '2025-09-11 02:12:04', '2025-09-11 02:12:04', NULL, NULL, NULL), +(129, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 02:25:03', NULL, NULL, '2025-09-11 02:25:03', '2025-09-11 02:25:03', NULL, NULL, NULL), +(130, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 02:39:41', NULL, NULL, '2025-09-11 02:39:41', '2025-09-11 02:39:41', NULL, NULL, NULL), +(131, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 07:40:27', NULL, NULL, '2025-09-11 07:40:27', '2025-09-11 07:40:27', NULL, NULL, NULL), +(132, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 10:04:16', NULL, NULL, '2025-09-11 10:04:16', '2025-09-11 10:04:16', NULL, NULL, NULL), +(133, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 12:23:36', NULL, NULL, '2025-09-11 12:23:36', '2025-09-11 12:23:36', NULL, NULL, NULL), +(134, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 14:40:34', NULL, NULL, '2025-09-11 14:40:34', '2025-09-11 14:40:34', NULL, NULL, NULL), +(135, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-11 15:32:51', NULL, NULL, '2025-09-11 15:32:51', '2025-09-11 15:32:51', NULL, NULL, NULL), +(136, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-12 18:28:46', NULL, NULL, '2025-09-12 18:28:46', '2025-09-12 18:28:46', NULL, NULL, NULL), +(137, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 00:33:08', NULL, NULL, '2025-09-13 00:33:08', '2025-09-13 00:33:08', NULL, NULL, NULL), +(138, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 00:37:39', NULL, NULL, '2025-09-13 00:37:39', '2025-09-13 00:37:39', NULL, NULL, NULL), +(139, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 00:42:55', NULL, NULL, '2025-09-13 00:42:55', '2025-09-13 00:42:55', NULL, NULL, NULL), +(140, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 15:13:40', NULL, NULL, '2025-09-13 15:13:40', '2025-09-13 15:13:40', NULL, NULL, NULL), +(141, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 15:27:09', NULL, NULL, '2025-09-13 15:27:09', '2025-09-13 15:27:09', NULL, NULL, NULL), +(142, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 17:54:59', NULL, NULL, '2025-09-13 17:54:59', '2025-09-13 17:54:59', NULL, NULL, NULL), +(143, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-13 18:56:31', NULL, NULL, '2025-09-13 18:56:31', '2025-09-13 18:56:31', NULL, NULL, NULL), +(144, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 14:29:25', NULL, NULL, '2025-09-14 14:29:25', '2025-09-14 14:29:25', NULL, NULL, NULL), +(145, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 14:34:25', NULL, NULL, '2025-09-14 14:34:25', '2025-09-14 14:34:25', NULL, NULL, NULL), +(146, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 17:39:42', NULL, NULL, '2025-09-14 17:39:42', '2025-09-14 17:39:42', NULL, NULL, NULL), +(147, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 17:47:40', NULL, NULL, '2025-09-14 17:47:40', '2025-09-14 17:47:40', NULL, NULL, NULL), +(148, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 18:22:15', NULL, NULL, '2025-09-14 18:22:15', '2025-09-14 18:22:15', NULL, NULL, NULL), +(149, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 18:45:41', NULL, NULL, '2025-09-14 18:45:41', '2025-09-14 18:45:41', NULL, NULL, NULL), +(150, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 18:47:02', NULL, NULL, '2025-09-14 18:47:02', '2025-09-14 18:47:02', NULL, NULL, NULL), +(151, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-14 20:36:21', NULL, NULL, '2025-09-14 20:36:21', '2025-09-14 20:36:21', NULL, NULL, NULL), +(152, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-15 01:52:08', NULL, NULL, '2025-09-15 01:52:08', '2025-09-15 01:52:08', NULL, NULL, NULL), +(153, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-15 19:51:49', NULL, NULL, '2025-09-15 19:51:49', '2025-09-15 19:51:49', NULL, NULL, NULL), +(154, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:12:36', NULL, NULL, '2025-09-16 03:12:36', '2025-09-16 03:12:36', NULL, NULL, NULL), +(155, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:18:20', NULL, NULL, '2025-09-16 03:18:20', '2025-09-16 03:18:20', NULL, NULL, NULL), +(156, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:38:05', NULL, NULL, '2025-09-16 03:38:05', '2025-09-16 03:38:05', NULL, NULL, NULL), +(157, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:39:34', NULL, NULL, '2025-09-16 03:39:34', '2025-09-16 03:39:34', NULL, NULL, NULL), +(158, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:48:28', NULL, NULL, '2025-09-16 03:48:28', '2025-09-16 03:48:28', NULL, NULL, NULL), +(159, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 03:52:30', NULL, NULL, '2025-09-16 03:52:30', '2025-09-16 03:52:30', NULL, NULL, NULL), +(160, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 04:02:08', NULL, NULL, '2025-09-16 04:02:08', '2025-09-16 04:02:08', NULL, NULL, NULL), +(161, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 04:03:10', NULL, NULL, '2025-09-16 04:03:10', '2025-09-16 04:03:10', NULL, NULL, NULL), +(162, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 04:03:20', NULL, NULL, '2025-09-16 04:03:20', '2025-09-16 04:03:20', NULL, NULL, NULL), +(163, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 04:04:53', NULL, NULL, '2025-09-16 04:04:53', '2025-09-16 04:04:53', NULL, NULL, NULL), +(164, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 04:07:06', NULL, NULL, '2025-09-16 04:07:06', '2025-09-16 04:07:06', NULL, NULL, NULL), +(165, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:28:12', NULL, NULL, '2025-09-16 05:28:12', '2025-09-16 05:28:12', NULL, NULL, NULL), +(166, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:28:44', NULL, NULL, '2025-09-16 05:28:44', '2025-09-16 05:28:44', NULL, NULL, NULL), +(167, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:29:06', NULL, NULL, '2025-09-16 05:29:06', '2025-09-16 05:29:06', NULL, NULL, NULL), +(168, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:29:33', NULL, NULL, '2025-09-16 05:29:33', '2025-09-16 05:29:33', NULL, NULL, NULL), +(169, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:29:57', NULL, NULL, '2025-09-16 05:29:57', '2025-09-16 05:29:57', NULL, NULL, NULL), +(170, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:30:30', NULL, NULL, '2025-09-16 05:30:30', '2025-09-16 05:30:30', NULL, NULL, NULL), +(171, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:31:04', NULL, NULL, '2025-09-16 05:31:04', '2025-09-16 05:31:04', NULL, NULL, NULL), +(172, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:31:35', NULL, NULL, '2025-09-16 05:31:35', '2025-09-16 05:31:35', NULL, NULL, NULL), +(173, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:31:52', NULL, NULL, '2025-09-16 05:31:52', '2025-09-16 05:31:52', NULL, NULL, NULL), +(174, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:32:13', NULL, NULL, '2025-09-16 05:32:13', '2025-09-16 05:32:13', NULL, NULL, NULL), +(175, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:32:35', NULL, NULL, '2025-09-16 05:32:35', '2025-09-16 05:32:35', NULL, NULL, NULL), +(176, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:32:53', NULL, NULL, '2025-09-16 05:32:53', '2025-09-16 05:32:53', NULL, NULL, NULL), +(177, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:33:13', NULL, NULL, '2025-09-16 05:33:13', '2025-09-16 05:33:13', NULL, NULL, NULL), +(178, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:33:38', NULL, NULL, '2025-09-16 05:33:38', '2025-09-16 05:33:38', NULL, NULL, NULL), +(179, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:33:39', NULL, NULL, '2025-09-16 05:33:39', '2025-09-16 05:33:39', NULL, NULL, NULL), +(180, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:33:39', NULL, NULL, '2025-09-16 05:33:39', '2025-09-16 05:33:39', NULL, NULL, NULL), +(181, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:33:41', NULL, NULL, '2025-09-16 05:33:41', '2025-09-16 05:33:41', NULL, NULL, NULL), +(182, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:34:02', NULL, NULL, '2025-09-16 05:34:02', '2025-09-16 05:34:02', NULL, NULL, NULL), +(183, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:34:24', NULL, NULL, '2025-09-16 05:34:24', '2025-09-16 05:34:24', NULL, NULL, NULL), +(184, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:35:24', NULL, NULL, '2025-09-16 05:35:24', '2025-09-16 05:35:24', NULL, NULL, NULL), +(185, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:35:43', NULL, NULL, '2025-09-16 05:35:43', '2025-09-16 05:35:43', NULL, NULL, NULL), +(186, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:48:13', NULL, NULL, '2025-09-16 05:48:13', '2025-09-16 05:48:13', NULL, NULL, NULL), +(187, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:49:25', NULL, NULL, '2025-09-16 05:49:25', '2025-09-16 05:49:25', NULL, NULL, NULL), +(188, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:50:39', NULL, NULL, '2025-09-16 05:50:39', '2025-09-16 05:50:39', NULL, NULL, NULL), +(189, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:55:21', NULL, NULL, '2025-09-16 05:55:21', '2025-09-16 05:55:21', NULL, NULL, NULL), +(190, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 05:58:21', NULL, NULL, '2025-09-16 05:58:21', '2025-09-16 05:58:21', NULL, NULL, NULL), +(191, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 06:02:49', NULL, NULL, '2025-09-16 06:02:49', '2025-09-16 06:02:49', NULL, NULL, NULL), +(192, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 06:07:41', NULL, NULL, '2025-09-16 06:07:41', '2025-09-16 06:07:41', NULL, NULL, NULL), +(193, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 06:09:59', NULL, NULL, '2025-09-16 06:09:59', '2025-09-16 06:09:59', NULL, NULL, NULL), +(194, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 06:10:42', NULL, NULL, '2025-09-16 06:10:42', '2025-09-16 06:10:42', NULL, NULL, NULL), +(195, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 06:10:43', NULL, NULL, '2025-09-16 06:10:43', '2025-09-16 06:10:43', NULL, NULL, NULL); +INSERT INTO `notifications` (`id`, `title`, `message`, `target_group`, `delivery_channels`, `priority`, `status`, `action_url`, `attachment_path`, `scheduled_at`, `sent_at`, `expires_at`, `created_at`, `updated_at`, `deleted_at`, `school_year`, `semester`) VALUES +(196, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-16 15:08:01', NULL, NULL, '2025-09-16 15:08:01', '2025-09-16 15:08:01', NULL, NULL, NULL), +(197, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-17 01:56:11', NULL, NULL, '2025-09-17 01:56:11', '2025-09-17 01:56:11', NULL, NULL, NULL), +(198, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-17 02:45:09', NULL, NULL, '2025-09-17 02:45:09', '2025-09-17 02:45:09', NULL, NULL, NULL), +(199, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-18 00:24:17', NULL, NULL, '2025-09-18 00:24:17', '2025-09-18 00:24:17', NULL, NULL, NULL), +(200, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-18 01:33:41', NULL, NULL, '2025-09-18 01:33:41', '2025-09-18 01:33:41', NULL, NULL, NULL), +(201, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-18 22:18:24', NULL, NULL, '2025-09-18 22:18:24', '2025-09-18 22:18:24', NULL, NULL, NULL), +(202, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-19 03:16:36', NULL, NULL, '2025-09-19 03:16:36', '2025-09-19 03:16:36', NULL, NULL, NULL), +(203, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-19 22:05:47', NULL, NULL, '2025-09-19 22:05:47', '2025-09-19 22:05:47', NULL, NULL, NULL), +(204, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 13:11:16', NULL, NULL, '2025-09-20 13:11:16', '2025-09-20 13:11:16', NULL, NULL, NULL), +(205, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 13:28:00', NULL, NULL, '2025-09-20 13:28:00', '2025-09-20 13:28:00', NULL, NULL, NULL), +(206, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 13:28:01', NULL, NULL, '2025-09-20 13:28:01', '2025-09-20 13:28:01', NULL, NULL, NULL), +(207, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 13:28:02', NULL, NULL, '2025-09-20 13:28:02', '2025-09-20 13:28:02', NULL, NULL, NULL), +(208, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 15:06:17', NULL, NULL, '2025-09-20 15:06:17', '2025-09-20 15:06:17', NULL, NULL, NULL), +(209, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 16:00:29', NULL, NULL, '2025-09-20 16:00:29', '2025-09-20 16:00:29', NULL, NULL, NULL), +(210, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 17:05:13', NULL, NULL, '2025-09-20 17:05:13', '2025-09-20 17:05:13', NULL, NULL, NULL), +(211, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 18:59:47', NULL, NULL, '2025-09-20 18:59:47', '2025-09-20 18:59:47', NULL, NULL, NULL), +(212, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:04:56', NULL, NULL, '2025-09-20 19:04:56', '2025-09-20 19:04:56', NULL, NULL, NULL), +(213, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:09:16', NULL, NULL, '2025-09-20 19:09:16', '2025-09-20 19:09:16', NULL, NULL, NULL), +(214, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:16:17', NULL, NULL, '2025-09-20 19:16:17', '2025-09-20 19:16:17', NULL, NULL, NULL), +(215, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:19:27', NULL, NULL, '2025-09-20 19:19:27', '2025-09-20 19:19:27', NULL, NULL, NULL), +(216, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:21:54', NULL, NULL, '2025-09-20 19:21:54', '2025-09-20 19:21:54', NULL, NULL, NULL), +(217, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:24:35', NULL, NULL, '2025-09-20 19:24:35', '2025-09-20 19:24:35', NULL, NULL, NULL), +(218, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:26:20', NULL, NULL, '2025-09-20 19:26:20', '2025-09-20 19:26:20', NULL, NULL, NULL), +(219, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:28:23', NULL, NULL, '2025-09-20 19:28:23', '2025-09-20 19:28:23', NULL, NULL, NULL), +(220, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:30:13', NULL, NULL, '2025-09-20 19:30:13', '2025-09-20 19:30:13', NULL, NULL, NULL), +(221, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:36:06', NULL, NULL, '2025-09-20 19:36:06', '2025-09-20 19:36:06', NULL, NULL, NULL), +(222, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 19:38:47', NULL, NULL, '2025-09-20 19:38:47', '2025-09-20 19:38:47', NULL, NULL, NULL), +(223, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 20:22:21', NULL, NULL, '2025-09-20 20:22:21', '2025-09-20 20:22:21', NULL, NULL, NULL), +(224, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 20:47:56', NULL, NULL, '2025-09-20 20:47:56', '2025-09-20 20:47:56', NULL, NULL, NULL), +(225, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 22:59:00', NULL, NULL, '2025-09-20 22:59:00', '2025-09-20 22:59:00', NULL, NULL, NULL), +(226, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-20 23:07:04', NULL, NULL, '2025-09-20 23:07:04', '2025-09-20 23:07:04', NULL, NULL, NULL), +(227, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 00:57:20', NULL, NULL, '2025-09-21 00:57:20', '2025-09-21 00:57:20', NULL, NULL, NULL), +(228, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 01:24:17', NULL, NULL, '2025-09-21 01:24:17', '2025-09-21 01:24:17', NULL, NULL, NULL), +(229, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 04:35:15', NULL, NULL, '2025-09-21 04:35:15', '2025-09-21 04:35:15', NULL, NULL, NULL), +(230, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 04:38:22', NULL, NULL, '2025-09-21 04:38:22', '2025-09-21 04:38:22', NULL, NULL, NULL), +(231, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 12:01:40', NULL, NULL, '2025-09-21 12:01:40', '2025-09-21 12:01:40', NULL, NULL, NULL), +(232, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:43:20', NULL, NULL, '2025-09-21 13:43:20', '2025-09-21 13:43:20', NULL, NULL, NULL), +(233, 'Payment Received', 'We received $370.00 for Invoice #94 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:43:21', NULL, NULL, '2025-09-21 13:43:21', '2025-09-21 13:43:21', NULL, NULL, NULL), +(234, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:43:37', NULL, NULL, '2025-09-21 13:43:37', '2025-09-21 13:43:37', NULL, NULL, NULL), +(235, 'Payment Received', 'We received $590.00 for Invoice #37 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:43:38', NULL, NULL, '2025-09-21 13:43:38', '2025-09-21 13:43:38', NULL, NULL, NULL), +(236, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:46:07', NULL, NULL, '2025-09-21 13:46:07', '2025-09-21 13:46:07', NULL, NULL, NULL), +(237, 'Payment Received', 'We received $370.00 for Invoice #61 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:46:07', NULL, NULL, '2025-09-21 13:46:07', '2025-09-21 13:46:07', NULL, NULL, NULL), +(238, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:46:48', NULL, NULL, '2025-09-21 13:46:48', '2025-09-21 13:46:48', NULL, NULL, NULL), +(239, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:47:42', NULL, NULL, '2025-09-21 13:47:42', '2025-09-21 13:47:42', NULL, NULL, NULL), +(240, 'Payment Received', 'We received $370.00 for Invoice #87 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:47:43', NULL, NULL, '2025-09-21 13:47:43', '2025-09-21 13:47:43', NULL, NULL, NULL), +(241, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:48:02', NULL, NULL, '2025-09-21 13:48:02', '2025-09-21 13:48:02', NULL, NULL, NULL), +(242, 'Payment Received', 'We received $590.00 for Invoice #8 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:48:03', NULL, NULL, '2025-09-21 13:48:03', '2025-09-21 13:48:03', NULL, NULL, NULL), +(243, 'Payment Received', 'We received $70.00 for Invoice #95 (Installment #0). New balance: $300.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:50:01', NULL, NULL, '2025-09-21 13:50:01', '2025-09-21 13:50:01', NULL, NULL, NULL), +(244, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:50:03', NULL, NULL, '2025-09-21 13:50:03', '2025-09-21 13:50:03', NULL, NULL, NULL), +(245, 'Payment Received', 'We received $590.00 for Invoice #74 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:50:04', NULL, NULL, '2025-09-21 13:50:04', '2025-09-21 13:50:04', NULL, NULL, NULL), +(246, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:50:50', NULL, NULL, '2025-09-21 13:50:50', '2025-09-21 13:50:50', NULL, NULL, NULL), +(247, 'Payment Received', 'We received $590.00 for Invoice #28 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:50:51', NULL, NULL, '2025-09-21 13:50:51', '2025-09-21 13:50:51', NULL, NULL, NULL), +(248, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:51:34', NULL, NULL, '2025-09-21 13:51:34', '2025-09-21 13:51:34', NULL, NULL, NULL), +(249, 'Payment Received', 'We received $810.00 for Invoice #15 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:51:35', NULL, NULL, '2025-09-21 13:51:35', '2025-09-21 13:51:35', NULL, NULL, NULL), +(250, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:51:40', NULL, NULL, '2025-09-21 13:51:40', '2025-09-21 13:51:40', NULL, NULL, NULL), +(251, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:51:49', NULL, NULL, '2025-09-21 13:51:49', '2025-09-21 13:51:49', NULL, NULL, NULL), +(252, 'Payment Received', 'We received $300.00 for Invoice #95 (Installment #1). New balance: $70.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:51:50', NULL, NULL, '2025-09-21 13:51:50', '2025-09-21 13:51:50', NULL, NULL, NULL), +(253, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:52:52', NULL, NULL, '2025-09-21 13:52:52', '2025-09-21 13:52:52', NULL, NULL, NULL), +(254, 'Payment Received', 'We received $200.00 for Invoice #26 (Installment #1). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:52:53', NULL, NULL, '2025-09-21 13:52:53', '2025-09-21 13:52:53', NULL, NULL, NULL), +(255, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:54:00', NULL, NULL, '2025-09-21 13:54:00', '2025-09-21 13:54:00', NULL, NULL, NULL), +(256, 'Payment Received', 'We received $590.00 for Invoice #35 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:54:01', NULL, NULL, '2025-09-21 13:54:01', '2025-09-21 13:54:01', NULL, NULL, NULL), +(257, 'Payment Received', 'We received $590.00 for Invoice #25 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:54:48', NULL, NULL, '2025-09-21 13:54:48', '2025-09-21 13:54:48', NULL, NULL, NULL), +(258, 'Payment Received', 'We received $490.00 for Invoice #96 (Installment #0). New balance: $100.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:54:55', NULL, NULL, '2025-09-21 13:54:55', '2025-09-21 13:54:55', NULL, NULL, NULL), +(259, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:04', NULL, NULL, '2025-09-21 13:56:04', '2025-09-21 13:56:04', NULL, NULL, NULL), +(260, 'Payment Received', 'We received $590.00 for Invoice #40 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:05', NULL, NULL, '2025-09-21 13:56:05', '2025-09-21 13:56:05', NULL, NULL, NULL), +(261, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:07', NULL, NULL, '2025-09-21 13:56:07', '2025-09-21 13:56:07', NULL, NULL, NULL), +(262, 'Payment Received', 'We received $370.00 for Invoice #12 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:08', NULL, NULL, '2025-09-21 13:56:08', '2025-09-21 13:56:08', NULL, NULL, NULL), +(263, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:31', NULL, NULL, '2025-09-21 13:56:31', '2025-09-21 13:56:31', NULL, NULL, NULL), +(264, 'Payment Received', 'We received $590.00 for Invoice #42 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:56:32', NULL, NULL, '2025-09-21 13:56:32', '2025-09-21 13:56:32', NULL, NULL, NULL), +(265, 'Payment Received', 'We received $200.00 for Invoice #30 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:57:45', NULL, NULL, '2025-09-21 13:57:45', '2025-09-21 13:57:45', NULL, NULL, NULL), +(266, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:58:18', NULL, NULL, '2025-09-21 13:58:18', '2025-09-21 13:58:18', NULL, NULL, NULL), +(267, 'Payment Received', 'We received $350.00 for Invoice #82 (Installment #1). New balance: $20.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:58:19', NULL, NULL, '2025-09-21 13:58:19', '2025-09-21 13:58:19', NULL, NULL, NULL), +(268, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:58:22', NULL, NULL, '2025-09-21 13:58:22', '2025-09-21 13:58:22', NULL, NULL, NULL), +(269, 'Payment Received', 'We received $370.00 for Invoice #17 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:58:22', NULL, NULL, '2025-09-21 13:58:22', '2025-09-21 13:58:22', NULL, NULL, NULL), +(270, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:20', NULL, NULL, '2025-09-21 13:59:20', '2025-09-21 13:59:20', NULL, NULL, NULL), +(271, 'Payment Received', 'We received $810.00 for Invoice #43 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:21', NULL, NULL, '2025-09-21 13:59:21', '2025-09-21 13:59:21', NULL, NULL, NULL), +(272, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:45', NULL, NULL, '2025-09-21 13:59:45', '2025-09-21 13:59:45', NULL, NULL, NULL), +(273, 'Payment Received', 'We received $370.00 for Invoice #52 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:46', NULL, NULL, '2025-09-21 13:59:46', '2025-09-21 13:59:46', NULL, NULL, NULL), +(274, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:46', NULL, NULL, '2025-09-21 13:59:46', '2025-09-21 13:59:46', NULL, NULL, NULL), +(275, 'Payment Received', 'We received $810.00 for Invoice #31 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:47', NULL, NULL, '2025-09-21 13:59:47', '2025-09-21 13:59:47', NULL, NULL, NULL), +(276, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:56', NULL, NULL, '2025-09-21 13:59:56', '2025-09-21 13:59:56', NULL, NULL, NULL), +(277, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:57', NULL, NULL, '2025-09-21 13:59:57', '2025-09-21 13:59:57', NULL, NULL, NULL), +(278, 'Payment Received', 'We received $590.00 for Invoice #9 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:57', NULL, NULL, '2025-09-21 13:59:57', '2025-09-21 13:59:57', NULL, NULL, NULL), +(279, 'Payment Received', 'We received $200.00 for Invoice #16 (Installment #1). New balance: $590.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 13:59:58', NULL, NULL, '2025-09-21 13:59:58', '2025-09-21 13:59:58', NULL, NULL, NULL), +(280, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:01:50', NULL, NULL, '2025-09-21 14:01:50', '2025-09-21 14:01:50', NULL, NULL, NULL), +(281, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:01:59', NULL, NULL, '2025-09-21 14:01:59', '2025-09-21 14:01:59', NULL, NULL, NULL), +(282, 'Payment Received', 'We received $370.00 for Invoice #13 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:02:00', NULL, NULL, '2025-09-21 14:02:00', '2025-09-21 14:02:00', NULL, NULL, NULL), +(283, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:02:03', NULL, NULL, '2025-09-21 14:02:03', '2025-09-21 14:02:03', NULL, NULL, NULL), +(284, 'Payment Received', 'We received $590.00 for Invoice #53 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:02:04', NULL, NULL, '2025-09-21 14:02:04', '2025-09-21 14:02:04', NULL, NULL, NULL), +(285, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:02:20', NULL, NULL, '2025-09-21 14:02:20', '2025-09-21 14:02:20', NULL, NULL, NULL), +(286, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:03:38', NULL, NULL, '2025-09-21 14:03:38', '2025-09-21 14:03:38', NULL, NULL, NULL), +(287, 'Payment Received', 'We received $590.00 for Invoice #23 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:03:39', NULL, NULL, '2025-09-21 14:03:39', '2025-09-21 14:03:39', NULL, NULL, NULL), +(288, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:03:45', NULL, NULL, '2025-09-21 14:03:45', '2025-09-21 14:03:45', NULL, NULL, NULL), +(289, 'Payment Received', 'We received $300.00 for Invoice #89 (Installment #1). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:03:46', NULL, NULL, '2025-09-21 14:03:46', '2025-09-21 14:03:46', NULL, NULL, NULL), +(290, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:04:06', NULL, NULL, '2025-09-21 14:04:06', '2025-09-21 14:04:06', NULL, NULL, NULL), +(291, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:04:26', NULL, NULL, '2025-09-21 14:04:26', '2025-09-21 14:04:26', NULL, NULL, NULL), +(292, 'Payment Received', 'We received $590.00 for Invoice #22 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:04:27', NULL, NULL, '2025-09-21 14:04:27', '2025-09-21 14:04:27', NULL, NULL, NULL), +(293, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:04:56', NULL, NULL, '2025-09-21 14:04:56', '2025-09-21 14:04:56', NULL, NULL, NULL), +(294, 'Payment Received', 'We received $590.00 for Invoice #6 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:04:57', NULL, NULL, '2025-09-21 14:04:57', '2025-09-21 14:04:57', NULL, NULL, NULL), +(295, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:05:33', NULL, NULL, '2025-09-21 14:05:33', '2025-09-21 14:05:33', NULL, NULL, NULL), +(296, 'Payment Received', 'We received $590.00 for Invoice #27 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:05:34', NULL, NULL, '2025-09-21 14:05:34', '2025-09-21 14:05:34', NULL, NULL, NULL), +(297, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:06:47', NULL, NULL, '2025-09-21 14:06:47', '2025-09-21 14:06:47', NULL, NULL, NULL), +(298, 'Payment Received', 'We received $400.00 for Invoice #24 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:06:48', NULL, NULL, '2025-09-21 14:06:48', '2025-09-21 14:06:48', NULL, NULL, NULL), +(299, 'Payment Received', 'We received $630.00 for Invoice #97 (Installment #0). New balance: $400.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:06', NULL, NULL, '2025-09-21 14:07:06', '2025-09-21 14:07:06', NULL, NULL, NULL), +(300, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:15', NULL, NULL, '2025-09-21 14:07:15', '2025-09-21 14:07:15', NULL, NULL, NULL), +(301, 'Payment Received', 'We received $810.00 for Invoice #72 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:16', NULL, NULL, '2025-09-21 14:07:16', '2025-09-21 14:07:16', NULL, NULL, NULL), +(302, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:51', NULL, NULL, '2025-09-21 14:07:51', '2025-09-21 14:07:51', NULL, NULL, NULL), +(303, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:57', NULL, NULL, '2025-09-21 14:07:57', '2025-09-21 14:07:57', NULL, NULL, NULL), +(304, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:57', NULL, NULL, '2025-09-21 14:07:57', '2025-09-21 14:07:57', NULL, NULL, NULL), +(305, 'Payment Received', 'We received $200.00 for Invoice #11 (Installment #1). New balance: $170.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:58', NULL, NULL, '2025-09-21 14:07:58', '2025-09-21 14:07:58', NULL, NULL, NULL), +(306, 'Payment Received', 'We received $810.00 for Invoice #44 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:07:59', NULL, NULL, '2025-09-21 14:07:59', '2025-09-21 14:07:59', NULL, NULL, NULL), +(307, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:08', NULL, NULL, '2025-09-21 14:08:08', '2025-09-21 14:08:08', NULL, NULL, NULL), +(308, 'Payment Received', 'We received $370.00 for Invoice #64 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:08', NULL, NULL, '2025-09-21 14:08:08', '2025-09-21 14:08:08', NULL, NULL, NULL), +(309, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:09', NULL, NULL, '2025-09-21 14:08:09', '2025-09-21 14:08:09', NULL, NULL, NULL), +(310, 'Payment Received', 'We received $590.00 for Invoice #67 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:10', NULL, NULL, '2025-09-21 14:08:10', '2025-09-21 14:08:10', NULL, NULL, NULL), +(311, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:45', NULL, NULL, '2025-09-21 14:08:45', '2025-09-21 14:08:45', NULL, NULL, NULL), +(312, 'Payment Received', 'We received $590.00 for Invoice #14 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:08:46', NULL, NULL, '2025-09-21 14:08:46', '2025-09-21 14:08:46', NULL, NULL, NULL), +(313, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:09:47', NULL, NULL, '2025-09-21 14:09:47', '2025-09-21 14:09:47', NULL, NULL, NULL), +(314, 'Payment Received', 'We received $300.00 for Invoice #56 (Installment #1). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:09:48', NULL, NULL, '2025-09-21 14:09:48', '2025-09-21 14:09:48', NULL, NULL, NULL), +(315, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:06', NULL, NULL, '2025-09-21 14:10:06', '2025-09-21 14:10:06', NULL, NULL, NULL), +(316, 'Payment Received', 'We received $370.00 for Invoice #66 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:06', NULL, NULL, '2025-09-21 14:10:06', '2025-09-21 14:10:06', NULL, NULL, NULL), +(317, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:27', NULL, NULL, '2025-09-21 14:10:27', '2025-09-21 14:10:27', NULL, NULL, NULL), +(318, 'Payment Received', 'We received $70.00 for Invoice #79 (Installment #1). New balance: $300.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:28', NULL, NULL, '2025-09-21 14:10:28', '2025-09-21 14:10:28', NULL, NULL, NULL), +(319, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:50', NULL, NULL, '2025-09-21 14:10:50', '2025-09-21 14:10:50', NULL, NULL, NULL), +(320, 'Payment Received', 'We received $200.00 for Invoice #60 (Installment #1). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:10:51', NULL, NULL, '2025-09-21 14:10:51', '2025-09-21 14:10:51', NULL, NULL, NULL), +(321, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:13', NULL, NULL, '2025-09-21 14:11:13', '2025-09-21 14:11:13', NULL, NULL, NULL), +(322, 'Payment Received', 'We received $590.00 for Invoice #57 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:14', NULL, NULL, '2025-09-21 14:11:14', '2025-09-21 14:11:14', NULL, NULL, NULL), +(323, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:36', NULL, NULL, '2025-09-21 14:11:36', '2025-09-21 14:11:36', NULL, NULL, NULL), +(324, 'Payment Received', 'We received $370.00 for Invoice #90 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:37', NULL, NULL, '2025-09-21 14:11:37', '2025-09-21 14:11:37', NULL, NULL, NULL), +(325, 'Payment Received', 'We received $370.00 for Invoice #38 (Installment #0). New balance: $200.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:46', NULL, NULL, '2025-09-21 14:11:46', '2025-09-21 14:11:46', NULL, NULL, NULL), +(326, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:54', NULL, NULL, '2025-09-21 14:11:54', '2025-09-21 14:11:54', NULL, NULL, NULL), +(327, 'Payment Received', 'We received $810.00 for Invoice #59 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:11:55', NULL, NULL, '2025-09-21 14:11:55', '2025-09-21 14:11:55', NULL, NULL, NULL), +(328, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:22', NULL, NULL, '2025-09-21 14:13:22', '2025-09-21 14:13:22', NULL, NULL, NULL), +(329, 'Payment Received', 'We received $370.00 for Invoice #83 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:22', NULL, NULL, '2025-09-21 14:13:22', '2025-09-21 14:13:22', NULL, NULL, NULL), +(330, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:39', NULL, NULL, '2025-09-21 14:13:39', '2025-09-21 14:13:39', NULL, NULL, NULL), +(331, 'Payment Received', 'We received $100.00 for Invoice #73 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:40', NULL, NULL, '2025-09-21 14:13:40', '2025-09-21 14:13:40', NULL, NULL, NULL), +(332, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:48', NULL, NULL, '2025-09-21 14:13:48', '2025-09-21 14:13:48', NULL, NULL, NULL), +(333, 'Payment Received', 'We received $810.00 for Invoice #36 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:13:49', NULL, NULL, '2025-09-21 14:13:49', '2025-09-21 14:13:49', NULL, NULL, NULL), +(334, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:15:35', NULL, NULL, '2025-09-21 14:15:35', '2025-09-21 14:15:35', NULL, NULL, NULL), +(335, 'Payment Received', 'We received $120.00 for Invoice #81 (Installment #1). New balance: $470.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:15:36', NULL, NULL, '2025-09-21 14:15:36', '2025-09-21 14:15:36', NULL, NULL, NULL), +(336, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:25', NULL, NULL, '2025-09-21 14:16:25', '2025-09-21 14:16:25', NULL, NULL, NULL), +(337, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:25', NULL, NULL, '2025-09-21 14:16:25', '2025-09-21 14:16:25', NULL, NULL, NULL), +(338, 'Payment Received', 'We received $400.00 for Invoice #97 (Installment #1). New balance: $630.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:25', NULL, NULL, '2025-09-21 14:16:25', '2025-09-21 14:16:25', NULL, NULL, NULL), +(339, 'Payment Received', 'We received $810.00 for Invoice #58 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:26', NULL, NULL, '2025-09-21 14:16:26', '2025-09-21 14:16:26', NULL, NULL, NULL), +(340, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:31', NULL, NULL, '2025-09-21 14:16:31', '2025-09-21 14:16:31', NULL, NULL, NULL), +(341, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:31', NULL, NULL, '2025-09-21 14:16:31', '2025-09-21 14:16:31', NULL, NULL, NULL), +(342, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:47', NULL, NULL, '2025-09-21 14:16:47', '2025-09-21 14:16:47', NULL, NULL, NULL), +(343, 'Payment Received', 'We received $370.00 for Invoice #10 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:48', NULL, NULL, '2025-09-21 14:16:48', '2025-09-21 14:16:48', NULL, NULL, NULL), +(344, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:50', NULL, NULL, '2025-09-21 14:16:50', '2025-09-21 14:16:50', NULL, NULL, NULL), +(345, 'Payment Received', 'We received $810.00 for Invoice #50 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:16:51', NULL, NULL, '2025-09-21 14:16:51', '2025-09-21 14:16:51', NULL, NULL, NULL), +(346, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:29', NULL, NULL, '2025-09-21 14:17:29', '2025-09-21 14:17:29', NULL, NULL, NULL), +(347, 'Payment Received', 'We received $810.00 for Invoice #71 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:30', NULL, NULL, '2025-09-21 14:17:30', '2025-09-21 14:17:30', NULL, NULL, NULL), +(348, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:38', NULL, NULL, '2025-09-21 14:17:38', '2025-09-21 14:17:38', NULL, NULL, NULL), +(349, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:39', NULL, NULL, '2025-09-21 14:17:39', '2025-09-21 14:17:39', NULL, NULL, NULL), +(350, 'Payment Received', 'We received $200.00 for Invoice #38 (Installment #1). New balance: $370.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:39', NULL, NULL, '2025-09-21 14:17:39', '2025-09-21 14:17:39', NULL, NULL, NULL), +(351, 'Payment Received', 'We received $70.00 for Invoice #99 (Installment #0). New balance: $300.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:17:41', NULL, NULL, '2025-09-21 14:17:41', '2025-09-21 14:17:41', NULL, NULL, NULL), +(352, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:18:11', NULL, NULL, '2025-09-21 14:18:11', '2025-09-21 14:18:11', NULL, NULL, NULL), +(353, 'Payment Received', 'We received $150.00 for Invoice #98 (Installment #1). New balance: $220.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:18:12', NULL, NULL, '2025-09-21 14:18:12', '2025-09-21 14:18:12', NULL, NULL, NULL), +(354, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:19:33', NULL, NULL, '2025-09-21 14:19:33', '2025-09-21 14:19:33', NULL, NULL, NULL), +(355, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:19:49', NULL, NULL, '2025-09-21 14:19:49', '2025-09-21 14:19:49', NULL, NULL, NULL), +(356, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:23:30', NULL, NULL, '2025-09-21 14:23:30', '2025-09-21 14:23:30', NULL, NULL, NULL), +(357, 'Payment Received', 'We received $100.00 for Invoice #96 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:23:30', NULL, NULL, '2025-09-21 14:23:30', '2025-09-21 14:23:30', NULL, NULL, NULL), +(358, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:23:38', NULL, NULL, '2025-09-21 14:23:38', '2025-09-21 14:23:38', NULL, NULL, NULL), +(359, 'Payment Received', 'We received $300.00 for Invoice #99 (Installment #1). New balance: $70.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:23:39', NULL, NULL, '2025-09-21 14:23:39', '2025-09-21 14:23:39', NULL, NULL, NULL), +(360, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:24:00', NULL, NULL, '2025-09-21 14:24:00', '2025-09-21 14:24:00', NULL, NULL, NULL), +(361, 'Payment Received', 'We received $590.00 for Invoice #101 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:24:01', NULL, NULL, '2025-09-21 14:24:01', '2025-09-21 14:24:01', NULL, NULL, NULL), +(362, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:27:37', NULL, NULL, '2025-09-21 14:27:37', '2025-09-21 14:27:37', NULL, NULL, NULL), +(363, 'Payment Received', 'We received $100.00 for Invoice #29 (Installment #1). New balance: $470.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:27:38', NULL, NULL, '2025-09-21 14:27:38', '2025-09-21 14:27:38', NULL, NULL, NULL), +(364, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:31:02', NULL, NULL, '2025-09-21 14:31:02', '2025-09-21 14:31:02', NULL, NULL, NULL), +(365, 'Payment Received', 'We received $370.00 for Invoice #85 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:31:03', NULL, NULL, '2025-09-21 14:31:03', '2025-09-21 14:31:03', NULL, NULL, NULL), +(366, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:31:26', NULL, NULL, '2025-09-21 14:31:26', '2025-09-21 14:31:26', NULL, NULL, NULL), +(367, 'Payment Received', 'We received $300.00 for Invoice #99 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:36:47', NULL, NULL, '2025-09-21 14:36:47', '2025-09-21 14:36:47', NULL, NULL, NULL), +(368, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:37:04', NULL, NULL, '2025-09-21 14:37:04', '2025-09-21 14:37:04', NULL, NULL, NULL), +(369, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:40:13', NULL, NULL, '2025-09-21 14:40:13', '2025-09-21 14:40:13', NULL, NULL, NULL), +(370, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:41:49', NULL, NULL, '2025-09-21 14:41:49', '2025-09-21 14:41:49', NULL, NULL, NULL), +(371, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:42:34', NULL, NULL, '2025-09-21 14:42:34', '2025-09-21 14:42:34', NULL, NULL, NULL), +(372, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:44:02', NULL, NULL, '2025-09-21 14:44:02', '2025-09-21 14:44:02', NULL, NULL, NULL), +(373, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:47:10', NULL, NULL, '2025-09-21 14:47:10', '2025-09-21 14:47:10', NULL, NULL, NULL), +(374, 'Payment Received', 'We received $590.00 for Invoice #103 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:47:11', NULL, NULL, '2025-09-21 14:47:11', '2025-09-21 14:47:11', NULL, NULL, NULL), +(375, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:48:14', NULL, NULL, '2025-09-21 14:48:14', '2025-09-21 14:48:14', NULL, NULL, NULL), +(376, 'Payment Received', 'We received $200.00 for Invoice #100 (Installment #1). New balance: $170.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:48:15', NULL, NULL, '2025-09-21 14:48:15', '2025-09-21 14:48:15', NULL, NULL, NULL), +(377, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:53:35', NULL, NULL, '2025-09-21 14:53:35', '2025-09-21 14:53:35', NULL, NULL, NULL), +(378, 'Payment Received', 'We received $590.00 for Invoice #104 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:53:36', NULL, NULL, '2025-09-21 14:53:36', '2025-09-21 14:53:36', NULL, NULL, NULL), +(379, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:58:55', NULL, NULL, '2025-09-21 14:58:55', '2025-09-21 14:58:55', NULL, NULL, NULL), +(380, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 14:59:11', NULL, NULL, '2025-09-21 14:59:11', '2025-09-21 14:59:11', NULL, NULL, NULL), +(381, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:00:21', NULL, NULL, '2025-09-21 15:00:21', '2025-09-21 15:00:21', NULL, NULL, NULL), +(382, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:00:24', NULL, NULL, '2025-09-21 15:00:24', '2025-09-21 15:00:24', NULL, NULL, NULL), +(383, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:00:24', NULL, NULL, '2025-09-21 15:00:24', '2025-09-21 15:00:24', NULL, NULL, NULL); +INSERT INTO `notifications` (`id`, `title`, `message`, `target_group`, `delivery_channels`, `priority`, `status`, `action_url`, `attachment_path`, `scheduled_at`, `sent_at`, `expires_at`, `created_at`, `updated_at`, `deleted_at`, `school_year`, `semester`) VALUES +(384, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:01:21', NULL, NULL, '2025-09-21 15:01:21', '2025-09-21 15:01:21', NULL, NULL, NULL), +(385, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:03:11', NULL, NULL, '2025-09-21 15:03:11', '2025-09-21 15:03:11', NULL, NULL, NULL), +(386, 'Payment Received', 'We received $570.00 for Invoice #105 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:03:12', NULL, NULL, '2025-09-21 15:03:12', '2025-09-21 15:03:12', NULL, NULL, NULL), +(387, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:05:24', NULL, NULL, '2025-09-21 15:05:24', '2025-09-21 15:05:24', NULL, NULL, NULL), +(388, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:05:54', NULL, NULL, '2025-09-21 15:05:54', '2025-09-21 15:05:54', NULL, NULL, NULL), +(389, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:14:24', NULL, NULL, '2025-09-21 15:14:24', '2025-09-21 15:14:24', NULL, NULL, NULL), +(390, 'Payment Received', 'We received $100.00 for Invoice #106 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:14:25', NULL, NULL, '2025-09-21 15:14:25', '2025-09-21 15:14:25', NULL, NULL, NULL), +(391, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:15:43', NULL, NULL, '2025-09-21 15:15:43', '2025-09-21 15:15:43', NULL, NULL, NULL), +(392, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:18:30', NULL, NULL, '2025-09-21 15:18:30', '2025-09-21 15:18:30', NULL, NULL, NULL), +(393, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:19:33', NULL, NULL, '2025-09-21 15:19:33', '2025-09-21 15:19:33', NULL, NULL, NULL), +(394, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:20:16', NULL, NULL, '2025-09-21 15:20:16', '2025-09-21 15:20:16', NULL, NULL, NULL), +(395, 'Payment Received', 'We received $100.00 for Invoice #107 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:20:17', NULL, NULL, '2025-09-21 15:20:17', '2025-09-21 15:20:17', NULL, NULL, NULL), +(396, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:24:22', NULL, NULL, '2025-09-21 15:24:22', '2025-09-21 15:24:22', NULL, NULL, NULL), +(397, 'Payment Received', 'We received $1,230.00 for Invoice #108 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:26:27', NULL, NULL, '2025-09-21 15:26:27', '2025-09-21 15:26:27', NULL, NULL, NULL), +(398, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:29:15', NULL, NULL, '2025-09-21 15:29:15', '2025-09-21 15:29:15', NULL, NULL, NULL), +(399, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:31:23', NULL, NULL, '2025-09-21 15:31:23', '2025-09-21 15:31:23', NULL, NULL, NULL), +(400, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:32:46', NULL, NULL, '2025-09-21 15:32:46', '2025-09-21 15:32:46', NULL, NULL, NULL), +(401, 'Payment Received', 'We received $290.00 for Invoice #109 (Installment #0). New balance: $300.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:33:36', NULL, NULL, '2025-09-21 15:33:36', '2025-09-21 15:33:36', NULL, NULL, NULL), +(402, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:35:24', NULL, NULL, '2025-09-21 15:35:24', '2025-09-21 15:35:24', NULL, NULL, NULL), +(403, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:35:24', NULL, NULL, '2025-09-21 15:35:24', '2025-09-21 15:35:24', NULL, NULL, NULL), +(404, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:36:56', NULL, NULL, '2025-09-21 15:36:56', '2025-09-21 15:36:56', NULL, NULL, NULL), +(405, 'Payment Received', 'We received $810.00 for Invoice #110 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:49:13', NULL, NULL, '2025-09-21 15:49:13', '2025-09-21 15:49:13', NULL, NULL, NULL), +(406, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:50:52', NULL, NULL, '2025-09-21 15:50:52', '2025-09-21 15:50:52', NULL, NULL, NULL), +(407, 'Payment Received', 'We received $400.00 for Invoice #112 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 15:54:07', NULL, NULL, '2025-09-21 15:54:07', '2025-09-21 15:54:07', NULL, NULL, NULL), +(408, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 16:13:30', NULL, NULL, '2025-09-21 16:13:30', '2025-09-21 16:13:30', NULL, NULL, NULL), +(409, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 16:50:32', NULL, NULL, '2025-09-21 16:50:32', '2025-09-21 16:50:32', NULL, NULL, NULL), +(410, 'Payment Received', 'We received $200.00 for Invoice #41 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 16:50:33', NULL, NULL, '2025-09-21 16:50:33', '2025-09-21 16:50:33', NULL, NULL, NULL), +(411, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 16:51:53', NULL, NULL, '2025-09-21 16:51:53', '2025-09-21 16:51:53', NULL, NULL, NULL), +(412, 'Payment Received', 'We received $810.00 for Invoice #111 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 16:52:02', NULL, NULL, '2025-09-21 16:52:02', '2025-09-21 16:52:02', NULL, NULL, NULL), +(413, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:30:24', NULL, NULL, '2025-09-21 17:30:24', '2025-09-21 17:30:24', NULL, NULL, NULL), +(414, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:33:55', NULL, NULL, '2025-09-21 17:33:55', '2025-09-21 17:33:55', NULL, NULL, NULL), +(415, 'Payment Received', 'We received $100.00 for Invoice #84 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:33:55', NULL, NULL, '2025-09-21 17:33:55', '2025-09-21 17:33:55', NULL, NULL, NULL), +(416, 'Payment Received', 'We received $20.00 for Invoice #82 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:34:46', NULL, NULL, '2025-09-21 17:34:46', '2025-09-21 17:34:46', NULL, NULL, NULL), +(417, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:35:52', NULL, NULL, '2025-09-21 17:35:52', '2025-09-21 17:35:52', NULL, NULL, NULL), +(418, 'Payment Received', 'We received $400.00 for Invoice #113 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:35:53', NULL, NULL, '2025-09-21 17:35:53', '2025-09-21 17:35:53', NULL, NULL, NULL), +(419, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:37:50', NULL, NULL, '2025-09-21 17:37:50', '2025-09-21 17:37:50', NULL, NULL, NULL), +(420, 'Payment Received', 'We received $50.00 for Invoice #109 (Installment #1). New balance: $540.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 17:37:51', NULL, NULL, '2025-09-21 17:37:51', '2025-09-21 17:37:51', NULL, NULL, NULL), +(421, 'Payment Received', 'We received $370.00 for Invoice #70 (Installment #1). New balance: $370.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:01:42', NULL, NULL, '2025-09-21 19:01:42', '2025-09-21 19:01:42', NULL, NULL, NULL), +(422, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:14:32', NULL, NULL, '2025-09-21 19:14:32', '2025-09-21 19:14:32', NULL, NULL, NULL), +(423, 'Payment Received', 'We received $370.00 for Invoice #91 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:14:33', NULL, NULL, '2025-09-21 19:14:33', '2025-09-21 19:14:33', NULL, NULL, NULL), +(424, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:37:52', NULL, NULL, '2025-09-21 19:37:52', '2025-09-21 19:37:52', NULL, NULL, NULL), +(425, 'Payment Received', 'We received $810.00 for Invoice #68 (Installment #1). New balance: $810.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:37:53', NULL, NULL, '2025-09-21 19:37:53', '2025-09-21 19:37:53', NULL, NULL, NULL), +(426, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:41:54', NULL, NULL, '2025-09-21 19:41:54', '2025-09-21 19:41:54', NULL, NULL, NULL), +(427, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:42:44', NULL, NULL, '2025-09-21 19:42:44', '2025-09-21 19:42:44', NULL, NULL, NULL), +(428, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:43:14', NULL, NULL, '2025-09-21 19:43:14', '2025-09-21 19:43:14', NULL, NULL, NULL), +(429, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:43:39', NULL, NULL, '2025-09-21 19:43:39', '2025-09-21 19:43:39', NULL, NULL, NULL), +(430, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:43:52', NULL, NULL, '2025-09-21 19:43:52', '2025-09-21 19:43:52', NULL, NULL, NULL), +(431, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:47:19', NULL, NULL, '2025-09-21 19:47:19', '2025-09-21 19:47:19', NULL, NULL, NULL), +(432, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:47:19', NULL, NULL, '2025-09-21 19:47:19', '2025-09-21 19:47:19', NULL, NULL, NULL), +(433, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:48:40', NULL, NULL, '2025-09-21 19:48:40', '2025-09-21 19:48:40', NULL, NULL, NULL), +(434, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:53:59', NULL, NULL, '2025-09-21 19:53:59', '2025-09-21 19:53:59', NULL, NULL, NULL), +(435, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:54:21', NULL, NULL, '2025-09-21 19:54:21', '2025-09-21 19:54:21', NULL, NULL, NULL), +(436, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:55:06', NULL, NULL, '2025-09-21 19:55:06', '2025-09-21 19:55:06', NULL, NULL, NULL), +(437, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:55:07', NULL, NULL, '2025-09-21 19:55:07', '2025-09-21 19:55:07', NULL, NULL, NULL), +(438, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:55:17', NULL, NULL, '2025-09-21 19:55:17', '2025-09-21 19:55:17', NULL, NULL, NULL), +(439, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:55:46', NULL, NULL, '2025-09-21 19:55:46', '2025-09-21 19:55:46', NULL, NULL, NULL), +(440, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:56:03', NULL, NULL, '2025-09-21 19:56:03', '2025-09-21 19:56:03', NULL, NULL, NULL), +(441, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:56:23', NULL, NULL, '2025-09-21 19:56:23', '2025-09-21 19:56:23', NULL, NULL, NULL), +(442, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:56:23', NULL, NULL, '2025-09-21 19:56:23', '2025-09-21 19:56:23', NULL, NULL, NULL), +(443, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:57:17', NULL, NULL, '2025-09-21 19:57:17', '2025-09-21 19:57:17', NULL, NULL, NULL), +(444, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 19:57:42', NULL, NULL, '2025-09-21 19:57:42', '2025-09-21 19:57:42', NULL, NULL, NULL), +(445, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:00:14', NULL, NULL, '2025-09-21 20:00:14', '2025-09-21 20:00:14', NULL, NULL, NULL), +(446, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:00:57', NULL, NULL, '2025-09-21 20:00:57', '2025-09-21 20:00:57', NULL, NULL, NULL), +(447, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:01:25', NULL, NULL, '2025-09-21 20:01:25', '2025-09-21 20:01:25', NULL, NULL, NULL), +(448, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:02:20', NULL, NULL, '2025-09-21 20:02:20', '2025-09-21 20:02:20', NULL, NULL, NULL), +(449, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:03:13', NULL, NULL, '2025-09-21 20:03:13', '2025-09-21 20:03:13', NULL, NULL, NULL), +(450, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-21 20:04:03', NULL, NULL, '2025-09-21 20:04:03', '2025-09-21 20:04:03', NULL, NULL, NULL), +(451, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-22 00:41:03', NULL, NULL, '2025-09-22 00:41:03', '2025-09-22 00:41:03', NULL, NULL, NULL), +(452, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-23 00:39:57', NULL, NULL, '2025-09-23 00:39:57', '2025-09-23 00:39:57', NULL, NULL, NULL), +(453, 'Payment Received', 'We received $180.00 for Invoice #114 (Installment #0). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-23 00:43:16', NULL, NULL, '2025-09-23 00:43:16', '2025-09-23 00:43:16', NULL, NULL, NULL), +(454, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-23 13:24:46', NULL, NULL, '2025-09-23 13:24:46', '2025-09-23 13:24:46', NULL, NULL, NULL), +(455, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 02:31:00', NULL, NULL, '2025-09-25 02:31:00', '2025-09-25 02:31:00', NULL, NULL, NULL), +(456, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 02:36:28', NULL, NULL, '2025-09-25 02:36:28', '2025-09-25 02:36:28', NULL, NULL, NULL), +(457, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 02:36:30', NULL, NULL, '2025-09-25 02:36:30', '2025-09-25 02:36:30', NULL, NULL, NULL), +(458, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 02:39:22', NULL, NULL, '2025-09-25 02:39:22', '2025-09-25 02:39:22', NULL, NULL, NULL), +(459, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 02:40:52', NULL, NULL, '2025-09-25 02:40:52', '2025-09-25 02:40:52', NULL, NULL, NULL), +(460, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 23:18:24', NULL, NULL, '2025-09-25 23:18:24', '2025-09-25 23:18:24', NULL, NULL, NULL), +(461, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 23:18:25', NULL, NULL, '2025-09-25 23:18:25', '2025-09-25 23:18:25', NULL, NULL, NULL), +(462, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-25 23:20:44', NULL, NULL, '2025-09-25 23:20:44', '2025-09-25 23:20:44', NULL, NULL, NULL), +(463, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 15:39:25', NULL, NULL, '2025-09-27 15:39:25', '2025-09-27 15:39:25', NULL, NULL, NULL), +(464, 'Account Updated', 'Added charge: Unpaid Tuition ($137.50). New balance: $137.50.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 19:22:04', NULL, NULL, '2025-09-27 19:22:04', '2025-09-27 19:22:04', NULL, NULL, NULL), +(465, 'Account Updated', 'Added charge: Unpaid Tuition ($275.00). New balance: $275.00.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 19:27:08', NULL, NULL, '2025-09-27 19:27:08', '2025-09-27 19:27:08', NULL, NULL, NULL), +(466, 'Account Updated', 'Added charge: Unpaid Tuition ($483.75). New balance: $1,073.75.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 19:39:55', NULL, NULL, '2025-09-27 19:39:55', '2025-09-27 19:39:55', NULL, NULL, NULL), +(467, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 20:26:35', NULL, NULL, '2025-09-27 20:26:35', '2025-09-27 20:26:35', NULL, NULL, NULL), +(468, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 20:29:29', NULL, NULL, '2025-09-27 20:29:29', '2025-09-27 20:29:29', NULL, NULL, NULL), +(469, 'Account Updated', 'Added charge: Unpaid Tuition ($87.50). New balance: $257.50.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 20:53:39', NULL, NULL, '2025-09-27 20:53:39', '2025-09-27 20:53:39', NULL, NULL, NULL), +(470, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-27 22:59:57', NULL, NULL, '2025-09-27 22:59:57', '2025-09-27 22:59:57', NULL, NULL, NULL), +(471, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 05:20:01', NULL, NULL, '2025-09-28 05:20:01', '2025-09-28 05:20:01', NULL, NULL, NULL), +(472, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 13:52:02', NULL, NULL, '2025-09-28 13:52:02', '2025-09-28 13:52:02', NULL, NULL, NULL), +(473, 'Payment Received', 'We received $100.00 for Invoice #86 (Installment #1). New balance: $490.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 13:52:03', NULL, NULL, '2025-09-28 13:52:03', '2025-09-28 13:52:03', NULL, NULL, NULL), +(474, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 13:55:36', NULL, NULL, '2025-09-28 13:55:36', '2025-09-28 13:55:36', NULL, NULL, NULL), +(475, 'Payment Received', 'We received $810.00 for Invoice #80 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 13:55:37', NULL, NULL, '2025-09-28 13:55:37', '2025-09-28 13:55:37', NULL, NULL, NULL), +(476, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 13:58:52', NULL, NULL, '2025-09-28 13:58:52', '2025-09-28 13:58:52', NULL, NULL, NULL), +(477, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:01:10', NULL, NULL, '2025-09-28 14:01:10', '2025-09-28 14:01:10', NULL, NULL, NULL), +(478, 'Payment Received', 'We received $370.00 for Invoice #115 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:01:11', NULL, NULL, '2025-09-28 14:01:11', '2025-09-28 14:01:11', NULL, NULL, NULL), +(479, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:02:05', NULL, NULL, '2025-09-28 14:02:05', '2025-09-28 14:02:05', NULL, NULL, NULL), +(480, 'Payment Received', 'We received $100.00 for Invoice #116 (Installment #1). New balance: $270.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:02:06', NULL, NULL, '2025-09-28 14:02:06', '2025-09-28 14:02:06', NULL, NULL, NULL), +(481, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:03:15', NULL, NULL, '2025-09-28 14:03:15', '2025-09-28 14:03:15', NULL, NULL, NULL), +(482, 'Payment Received', 'We received $100.00 for Invoice #69 (Installment #1). New balance: $270.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:03:16', NULL, NULL, '2025-09-28 14:03:16', '2025-09-28 14:03:16', NULL, NULL, NULL), +(483, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:04:36', NULL, NULL, '2025-09-28 14:04:36', '2025-09-28 14:04:36', NULL, NULL, NULL), +(484, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:06:35', NULL, NULL, '2025-09-28 14:06:35', '2025-09-28 14:06:35', NULL, NULL, NULL), +(485, 'Payment Received', 'We received $200.00 for Invoice #102 (Installment #1). New balance: $590.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:06:36', NULL, NULL, '2025-09-28 14:06:36', '2025-09-28 14:06:36', NULL, NULL, NULL), +(486, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:09:51', NULL, NULL, '2025-09-28 14:09:51', '2025-09-28 14:09:51', NULL, NULL, NULL), +(487, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:10:41', NULL, NULL, '2025-09-28 14:10:41', '2025-09-28 14:10:41', NULL, NULL, NULL), +(488, 'Payment Received', 'We received $200.00 for Invoice #55 (Installment #1). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:10:42', NULL, NULL, '2025-09-28 14:10:42', '2025-09-28 14:10:42', NULL, NULL, NULL), +(489, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:11:41', NULL, NULL, '2025-09-28 14:11:41', '2025-09-28 14:11:41', NULL, NULL, NULL), +(490, 'Payment Received', 'We received $370.00 for Invoice #19 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:11:42', NULL, NULL, '2025-09-28 14:11:42', '2025-09-28 14:11:42', NULL, NULL, NULL), +(491, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:12:32', NULL, NULL, '2025-09-28 14:12:32', '2025-09-28 14:12:32', NULL, NULL, NULL), +(492, 'Payment Received', 'We received $100.00 for Invoice #117 (Installment #1). New balance: $270.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:12:32', NULL, NULL, '2025-09-28 14:12:32', '2025-09-28 14:12:32', NULL, NULL, NULL), +(493, 'Payment Received', 'We received $290.00 for Invoice #56 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:14:37', NULL, NULL, '2025-09-28 14:14:37', '2025-09-28 14:14:37', NULL, NULL, NULL), +(494, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:17:50', NULL, NULL, '2025-09-28 14:17:50', '2025-09-28 14:17:50', NULL, NULL, NULL), +(495, 'Payment Received', 'We received $590.00 for Invoice #118 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:17:51', NULL, NULL, '2025-09-28 14:17:51', '2025-09-28 14:17:51', NULL, NULL, NULL), +(496, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:24:07', NULL, NULL, '2025-09-28 14:24:07', '2025-09-28 14:24:07', NULL, NULL, NULL), +(497, 'Payment Received', 'We received $500.00 for Invoice #48 (Installment #1). New balance: $310.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:24:08', NULL, NULL, '2025-09-28 14:24:08', '2025-09-28 14:24:08', NULL, NULL, NULL), +(498, 'Payment Received', 'We received $410.00 for Invoice #93 (Installment #0). New balance: $600.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:26:45', NULL, NULL, '2025-09-28 14:26:45', '2025-09-28 14:26:45', NULL, NULL, NULL), +(499, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:28:35', NULL, NULL, '2025-09-28 14:28:35', '2025-09-28 14:28:35', NULL, NULL, NULL), +(500, 'Payment Received', 'We received $300.00 for Invoice #93 (Installment #1). New balance: $300.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:28:36', NULL, NULL, '2025-09-28 14:28:36', '2025-09-28 14:28:36', NULL, NULL, NULL), +(501, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:31:27', NULL, NULL, '2025-09-28 14:31:27', '2025-09-28 14:31:27', NULL, NULL, NULL), +(502, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:32:04', NULL, NULL, '2025-09-28 14:32:04', '2025-09-28 14:32:04', NULL, NULL, NULL), +(503, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:40:19', NULL, NULL, '2025-09-28 14:40:19', '2025-09-28 14:40:19', NULL, NULL, NULL), +(504, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:43:29', NULL, NULL, '2025-09-28 14:43:29', '2025-09-28 14:43:29', NULL, NULL, NULL), +(505, 'Payment Received', 'We received $200.00 for Invoice #120 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:43:30', NULL, NULL, '2025-09-28 14:43:30', '2025-09-28 14:43:30', NULL, NULL, NULL), +(506, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:47:27', NULL, NULL, '2025-09-28 14:47:27', '2025-09-28 14:47:27', NULL, NULL, NULL), +(507, 'Payment Received', 'We received $200.00 for Invoice #119 (Installment #1). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:47:28', NULL, NULL, '2025-09-28 14:47:28', '2025-09-28 14:47:28', NULL, NULL, NULL), +(508, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:51:30', NULL, NULL, '2025-09-28 14:51:30', '2025-09-28 14:51:30', NULL, NULL, NULL), +(509, 'Payment Received', 'We received $370.00 for Invoice #75 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 14:51:31', NULL, NULL, '2025-09-28 14:51:31', '2025-09-28 14:51:31', NULL, NULL, NULL), +(510, 'Payment Received', 'We received $90.00 for Invoice #75 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 15:12:20', NULL, NULL, '2025-09-28 15:12:20', '2025-09-28 15:12:20', NULL, NULL, NULL), +(511, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 15:20:34', NULL, NULL, '2025-09-28 15:20:34', '2025-09-28 15:20:34', NULL, NULL, NULL), +(512, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-28 15:22:49', NULL, NULL, '2025-09-28 15:22:49', '2025-09-28 15:22:49', NULL, NULL, NULL), +(513, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-09-29 19:43:51', NULL, NULL, '2025-09-29 19:43:51', '2025-09-29 19:43:51', NULL, NULL, NULL), +(514, 'Account Updated', 'Deducted amount: Tuition Adjustment ($-275.00). New balance: $0.00.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-01 00:55:04', NULL, NULL, '2025-10-01 00:55:04', '2025-10-01 00:55:04', NULL, NULL, NULL), +(515, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 03:10:25', NULL, NULL, '2025-10-02 03:10:25', '2025-10-02 03:10:25', NULL, NULL, NULL), +(516, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 03:21:31', NULL, NULL, '2025-10-02 03:21:31', '2025-10-02 03:21:31', NULL, NULL, NULL), +(517, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 06:25:05', NULL, NULL, '2025-10-02 06:25:05', '2025-10-02 06:25:05', NULL, NULL, NULL), +(518, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 06:32:03', NULL, NULL, '2025-10-02 06:32:03', '2025-10-02 06:32:03', NULL, NULL, NULL), +(519, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 06:32:17', NULL, NULL, '2025-10-02 06:32:17', '2025-10-02 06:32:17', NULL, NULL, NULL), +(520, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 06:33:09', NULL, NULL, '2025-10-02 06:33:09', '2025-10-02 06:33:09', NULL, NULL, NULL), +(521, 'Payment Received', 'We received $400.00 for Invoice #122 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 06:36:19', NULL, NULL, '2025-10-02 06:36:19', '2025-10-02 06:36:19', NULL, NULL, NULL), +(522, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-02 07:07:51', NULL, NULL, '2025-10-02 07:07:51', '2025-10-02 07:07:51', NULL, NULL, NULL), +(523, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-04 17:52:22', NULL, NULL, '2025-10-04 17:52:22', '2025-10-04 17:52:22', NULL, NULL, NULL), +(524, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-04 17:54:17', NULL, NULL, '2025-10-04 17:54:17', '2025-10-04 17:54:17', NULL, NULL, NULL), +(525, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-04 17:54:55', NULL, NULL, '2025-10-04 17:54:55', '2025-10-04 17:54:55', NULL, NULL, NULL), +(526, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 02:07:17', NULL, NULL, '2025-10-05 02:07:17', '2025-10-05 02:07:17', NULL, NULL, NULL), +(527, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:01:17', NULL, NULL, '2025-10-05 14:01:17', '2025-10-05 14:01:17', NULL, NULL, NULL), +(528, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:03:21', NULL, NULL, '2025-10-05 14:03:21', '2025-10-05 14:03:21', NULL, NULL, NULL), +(529, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:09:27', NULL, NULL, '2025-10-05 14:09:27', '2025-10-05 14:09:27', NULL, NULL, NULL), +(530, 'Payment Received', 'We received $120.00 for Invoice #124 (Installment #1). New balance: $470.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:09:28', NULL, NULL, '2025-10-05 14:09:28', '2025-10-05 14:09:28', NULL, NULL, NULL), +(531, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:15:23', NULL, NULL, '2025-10-05 14:15:23', '2025-10-05 14:15:23', NULL, NULL, NULL), +(532, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:15:53', NULL, NULL, '2025-10-05 14:15:53', '2025-10-05 14:15:53', NULL, NULL, NULL), +(533, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:17:00', NULL, NULL, '2025-10-05 14:17:00', '2025-10-05 14:17:00', NULL, NULL, NULL), +(534, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:17:49', NULL, NULL, '2025-10-05 14:17:49', '2025-10-05 14:17:49', NULL, NULL, NULL), +(535, 'Payment Received', 'We received $370.00 for Invoice #125 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:17:51', NULL, NULL, '2025-10-05 14:17:51', '2025-10-05 14:17:51', NULL, NULL, NULL), +(536, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:19:35', NULL, NULL, '2025-10-05 14:19:35', '2025-10-05 14:19:35', NULL, NULL, NULL), +(537, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:19:53', NULL, NULL, '2025-10-05 14:19:53', '2025-10-05 14:19:53', NULL, NULL, NULL), +(538, 'Payment Received', 'We received $170.00 for Invoice #126 (Installment #0). New balance: $200.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:25:30', NULL, NULL, '2025-10-05 14:25:30', '2025-10-05 14:25:30', NULL, NULL, NULL), +(539, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:26:51', NULL, NULL, '2025-10-05 14:26:51', '2025-10-05 14:26:51', NULL, NULL, NULL), +(540, 'Payment Received', 'We received $100.00 for Invoice #126 (Installment #1). New balance: $100.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:26:52', NULL, NULL, '2025-10-05 14:26:52', '2025-10-05 14:26:52', NULL, NULL, NULL), +(541, 'Payment Received', 'We received $560.00 for Invoice #123 (Installment #0). New balance: $250.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:31:46', NULL, NULL, '2025-10-05 14:31:46', '2025-10-05 14:31:46', NULL, NULL, NULL), +(542, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:36:50', NULL, NULL, '2025-10-05 14:36:50', '2025-10-05 14:36:50', NULL, NULL, NULL), +(543, 'Payment Received', 'We received $250.00 for Invoice #123 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 14:36:51', NULL, NULL, '2025-10-05 14:36:51', '2025-10-05 14:36:51', NULL, NULL, NULL), +(544, 'Payment Received', 'We received $100.00 for Invoice #96 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 15:48:30', NULL, NULL, '2025-10-05 15:48:30', '2025-10-05 15:48:30', NULL, NULL, NULL), +(545, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 16:43:02', NULL, NULL, '2025-10-05 16:43:02', '2025-10-05 16:43:02', NULL, NULL, NULL), +(546, 'Payment Pending', 'Your payment is pending. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 16:46:02', NULL, NULL, '2025-10-05 16:46:02', '2025-10-05 16:46:02', NULL, NULL, NULL), +(547, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 17:31:38', NULL, NULL, '2025-10-05 17:31:38', '2025-10-05 17:31:38', NULL, NULL, NULL), +(548, 'Payment Received', 'We received $100.00 for Invoice #127 (Installment #1). New balance: $470.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 17:31:39', NULL, NULL, '2025-10-05 17:31:39', '2025-10-05 17:31:39', NULL, NULL, NULL), +(549, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-05 19:59:09', NULL, NULL, '2025-10-05 19:59:09', '2025-10-05 19:59:09', NULL, NULL, NULL), +(550, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-12 13:58:34', NULL, NULL, '2025-10-12 13:58:34', '2025-10-12 13:58:34', NULL, NULL, NULL), +(551, 'Payment Received', 'We received $370.00 for Invoice #20 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-12 13:58:35', NULL, NULL, '2025-10-12 13:58:35', '2025-10-12 13:58:35', NULL, NULL, NULL), +(552, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-12 14:06:23', NULL, NULL, '2025-10-12 14:06:23', '2025-10-12 14:06:23', NULL, NULL, NULL), +(553, 'Payment Received', 'We received $80.00 for Invoice #128 (Installment #1). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-12 14:06:24', NULL, NULL, '2025-10-12 14:06:24', '2025-10-12 14:06:24', NULL, NULL, NULL), +(554, 'Payment Received', 'We received $590.00 for Invoice #47 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-26 14:34:12', NULL, NULL, '2025-10-26 14:34:12', '2025-10-26 14:34:12', NULL, NULL, NULL), +(555, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:24:59', NULL, NULL, '2025-10-28 02:24:59', '2025-10-28 02:24:59', NULL, NULL, NULL), +(556, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:18', NULL, NULL, '2025-10-28 02:31:18', '2025-10-28 02:31:18', NULL, NULL, NULL), +(557, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:19', NULL, NULL, '2025-10-28 02:31:19', '2025-10-28 02:31:19', NULL, NULL, NULL), +(558, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:19', NULL, NULL, '2025-10-28 02:31:19', '2025-10-28 02:31:19', NULL, NULL, NULL), +(559, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:20', NULL, NULL, '2025-10-28 02:31:20', '2025-10-28 02:31:20', NULL, NULL, NULL), +(560, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:21', NULL, NULL, '2025-10-28 02:31:21', '2025-10-28 02:31:21', NULL, NULL, NULL), +(561, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:21', NULL, NULL, '2025-10-28 02:31:21', '2025-10-28 02:31:21', NULL, NULL, NULL), +(562, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:22', NULL, NULL, '2025-10-28 02:31:22', '2025-10-28 02:31:22', NULL, NULL, NULL), +(563, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:23', NULL, NULL, '2025-10-28 02:31:23', '2025-10-28 02:31:23', NULL, NULL, NULL), +(564, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:24', NULL, NULL, '2025-10-28 02:31:24', '2025-10-28 02:31:24', NULL, NULL, NULL), +(565, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:31:25', NULL, NULL, '2025-10-28 02:31:25', '2025-10-28 02:31:25', NULL, NULL, NULL), +(566, 'Admission Decision', 'We’ve emailed you an update regarding your admission decision.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:48:27', NULL, NULL, '2025-10-28 02:48:27', '2025-10-28 02:48:27', NULL, NULL, NULL), +(567, 'Admission Decision', 'We’ve emailed you an update regarding your admission decision.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 02:50:54', NULL, NULL, '2025-10-28 02:50:54', '2025-10-28 02:50:54', NULL, NULL, NULL), +(568, 'Account Updated', 'Added charge: Balance Adjustment ($100.00). New balance: $0.00.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 03:09:51', NULL, NULL, '2025-10-28 03:09:51', '2025-10-28 03:09:51', NULL, NULL, NULL), +(569, 'Admission Decision', 'We’ve emailed you an update regarding your admission decision.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-10-28 03:55:45', NULL, NULL, '2025-10-28 03:55:45', '2025-10-28 03:55:45', NULL, NULL, NULL), +(570, 'Payment Received', 'We received $100.00 for Invoice #84 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-02 14:58:19', NULL, NULL, '2025-11-02 14:58:19', '2025-11-02 14:58:19', NULL, NULL, NULL), +(571, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-02 18:05:20', NULL, NULL, '2025-11-02 18:05:20', '2025-11-02 18:05:20', NULL, NULL, NULL), +(572, 'Payment Received', 'We received $100.00 for Invoice #79 (Installment #2). New balance: $420.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-02 18:05:21', NULL, NULL, '2025-11-02 18:05:21', '2025-11-02 18:05:21', NULL, NULL, NULL), +(573, 'Payment Received', 'We received $120.00 for Invoice #81 (Installment #2). New balance: $350.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-02 18:13:08', NULL, NULL, '2025-11-02 18:13:08', '2025-11-02 18:13:08', NULL, NULL, NULL), +(574, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 15:10:13', NULL, NULL, '2025-11-09 15:10:13', '2025-11-09 15:10:13', NULL, NULL, NULL), +(575, 'Payment Received', 'We received $200.00 for Invoice #129 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 15:10:14', NULL, NULL, '2025-11-09 15:10:14', '2025-11-09 15:10:14', NULL, NULL, NULL); +INSERT INTO `notifications` (`id`, `title`, `message`, `target_group`, `delivery_channels`, `priority`, `status`, `action_url`, `attachment_path`, `scheduled_at`, `sent_at`, `expires_at`, `created_at`, `updated_at`, `deleted_at`, `school_year`, `semester`) VALUES +(576, 'Payment Received', 'We received $100.00 for Invoice #86 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 15:13:34', NULL, NULL, '2025-11-09 15:13:34', '2025-11-09 15:13:34', NULL, NULL, NULL), +(577, 'Payment Received', 'We received $470.00 for Invoice #124 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 15:34:03', NULL, NULL, '2025-11-09 15:34:03', '2025-11-09 15:34:03', NULL, NULL, NULL), +(578, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 18:00:15', NULL, NULL, '2025-11-09 18:00:15', '2025-11-09 18:00:15', NULL, NULL, NULL), +(579, 'Payment Received', 'We received $390.00 for Invoice #114 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-09 18:00:16', NULL, NULL, '2025-11-09 18:00:16', '2025-11-09 18:00:16', NULL, NULL, NULL), +(580, 'Payment Received', 'We received $200.00 for Invoice #26 (Installment #2). New balance: $190.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 15:02:43', NULL, NULL, '2025-11-16 15:02:43', '2025-11-16 15:02:43', NULL, NULL, NULL), +(581, 'Payment Received', 'We received $200.00 for Invoice #119 (Installment #2). New balance: $190.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 15:03:35', NULL, NULL, '2025-11-16 15:03:35', '2025-11-16 15:03:35', NULL, NULL, NULL), +(582, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 15:09:05', NULL, NULL, '2025-11-16 15:09:05', '2025-11-16 15:09:05', NULL, NULL, NULL), +(583, 'Payment Received', 'We received $200.00 for Invoice #121 (Installment #1). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 15:09:06', NULL, NULL, '2025-11-16 15:09:06', '2025-11-16 15:09:06', NULL, NULL, NULL), +(584, 'Payment Received', 'We received $270.00 for Invoice #117 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 18:04:15', NULL, NULL, '2025-11-16 18:04:15', '2025-11-16 18:04:15', NULL, NULL, NULL), +(585, 'Payment Received', 'We received $290.00 for Invoice #89 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-16 18:06:32', NULL, NULL, '2025-11-16 18:06:32', '2025-11-16 18:06:32', NULL, NULL, NULL), +(586, 'Payment Received', 'We received $200.00 for Invoice #16 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-23 15:05:51', NULL, NULL, '2025-11-23 15:05:51', '2025-11-23 15:05:51', NULL, NULL, NULL), +(587, 'Payment Received', 'We received $120.00 for Invoice #128 (Installment #2). New balance: $170.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-11-23 19:57:28', NULL, NULL, '2025-11-23 19:57:28', '2025-11-23 19:57:28', NULL, NULL, NULL), +(588, 'Payment Received', 'We received $200.00 for Invoice #127 (Installment #2). New balance: $270.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-07 15:04:37', NULL, NULL, '2025-12-07 15:04:37', '2025-12-07 15:04:37', NULL, NULL, NULL), +(589, 'Payment Received', 'We received $100.00 for Invoice #84 (Installment #3). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-07 16:15:00', NULL, NULL, '2025-12-07 16:15:00', '2025-12-07 16:15:00', NULL, NULL, NULL), +(590, 'Payment Received', 'We received $150.00 for Invoice #79 (Installment #3). New balance: $270.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-07 18:05:54', NULL, NULL, '2025-12-07 18:05:54', '2025-12-07 18:05:54', NULL, NULL, NULL), +(591, 'Payment Received', 'We received $50.00 for Invoice #11 (Installment #2). New balance: $120.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-07 18:10:11', NULL, NULL, '2025-12-07 18:10:11', '2025-12-07 18:10:11', NULL, NULL, NULL), +(592, 'Payment Received', 'We received $270.00 for Invoice #116 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-07 18:11:59', NULL, NULL, '2025-12-07 18:11:59', '2025-12-07 18:11:59', NULL, NULL, NULL), +(593, 'Payment Received', 'We received $100.00 for Invoice #107 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-14 15:00:39', NULL, NULL, '2025-12-14 15:00:39', '2025-12-14 15:00:39', NULL, NULL, NULL), +(594, 'Payment Received', 'We received $390.00 for Invoice #60 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-14 15:02:55', NULL, NULL, '2025-12-14 15:02:55', '2025-12-14 15:02:55', NULL, NULL, NULL), +(595, 'Payment Received', 'We received $180.00 for Invoice #69 (Installment #2). New balance: $90.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-14 15:09:46', NULL, NULL, '2025-12-14 15:09:46', '2025-12-14 15:09:46', NULL, NULL, NULL), +(596, 'Payment Received', 'We received $137.50 for Invoice #53 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-14 18:37:00', NULL, NULL, '2025-12-14 18:37:00', '2025-12-14 18:37:00', NULL, NULL, NULL), +(597, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-24 05:33:24', NULL, NULL, '2025-12-24 05:33:24', '2025-12-24 05:33:24', NULL, NULL, NULL), +(598, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-24 05:33:42', NULL, NULL, '2025-12-24 05:33:42', '2025-12-24 05:33:42', NULL, NULL, NULL), +(599, 'Enrollment Confirmed', 'Enrollment confirmed. Please check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2025-12-24 05:35:44', NULL, NULL, '2025-12-24 05:35:44', '2025-12-24 05:35:44', NULL, NULL, NULL), +(600, 'Payment Received', 'We received $100.00 for Invoice #81 (Installment #3). New balance: $250.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-04 15:12:56', NULL, NULL, '2026-01-04 15:12:56', '2026-01-04 15:12:56', NULL, NULL, NULL), +(601, 'Payment Received', 'We received $150.00 for Invoice #79 (Installment #4). New balance: $120.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-04 18:07:02', NULL, NULL, '2026-01-04 18:07:02', '2026-01-04 18:07:02', NULL, NULL, NULL), +(602, 'Payment Received', 'We received $100.00 for Invoice #106 (Installment #2). New balance: $390.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-11 17:33:52', NULL, NULL, '2026-01-11 17:33:52', '2026-01-11 17:33:52', NULL, NULL, NULL), +(603, 'Payment Received', 'We received $100.00 for Invoice #26 (Installment #3). New balance: $90.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-18 15:02:19', NULL, NULL, '2026-01-18 15:02:19', '2026-01-18 15:02:19', NULL, NULL, NULL), +(604, 'Payment Received', 'We received $257.50 for Invoice #100 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-18 15:06:12', NULL, NULL, '2026-01-18 15:06:12', '2026-01-18 15:06:12', NULL, NULL, NULL), +(605, 'Payment Received', 'We received $250.00 for Invoice #109 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-18 18:02:40', NULL, NULL, '2026-01-18 18:02:40', '2026-01-18 18:02:40', NULL, NULL, NULL), +(606, 'Payment Received', 'We received $100.00 for Invoice #86 (Installment #3). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-01-18 18:14:28', NULL, NULL, '2026-01-18 18:14:28', '2026-01-18 18:14:28', NULL, NULL, NULL), +(607, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-01T10:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 03:31:06', NULL, NULL, '2026-02-01 03:31:06', '2026-02-01 03:31:06', NULL, '2025-2026', 'Spring'), +(608, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-02-01T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 05:17:07', NULL, NULL, '2026-02-01 05:17:07', '2026-02-01 05:17:07', NULL, '2025-2026', 'Spring'), +(609, 'Print Request Removed', 'Print request removed for Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-02-01 10:00:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 05:19:07', NULL, NULL, '2026-02-01 05:19:07', '2026-02-01 05:19:07', NULL, '2025-2026', 'Spring'), +(610, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-02-01T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 05:19:32', NULL, NULL, '2026-02-01 05:19:32', '2026-02-01 05:19:32', NULL, '2025-2026', 'Spring'), +(611, 'Print Request Removed', 'Print request removed for Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-02-01 10:00:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 05:20:13', NULL, NULL, '2026-02-01 05:20:13', '2026-02-01 05:20:13', NULL, '2025-2026', 'Spring'), +(612, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-02-01T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 05:20:54', NULL, NULL, '2026-02-01 05:20:54', '2026-02-01 05:20:54', NULL, '2025-2026', 'Spring'), +(613, 'Payment Received', 'We received $50.00 for Invoice #11 (Installment #3). New balance: $70.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-01 14:59:19', NULL, NULL, '2026-02-01 14:59:19', '2026-02-01 14:59:19', NULL, NULL, NULL), +(614, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 15:23:04', NULL, NULL, '2026-02-01 15:23:04', '2026-02-01 15:23:04', NULL, '2025-2026', 'Spring'), +(615, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 15:23:06', NULL, NULL, '2026-02-01 15:23:06', '2026-02-01 15:23:06', NULL, '2025-2026', 'Spring'), +(616, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 15:28:57', NULL, NULL, '2026-02-01 15:28:57', '2026-02-01 15:28:57', NULL, '2025-2026', 'Spring'), +(617, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 15:28:59', NULL, NULL, '2026-02-01 15:28:59', '2026-02-01 15:28:59', NULL, '2025-2026', 'Spring'), +(618, 'Print Request Removed', 'Print request removed for Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08 11:00:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 15:29:33', NULL, NULL, '2026-02-01 15:29:33', '2026-02-01 15:29:33', NULL, '2025-2026', 'Spring'), +(619, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-01 15:30:31', NULL, NULL, '2026-02-01 15:30:31', '2026-02-01 15:30:31', NULL, '2025-2026', 'Spring'), +(620, 'Payment Received', 'We received $190.00 for Invoice #119 (Installment #3). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-01 15:34:13', NULL, NULL, '2026-02-01 15:34:13', '2026-02-01 15:34:13', NULL, NULL, NULL), +(621, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-08T11:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 15:43:57', NULL, NULL, '2026-02-01 15:43:57', '2026-02-01 15:43:57', NULL, '2025-2026', 'Spring'), +(622, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-08T12:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 17:23:21', NULL, NULL, '2026-02-01 17:23:21', '2026-02-01 17:23:21', NULL, '2025-2026', 'Spring'), +(623, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-08T12:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 17:23:25', NULL, NULL, '2026-02-01 17:23:25', '2026-02-01 17:23:25', NULL, '2025-2026', 'Spring'), +(624, 'Print Request Removed', 'Print request removed for Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-08 12:30:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-01 17:23:35', NULL, NULL, '2026-02-01 17:23:35', '2026-02-01 17:23:35', NULL, '2025-2026', 'Spring'), +(625, 'Admission Under Review', 'Your admission application is under review. We will notify you once it is approved.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-01 19:11:34', NULL, NULL, '2026-02-01 19:11:34', '2026-02-01 19:11:34', NULL, NULL, NULL), +(626, 'Admission Decision', 'We’ve emailed you an update regarding your admission decision.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-03 01:23:17', NULL, NULL, '2026-02-03 01:23:17', '2026-02-03 01:23:17', NULL, NULL, NULL), +(627, 'Payment Received', 'We received $220.00 for Invoice #96 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-04 16:45:42', NULL, NULL, '2026-02-04 16:45:42', '2026-02-04 16:45:42', NULL, NULL, NULL), +(628, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-02-08T10:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-07 20:33:23', NULL, NULL, '2026-02-07 20:33:23', '2026-02-07 20:33:23', NULL, '2025-2026', 'Spring'), +(629, 'New Print Request', 'New print request from Sabah Mabchour | Class: 2-B | Copies: 17 | Needed by: 2026-02-08T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 02:07:37', NULL, NULL, '2026-02-08 02:07:37', '2026-02-08 02:07:37', NULL, '2025-2026', 'Spring'), +(630, 'Print Request Removed', 'Print request removed for Sabah Mabchour | Class: 2-B | Copies: 17 | Needed by: 2026-02-08 11:00:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 02:12:48', NULL, NULL, '2026-02-08 02:12:48', '2026-02-08 02:12:48', NULL, '2025-2026', 'Spring'), +(631, 'New Print Request', 'New print request from Mahin Shaikh | Class: 3-A | Copies: 20 | Needed by: 2026-02-08T10:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 02:40:12', NULL, NULL, '2026-02-08 02:40:12', '2026-02-08 02:40:12', NULL, '2025-2026', 'Spring'), +(632, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-02-08T10:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 05:32:49', NULL, NULL, '2026-02-08 05:32:49', '2026-02-08 05:32:49', NULL, '2025-2026', 'Spring'), +(633, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 06:35:01', NULL, NULL, '2026-02-08 06:35:01', '2026-02-08 06:35:01', NULL, '2025-2026', 'Spring'), +(634, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:30 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:09:08', NULL, NULL, '2026-02-08 07:09:08', '2026-02-08 07:09:08', NULL, '2025-2026', 'Spring'), +(635, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:30 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:09:11', NULL, NULL, '2026-02-08 07:09:11', '2026-02-08 07:09:11', NULL, '2025-2026', 'Spring'), +(636, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:30 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:09:14', NULL, NULL, '2026-02-08 07:09:14', '2026-02-08 07:09:14', NULL, '2025-2026', 'Spring'), +(637, 'Print Request Removed', 'Print request removed for Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08 10:30:00 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:09:42', NULL, NULL, '2026-02-08 07:09:42', '2026-02-08 07:09:42', NULL, '2025-2026', 'Spring'), +(638, 'Print Request Removed', 'Print request removed for Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08 10:30:00 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:09:56', NULL, NULL, '2026-02-08 07:09:56', '2026-02-08 07:09:56', NULL, '2025-2026', 'Spring'), +(639, 'Print Request Removed', 'Print request removed for Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08 10:30:00 | Pages: 2-4 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:10:07', NULL, NULL, '2026-02-08 07:10:07', '2026-02-08 07:10:07', NULL, '2025-2026', 'Spring'), +(640, 'Print Request Removed', 'Print request removed for Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08 10:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:10:54', NULL, NULL, '2026-02-08 07:10:54', '2026-02-08 07:10:54', NULL, '2025-2026', 'Spring'), +(641, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:30 | Pages: 1 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:12:02', NULL, NULL, '2026-02-08 07:12:02', '2026-02-08 07:12:02', NULL, '2025-2026', 'Spring'), +(642, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-02-08T10:30 | Pages: 2-5 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 07:12:48', NULL, NULL, '2026-02-08 07:12:48', '2026-02-08 07:12:48', NULL, '2025-2026', 'Spring'), +(643, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 25 | Needed by: 2026-02-08T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 08:20:06', NULL, NULL, '2026-02-08 08:20:06', '2026-02-08 08:20:06', NULL, '2025-2026', 'Spring'), +(644, 'Payment Received', 'We received $90.00 for Invoice #26 (Installment #4). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-08 14:55:42', NULL, NULL, '2026-02-08 14:55:42', '2026-02-08 14:55:42', NULL, NULL, NULL), +(645, 'Payment Received', 'We received $100.00 for Invoice #84 (Installment #4). New balance: $190.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-08 15:02:12', NULL, NULL, '2026-02-08 15:02:12', '2026-02-08 15:02:12', NULL, NULL, NULL), +(646, 'New Print Request', 'New print request from Summia Sharif | Class: 5-A | Copies: 12 | Needed by: 2026-02-08T11:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-08 15:39:25', NULL, NULL, '2026-02-08 15:39:25', '2026-02-08 15:39:25', NULL, '2025-2026', 'Spring'), +(647, 'New Print Request', 'New print request from Sidra Khan | Class: 1 | Copies: 14 | Needed by: 2026-02-08T11:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:49:42', NULL, NULL, '2026-02-08 15:49:42', '2026-02-08 15:49:42', NULL, '2025-2026', 'Spring'), +(648, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:23', NULL, NULL, '2026-02-08 15:53:23', '2026-02-08 15:53:23', NULL, '2025-2026', 'Spring'), +(649, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:26', NULL, NULL, '2026-02-08 15:53:26', '2026-02-08 15:53:26', NULL, '2025-2026', 'Spring'), +(650, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:28', NULL, NULL, '2026-02-08 15:53:28', '2026-02-08 15:53:28', NULL, '2025-2026', 'Spring'), +(651, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:31', NULL, NULL, '2026-02-08 15:53:31', '2026-02-08 15:53:31', NULL, '2025-2026', 'Spring'), +(652, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:34', NULL, NULL, '2026-02-08 15:53:34', '2026-02-08 15:53:34', NULL, '2025-2026', 'Spring'), +(653, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:36', NULL, NULL, '2026-02-08 15:53:36', '2026-02-08 15:53:36', NULL, '2025-2026', 'Spring'), +(654, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:39', NULL, NULL, '2026-02-08 15:53:39', '2026-02-08 15:53:39', NULL, '2025-2026', 'Spring'), +(655, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 15:53:43', NULL, NULL, '2026-02-08 15:53:43', '2026-02-08 15:53:43', NULL, '2025-2026', 'Spring'), +(656, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-08T11:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:00:14', NULL, NULL, '2026-02-08 16:00:14', '2026-02-08 16:00:14', NULL, '2025-2026', 'Spring'), +(657, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:05:56', NULL, NULL, '2026-02-08 16:05:56', '2026-02-08 16:05:56', NULL, '2025-2026', 'Spring'), +(658, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:06:09', NULL, NULL, '2026-02-08 16:06:09', '2026-02-08 16:06:09', NULL, '2025-2026', 'Spring'), +(659, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:06:18', NULL, NULL, '2026-02-08 16:06:18', '2026-02-08 16:06:18', NULL, '2025-2026', 'Spring'), +(660, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:06:42', NULL, NULL, '2026-02-08 16:06:42', '2026-02-08 16:06:42', NULL, '2025-2026', 'Spring'), +(661, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:07:34', NULL, NULL, '2026-02-08 16:07:34', '2026-02-08 16:07:34', NULL, '2025-2026', 'Spring'), +(662, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:07:50', NULL, NULL, '2026-02-08 16:07:50', '2026-02-08 16:07:50', NULL, '2025-2026', 'Spring'), +(663, 'Print Request Removed', 'Print request removed for Alaa Ahmed | Class: KG | Copies: 6 | Needed by: 2026-02-08 11:15:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-08 16:08:17', NULL, NULL, '2026-02-08 16:08:17', '2026-02-08 16:08:17', NULL, '2025-2026', 'Spring'), +(664, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-22T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 05:05:43', NULL, NULL, '2026-02-22 05:05:43', '2026-02-22 05:05:43', NULL, '2025-2026', 'Spring'), +(665, 'Print Request Removed', 'Print request removed for Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-22 10:00:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 05:06:05', NULL, NULL, '2026-02-22 05:06:05', '2026-02-22 05:06:05', NULL, '2025-2026', 'Spring'), +(666, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-22T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 05:07:44', NULL, NULL, '2026-02-22 05:07:44', '2026-02-22 05:07:44', NULL, '2025-2026', 'Spring'), +(667, 'Print Request Updated', 'Updated print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-22T11:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 10:06:51', NULL, NULL, '2026-02-22 10:06:51', '2026-02-22 10:06:51', NULL, '2025-2026', 'Spring'), +(668, 'Print Request Updated', 'Updated print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-02-22T11:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 10:06:53', NULL, NULL, '2026-02-22 10:06:53', '2026-02-22 10:06:53', NULL, '2025-2026', 'Spring'), +(669, 'Payment Received', 'We received $100.00 for Invoice #29 (Installment #2). New balance: $370.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-22 15:59:20', NULL, NULL, '2026-02-22 15:59:20', '2026-02-22 15:59:20', NULL, NULL, NULL), +(670, 'New Print Request', 'New print request from Ibrahim Afzal | Class: Youth | Copies: 26 | Needed by: 2026-02-22T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 16:09:21', NULL, NULL, '2026-02-22 16:09:21', '2026-02-22 16:09:21', NULL, '2025-2026', 'Spring'), +(671, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-22T11:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-22 16:22:57', NULL, NULL, '2026-02-22 16:22:57', '2026-02-22 16:22:57', NULL, '2025-2026', 'Spring'), +(672, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 17 | Needed by: 2026-02-22T11:15 | Pages: 12,13,14 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-22 16:59:29', NULL, NULL, '2026-02-22 16:59:29', '2026-02-22 16:59:29', NULL, '2025-2026', 'Spring'), +(673, 'Payment Received', 'We received $100.00 for Invoice #106 (Installment #3). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-22 17:03:56', NULL, NULL, '2026-02-22 17:03:56', '2026-02-22 17:03:56', NULL, NULL, NULL), +(674, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-02-22T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-02-22 17:45:57', NULL, NULL, '2026-02-22 17:45:57', '2026-02-22 17:45:57', NULL, '2025-2026', 'Spring'), +(675, 'Payment Received', 'We received $120.00 for Invoice #79 (Installment #5). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-22 18:02:20', NULL, NULL, '2026-02-22 18:02:20', '2026-02-22 18:02:20', NULL, NULL, NULL), +(676, 'Payment Received', 'We received $300.00 for Invoice #93 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-02-22 18:51:03', NULL, NULL, '2026-02-22 18:51:03', '2026-02-22 18:51:03', NULL, NULL, NULL), +(677, 'New Print Request', 'New print request from Shamima Akter | Class: 5-A | Copies: 12 | Needed by: 2026-03-01T10:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-24 14:59:12', NULL, NULL, '2026-02-24 14:59:12', '2026-02-24 14:59:12', NULL, '2025-2026', 'Spring'), +(678, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-03-01T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-02-28 20:04:51', NULL, NULL, '2026-02-28 20:04:51', '2026-02-28 20:04:51', NULL, '2025-2026', 'Spring'), +(679, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 26 | Needed by: 2026-03-01T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-01 15:35:40', NULL, NULL, '2026-03-01 15:35:40', '2026-03-01 15:35:40', NULL, '2025-2026', 'Spring'), +(680, 'New Print Request', 'New print request from Oumkaltoum El Amri | Class: 1 | Copies: 14 | Needed by: 2026-03-01T12:30 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-01 17:28:29', NULL, NULL, '2026-03-01 17:28:29', '2026-03-01 17:28:29', NULL, '2025-2026', 'Spring'), +(681, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:44:21', NULL, NULL, '2026-03-01 17:44:21', '2026-03-01 17:44:21', NULL, '2025-2026', 'Spring'), +(682, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:44:24', NULL, NULL, '2026-03-01 17:44:24', '2026-03-01 17:44:24', NULL, '2025-2026', 'Spring'), +(683, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:47:26', NULL, NULL, '2026-03-01 17:47:26', '2026-03-01 17:47:26', NULL, '2025-2026', 'Spring'), +(684, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:47:31', NULL, NULL, '2026-03-01 17:47:31', '2026-03-01 17:47:31', NULL, '2025-2026', 'Spring'), +(685, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:47:32', NULL, NULL, '2026-03-01 17:47:32', '2026-03-01 17:47:32', NULL, '2025-2026', 'Spring'), +(686, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:49:29', NULL, NULL, '2026-03-01 17:49:29', '2026-03-01 17:49:29', NULL, '2025-2026', 'Spring'), +(687, 'New Print Request', 'New print request from Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:49:31', NULL, NULL, '2026-03-01 17:49:31', '2026-03-01 17:49:31', NULL, '2025-2026', 'Spring'), +(688, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:02', NULL, NULL, '2026-03-01 17:50:02', '2026-03-01 17:50:02', NULL, '2025-2026', 'Spring'), +(689, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:06', NULL, NULL, '2026-03-01 17:50:06', '2026-03-01 17:50:06', NULL, '2025-2026', 'Spring'), +(690, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:11', NULL, NULL, '2026-03-01 17:50:11', '2026-03-01 17:50:11', NULL, '2025-2026', 'Spring'), +(691, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:21', NULL, NULL, '2026-03-01 17:50:21', '2026-03-01 17:50:21', NULL, '2025-2026', 'Spring'), +(692, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:26', NULL, NULL, '2026-03-01 17:50:26', '2026-03-01 17:50:26', NULL, '2025-2026', 'Spring'), +(693, 'Print Request Removed', 'Print request removed for Aicha Cherkaoui | Class: 4-A | Copies: 14 | Needed by: 2026-03-01 12:45:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-03-01 17:50:30', NULL, NULL, '2026-03-01 17:50:30', '2026-03-01 17:50:30', NULL, '2025-2026', 'Spring'), +(694, 'Payment Received', 'We received $490.00 for Invoice #73 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-01 18:06:46', NULL, NULL, '2026-03-01 18:06:46', '2026-03-01 18:06:46', NULL, NULL, NULL), +(695, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-03-08T11:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-08 13:33:11', NULL, NULL, '2026-03-08 13:33:11', '2026-03-08 13:33:11', NULL, '2025-2026', 'Spring'), +(696, 'New Print Request', 'New print request from Ibrahim Afzal | Class: Youth | Copies: 25 | Needed by: 2026-03-08T11:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-08 15:03:27', NULL, NULL, '2026-03-08 15:03:27', '2026-03-08 15:03:27', NULL, '2025-2026', 'Spring'), +(697, 'Payment Received', 'We received $250.00 for Invoice #81 (Installment #4). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-08 15:11:04', NULL, NULL, '2026-03-08 15:11:04', '2026-03-08 15:11:04', NULL, NULL, NULL), +(698, 'Payment Received', 'We received $300.00 for Invoice #65 (Installment #1). New balance: $773.75. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-08 15:26:23', NULL, NULL, '2026-03-08 15:26:23', '2026-03-08 15:26:23', NULL, NULL, NULL), +(699, 'Payment Received', 'We received $200.00 for Invoice #65 (Installment #2). New balance: $573.75. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-08 15:27:59', NULL, NULL, '2026-03-08 15:27:59', '2026-03-08 15:27:59', NULL, NULL, NULL), +(700, 'Payment Received', 'We received $573.75 for Invoice #65 (Installment #0). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-08 15:39:23', NULL, NULL, '2026-03-08 15:39:23', '2026-03-08 15:39:23', NULL, NULL, NULL), +(701, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 13 | Needed by: 2026-03-08T12:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-08 15:54:46', NULL, NULL, '2026-03-08 15:54:46', '2026-03-08 15:54:46', NULL, '2025-2026', 'Spring'), +(702, 'Payment Received', 'We received $220.00 for Invoice #98 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-08 17:03:38', NULL, NULL, '2026-03-08 17:03:38', '2026-03-08 17:03:38', NULL, NULL, NULL), +(703, 'New Print Request', 'New print request from Farah Hamami | Class: 4-B | Copies: 14 | Needed by: 2026-03-29T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-21 23:18:58', NULL, NULL, '2026-03-21 23:18:58', '2026-03-21 23:18:58', NULL, '2025-2026', 'Spring'), +(704, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-03-29T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-29 12:24:05', NULL, NULL, '2026-03-29 12:24:05', '2026-03-29 12:24:05', NULL, '2025-2026', 'Spring'), +(705, 'Payment Received', 'We received $290.00 for Invoice #29 (Installment #3). New balance: $80.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-29 14:02:15', NULL, NULL, '2026-03-29 14:02:15', '2026-03-29 14:02:15', NULL, NULL, NULL), +(706, 'Payment Received', 'We received $170.00 for Invoice #55 (Installment #2). New balance: $220.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-29 14:06:02', NULL, NULL, '2026-03-29 14:06:02', '2026-03-29 14:06:02', NULL, NULL, NULL), +(707, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 14 | Needed by: 2026-03-29T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-29 14:57:53', NULL, NULL, '2026-03-29 14:57:53', '2026-03-29 14:57:53', NULL, '2025-2026', 'Spring'), +(708, 'Payment Received', 'We received $300.00 for Invoice #107 (Installment #3). New balance: $90.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-29 15:36:49', NULL, NULL, '2026-03-29 15:36:49', '2026-03-29 15:36:49', NULL, NULL, NULL), +(709, 'Payment Received', 'We received $145.00 for Invoice #106 (Installment #4). New balance: $145.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-29 15:38:30', NULL, NULL, '2026-03-29 15:38:30', '2026-03-29 15:38:30', NULL, NULL, NULL), +(710, 'Payment Received', 'We received $80.00 for Invoice #29 (Installment #4). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-03-29 17:04:50', NULL, NULL, '2026-03-29 17:04:50', '2026-03-29 17:04:50', NULL, NULL, NULL), +(711, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 11 | Needed by: 2026-04-05T11:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-30 03:15:39', NULL, NULL, '2026-03-30 03:15:39', '2026-03-30 03:15:39', NULL, '2025-2026', 'Spring'), +(712, 'Print Request Updated', 'Updated print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-05T11:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-30 03:16:43', NULL, NULL, '2026-03-30 03:16:43', '2026-03-30 03:16:43', NULL, '2025-2026', 'Spring'), +(713, 'Print Request Updated', 'Updated print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-05T11:30 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-30 03:16:45', NULL, NULL, '2026-03-30 03:16:45', '2026-03-30 03:16:45', NULL, '2025-2026', 'Spring'), +(714, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-05T11:15 | Pages: 1-3 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-30 03:19:21', NULL, NULL, '2026-03-30 03:19:21', '2026-03-30 03:19:21', NULL, '2025-2026', 'Spring'), +(715, 'Print Request Updated', 'Updated print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-05T11:30 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-03-30 03:19:44', NULL, NULL, '2026-03-30 03:19:44', '2026-03-30 03:19:44', NULL, '2025-2026', 'Spring'), +(716, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-04-05T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-05 11:15:16', NULL, NULL, '2026-04-05 11:15:16', '2026-04-05 11:15:16', NULL, '2025-2026', 'Spring'), +(717, 'Print Request Removed', 'Print request removed for Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-04-05 10:00:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-05 11:15:35', NULL, NULL, '2026-04-05 11:15:35', '2026-04-05 11:15:35', NULL, '2025-2026', 'Spring'), +(718, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-04-05T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-05 11:16:41', NULL, NULL, '2026-04-05 11:16:41', '2026-04-05 11:16:41', NULL, '2025-2026', 'Spring'), +(719, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-04-05T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-05 11:56:34', NULL, NULL, '2026-04-05 11:56:34', '2026-04-05 11:56:34', NULL, '2025-2026', 'Spring'), +(720, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-04-05T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-05 12:24:42', NULL, NULL, '2026-04-05 12:24:42', '2026-04-05 12:24:42', NULL, '2025-2026', 'Spring'), +(721, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 14 | Needed by: 2026-04-05T11:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-04-05 15:13:10', NULL, NULL, '2026-04-05 15:13:10', '2026-04-05 15:13:10', NULL, '2025-2026', 'Spring'), +(722, 'Payment Received', 'We received $100.00 for Invoice #126 (Installment #2). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-05 16:32:50', NULL, NULL, '2026-04-05 16:32:50', '2026-04-05 16:32:50', NULL, NULL, NULL), +(723, 'Payment Received', 'We received $300.00 for Invoice #48 (Installment #2). New balance: $10.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-05 17:39:26', NULL, NULL, '2026-04-05 17:39:26', '2026-04-05 17:39:26', NULL, NULL, NULL), +(724, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 2 | Needed by: 2026-04-12T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:06:04', NULL, NULL, '2026-04-12 02:06:04', '2026-04-12 02:06:04', NULL, '2025-2026', 'Spring'), +(725, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-12T11:15 | Pages: 5-7 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:11:53', NULL, NULL, '2026-04-12 02:11:53', '2026-04-12 02:11:53', NULL, '2025-2026', 'Spring'), +(726, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-12T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:16:11', NULL, NULL, '2026-04-12 02:16:11', '2026-04-12 02:16:11', NULL, '2025-2026', 'Spring'), +(727, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 2 | Needed by: 2026-04-12T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:24:08', NULL, NULL, '2026-04-12 02:24:08', '2026-04-12 02:24:08', NULL, '2025-2026', 'Spring'), +(728, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-19T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:25:24', NULL, NULL, '2026-04-12 02:25:24', '2026-04-12 02:25:24', NULL, '2025-2026', 'Spring'), +(729, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 15 | Needed by: 2026-04-19T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-12 02:25:48', NULL, NULL, '2026-04-12 02:25:48', '2026-04-12 02:25:48', NULL, '2025-2026', 'Spring'); +INSERT INTO `notifications` (`id`, `title`, `message`, `target_group`, `delivery_channels`, `priority`, `status`, `action_url`, `attachment_path`, `scheduled_at`, `sent_at`, `expires_at`, `created_at`, `updated_at`, `deleted_at`, `school_year`, `semester`) VALUES +(730, 'Payment Received', 'We received $70.00 for Invoice #11 (Installment #4). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-12 14:07:53', NULL, NULL, '2026-04-12 14:07:53', '2026-04-12 14:07:53', NULL, NULL, NULL), +(731, 'Payment Received', 'We received $170.00 for Invoice #128 (Installment #3). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-12 14:09:00', NULL, NULL, '2026-04-12 14:09:00', '2026-04-12 14:09:00', NULL, NULL, NULL), +(732, 'Payment Received', 'We received $300.00 for Invoice #102 (Installment #2). New balance: $290.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-12 14:14:15', NULL, NULL, '2026-04-12 14:14:15', '2026-04-12 14:14:15', NULL, NULL, NULL), +(733, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-04-19T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-19 02:49:22', NULL, NULL, '2026-04-19 02:49:22', '2026-04-19 02:49:22', NULL, '2025-2026', 'Spring'), +(734, 'New Print Request', 'New print request from Soundouss Ejjiyar | Class: 3-B | Copies: 22 | Needed by: 2026-04-19T10:45 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-04-19 14:04:14', NULL, NULL, '2026-04-19 14:04:14', '2026-04-19 14:04:14', NULL, '2025-2026', 'Spring'), +(735, 'New Print Request', 'New print request from Simra Hussain | Class: 6 | Copies: 14 | Needed by: 2026-04-19T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-04-19 14:11:53', NULL, NULL, '2026-04-19 14:11:53', '2026-04-19 14:11:53', NULL, '2025-2026', 'Spring'), +(736, 'New Print Request', 'New print request from Hassan Jafri | Class: Youth | Copies: 25 | Needed by: 2026-04-19T10:15 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-04-19 14:14:39', NULL, NULL, '2026-04-19 14:14:39', '2026-04-19 14:14:39', NULL, '2025-2026', 'Spring'), +(737, 'Payment Received', 'We received $145.00 for Invoice #106 (Installment #5). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-19 15:34:31', NULL, NULL, '2026-04-19 15:34:31', '2026-04-19 15:34:31', NULL, NULL, NULL), +(738, 'Payment Received', 'We received $90.00 for Invoice #107 (Installment #4). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-04-19 15:35:42', NULL, NULL, '2026-04-19 15:35:42', '2026-04-19 15:35:42', NULL, NULL, NULL), +(739, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-04-19T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-04-19 16:19:01', NULL, NULL, '2026-04-19 16:19:01', '2026-04-19 16:19:01', NULL, '2025-2026', 'Spring'), +(740, 'Print Request Removed', 'Print request removed for Zain Irfan | Class: 4-A | Copies: 13 | Needed by: 2026-04-19 12:45:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-04-19 16:51:08', NULL, NULL, '2026-04-19 16:51:08', '2026-04-19 16:51:08', NULL, '2025-2026', 'Spring'), +(741, 'New Print Request', 'New print request from Farah Hamami | Class: 4-B | Copies: 15 | Needed by: 2026-05-03T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-02 23:32:25', NULL, NULL, '2026-05-02 23:32:25', '2026-05-02 23:32:25', NULL, '2025-2026', 'Spring'), +(742, 'New Print Request', 'New print request from Simrah Azmi | Class: 5-B | Copies: 17 | Needed by: 2026-05-03T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 02:27:38', NULL, NULL, '2026-05-03 02:27:38', '2026-05-03 02:27:38', NULL, '2025-2026', 'Spring'), +(743, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-05-03T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:12:43', NULL, NULL, '2026-05-03 03:12:43', '2026-05-03 03:12:43', NULL, '2025-2026', 'Spring'), +(744, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 13 | Needed by: 2026-05-03T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:32:54', NULL, NULL, '2026-05-03 03:32:54', '2026-05-03 03:32:54', NULL, '2025-2026', 'Spring'), +(745, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 14 | Needed by: 2026-05-03T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:34:48', NULL, NULL, '2026-05-03 03:34:48', '2026-05-03 03:34:48', NULL, '2025-2026', 'Spring'), +(746, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 14 | Needed by: 2026-05-03T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:35:39', NULL, NULL, '2026-05-03 03:35:39', '2026-05-03 03:35:39', NULL, '2025-2026', 'Spring'), +(747, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 14 | Needed by: 2026-05-03T11:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:37:06', NULL, NULL, '2026-05-03 03:37:06', '2026-05-03 03:37:06', NULL, '2025-2026', 'Spring'), +(748, 'New Print Request', 'New print request from Aliha Sarfraz | Class: 5-B | Copies: 16 | Needed by: 2026-05-03T10:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 03:45:21', NULL, NULL, '2026-05-03 03:45:21', '2026-05-03 03:45:21', NULL, '2025-2026', 'Spring'), +(749, 'New Print Request', 'New print request from Soundouss Ejjiyar | Class: 3-B | Copies: 22 | Needed by: 2026-05-03T11:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-05-03 13:46:31', NULL, NULL, '2026-05-03 13:46:31', '2026-05-03 13:46:31', NULL, '2025-2026', 'Spring'), +(750, 'New Print Request', 'New print request from Imane Elassab | Class: 8 | Copies: 17 | Needed by: 2026-05-03T10:00 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 13:59:24', NULL, NULL, '2026-05-03 13:59:24', '2026-05-03 13:59:24', NULL, '2025-2026', 'Spring'), +(751, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 18 | Needed by: 2026-05-03T12:00 | Pages: 21,22,23 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 16:04:16', NULL, NULL, '2026-05-03 16:04:16', '2026-05-03 16:04:16', NULL, '2025-2026', 'Spring'), +(752, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 18 | Needed by: 2026-05-03T12:15 | Pages: 21,22,23 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-03 16:16:30', NULL, NULL, '2026-05-03 16:16:30', '2026-05-03 16:16:30', NULL, '2025-2026', 'Spring'), +(753, 'New Print Request', 'New print request from Farah Hamami | Class: 4-B | Copies: 5 | Needed by: 2026-05-10T10:15 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-09 13:14:31', NULL, NULL, '2026-05-09 13:14:31', '2026-05-09 13:14:31', NULL, '2025-2026', 'Spring'), +(754, 'New Print Request', 'New print request from Simra Hussain | Class: 6 | Copies: 12 | Needed by: 2026-05-10T12:00 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-10 14:22:10', NULL, NULL, '2026-05-10 14:22:10', '2026-05-10 14:22:10', NULL, '2025-2026', 'Spring'), +(755, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 10 | Needed by: 2026-05-10T11:30 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-10 15:16:28', NULL, NULL, '2026-05-10 15:16:28', '2026-05-10 15:16:28', NULL, '2025-2026', 'Spring'), +(756, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 11 | Needed by: 2026-05-10T11:30 | Pages: 1-3, 7 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-10 15:19:31', NULL, NULL, '2026-05-10 15:19:31', '2026-05-10 15:19:31', NULL, '2025-2026', 'Spring'), +(757, 'New Print Request', 'New print request from Khadija Elabidi | Class: 1 | Copies: 12 | Needed by: 2026-05-10T11:30 | Pickup: Delivered to class', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-10 15:24:40', NULL, NULL, '2026-05-10 15:24:40', '2026-05-10 15:24:40', NULL, '2025-2026', 'Spring'), +(758, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 4 | Needed by: 2026-05-10T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-05-10 16:36:14', NULL, NULL, '2026-05-10 16:36:14', '2026-05-10 16:36:14', NULL, '2025-2026', 'Spring'), +(759, 'New Print Request', 'New print request from Zain Irfan | Class: 4-A | Copies: 4 | Needed by: 2026-05-10T12:45 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', '', NULL, '2026-05-10 16:36:17', NULL, NULL, '2026-05-10 16:36:17', '2026-05-10 16:36:17', NULL, '2025-2026', 'Spring'), +(760, 'New Print Request', 'New print request from Alaa Ahmed | Class: KG | Copies: 20 | Needed by: 2026-05-17T10:30 | Pages: 24,25,26 | Pickup: Self Pickup', 'admin', 'in_app,email', 'normal', 'pending', 'https://alrahmaisgl.org/admin/print-requests', NULL, '2026-05-17 14:20:09', NULL, NULL, '2026-05-17 14:20:09', '2026-05-17 14:20:09', NULL, '2025-2026', 'Spring'), +(761, 'Payment Received', 'We received $10.00 for Invoice #48 (Installment #3). New balance: $0.00. Check your email for details.', 'student', 'in_app', 'normal', 'pending', NULL, NULL, '2026-05-31 14:03:24', NULL, NULL, '2026-05-31 14:03:24', '2026-05-31 14:03:24', NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `notification_recipients` +-- + +CREATE TABLE `notification_recipients` ( + `id` int(11) UNSIGNED NOT NULL, + `notification_id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) UNSIGNED NOT NULL, + `status` enum('unread','read','delivered','failed') DEFAULT 'unread', + `delivered_at` datetime DEFAULT NULL, + `read_at` datetime DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `parents` +-- + +CREATE TABLE `parents` ( + `id` int(11) NOT NULL, + `secondparent_firstname` varchar(100) NOT NULL, + `secondparent_lastname` varchar(100) NOT NULL, + `secondparent_gender` enum('Male','Female') DEFAULT NULL, + `secondparent_email` varchar(150) NOT NULL, + `secondparent_phone` varchar(15) NOT NULL, + `firstparent_id` int(11) NOT NULL, + `secondparent_id` int(11) NOT NULL, + `semester` varchar(10) DEFAULT NULL, + `school_year` varchar(20) NOT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp(), + `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `parents` +-- + +INSERT INTO `parents` (`id`, `secondparent_firstname`, `secondparent_lastname`, `secondparent_gender`, `secondparent_email`, `secondparent_phone`, `firstparent_id`, `secondparent_id`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 'Abdel', 'Boumnina', 'Male', 'aboumnina@hotmail.com', '781-426-5259', 5, 0, 'Fall', '2025-2026', '2025-09-03 00:05:42', '2025-09-03 00:05:42'), +(2, 'Misbah', 'Ilyas', 'Female', 'msaqib.nh@gmail.com', '603-892-7416', 6, 0, 'Fall', '2025-2026', '2025-09-03 00:13:15', '2025-09-03 00:13:15'), +(3, 'Farah', 'Shahjin', 'Female', 'farahshahjin1552@gmail.com', '402-594-8076', 7, 0, 'Fall', '2025-2026', '2025-09-03 00:14:12', '2025-09-03 00:14:12'), +(4, 'Ayman', 'Ismail', 'Male', 'ismailo80@yahoo.com', '402-730-2848', 8, 0, 'Fall', '2025-2026', '2025-09-03 00:16:35', '2025-09-03 00:16:35'), +(5, 'Radwa', 'Soliman', 'Female', 'radwa.ragab55@gmail.com', '716-907-4992', 9, 0, 'Fall', '2025-2026', '2025-09-03 00:35:07', '2025-09-03 00:35:07'), +(6, 'Ahmad', 'Bushnaq', 'Male', 'abushnaq@gmail.com', '508-736-4564', 10, 0, 'Fall', '2025-2026', '2025-09-03 00:40:48', '2025-09-03 00:40:48'), +(7, 'Tania', 'Ahmed', 'Female', 'bgmtani@gmail.com', '617-858-9775', 11, 0, 'Fall', '2025-2026', '2025-09-03 00:50:36', '2025-09-03 00:50:36'), +(8, 'Eddie', 'Cotton', 'Male', 'cottonman1000@icloud.com', '857-277-8834', 13, 0, 'Fall', '2025-2026', '2025-09-03 00:57:09', '2025-09-03 00:57:09'), +(9, 'Zainab', 'Al-Tabaqchali', 'Female', 'zainab.nabil@gmail.com', '330-389-3687', 14, 0, 'Fall', '2025-2026', '2025-09-03 00:58:44', '2025-09-03 00:58:44'), +(10, 'Zinat', 'Seddiqy', 'Male', 'zinatseddiqy95@gmail.com', '781-558-6171', 15, 0, 'Fall', '2025-2026', '2025-09-03 01:13:31', '2025-09-03 01:13:31'), +(11, 'Sarfraz', 'Ahmad', 'Male', 'i.sarfraz@gmail.com', '857-415-7443', 17, 0, 'Fall', '2025-2026', '2025-09-03 01:21:27', '2025-09-03 01:21:27'), +(12, 'Muhammad', 'Imran', 'Male', 'imranrabia@verizon.net', '978-398-6896', 18, 0, 'Fall', '2025-2026', '2025-09-03 01:46:34', '2025-09-03 01:46:34'), +(13, 'Anne', 'Shahab', 'Female', 'anneshahab@hotmail.com', '978-551-6313', 19, 0, 'Fall', '2025-2026', '2025-09-03 01:55:47', '2025-09-03 01:55:47'), +(14, 'Umme Arfa', 'Ummer Siraj', 'Female', 'arfa.mexy@gmail.com', '925-276-0731', 20, 0, 'Fall', '2025-2026', '2025-09-03 02:08:10', '2025-09-03 02:08:10'), +(15, 'Abdoul Karim', 'Ba', 'Male', 'karimba08@gmail.com', '978-239-5085', 21, 0, 'Fall', '2025-2026', '2025-09-03 02:17:35', '2025-09-03 02:17:35'), +(16, 'Sara', 'Brahimya', 'Female', 'arasbr@gmail.com', '781-518-1232', 22, 0, 'Fall', '2025-2026', '2025-09-03 02:18:02', '2025-09-03 02:18:02'), +(17, 'Shagufta', 'Pathan', 'Female', 'shaguftapathan85@gmail.com', '978-674-9621', 23, 0, 'Fall', '2025-2026', '2025-09-03 02:33:40', '2025-09-03 02:33:40'), +(18, 'Nishat', 'Perveen', 'Female', 'nishat_shamim@yahoo.com', '978-846-2388', 24, 0, 'Fall', '2025-2026', '2025-09-03 02:34:50', '2025-09-03 02:34:50'), +(19, 'Ananna', 'Islam', 'Female', 'ananna913@gmail.com', '531-218-5225', 25, 0, 'Fall', '2025-2026', '2025-09-03 02:36:37', '2025-09-03 02:36:37'), +(20, 'Shamima', 'Akter', 'Female', 'shamimasume2@gmail.com', '573-202-1103', 26, 0, 'Fall', '2025-2026', '2025-09-03 02:37:17', '2025-09-03 02:37:17'), +(22, 'Imran', 'Nawaz', 'Male', 'ihnawaz@gmail.com', '978-501-4026', 28, 0, 'Fall', '2025-2026', '2025-09-03 08:36:13', '2025-09-03 08:36:13'), +(23, 'Imran', 'Hendley', 'Male', 'noony127@gmail.com', '781-315-5917', 29, 0, 'Fall', '2025-2026', '2025-09-03 10:21:45', '2025-09-03 10:21:45'), +(24, 'Hasina', 'Ferdousi', 'Female', 'hferdousi12@gmail.com', '781-244-4822', 30, 0, 'Fall', '2025-2026', '2025-09-03 10:37:46', '2025-09-03 10:37:46'), +(25, 'Fatu', 'Kamara', 'Female', 'sidikie0227@gmail.com', '978-421-7200', 31, 0, 'Fall', '2025-2026', '2025-09-03 14:01:35', '2025-09-03 14:01:35'), +(26, 'Afreen', 'Anjum', 'Female', 'aanjum101@gmail.com', '978-483-6306', 32, 0, 'Fall', '2025-2026', '2025-09-03 15:05:50', '2025-09-03 15:05:50'), +(27, 'Sulemana', 'Mohammed', 'Male', 'koeman4040@yahoo.com', '347-932-8270', 35, 0, 'Fall', '2025-2026', '2025-09-03 15:19:37', '2025-09-03 15:19:37'), +(28, 'Hawa', 'Naiga', 'Female', 'hawanaiga6@gmail.com', '978-328-3096', 37, 0, 'Fall', '2025-2026', '2025-09-03 20:11:32', '2025-09-03 20:11:32'), +(29, 'Sheikh', 'Arshed', 'Male', 'arshedsheikh101@gmail.com', '603-290-9372', 38, 0, 'Fall', '2025-2026', '2025-09-03 20:54:41', '2025-09-03 20:54:41'), +(30, 'Saima', 'Jaffri', 'Female', 'saima.jaffri@gmail.com', '978-457-6694', 39, 0, 'Fall', '2025-2026', '2025-09-03 22:32:55', '2025-09-03 22:32:55'), +(31, 'Samer', 'Abdallah', 'Male', 'sabdalla80@hotmail.com', '603-560-3153', 41, 0, 'Fall', '2025-2026', '2025-09-03 23:48:14', '2025-09-03 23:48:14'), +(32, 'Amani', 'Elmawed', 'Female', 'elmaweda@gmail.com', '603-560-4292', 42, 0, 'Fall', '2025-2026', '2025-09-03 23:57:04', '2025-09-03 23:57:04'), +(33, 'Khalid', 'Oukerro', 'Male', 'koukerro@gmail.com', '603-261-1053', 43, 0, 'Fall', '2025-2026', '2025-09-04 02:20:02', '2025-09-04 02:20:02'), +(34, 'Basheer', 'Basha', 'Male', 'haibasheer@gmail.com', '351-322-3811', 44, 0, 'Fall', '2025-2026', '2025-09-04 02:23:07', '2025-09-04 02:23:07'), +(35, 'Aboo Siddiq', 'Shahul', 'Male', 'aboosiddiq@hotmail.com', '508-314-4799', 46, 0, 'Fall', '2025-2026', '2025-09-04 12:22:09', '2025-09-04 12:22:09'), +(36, 'Ahmed', 'Abdalaoui', 'Male', 'ahmedabdalaoui@gmail.com', '617-415-3666', 47, 0, 'Fall', '2025-2026', '2025-09-04 15:01:05', '2025-09-04 15:01:05'), +(38, 'Imran', 'Mohammad', 'Male', 'imran_m2@yahoo.com', '978-606-3463', 49, 0, 'Fall', '2025-2026', '2025-09-04 17:10:59', '2025-09-04 17:10:59'), +(39, 'Safeena', 'Niazi', 'Female', 'safeena.niazi@gmail.com', '978-500-3240', 50, 0, 'Fall', '2025-2026', '2025-09-05 11:11:20', '2025-09-05 11:11:20'), +(41, 'Sara', 'Durrani', 'Female', 'saradurrani86@hotmail.com', '508-846-7275', 52, 0, 'Fall', '2025-2026', '2025-09-05 16:00:50', '2025-09-05 16:00:50'), +(42, 'Fahimaathahar', 'Shaik', 'Female', 'shaikfahimaathahar@gmail.com', '484-949-5697', 53, 0, 'Fall', '2025-2026', '2025-09-05 18:28:51', '2025-09-05 18:28:51'), +(43, 'Ishaq', 'Omar', 'Male', 'ishaqom20@gmail.com', '857-246-2840', 54, 0, 'Fall', '2025-2026', '2025-09-05 19:07:52', '2025-09-05 19:07:52'), +(44, 'Aaqsa', 'Siddiqui', 'Female', 'siddiquiaaqsa@gmail.com', '857-928-8560', 55, 0, 'Fall', '2025-2026', '2025-09-05 20:25:13', '2025-09-05 20:25:13'), +(45, 'Halima Shoaib', 'Shawoo', 'Female', 'halimashawoo@gmail.com', '713-319-8158', 57, 0, 'Fall', '2025-2026', '2025-09-06 16:07:26', '2025-09-06 16:07:26'), +(47, 'Taslima', 'Akter', 'Female', 'tasjan2007@gmail.com', '978-746-4989', 59, 0, 'Fall', '2025-2026', '2025-09-06 17:59:31', '2025-09-06 17:59:31'), +(48, 'Sulaiman', 'Sserugooti', 'Male', 'sserugootik@gmail.com', '857-961-6316', 60, 0, 'Fall', '2025-2026', '2025-09-06 19:29:19', '2025-09-06 19:29:19'), +(51, 'Azrina', 'Rahman', 'Female', 'azrina_rahman@yahoo.com', '978-674-9191', 63, 0, 'Fall', '2025-2026', '2025-09-06 20:35:04', '2025-09-06 20:35:04'), +(52, 'Adeel', 'Irshad', 'Male', 'adeelirshad_890@yahoo.com', '978-601-5814', 64, 0, 'Fall', '2025-2026', '2025-09-06 20:46:59', '2025-09-06 20:46:59'), +(53, 'Muhammad', 'Ashfaq', 'Male', 'ashfaqkhn@gmail.com', '978-319-7835', 65, 0, 'Fall', '2025-2026', '2025-09-06 21:04:42', '2025-09-06 21:04:42'), +(54, 'Muhammad', 'Ashfaq', 'Male', 'ashfaqkhngv@gmail.com', '978-319-7835', 66, 0, 'Fall', '2025-2026', '2025-09-06 21:10:37', '2025-09-06 21:10:37'), +(56, 'Asifa', 'Iqbal', 'Female', 'asifaiqbal2011@gmail.com', '978-408-6953', 69, 0, 'Fall', '2025-2026', '2025-09-06 22:40:42', '2025-09-06 22:40:42'), +(57, 'Kausharbanu', 'Khalifa', 'Female', 'khalifakaushar4@gmail.com', '781-354-5236', 70, 0, 'Fall', '2025-2026', '2025-09-06 22:45:51', '2025-09-06 22:45:51'), +(58, 'Ali', 'Abdelouahhab', 'Male', 'alimaho1971@outlook.com', '617-953-5968', 71, 0, 'Fall', '2025-2026', '2025-09-06 22:53:26', '2025-09-06 22:53:26'), +(59, 'Ali', 'Bahadur', 'Male', 'ali.bahadur@gmail.com', '408-800-9522', 72, 0, 'Fall', '2025-2026', '2025-09-06 22:57:20', '2025-09-06 22:57:20'), +(60, 'Asim', 'Mushtaq', 'Male', 'asmmtaq@gmail.com', '978-677-4984', 73, 0, 'Fall', '2025-2026', '2025-09-06 22:59:29', '2025-09-06 22:59:29'), +(63, 'Tashfeena', 'Mahmud', 'Female', 'tashfeena.mahmud@gmail.com', '774-712-0378', 80, 0, 'Fall', '2025-2026', '2025-09-07 00:31:46', '2025-09-07 00:31:46'), +(64, 'Ausi', 'Nsereko', 'Male', 'ausi077@gmail.com', '978-941-5867', 81, 0, 'Fall', '2025-2026', '2025-09-07 01:29:51', '2025-09-07 01:29:51'), +(65, 'Walid', 'Tyawil', 'Male', 'walityawi@gmail.com', '617-959-3673', 84, 0, 'Fall', '2025-2026', '2025-09-07 02:28:04', '2025-09-07 02:28:04'), +(66, 'Sheikh Bilal', 'Ahmad', 'Male', 'bilalxhk04@gmail.com', '978-955-8308', 86, 0, 'Fall', '2025-2026', '2025-09-07 05:25:26', '2025-09-07 05:25:26'), +(68, 'Sumaiya', 'Nakhawa', 'Female', 'arabised@gmail.com', '781-539-2675', 90, 0, 'Fall', '2025-2026', '2025-09-07 14:12:25', '2025-09-07 14:12:25'), +(69, 'Sana', 'Yousefzai', 'Female', 'ayaan.ghasir@yahoo.com', '978-201-9148', 92, 0, 'Fall', '2025-2026', '2025-09-07 18:47:58', '2025-09-07 18:47:58'), +(70, 'Zeinab', 'Ibrahim', 'Female', 'zuba32@gmail.com', '216-571-9276', 96, 0, 'Fall', '2025-2026', '2025-09-08 00:30:59', '2025-09-08 00:30:59'), +(71, 'Feda', 'Abdelghani', 'Female', 'eng_1998@hotmail.com', '978-602-0821', 98, 0, 'Fall', '2025-2026', '2025-09-08 02:31:23', '2025-09-08 02:31:23'), +(72, 'Khadija', 'Hmima', 'Female', 'khhmima@gmail.com', '978-202-0414', 100, 0, 'Fall', '2025-2026', '2025-09-08 16:42:01', '2025-09-08 16:42:01'), +(73, 'Amina', 'Mukhtar', 'Female', 'aminah.mukhtar@gmail.com', '617-401-6638', 102, 0, 'Fall', '2025-2026', '2025-09-08 21:59:23', '2025-09-08 21:59:23'), +(75, 'Hussinatu', 'Bah', 'Female', 'oumar4@aol.com', '781-632-5251', 106, 0, 'Fall', '2025-2026', '2025-09-10 05:55:38', '2025-09-10 05:55:38'), +(76, 'Umar', 'Ssemaganda', 'Male', 'nwweylamatovu99@gmail.com', '832-495-5358', 109, 0, 'Fall', '2025-2026', '2025-09-11 14:35:21', '2025-09-11 14:35:21'), +(77, 'Amir', 'Azmi', 'Male', 'amirazmi@gmail.com', '617-519-9691', 110, 0, 'Fall', '2025-2026', '2025-09-11 15:26:04', '2025-09-11 15:26:04'), +(79, 'Syed', 'Quadri', 'Male', 'smq65@yahoo.com', '978-869-2640', 114, 0, 'Fall', '2025-2026', '2025-09-13 13:57:36', '2025-09-13 13:57:36'), +(80, 'Alaa', 'Ahmed', 'Female', 'alaa.reda.mahmoud@gmail.com', '978-314-0592', 115, 0, 'Fall', '2025-2026', '2025-09-13 14:41:55', '2025-09-13 14:41:55'), +(82, 'Hira', 'Khan', 'Female', 'hirakhan601@yahoo.com', '857-707-2459', 118, 0, 'Fall', '2025-2026', '2025-09-13 18:48:56', '2025-09-13 18:48:56'), +(84, 'Irfan', 'Saleem', 'Male', 'irfan_saleem@yahoo.com', '781-365-9114', 120, 0, 'Fall', '2025-2026', '2025-09-14 01:45:25', '2025-09-14 01:45:25'), +(85, 'Inch', 'Kusri', 'Female', 'ikusri@gmail.com', '978-758-4664', 121, 0, 'Fall', '2025-2026', '2025-09-14 13:09:08', '2025-09-14 13:09:08'), +(86, 'Humaira', 'Tabassum', 'Female', 'htabassum85@gmail.com', '857-492-8254', 122, 0, 'Fall', '2025-2026', '2025-09-14 14:24:44', '2025-09-14 14:24:44'), +(87, 'Aminata', 'Kamara', 'Female', 'amishakmomoh@gmail.com', '978-947-9553', 123, 0, 'Fall', '2025-2026', '2025-09-14 17:32:06', '2025-09-14 17:32:06'), +(88, 'Shilat', 'Mutesi', 'Female', 'shilatm9@gmail.com', '781-957-6159', 124, 0, 'Fall', '2025-2026', '2025-09-14 17:43:12', '2025-09-14 17:43:12'), +(89, 'Mohammed', 'Senkubuge', 'Male', 'msenkubuge@yahoo.com', '978-221-1234', 125, 0, 'Fall', '2025-2026', '2025-09-14 17:53:07', '2025-09-14 17:53:07'), +(90, 'Zanib', 'Wasif', 'Male', 'zanib.wasif@gmail.com', '203-923-4251', 126, 0, 'Fall', '2025-2026', '2025-09-14 18:38:47', '2025-09-14 18:38:47'), +(92, 'Marzia', 'Sediqi', 'Female', 'sediqimarzia60@gmail.com', '202-840-9687', 128, 0, 'Fall', '2025-2026', '2025-09-14 20:21:26', '2025-09-14 20:21:26'), +(93, 'Memounatou', 'Soumah', 'Female', 'memunasumah@yahoo.com', '571-435-2073', 130, 0, 'Fall', '2025-2026', '2025-09-15 19:41:55', '2025-09-15 19:41:55'), +(95, 'Mahdi', 'Garelnabi', 'Male', 'garelnabi@gmail.com', '978-761-9194', 132, 0, 'Fall', '2025-2026', '2025-09-16 03:21:16', '2025-09-16 03:21:16'), +(96, 'Soumaya', 'Tajeddine', 'Female', 'tsoumaya2023@gmail.com', '617-712-5167', 133, 0, 'Fall', '2025-2026', '2025-09-16 14:47:11', '2025-09-16 14:47:11'), +(97, 'Desi', 'Suyanti', 'Female', 'nganjuk1973@gmail.com', '781-632-3816', 136, 0, 'Fall', '2025-2026', '2025-09-17 01:53:48', '2025-09-17 01:53:48'), +(98, 'Brahim', 'Alai', 'Male', 'brahimalai863@gmail.com', '978-947-9626', 137, 0, 'Fall', '2025-2026', '2025-09-18 00:08:56', '2025-09-18 00:08:56'), +(99, 'Mosamad', 'Jannati', 'Female', 'only1jannti@gmail.com', '978-654-8167', 139, 0, 'Fall', '2025-2026', '2025-09-18 01:27:54', '2025-09-18 01:27:54'), +(100, 'Bouchra', 'Affani', 'Female', 'affanibouchra@gmail.com', '978-328-8522', 141, 0, 'Fall', '2025-2026', '2025-09-18 21:58:41', '2025-09-18 21:58:41'), +(101, 'Asmat', 'Bhutto', 'Female', 'asmat.parveen.bhutto@gmail.com', '617-820-2137', 149, 0, 'Fall', '2025-2026', '2025-09-20 15:02:10', '2025-09-20 15:02:10'), +(102, 'Khadija', 'Hasan', 'Female', 'khadija991@gmail.com', '207-408-0618', 150, 0, 'Fall', '2025-2026', '2025-09-20 15:56:03', '2025-09-20 15:56:03'), +(103, 'Fatoumata', 'Diallo', 'Female', 'diallofatumata99@gmail.com', '978-746-4253', 156, 0, 'Fall', '2025-2026', '2025-09-21 00:48:49', '2025-09-21 00:48:49'), +(104, 'Tasneem', 'Mohid', 'Female', 'tasneem.mohid@gmail.com', '732-856-4247', 158, 0, 'Fall', '2025-2026', '2025-09-21 01:16:45', '2025-09-21 01:16:45'), +(105, 'Maneja', 'Yaqubee', 'Female', 'bilalyaqubee@gmail.com', '978-221-9666', 165, 0, 'Fall', '2025-2026', '2025-09-21 11:46:21', '2025-09-21 11:46:21'), +(106, 'Nazir', 'Hossain', 'Female', 'abu.nazir1987@gmail.com', '978-394-2045', 167, 0, 'Fall', '2025-2026', '2025-09-21 14:10:49', '2025-09-21 14:10:49'), +(107, 'Shazia', 'Sheikh', 'Female', 'shaziashah321@gmail.com', '339-293-3105', 168, 0, 'Fall', '2025-2026', '2025-09-21 14:13:50', '2025-09-21 14:13:50'), +(108, 'Rumana', 'Afroz', 'Female', 'rumazd@yahoo.com', '978-221-9294', 169, 0, 'Fall', '2025-2026', '2025-09-21 14:31:27', '2025-09-21 14:31:27'), +(109, 'Hina', 'Munir', 'Female', 'drhoneymunir12@gmail.com', '603-229-9318', 173, 0, 'Fall', '2025-2026', '2025-09-21 14:59:17', '2025-09-21 14:59:17'), +(110, 'Aamir', 'Ishaq', 'Male', 'aamirishaq2131@gmail.com', '978-654-2478', 174, 0, 'Fall', '2025-2026', '2025-09-21 15:00:49', '2025-09-21 15:00:49'), +(111, 'Shariat', 'Makanga', 'Female', 'sharit811@gmail.com', '857-318-3475', 176, 0, 'Fall', '2025-2026', '2025-09-21 15:15:15', '2025-09-21 15:15:15'), +(112, 'Muhammad', 'Yahya', 'Male', 'yahyaxhk2131@gmail.com', '603-403-0692', 177, 0, 'Fall', '2025-2026', '2025-09-21 15:26:54', '2025-09-21 15:26:54'), +(113, 'Sumona', 'Jahan', 'Female', 'nupursjahan@gmail.com', '978-735-6117', 181, 0, 'Fall', '2025-2026', '2025-09-21 16:43:52', '2025-09-21 16:43:52'), +(115, 'Nabil', 'Benchekroun', 'Male', 'bnabil@yahoo.com', '617-256-5082', 187, 0, 'Fall', '2025-2026', '2025-09-22 00:36:22', '2025-09-22 00:36:22'), +(116, 'Fozia', 'Razzaq', 'Female', 'arazzaq2131@gmail.com', '978-804-1768', 188, 0, 'Fall', '2025-2026', '2025-09-22 03:02:28', '2025-09-22 03:02:28'), +(117, 'Be', 'Lun', 'Female', 'willaways_be@yahoo.com', '978-427-4568', 189, 0, 'Fall', '2025-2026', '2025-09-23 13:21:34', '2025-09-23 13:21:34'), +(118, 'Rubina', 'Mirza', 'Female', 'binamirza@hotmail.com', '978-399-4329', 190, 0, 'Fall', '2025-2026', '2025-09-23 14:36:47', '2025-09-23 14:36:47'), +(119, 'Rabiya', 'Tahir', 'Female', 'rbyatahr@gmail.com', '603-930-8875', 191, 0, 'Fall', '2025-2026', '2025-09-23 20:34:47', '2025-09-23 20:34:47'), +(120, 'Rayan', 'Sekamatte', 'Male', 'adocts315@gmail.com', '781-240-9742', 194, 0, 'Fall', '2025-2026', '2025-09-27 02:49:26', '2025-09-27 02:49:26'), +(123, 'Sana', 'Bazzaz', 'Female', 'sana.bazzaz@gmail.com', '617-949-9109', 198, 0, 'Fall', '2025-2026', '2025-09-27 21:51:00', '2025-09-27 21:51:00'), +(124, 'Rayan', 'Sekamatte', 'Male', 'adocts315@gmail.com', '781-240-9742', 202, 0, 'Fall', '2025-2026', '2025-09-28 15:10:55', '2025-09-28 15:10:55'), +(125, 'Bibi Sabza Gul', 'Hamdard', 'Female', 'sabzagulhamdard@gmail.com', '978-305-7990', 203, 0, 'Fall', '2025-2026', '2025-09-29 19:36:44', '2025-09-29 19:36:44'), +(126, 'Christy', 'Wyatt', 'Female', 'clwyatt83@gmail.com', '603-205-9253', 204, 0, 'Fall', '2025-2026', '2025-09-30 16:59:04', '2025-09-30 16:59:04'), +(127, 'Eric', 'Maase', 'Male', 'emaase@gmail.com', '978-758-3811', 206, 0, 'Fall', '2025-2026', '2025-10-05 02:02:19', '2025-10-05 02:02:19'), +(128, 'Badr', 'Jlelati', 'Male', 'badrjlelati@gmail.com', '978-960-3692', 208, 0, 'Fall', '2025-2026', '2025-10-05 15:28:28', '2025-10-05 15:28:28'), +(129, 'Fezal', 'Shaikh', 'Male', 'fezalsabina@yahoo.com', '978-305-5077', 210, 0, 'Fall', '2025-2026', '2025-10-15 14:09:41', '2025-10-15 14:09:41'), +(131, 'Jaffer', 'Shaik', 'Male', 'jaffers@gmail.com', '978-996-5978', 304, 0, 'Fall', '2025-2026', '2025-11-04 19:09:14', '2025-11-04 19:09:14'), +(132, 'Lukia', 'Namatovu', 'Female', 'lianamatovu@gmail.com', '857-237-2963', 308, 0, 'Fall', '2025-2026', '2025-12-14 15:12:58', '2025-12-14 15:12:58'), +(133, 'Haris', 'Bilal', 'Male', 'harisbilal83@hotmail.com', '217-898-3530', 312, 0, 'Spring', '2025-2026', '2026-03-13 15:02:25', '2026-03-13 15:02:25'), +(134, 'Amara', 'Sulaiman', 'Female', 'amarasuleiman35@gmail.com', '978-227-7892', 313, 0, 'Spring', '2025-2026', '2026-03-29 06:26:46', '2026-03-29 06:26:46'), +(135, 'Mahmuda', 'Khan', 'Female', 'mahmuda182@icloud.com', '978-863-8335', 317, 0, 'Spring', '2025-2026', '2026-05-18 21:59:58', '2026-05-18 21:59:58'), +(136, 'Mohamed', 'Yassin', 'Male', 'm.yassin@nozhanet.net', '781-869-0638', 318, 0, 'Fall', '2025-2026', '2026-07-16 21:04:30', '2026-07-16 21:04:30'), +(137, 'Sormin', 'Sultana', 'Female', 'sormin@gmail.com', '978-221-7943', 319, 0, 'Fall', '2025-2026', '2026-07-25 04:16:14', '2026-07-25 04:16:14'), +(138, 'Adibanoor', 'Alam', 'Female', 'rahmanadiba92@gmail.com', '518-986-3864', 320, 0, 'Fall', '2025-2026', '2026-07-28 23:22:41', '2026-07-28 23:22:41'), +(140, 'Hira', 'Saleem', 'Female', 'hirasaleem25@yahoo.com', '617-913-5805', 322, 0, NULL, '', '2026-08-25 05:18:03', '2026-08-25 05:18:03'), +(141, 'Adam', 'Almuthafar', 'Male', 'nzh2006ha@yahoo.com', '513-223-9660', 323, 0, NULL, '', '2026-08-25 21:17:17', '2026-08-25 21:17:17'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `parent_attendance_reports` +-- + +CREATE TABLE `parent_attendance_reports` ( + `id` int(10) UNSIGNED NOT NULL, + `parent_id` int(10) UNSIGNED NOT NULL COMMENT 'users.id of the reporting parent (primary parent id)', + `student_id` int(10) UNSIGNED NOT NULL, + `class_section_id` int(10) UNSIGNED DEFAULT NULL, + `report_date` date NOT NULL, + `type` enum('absent','late','early_dismissal') NOT NULL DEFAULT 'absent', + `arrival_time` time DEFAULT NULL, + `dismiss_time` time DEFAULT NULL, + `reason` text DEFAULT NULL, + `semester` varchar(32) DEFAULT NULL, + `school_year` varchar(16) DEFAULT NULL, + `status` enum('new','seen','processed') NOT NULL DEFAULT 'new', + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `parent_attendance_reports` +-- + +INSERT INTO `parent_attendance_reports` (`id`, `parent_id`, `student_id`, `class_section_id`, `report_date`, `type`, `arrival_time`, `dismiss_time`, `reason`, `semester`, `school_year`, `status`, `created_at`, `updated_at`) VALUES +(1, 106, 158, 70, '2025-11-02', 'absent', NULL, NULL, 'We lost a family member the burial is tomorrow inchallah', 'Fall', '2025-2026', 'new', '2025-11-02 00:34:32', '2025-11-02 00:34:32'), +(2, 2, 1, 70, '2025-11-02', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-02 03:40:33', '2025-11-02 03:40:33'), +(3, 205, 254, 60, '2025-11-02', 'absent', NULL, NULL, 'Assalamu alaikum, unfortunately my daughters won’t be able to attend today due to an unexpected family situation. Insha’Allah they’ll be back next week.\r\n', 'Fall', '2025-2026', 'new', '2025-11-02 14:07:18', '2025-11-02 14:07:18'), +(4, 205, 253, 120, '2025-11-02', 'absent', NULL, NULL, 'Assalamu alaikum, unfortunately my daughters won’t be able to attend today due to an unexpected family situation. Insha’Allah they’ll be back next week.\r\n', 'Fall', '2025-2026', 'new', '2025-11-02 14:07:18', '2025-11-02 14:07:18'), +(5, 129, 240, 80, '2025-11-02', 'absent', NULL, NULL, 'Shafiqa is no longer going to be attending this class. If she can attend the the Youth class it will be great. Otherwise, she will no longer be coming.\r\nEmman', 'Fall', '2025-2026', 'new', '2025-11-02 17:07:47', '2025-11-02 17:07:47'), +(6, 66, 99, 80, '2025-11-09', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-09 00:19:05', '2025-11-09 00:19:05'), +(7, 66, 101, 22, '2025-11-09', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-09 00:19:05', '2025-11-09 00:19:05'), +(8, 66, 100, 52, '2025-11-09', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-09 00:19:05', '2025-11-09 00:19:05'), +(9, 46, 70, 31, '2025-11-09', 'absent', NULL, NULL, 'Assalamu Alaikum. We are out of town. Kindly excuse ikram for his absence this week.', 'Fall', '2025-2026', 'new', '2025-11-09 06:00:58', '2025-11-09 06:00:58'), +(10, 44, 68, 31, '2025-11-09', 'absent', NULL, NULL, 'We are going out for important work. My daughters can\'t attend the class today.', 'Fall', '2025-2026', 'new', '2025-11-09 07:50:51', '2025-11-09 07:50:51'), +(11, 44, 67, 70, '2025-11-09', 'absent', NULL, NULL, 'We are going out for important work. My daughters can\'t attend the class today.', 'Fall', '2025-2026', 'new', '2025-11-09 07:50:51', '2025-11-09 07:50:51'), +(12, 125, 176, 21, '2025-11-09', 'absent', NULL, NULL, 'Sick', 'Fall', '2025-2026', 'new', '2025-11-09 11:48:47', '2025-11-09 11:48:47'), +(13, 120, 202, 41, '2025-11-09', 'absent', NULL, NULL, 'Fell sick with a cold', 'Fall', '2025-2026', 'new', '2025-11-09 14:27:09', '2025-11-09 14:27:09'), +(14, 74, 112, 21, '2025-11-09', 'absent', NULL, NULL, 'Death in the family', 'Fall', '2025-2026', 'new', '2025-11-09 14:34:53', '2025-11-09 14:34:53'), +(15, 74, 113, 1, '2025-11-09', 'absent', NULL, NULL, 'Death in the family', 'Fall', '2025-2026', 'new', '2025-11-09 14:34:53', '2025-11-09 14:34:53'), +(16, 74, 111, 41, '2025-11-09', 'absent', NULL, NULL, 'Death in the family', 'Fall', '2025-2026', 'new', '2025-11-09 14:34:53', '2025-11-09 14:34:53'), +(17, 64, 98, 1, '2025-12-07', 'absent', NULL, NULL, 'We are going to Pakistan. ', 'Fall', '2025-2026', 'new', '2025-11-12 16:48:02', '2025-11-12 16:48:02'), +(18, 64, 97, 22, '2025-12-07', 'absent', NULL, NULL, 'We are going to Pakistan. ', 'Fall', '2025-2026', 'new', '2025-11-12 16:48:02', '2025-11-12 16:48:02'), +(19, 64, 98, 1, '2025-12-14', 'absent', NULL, NULL, 'We are going to Pakistan. ', 'Fall', '2025-2026', 'new', '2025-11-12 16:48:33', '2025-11-12 16:48:33'), +(20, 64, 97, 22, '2025-12-14', 'absent', NULL, NULL, 'We are going to Pakistan. ', 'Fall', '2025-2026', 'new', '2025-11-12 16:48:33', '2025-11-12 16:48:33'), +(21, 39, 61, 120, '2025-11-16', 'early_dismissal', NULL, '11:30:00', 'Family evennt', 'Fall', '2025-2026', 'new', '2025-11-15 14:48:52', '2025-11-15 14:48:52'), +(22, 21, 32, 70, '2025-11-16', 'absent', NULL, NULL, 'have the flu virus', 'Fall', '2025-2026', 'new', '2025-11-15 14:49:47', '2025-11-15 14:51:25'), +(23, 21, 31, 120, '2025-11-16', 'absent', NULL, NULL, 'have the flu virus', 'Fall', '2025-2026', 'new', '2025-11-15 14:49:47', '2025-11-15 14:51:34'), +(24, 21, 33, 42, '2025-11-16', 'absent', NULL, NULL, 'have flu virus', 'Fall', '2025-2026', 'new', '2025-11-15 14:49:47', '2025-11-15 14:51:10'), +(25, 21, 31, 120, '2025-11-16', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-15 14:52:39', '2025-11-15 14:52:39'), +(26, 117, 165, 32, '2025-11-16', 'absent', NULL, NULL, 'She has another activity that is at the same time.', 'Fall', '2025-2026', 'new', '2025-11-15 16:35:59', '2025-11-15 16:37:03'), +(27, 70, 105, 21, '2025-12-07', 'absent', NULL, NULL, 'Traveling abroad due to family emergency.\r\n', 'Fall', '2025-2026', 'new', '2025-11-15 17:43:31', '2025-11-15 17:43:31'), +(28, 70, 105, 21, '2025-12-14', 'absent', NULL, NULL, 'Traveling abroad due to family emergency. ', 'Fall', '2025-2026', 'new', '2025-11-15 17:45:08', '2025-11-15 17:45:08'), +(29, 70, 105, 21, '2026-01-04', 'absent', NULL, NULL, 'Traveling abroad due to family emergency.', 'Fall', '2025-2026', 'new', '2025-11-15 17:46:01', '2025-11-15 17:46:01'), +(30, 70, 105, 21, '2026-01-11', 'absent', NULL, NULL, 'Traveling abroad due to family emergency.', 'Fall', '2025-2026', 'new', '2025-11-15 17:46:21', '2025-11-15 17:46:21'), +(31, 27, 39, 80, '2025-11-16', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-15 22:10:21', '2025-11-15 22:10:21'), +(32, 27, 38, 120, '2025-11-16', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-15 22:10:21', '2025-11-15 22:10:21'), +(33, 27, 40, 42, '2025-11-16', 'absent', NULL, NULL, NULL, 'Fall', '2025-2026', 'new', '2025-11-15 22:10:21', '2025-11-15 22:10:21'), +(34, 106, 158, 70, '2025-11-16', 'absent', NULL, NULL, 'Family member funeral ', 'Fall', '2025-2026', 'new', '2025-11-16 01:57:59', '2025-11-16 01:57:59'), +(35, 117, 166, 1, '2025-11-16', 'absent', NULL, NULL, 'They have another school related activity', 'Fall', '2025-2026', 'new', '2025-11-16 14:29:31', '2025-11-16 14:29:31'), +(36, 117, 164, 51, '2025-11-16', 'absent', NULL, NULL, 'They have another school related activity', 'Fall', '2025-2026', 'new', '2025-11-16 14:29:31', '2025-11-16 14:29:31'), +(37, 117, 164, 51, '2025-11-16', 'absent', NULL, NULL, 'They have another school related activity', 'Fall', '2025-2026', 'new', '2025-11-16 14:29:31', '2025-11-16 14:29:31'), +(38, 117, 164, 51, '2025-11-16', 'absent', NULL, NULL, 'They have another school related activity', 'Fall', '2025-2026', 'new', '2025-11-16 14:29:34', '2025-11-16 14:29:34'), +(39, 69, 103, 52, '2025-11-16', 'absent', NULL, NULL, 'She is Sick today.', 'Fall', '2025-2026', 'new', '2025-11-16 14:44:30', '2025-11-16 14:44:30'), +(40, 167, 213, 32, '2025-11-16', 'absent', NULL, NULL, 'She is having coughs and colds', 'Fall', '2025-2026', 'new', '2025-11-16 15:06:43', '2025-11-16 15:06:43'), +(41, 100, 149, 80, '2025-11-16', 'absent', NULL, NULL, 'Her Eyes are hurting.', 'Fall', '2025-2026', 'new', '2025-11-16 15:15:40', '2025-11-16 15:15:40'), +(42, 72, 106, 42, '2025-11-16', 'absent', NULL, NULL, 'Sorry we forgot to on the alarm', 'Fall', '2025-2026', 'new', '2025-11-16 15:57:46', '2025-11-16 15:57:46'), +(43, 141, 190, 80, '2025-11-16', 'early_dismissal', NULL, '12:30:00', 'Yahia has game soccer at 1 pm.', 'Fall', '2025-2026', 'new', '2025-11-16 17:16:47', '2025-11-16 17:16:47'), +(44, 68, 193, 60, '2025-11-23', 'absent', NULL, NULL, 'Jyda is not feeling well, so she will miss school tomorrow 11/23/2025', 'Fall', '2025-2026', 'new', '2025-11-22 21:17:32', '2025-11-22 21:17:32'), +(45, 74, 112, 21, '2025-12-14', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(46, 74, 112, 21, '2026-01-04', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(47, 74, 113, 1, '2025-12-14', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(48, 74, 113, 1, '2026-01-04', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(49, 74, 111, 41, '2025-12-14', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(50, 74, 111, 41, '2026-01-04', 'absent', NULL, NULL, 'Travel overseas', 'Fall', '2025-2026', 'new', '2025-11-22 21:19:32', '2025-11-22 21:19:32'), +(51, 66, 99, 80, '2026-01-04', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(52, 66, 99, 80, '2026-01-11', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(53, 66, 99, 80, '2026-01-18', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(54, 66, 99, 80, '2026-01-25', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(55, 66, 101, 22, '2026-01-04', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(56, 66, 101, 22, '2026-01-11', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(57, 66, 101, 22, '2026-01-18', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(58, 66, 101, 22, '2026-01-25', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(59, 66, 100, 52, '2026-01-04', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(60, 66, 100, 52, '2026-01-11', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(61, 66, 100, 52, '2026-01-18', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(62, 66, 100, 52, '2026-01-25', 'absent', NULL, NULL, 'Traveling on vacation', 'Fall', '2025-2026', 'new', '2025-11-23 03:12:21', '2025-11-23 03:12:21'), +(63, 205, 254, 60, '2025-11-23', 'absent', NULL, NULL, 'I am writing to inform you that my children will be absent due to the passing of their aunt. Our family will be attending her funeral and supporting one another during this time.\r\n\r\nThank you for your understanding and compassion.', 'Fall', '2025-2026', 'new', '2025-11-23 03:31:31', '2025-11-23 03:31:31'), +(64, 205, 253, 120, '2025-11-23', 'absent', NULL, NULL, 'I am writing to inform you that my children will be absent due to the passing of their aunt. Our family will be attending her funeral and supporting one another during this time.\r\n\r\nThank you for your understanding and compassion.', 'Fall', '2025-2026', 'new', '2025-11-23 03:31:31', '2025-11-23 03:31:31'), +(65, 205, 253, 120, '2025-11-23', 'absent', NULL, NULL, 'I am writing to inform you that my children will be absent due to the passing of their aunt. Our family will be attending her funeral and supporting one another during this time.\r\n\r\nThank you for your understanding and compassion.', 'Fall', '2025-2026', 'new', '2025-11-23 03:31:35', '2025-11-23 03:31:35'), +(66, 205, 253, 120, '2025-11-23', 'absent', NULL, NULL, 'I am writing to inform you that my children will be absent due to the passing of their aunt. Our family will be attending her funeral and supporting one another during this time.\r\n\r\nThank you for your understanding and compassion.', 'Fall', '2025-2026', 'new', '2025-11-23 03:31:37', '2025-11-23 03:31:37'), +(67, 39, 61, 120, '2025-11-23', 'absent', NULL, NULL, 'Sana has a project that she needs to work on.', 'Fall', '2025-2026', 'new', '2025-11-23 14:00:47', '2025-11-23 14:00:47'), +(68, 68, 194, 52, '2025-11-23', 'absent', NULL, NULL, 'Omar is sick and he will not come to school today 11/23/25', 'Fall', '2025-2026', 'new', '2025-11-23 14:15:46', '2025-11-23 14:15:46'), +(69, 164, 215, 10, '2025-11-23', 'absent', NULL, NULL, 'Nyla has a cold and has high ketones. She is diabetic. Her ketones are high and the on call doctor said I may need to take her to the hospital if her ketones don\'t come down. We only have one car so I don\'t want to drop off Seth if there is a possibility I need to take Nyla to Boston children\'s and leave him stranded at the masjid without a ride home.', 'Fall', '2025-2026', 'new', '2025-11-23 14:40:06', '2025-11-23 14:40:06'), +(70, 164, 214, 10, '2025-11-23', 'absent', NULL, NULL, 'Nyla has a cold and has high ketones. She is diabetic. Her ketones are high and the on call doctor said I may need to take her to the hospital if her ketones don\'t come down. We only have one car so I don\'t want to drop off Seth if there is a possibility I need to take Nyla to Boston children\'s and leave him stranded at the masjid without a ride home.', 'Fall', '2025-2026', 'new', '2025-11-23 14:40:06', '2025-11-23 14:40:06'), +(71, 164, 214, 10, '2025-11-23', 'absent', NULL, NULL, 'Nyla has a cold and has high ketones. She is diabetic. Her ketones are high and the on call doctor said I may need to take her to the hospital if her ketones don\'t come down. We only have one car so I don\'t want to drop off Seth if there is a possibility I need to take Nyla to Boston children\'s and leave him stranded at the masjid without a ride home.', 'Fall', '2025-2026', 'new', '2025-11-23 14:40:09', '2025-11-23 14:40:09'), +(72, 14, 22, 52, '2025-11-23', 'early_dismissal', NULL, '12:30:00', 'Commitment at 1pm', 'Fall', '2025-2026', 'new', '2025-11-23 15:21:19', '2025-11-23 15:21:24'), +(73, 141, 191, 60, '2025-12-07', 'early_dismissal', NULL, '10:50:00', 'She is sick.', 'Fall', '2025-2026', 'new', '2025-12-07 15:51:18', '2025-12-07 15:51:18'), +(74, 118, 168, 32, '2025-12-14', 'absent', NULL, NULL, 'Travelling that weekend', 'Fall', '2025-2026', 'new', '2025-12-09 20:05:21', '2025-12-09 20:05:21'), +(75, 118, 167, 51, '2025-12-14', 'absent', NULL, NULL, 'Travelling that weekend', 'Fall', '2025-2026', 'new', '2025-12-09 20:05:21', '2025-12-09 20:05:21'), +(76, 118, 169, 32, '2025-12-14', 'absent', NULL, NULL, 'Travelling that weekend', 'Fall', '2025-2026', 'new', '2025-12-09 20:05:21', '2025-12-09 20:05:21'), +(77, 187, 242, 70, '2025-12-14', 'early_dismissal', NULL, '11:30:00', NULL, 'Fall', '2025-2026', 'new', '2025-12-13 21:09:16', '2025-12-13 21:09:16'), +(78, 109, 161, 60, '2025-12-14', 'absent', NULL, NULL, 'She is down with a cold, cough and headache. Has some temp too.', 'Fall', '2025-2026', 'new', '2025-12-13 22:41:34', '2025-12-13 22:41:34'), +(79, 114, 163, 80, '2026-01-04', 'absent', NULL, NULL, 'Traveling to Pakistan from December 25- January 18th', 'Fall', '2025-2026', 'new', '2025-12-14 03:47:28', '2025-12-14 03:47:28'), +(80, 114, 163, 80, '2026-01-11', 'absent', NULL, NULL, 'Traveling to Pakistan from December 25- January 18th', 'Fall', '2025-2026', 'new', '2025-12-14 03:47:28', '2025-12-14 03:47:28'), +(81, 114, 163, 80, '2026-01-18', 'absent', NULL, NULL, 'Traveling to Pakistan from December 25- January 18th', 'Fall', '2025-2026', 'new', '2025-12-14 03:47:28', '2025-12-14 03:47:28'), +(82, 187, 241, 120, '2025-12-14', 'absent', NULL, NULL, 'Will be absent due to weather and unable to get down our steep driveway.', 'Fall', '2025-2026', 'new', '2025-12-14 06:17:37', '2025-12-14 06:17:37'), +(83, 44, 67, 70, '2025-12-14', 'absent', NULL, NULL, 'Safa is not feeling well. Flu positive.', 'Fall', '2025-2026', 'new', '2025-12-14 07:15:17', '2025-12-14 07:15:17'), +(84, 44, 68, 31, '2025-12-14', 'absent', NULL, NULL, 'Her sister not feeling because of flu.', 'Fall', '2025-2026', 'new', '2025-12-14 07:16:35', '2025-12-14 07:16:35'), +(85, 68, 193, 60, '2025-12-14', 'absent', NULL, NULL, 'Jyda is not feeling well so she will not be able to come to the session.', 'Fall', '2025-2026', 'new', '2025-12-14 12:56:50', '2025-12-14 12:56:50'), +(86, 9, 15, 80, '2025-12-14', 'absent', NULL, NULL, 'Omar is sick and has a fever, cough, and his chest is tight. We are keeping him home to control his sickness and prevent any possible spreading to other kids. JAK', 'Fall', '2025-2026', 'new', '2025-12-14 13:41:32', '2025-12-14 13:41:32'), +(87, 19, 115, 41, '2025-12-14', 'absent', NULL, NULL, 'Ayesha Hussain, Grade 4A is sick with high fever/cough and unable to attend on December 14th.', 'Fall', '2025-2026', 'new', '2025-12-14 13:49:59', '2025-12-14 13:49:59'), +(88, 19, 114, 120, '2025-12-14', 'absent', NULL, NULL, 'Hashir Hussain, Grade Youth is sick with high fever and unable to attend on December 14th.', 'Fall', '2025-2026', 'new', '2025-12-14 13:51:02', '2025-12-14 13:51:02'), +(89, 39, 61, 120, '2025-12-14', 'absent', NULL, NULL, 'Bad weather conditions outside', 'Fall', '2025-2026', 'new', '2025-12-14 14:20:07', '2025-12-14 14:20:07'), +(90, 68, 194, 52, '2025-12-14', 'absent', NULL, NULL, 'Omar is sick', 'Fall', '2025-2026', 'new', '2025-12-14 14:21:10', '2025-12-14 14:21:10'), +(91, 66, 100, 52, '2025-12-14', 'absent', NULL, NULL, 'Nit feeling well', 'Fall', '2025-2026', 'new', '2025-12-14 15:39:42', '2025-12-14 15:39:42'), +(92, 132, 183, 10, '2026-01-04', 'absent', NULL, NULL, 'Sickness', 'Fall', '2025-2026', 'new', '2026-01-03 22:39:58', '2026-01-03 22:39:58'), +(93, 132, 184, 1, '2026-01-04', 'absent', NULL, NULL, 'Sickness', 'Fall', '2025-2026', 'new', '2026-01-03 22:39:58', '2026-01-03 22:39:58'), +(94, 16, 25, 52, '2026-01-04', 'absent', NULL, NULL, 'Melody's great grandmother passed 2 weeks ago and melody and I the parent are out of the country. We will be returning next week.', 'Fall', '2025-2026', 'new', '2026-01-04 13:22:44', '2026-01-04 13:22:44'), +(95, 125, 176, 21, '2026-01-04', 'absent', NULL, NULL, 'Afrah has a bad cold', 'Fall', '2025-2026', 'new', '2026-01-04 13:26:12', '2026-01-04 13:26:12'), +(96, 164, 215, 10, '2026-01-04', 'absent', NULL, NULL, 'I and my daughter are sick with cough and I have no one else to take my son', 'Fall', '2025-2026', 'new', '2026-01-04 14:04:47', '2026-01-04 14:04:47'), +(97, 164, 214, 10, '2026-01-04', 'absent', NULL, NULL, 'I and my daughter are sick with cough and I have no one else to take my son', 'Fall', '2025-2026', 'new', '2026-01-04 14:04:47', '2026-01-04 14:04:47'), +(98, 22, 28, 70, '2026-01-04', 'absent', NULL, NULL, 'Still away for winter break', 'Fall', '2025-2026', 'new', '2026-01-04 14:09:43', '2026-01-04 14:09:43'), +(99, 22, 29, 51, '2026-01-04', 'absent', NULL, NULL, 'Still away for winter break', 'Fall', '2025-2026', 'new', '2026-01-04 14:09:43', '2026-01-04 14:09:43'), +(100, 22, 30, 31, '2026-01-04', 'absent', NULL, NULL, 'Still away on winter vacation', 'Fall', '2025-2026', 'new', '2026-01-04 14:49:20', '2026-01-04 14:49:20'), +(101, 187, 242, 70, '2026-01-11', 'early_dismissal', NULL, '12:40:00', 'Sports event', 'Fall', '2025-2026', 'new', '2026-01-10 20:24:15', '2026-01-10 20:24:16'), +(102, 187, 241, 120, '2026-01-11', 'early_dismissal', NULL, '12:40:00', 'Sports event', 'Fall', '2025-2026', 'new', '2026-01-10 20:24:15', '2026-01-10 20:24:16'), +(103, 19, 115, 41, '2026-01-11', 'absent', NULL, NULL, 'Ayesha Hussain Grade 4A is sick today 01/11 and unable to attend school.', 'Fall', '2025-2026', 'new', '2026-01-11 13:53:31', '2026-01-11 13:53:31'), +(104, 205, 254, 60, '2026-01-11', 'absent', NULL, NULL, 'Not feeling well .', 'Fall', '2025-2026', 'new', '2026-01-11 14:09:19', '2026-01-11 14:09:19'), +(105, 205, 253, 120, '2026-01-11', 'absent', NULL, NULL, 'Not feeling well .', 'Fall', '2025-2026', 'new', '2026-01-11 14:09:19', '2026-01-11 14:09:19'), +(106, 205, 253, 120, '2026-01-11', 'absent', NULL, NULL, 'Not feeling well .', 'Fall', '2025-2026', 'new', '2026-01-11 14:09:21', '2026-01-11 14:09:21'), +(107, 13, 21, 31, '2026-01-11', 'early_dismissal', NULL, '12:30:00', NULL, 'Fall', '2025-2026', 'new', '2026-01-11 15:56:16', '2026-01-11 15:56:19'), +(108, 106, 158, 70, '2026-01-11', 'absent', NULL, NULL, 'Not feeling well', 'Fall', '2025-2026', 'new', '2026-01-11 16:52:40', '2026-01-11 16:52:40'), +(109, 74, 112, 21, '2026-01-18', 'absent', NULL, NULL, 'Stomach flu', 'Fall', '2025-2026', 'new', '2026-01-18 15:23:51', '2026-01-18 15:23:51'), +(110, 74, 113, 1, '2026-01-18', 'absent', NULL, NULL, 'Stomach flu', 'Fall', '2025-2026', 'new', '2026-01-18 15:23:51', '2026-01-18 15:23:51'), +(111, 74, 111, 41, '2026-01-18', 'absent', NULL, NULL, 'Stomach flu', 'Fall', '2025-2026', 'new', '2026-01-18 15:23:51', '2026-01-18 15:23:51'), +(112, 30, 46, 120, '2026-02-01', 'absent', NULL, NULL, 'Sarah will be going for a ski retreat with about 50 Muslim teenagers as part of the ARKANUM program', 'Fall', '2025-2026', 'new', '2026-01-31 14:12:12', '2026-01-31 14:12:12'), +(113, 126, 178, 22, '2026-02-01', 'absent', NULL, NULL, 'I am not good feeling and I can’t drive thank you', 'Spring', '2025-2026', 'new', '2026-02-01 15:15:15', '2026-02-01 15:15:15'), +(114, 126, 177, 42, '2026-02-01', 'absent', NULL, NULL, 'I am not good feeling and I can’t drive thank you', 'Spring', '2025-2026', 'new', '2026-02-01 15:15:15', '2026-02-01 15:15:15'), +(115, 149, 197, 22, '2026-02-01', 'absent', NULL, NULL, 'Simra’s feeling a bit under the weather, so she’s staying home to rest and recover.', 'Spring', '2025-2026', 'new', '2026-02-01 17:15:33', '2026-02-01 17:15:33'), +(116, 57, 90, 60, '2026-02-08', 'absent', NULL, NULL, 'Emira will be staying with her sister in Cambridge while her parents are out of town, and won\'t be able to commute to Sunday School. Please provide the homework. Thanks.', 'Spring', '2025-2026', 'new', '2026-02-01 20:18:44', '2026-02-01 20:18:44'), +(117, 57, 90, 60, '2026-02-22', 'absent', NULL, NULL, 'Emira will be staying with her sister in Cambridge while her parents are out of town, and won\'t be able to commute to Sunday School. Please provide the homework. Thanks.', 'Spring', '2025-2026', 'new', '2026-02-01 20:18:44', '2026-02-01 20:18:44'), +(118, 205, 254, 60, '2026-02-08', 'absent', NULL, NULL, 'Family matters', 'Spring', '2025-2026', 'new', '2026-02-07 15:50:58', '2026-02-07 15:50:58'), +(119, 205, 253, 120, '2026-02-08', 'absent', NULL, NULL, 'Family matters', 'Spring', '2025-2026', 'new', '2026-02-07 15:50:58', '2026-02-07 15:50:58'), +(120, 81, 121, 41, '2026-02-08', 'absent', NULL, NULL, 'Important curriculum activity', 'Spring', '2025-2026', 'new', '2026-02-07 16:28:51', '2026-02-07 16:28:51'), +(121, 125, 176, 21, '2026-02-08', 'absent', NULL, NULL, 'Sick', 'Spring', '2025-2026', 'new', '2026-02-08 02:36:26', '2026-02-08 02:36:26'), +(122, 75, 137, 60, '2026-02-08', 'early_dismissal', NULL, '12:00:00', 'Salaam,\r\nI will be picking up Hamza and Hashim around 12 on Feb 8th. I will let you know if anything changes. \r\nJAK,\r\nMohammed', 'Spring', '2025-2026', 'new', '2026-02-08 02:46:17', '2026-02-08 02:46:17'), +(123, 75, 138, 42, '2026-02-08', 'early_dismissal', NULL, '12:00:00', 'Salaam,\r\nI will be picking up Hamza and Hashim around 12 on Feb 8th. I will let you know if anything changes. \r\nJAK,\r\nMohammed', 'Spring', '2025-2026', 'new', '2026-02-08 02:46:17', '2026-02-08 02:46:17'), +(124, 19, 114, 120, '2026-02-08', 'absent', NULL, NULL, 'Hashir is sick today on Feb 8th, and unable to attend school', 'Spring', '2025-2026', 'new', '2026-02-08 14:30:11', '2026-02-08 14:30:11'), +(125, 30, 47, 120, '2026-02-08', 'absent', NULL, NULL, 'Assalamualaikum \r\nWe are in New York City for meeting family from west coast', 'Spring', '2025-2026', 'new', '2026-02-08 14:33:24', '2026-02-08 14:33:24'), +(126, 30, 46, 120, '2026-02-08', 'absent', NULL, NULL, 'Assalamualaikum \r\nWe are in New York City for meeting family from west coast', 'Spring', '2025-2026', 'new', '2026-02-08 14:33:24', '2026-02-08 14:33:24'), +(127, 39, 61, 120, '2026-02-08', 'early_dismissal', NULL, '11:30:00', NULL, 'Spring', '2025-2026', 'new', '2026-02-08 14:33:44', '2026-02-08 14:33:44'), +(128, 153, 200, 21, '2026-02-08', 'early_dismissal', NULL, '12:00:00', 'Watching an Islamic cartoon Movie that is offered only this Sunday @1 PM.', 'Spring', '2025-2026', 'new', '2026-02-08 15:18:20', '2026-02-08 15:18:20'), +(129, 164, 215, 10, '2026-02-08', 'absent', NULL, NULL, 'Sick. Nyla had a lot of medical appointments this past week and we caught something. Can you please email the work done in class today and homework for next week and I will have them do it at home? Jazakallah', 'Spring', '2025-2026', 'new', '2026-02-08 16:01:44', '2026-02-08 16:01:44'), +(130, 164, 214, 10, '2026-02-08', 'absent', NULL, NULL, 'Sick. Nyla had a lot of medical appointments this past week and we caught something. Can you please email the work done in class today and homework for next week and I will have them do it at home? Jazakallah', 'Spring', '2025-2026', 'new', '2026-02-08 16:01:44', '2026-02-08 16:01:44'), +(131, 22, 30, 31, '2026-02-22', 'absent', NULL, NULL, 'Family event.', 'Spring', '2025-2026', 'new', '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(132, 22, 28, 70, '2026-02-22', 'absent', NULL, NULL, 'Family event.', 'Spring', '2025-2026', 'new', '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(133, 22, 29, 51, '2026-02-22', 'absent', NULL, NULL, 'Family event.', 'Spring', '2025-2026', 'new', '2026-02-21 10:33:47', '2026-02-21 10:33:47'), +(134, 187, 242, 70, '2026-02-22', 'absent', NULL, NULL, 'Traveling to see family', 'Spring', '2025-2026', 'new', '2026-02-21 17:14:50', '2026-02-21 17:14:50'), +(135, 187, 241, 120, '2026-02-22', 'absent', NULL, NULL, 'Traveling to see family', 'Spring', '2025-2026', 'new', '2026-02-21 17:14:50', '2026-02-21 17:14:50'), +(136, 74, 112, 21, '2026-02-22', 'absent', NULL, NULL, 'Mom sick, no ride', 'Spring', '2025-2026', 'new', '2026-02-22 14:46:14', '2026-02-22 14:46:14'), +(137, 74, 113, 1, '2026-02-22', 'absent', NULL, NULL, 'Mom sick, no ride', 'Spring', '2025-2026', 'new', '2026-02-22 14:46:14', '2026-02-22 14:46:14'), +(138, 74, 111, 41, '2026-02-22', 'absent', NULL, NULL, 'Mom sick, no ride', 'Spring', '2025-2026', 'new', '2026-02-22 14:46:14', '2026-02-22 14:46:14'), +(139, 74, 113, 1, '2026-02-22', 'absent', NULL, NULL, 'Mom sick, no ride', 'Spring', '2025-2026', 'new', '2026-02-22 14:46:17', '2026-02-22 14:46:17'), +(140, 46, 70, 31, '2026-03-01', 'absent', NULL, NULL, 'Assalamu alaikum,\r\nIkram is sick. Kindly excuse him. JAK', 'Spring', '2025-2026', 'new', '2026-03-01 10:48:35', '2026-03-01 10:48:35'), +(141, 68, 193, 60, '2026-03-01', 'absent', NULL, NULL, 'Jyda and Omar are not feeling well.', 'Spring', '2025-2026', 'new', '2026-03-01 13:15:00', '2026-03-01 13:15:00'), +(142, 68, 194, 52, '2026-03-01', 'absent', NULL, NULL, 'Jyda and Omar are not feeling well.', 'Spring', '2025-2026', 'new', '2026-03-01 13:15:00', '2026-03-01 13:15:00'), +(143, 68, 194, 52, '2026-03-01', 'absent', NULL, NULL, 'Jyda and Omar are not feeling well.', 'Spring', '2025-2026', 'new', '2026-03-01 13:15:01', '2026-03-01 13:15:01'), +(144, 68, 194, 52, '2026-03-01', 'absent', NULL, NULL, 'Jyda and Omar are not feeling well.', 'Spring', '2025-2026', 'new', '2026-03-01 13:15:04', '2026-03-01 13:15:04'), +(145, 68, 194, 52, '2026-03-01', 'absent', NULL, NULL, 'Jyda and Omar are not feeling well.', 'Spring', '2025-2026', 'new', '2026-03-01 13:15:06', '2026-03-01 13:15:06'), +(146, 187, 242, 70, '2026-03-08', 'early_dismissal', NULL, '11:45:00', NULL, 'Spring', '2025-2026', 'new', '2026-03-08 02:02:48', '2026-03-08 02:02:48'), +(147, 75, 137, 60, '2026-03-08', 'absent', NULL, NULL, 'Out sick on 3/8/26.', 'Spring', '2025-2026', 'new', '2026-03-08 11:39:56', '2026-03-08 11:39:56'), +(148, 75, 138, 42, '2026-03-08', 'absent', NULL, NULL, 'Out sick on 3/8/26.', 'Spring', '2025-2026', 'new', '2026-03-08 11:39:56', '2026-03-08 11:39:56'), +(149, 149, 197, 22, '2026-03-29', 'absent', NULL, NULL, 'Traveling abroad', 'Spring', '2025-2026', 'new', '2026-03-28 16:37:57', '2026-03-28 16:37:57'), +(150, 149, 197, 22, '2026-04-05', 'absent', NULL, NULL, 'Traveling abroad.', 'Spring', '2025-2026', 'new', '2026-03-28 16:39:31', '2026-03-28 16:39:31'), +(151, 149, 197, 22, '2026-04-12', 'absent', NULL, NULL, 'Traveling abroad.', 'Spring', '2025-2026', 'new', '2026-03-28 16:39:31', '2026-03-28 16:39:31'), +(152, 149, 197, 22, '2026-04-19', 'absent', NULL, NULL, 'Traveling abroad.', 'Spring', '2025-2026', 'new', '2026-03-28 16:39:31', '2026-03-28 16:39:31'), +(153, 205, 254, 60, '2026-03-29', 'absent', NULL, NULL, 'Not feeling well .', 'Spring', '2025-2026', 'new', '2026-03-29 01:58:34', '2026-03-29 01:58:34'), +(154, 205, 253, 120, '2026-03-29', 'absent', NULL, NULL, 'Not feeling well .', 'Spring', '2025-2026', 'new', '2026-03-29 01:58:34', '2026-03-29 01:58:34'), +(155, 205, 253, 120, '2026-03-29', 'absent', NULL, NULL, 'Not feeling well .', 'Spring', '2025-2026', 'new', '2026-03-29 01:58:36', '2026-03-29 01:58:36'), +(156, 68, 193, 60, '2026-03-29', 'absent', NULL, NULL, 'School Event', 'Spring', '2025-2026', 'new', '2026-03-29 02:13:06', '2026-03-29 02:13:06'), +(157, 68, 194, 52, '2026-03-29', 'absent', NULL, NULL, 'School Event', 'Spring', '2025-2026', 'new', '2026-03-29 02:13:33', '2026-03-29 02:13:33'), +(158, 81, 121, 41, '2026-03-29', 'absent', NULL, NULL, 'Not feeling well', 'Spring', '2025-2026', 'new', '2026-03-29 03:43:37', '2026-03-29 03:43:37'), +(159, 9, 16, 31, '2026-03-29', 'absent', NULL, NULL, 'Mariam is sick today with a fever and GI symptoms.', 'Spring', '2025-2026', 'new', '2026-03-29 12:49:28', '2026-03-29 12:49:28'), +(160, 75, 137, 60, '2026-03-29', 'absent', NULL, NULL, 'Out sick on 3/29/26.', 'Spring', '2025-2026', 'new', '2026-03-29 12:53:33', '2026-03-29 12:53:33'), +(161, 75, 138, 42, '2026-03-29', 'absent', NULL, NULL, 'Out sick on 3/29/26.', 'Spring', '2025-2026', 'new', '2026-03-29 12:53:33', '2026-03-29 12:53:33'), +(162, 88, 126, 70, '2026-04-05', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(163, 88, 126, 70, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(164, 88, 126, 70, '2026-04-19', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(165, 88, 128, 1, '2026-04-05', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(166, 88, 128, 1, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(167, 88, 128, 1, '2026-04-19', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(168, 88, 127, 31, '2026-04-05', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(169, 88, 127, 31, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(170, 88, 127, 31, '2026-04-19', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:42', '2026-04-03 23:53:42'), +(171, 88, 126, 70, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:45', '2026-04-03 23:53:45'), +(172, 88, 128, 1, '2026-04-05', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:45', '2026-04-03 23:53:45'), +(173, 88, 128, 1, '2026-04-19', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:45', '2026-04-03 23:53:45'), +(174, 88, 127, 31, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-03 23:53:45', '2026-04-03 23:53:45'), +(175, 114, 163, 80, '2026-04-05', 'absent', NULL, NULL, 'Omair will not be able to attend school today because we are out of state', 'Spring', '2025-2026', 'new', '2026-04-05 10:32:47', '2026-04-05 10:32:47'), +(176, 19, 115, 41, '2026-04-05', 'absent', NULL, NULL, 'Ayesha Hussain G-4A is feeling sick with caugh and fever an unable attend schhol on 4/5', 'Spring', '2025-2026', 'new', '2026-04-05 12:35:41', '2026-04-05 12:35:41'), +(177, 19, 114, 120, '2026-04-05', 'absent', NULL, NULL, 'Hashir Hussain G-Y is feeling sick with caugh and fever an unable to attend schhol on 4/5', 'Spring', '2025-2026', 'new', '2026-04-05 12:36:25', '2026-04-05 12:36:25'), +(178, 24, 66, 70, '2026-04-12', 'absent', NULL, NULL, 'College tour for Mohammed elder brother', 'Spring', '2025-2026', 'new', '2026-04-05 14:59:35', '2026-04-05 14:59:35'), +(179, 29, 45, 21, '2026-04-12', 'absent', NULL, NULL, 'Vacation', 'Spring', '2025-2026', 'new', '2026-04-09 21:51:52', '2026-04-09 21:51:52'), +(180, 29, 44, 31, '2026-04-12', 'absent', NULL, NULL, 'Vacation', 'Spring', '2025-2026', 'new', '2026-04-09 21:51:52', '2026-04-09 21:51:52'), +(181, 34, 53, 80, '2026-04-12', 'absent', NULL, NULL, 'On vacation', 'Spring', '2025-2026', 'new', '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(182, 34, 53, 80, '2026-04-19', 'absent', NULL, NULL, 'On vacation', 'Spring', '2025-2026', 'new', '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(183, 34, 54, 32, '2026-04-12', 'absent', NULL, NULL, 'On vacation', 'Spring', '2025-2026', 'new', '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(184, 34, 54, 32, '2026-04-19', 'absent', NULL, NULL, 'On vacation', 'Spring', '2025-2026', 'new', '2026-04-10 02:13:24', '2026-04-10 02:13:24'), +(185, 120, 201, 120, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-11 03:48:58', '2026-04-11 03:48:58'), +(186, 120, 202, 41, '2026-04-12', 'absent', NULL, NULL, 'Traveling', 'Spring', '2025-2026', 'new', '2026-04-11 03:48:58', '2026-04-11 03:48:58'), +(187, 132, 183, 10, '2026-04-12', 'absent', NULL, NULL, 'sick', 'Spring', '2025-2026', 'new', '2026-04-12 04:38:27', '2026-04-12 04:38:27'), +(188, 132, 184, 1, '2026-04-12', 'absent', NULL, NULL, 'sick', 'Spring', '2025-2026', 'new', '2026-04-12 04:38:27', '2026-04-12 04:38:27'), +(189, 124, 175, 1, '2026-04-12', 'absent', NULL, NULL, 'She has a cold', 'Spring', '2025-2026', 'new', '2026-04-12 10:30:04', '2026-04-12 10:30:04'), +(190, 30, 47, 120, '2026-04-19', 'absent', NULL, NULL, 'Assalamualaikum\r\nWe are traveling to Canada\r\nWe planned this before you changed vacation calendar', 'Spring', '2025-2026', 'new', '2026-04-18 12:53:51', '2026-04-18 12:53:51'), +(191, 30, 46, 120, '2026-04-19', 'absent', NULL, NULL, 'Assalamualaikum\r\nWe are traveling to Canada\r\nWe planned this before you changed vacation calendar', 'Spring', '2025-2026', 'new', '2026-04-18 12:53:51', '2026-04-18 12:53:51'), +(192, 46, 70, 31, '2026-04-19', 'absent', NULL, NULL, 'Assalamu Alaikum,\r\n\r\nIkram will not be coming to school tomorrow as we are out of station this weekend. Kindly excuse him.\r\n\r\nJazakallahumma khair!\r\nArifa\r\nIkrams mom', 'Spring', '2025-2026', 'new', '2026-04-18 15:09:38', '2026-04-18 15:09:38'), +(193, 39, 61, 120, '2026-04-19', 'early_dismissal', NULL, '11:30:00', 'Driving class', 'Spring', '2025-2026', 'new', '2026-04-19 01:48:51', '2026-04-19 01:48:51'), +(194, 84, 123, 32, '2026-04-19', 'absent', NULL, NULL, 'Sick', 'Spring', '2025-2026', 'new', '2026-04-19 03:24:09', '2026-04-19 03:24:09'), +(195, 125, 176, 21, '2026-04-19', 'absent', NULL, NULL, 'Sick', 'Spring', '2025-2026', 'new', '2026-04-19 04:19:41', '2026-04-19 04:19:41'), +(196, 69, 103, 52, '2026-04-19', 'absent', NULL, NULL, 'Travelling', 'Spring', '2025-2026', 'new', '2026-04-19 11:49:01', '2026-04-19 11:49:01'), +(197, 69, 104, 22, '2026-04-19', 'absent', NULL, NULL, 'Travelling', 'Spring', '2025-2026', 'new', '2026-04-19 11:49:01', '2026-04-19 11:49:01'), +(198, 69, 102, 90, '2026-04-19', 'absent', NULL, NULL, 'Travelling', 'Spring', '2025-2026', 'new', '2026-04-19 11:49:01', '2026-04-19 11:49:01'), +(199, 81, 121, 41, '2026-05-03', 'absent', NULL, NULL, 'Sick', 'Spring', '2025-2026', 'new', '2026-05-02 15:19:53', '2026-05-02 15:19:53'), +(200, 20, 41, 22, '2026-05-03', 'absent', NULL, NULL, 'Armaan has fever so will not be able to attend today’s class', 'Spring', '2025-2026', 'new', '2026-05-03 12:29:09', '2026-05-03 12:29:09'), +(201, 68, 194, 52, '2026-05-10', 'absent', NULL, NULL, 'Omar is not feeling well.', 'Spring', '2025-2026', 'new', '2026-05-10 11:48:51', '2026-05-10 11:48:51'), +(202, 19, 115, 41, '2026-05-17', 'absent', NULL, NULL, 'Out of town to attend elder brother college graduation. Requested to take fianl exam on 5/24.', 'Spring', '2025-2026', 'new', '2026-05-14 13:08:12', '2026-05-14 13:08:12'), +(203, 19, 114, 120, '2026-05-17', 'absent', NULL, NULL, 'Out of town to attend elder brother college graduation. Requested to take fianl exam on 5/24.', 'Spring', '2025-2026', 'new', '2026-05-14 13:08:32', '2026-05-14 13:08:32'), +(204, 39, 61, 120, '2026-05-17', 'absent', NULL, NULL, 'Travelling', 'Spring', '2025-2026', 'new', '2026-05-14 22:58:55', '2026-05-14 22:58:55'), +(205, 187, 242, 70, '2026-05-17', 'absent', NULL, NULL, 'I am sorry the kids are not feeling well and can\'t come to Sunday school tomorrow. Please let me know when they can make up the exam.', 'Spring', '2025-2026', 'new', '2026-05-17 01:00:07', '2026-05-17 01:00:07'), +(206, 187, 241, 120, '2026-05-17', 'absent', NULL, NULL, 'I am sorry the kids are not feeling well and can\'t come to Sunday school tomorrow. Please let me know when they can make up the exam.', 'Spring', '2025-2026', 'new', '2026-05-17 01:00:07', '2026-05-17 01:00:07'), +(207, 125, 176, 21, '2026-05-31', 'late', '10:30:00', NULL, 'Dad working', 'Spring', '2025-2026', 'new', '2026-05-31 03:33:11', '2026-05-31 03:33:11'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `parent_meeting_schedules` +-- + +CREATE TABLE `parent_meeting_schedules` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `parent_user_id` int(10) UNSIGNED NOT NULL, + `parent_name` varchar(255) DEFAULT NULL, + `student_name` varchar(255) DEFAULT NULL, + `class_section_name` varchar(255) DEFAULT NULL, + `date` date NOT NULL, + `time` time NOT NULL, + `notes` text DEFAULT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(9) NOT NULL, + `status` enum('pending','approved','rejected','cancelled','completed') NOT NULL DEFAULT 'pending', + `created_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `parent_notifications` +-- + +CREATE TABLE `parent_notifications` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `code` varchar(32) NOT NULL, + `incident_date` date NOT NULL, + `channel` enum('email','sms','call','whatsapp') NOT NULL DEFAULT 'email', + `to_address` varchar(255) DEFAULT NULL, + `subject` varchar(255) DEFAULT NULL, + `status` enum('sent','failed') NOT NULL, + `response` text DEFAULT NULL, + `semester` varchar(16) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `parent_notifications` +-- + +INSERT INTO `parent_notifications` (`id`, `student_id`, `code`, `incident_date`, `channel`, `to_address`, `subject`, `status`, `response`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(3, 95, 'LATE_2', '2025-10-26', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:55:34', '2025-10-28 02:55:34'), +(4, 95, 'LATE_2', '2025-10-26', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:55:35', '2025-10-28 02:55:35'), +(5, 94, 'LATE_2', '2025-10-26', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:58:01', '2025-10-28 02:58:01'), +(6, 94, 'LATE_2', '2025-10-26', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:58:02', '2025-10-28 02:58:02'), +(7, 168, 'ABS_1', '2025-10-26', 'email', 'farrukh.ahmedd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:58:53', '2025-10-28 02:58:53'), +(8, 168, 'ABS_1', '2025-10-26', 'email', 'hirakhan601@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:58:54', '2025-10-28 02:58:54'), +(9, 93, 'LATE_2', '2025-10-26', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:59:55', '2025-10-28 02:59:55'), +(10, 93, 'LATE_2', '2025-10-26', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 02:59:56', '2025-10-28 02:59:56'), +(11, 121, 'LATE_2', '2025-10-12', 'email', 'hidayamale@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:00:27', '2025-10-28 03:00:27'), +(12, 121, 'LATE_2', '2025-10-12', 'email', 'ausi077@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:00:28', '2025-10-28 03:00:28'), +(13, 38, 'ABS_1', '2025-10-12', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:00:49', '2025-10-28 03:00:49'), +(14, 122, 'LATE_2', '2025-10-12', 'email', 'hidayamale@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:01:28', '2025-10-28 03:01:28'), +(15, 122, 'LATE_2', '2025-10-12', 'email', 'ausi077@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:01:29', '2025-10-28 03:01:29'), +(16, 171, 'ABS_1', '2025-10-26', 'email', 'shahid.2704@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:02:37', '2025-10-28 03:02:37'), +(17, 171, 'ABS_1', '2025-10-26', 'email', 'htabassum85@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:02:38', '2025-10-28 03:02:38'), +(18, 128, 'ABS_1', '2025-10-26', 'email', 'ayaan.ghasir@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:02:51', '2025-10-28 03:02:51'), +(19, 37, 'ABS_1', '2025-10-12', 'email', 'bony.chem.du@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:02:58', '2025-10-28 03:02:58'), +(20, 37, 'ABS_1', '2025-10-12', 'email', 'ananna913@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:02:59', '2025-10-28 03:02:59'), +(21, 236, 'ABS_1', '2025-09-28', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:29', '2025-10-28 03:03:29'), +(22, 236, 'ABS_1', '2025-09-28', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:29', '2025-10-28 03:03:29'), +(23, 241, 'ABS_1', '2025-10-26', 'email', 'fivespot14@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:39', '2025-10-28 03:03:39'), +(24, 241, 'ABS_1', '2025-10-26', 'email', 'bnabil@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:40', '2025-10-28 03:03:40'), +(25, 67, 'ABS_1', '2025-10-26', 'email', 'safasulthana12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:55', '2025-10-28 03:03:55'), +(26, 67, 'ABS_1', '2025-10-26', 'email', 'haibasheer@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:03:56', '2025-10-28 03:03:56'), +(27, 31, 'ABS_1', '2025-10-12', 'email', 'kamya130@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:04:13', '2025-10-28 03:04:13'), +(28, 31, 'ABS_1', '2025-10-12', 'email', 'karimba08@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:04:14', '2025-10-28 03:04:14'), +(29, 115, 'ABS_1', '2025-10-12', 'email', 'shahabhussain@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:04:22', '2025-10-28 03:04:22'), +(30, 115, 'ABS_1', '2025-10-12', 'email', 'anneshahab@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:04:23', '2025-10-28 03:04:23'), +(31, 167, 'ABS_1', '2025-10-26', 'email', 'farrukh.ahmedd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:25:16', '2025-10-28 03:25:16'), +(32, 167, 'ABS_1', '2025-10-26', 'email', 'hirakhan601@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:25:17', '2025-10-28 03:25:17'), +(33, 170, 'ABS_1', '2025-10-26', 'email', 'shahid.2704@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:26:07', '2025-10-28 03:26:07'), +(34, 170, 'ABS_1', '2025-10-26', 'email', 'htabassum85@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:26:08', '2025-10-28 03:26:08'), +(35, 244, 'ABS_1', '2025-10-26', 'email', 'saad_mirza_87@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:26:38', '2025-10-28 03:26:38'), +(36, 244, 'ABS_1', '2025-10-26', 'email', 'willaways_be@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:26:39', '2025-10-28 03:26:39'), +(37, 40, 'ABS_1', '2025-10-12', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:26:53', '2025-10-28 03:26:53'), +(38, 247, 'ABS_1', '2025-10-12', 'email', 'adocts315@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:27:52', '2025-10-28 03:27:52'), +(39, 204, 'ABS_1', '2025-10-12', 'email', 'dmmdiallo@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:28:17', '2025-10-28 03:28:17'), +(40, 204, 'ABS_1', '2025-10-12', 'email', 'diallofatumata99@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:28:18', '2025-10-28 03:28:18'), +(41, 114, 'ABS_1', '2025-10-12', 'email', 'shahabhussain@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:28:34', '2025-10-28 03:28:34'), +(42, 114, 'ABS_1', '2025-10-12', 'email', 'anneshahab@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:28:35', '2025-10-28 03:28:35'), +(43, 201, 'ABS_1', '2025-10-12', 'email', 'a.irfan4155@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:29:27', '2025-10-28 03:29:27'), +(44, 201, 'ABS_1', '2025-10-12', 'email', 'irfan_saleem@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:29:28', '2025-10-28 03:29:28'), +(45, 203, 'ABS_1', '2025-10-12', 'email', 'dmmdiallo@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:29:45', '2025-10-28 03:29:45'), +(46, 203, 'ABS_1', '2025-10-12', 'email', 'diallofatumata99@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:29:46', '2025-10-28 03:29:46'), +(47, 185, 'ABS_1', '2025-10-12', 'email', 'fqabba242@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:03', '2025-10-28 03:30:03'), +(48, 185, 'ABS_1', '2025-10-12', 'email', 'tsoumaya2023@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:04', '2025-10-28 03:30:04'), +(49, 22, 'ABS_1', '2025-10-12', 'email', 'musab.alrawi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:28', '2025-10-28 03:30:28'), +(50, 22, 'ABS_1', '2025-10-12', 'email', 'zainab.nabil@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:29', '2025-10-28 03:30:29'), +(51, 46, 'ABS_1', '2025-10-12', 'email', 'taiobmdjamshed@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:39', '2025-10-28 03:30:39'), +(52, 46, 'ABS_1', '2025-10-12', 'email', 'hferdousi12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 03:30:39', '2025-10-28 03:30:39'), +(53, 88, 'ABS_3', '2025-10-26', 'email', 'kdulkarim@yahoo.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:12:23', '2025-10-28 23:12:23'), +(54, 89, 'ABS_2', '2025-10-26', 'email', 'kdulkarim@yahoo.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:16:18', '2025-10-28 23:16:18'), +(55, 240, 'ABS_1', '2025-10-26', 'email', 'emman.benjamel@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:19:18', '2025-10-28 23:19:18'), +(56, 41, 'ABS_3', '2025-10-26', 'email', 'saji.sajeed2@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:26:42', '2025-10-28 23:26:42'), +(57, 41, 'ABS_3', '2025-10-26', 'email', 'arfa.mexy@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:26:43', '2025-10-28 23:26:43'), +(58, 237, 'ABS_1', '2025-10-26', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:29:25', '2025-10-28 23:29:25'), +(59, 237, 'ABS_1', '2025-10-26', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:29:26', '2025-10-28 23:29:26'), +(60, 135, 'ABS_1', '2025-10-26', 'email', 'musty2012@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:30:55', '2025-10-28 23:30:55'), +(61, 205, 'ABS_1', '2025-10-12', 'email', 'dmmdiallo@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:31:15', '2025-10-28 23:31:15'), +(62, 205, 'ABS_1', '2025-10-12', 'email', 'diallofatumata99@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:31:17', '2025-10-28 23:31:17'), +(63, 73, 'ABS_1', '2025-10-05', 'email', 'aichati@yahoo.fr', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:31:54', '2025-10-28 23:31:54'), +(64, 73, 'ABS_1', '2025-10-05', 'email', 'koukerro@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:31:55', '2025-10-28 23:31:55'), +(65, 137, 'ABS_1', '2025-10-05', 'email', 'mkolia1@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:32:08', '2025-10-28 23:32:08'), +(66, 179, 'ABS_1', '2025-10-05', 'email', 'asediqi10@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:32:24', '2025-10-28 23:32:24'), +(67, 179, 'ABS_1', '2025-10-05', 'email', 'sediqimarzia60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:32:26', '2025-10-28 23:32:26'), +(68, 156, 'ABS_1', '2025-10-05', 'email', 'atiqullahfnu60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:32:44', '2025-10-28 23:32:44'), +(69, 60, 'ABS_1', '2025-10-05', 'email', 'arshedsheikh101@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-28 23:33:02', '2025-10-28 23:33:02'), +(70, 193, 'ABS_1', '2025-10-05', 'email', 'farahbb86@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:02:51', '2025-10-29 01:02:51'), +(71, 124, 'ABS_1', '2025-10-05', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:03:46', '2025-10-29 01:03:46'), +(72, 124, 'ABS_1', '2025-10-05', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:03:49', '2025-10-29 01:03:49'), +(73, 131, 'ABS_1', '2025-10-05', 'email', 'ssha33@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:04:34', '2025-10-29 01:04:34'), +(74, 131, 'ABS_1', '2025-10-05', 'email', 'arabised@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:04:36', '2025-10-29 01:04:36'), +(75, 125, 'ABS_1', '2025-10-05', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:05:09', '2025-10-29 01:05:09'), +(76, 125, 'ABS_1', '2025-10-05', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-10-29 01:05:12', '2025-10-29 01:05:12'), +(77, 99, 'ABS_1', '2025-11-09', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:50:12', '2025-11-13 01:50:12'), +(78, 99, 'ABS_1', '2025-11-09', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:50:13', '2025-11-13 01:50:13'), +(79, 257, 'ABS_1', '2025-11-09', 'email', 'arazzaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:51:51', '2025-11-13 01:51:51'), +(80, 121, 'LATE_2', '2025-11-09', 'email', 'hidayamale@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:53:08', '2025-11-13 01:53:08'), +(81, 121, 'LATE_2', '2025-11-09', 'email', 'ausi077@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:53:09', '2025-11-13 01:53:09'), +(82, 246, 'LATE_2', '2025-11-09', 'email', 'tanvirnowaz@yahoo.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:54:21', '2025-11-13 01:54:21'), +(83, 176, 'ABS_1', '2025-11-09', 'email', 'fnalunkuma@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:55:45', '2025-11-13 01:55:45'), +(84, 176, 'ABS_1', '2025-11-09', 'email', 'msenkubuge@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:55:46', '2025-11-13 01:55:46'), +(85, 247, 'ABS_1', '2025-11-09', 'email', 'adocts315@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 01:59:38', '2025-11-13 01:59:38'), +(86, 112, 'ABS_1', '2025-11-09', 'email', 'ielassab89@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:04:24', '2025-11-13 02:04:24'), +(87, 101, 'ABS_1', '2025-11-09', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:05:04', '2025-11-13 02:05:04'), +(88, 101, 'ABS_1', '2025-11-09', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:05:07', '2025-11-13 02:05:07'), +(89, 68, 'ABS_1', '2025-11-09', 'email', 'safasulthana12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:08:15', '2025-11-13 02:08:15'), +(90, 68, 'ABS_1', '2025-11-09', 'email', 'haibasheer@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:08:17', '2025-11-13 02:08:17'), +(91, 100, 'ABS_1', '2025-11-09', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:10:02', '2025-11-13 02:10:02'), +(92, 100, 'ABS_1', '2025-11-09', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:10:04', '2025-11-13 02:10:04'), +(93, 92, 'ABS_1', '2025-11-02', 'email', 'amjhaque@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:12:56', '2025-11-13 02:12:56'), +(94, 92, 'ABS_1', '2025-11-02', 'email', 'tasjan2007@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:12:57', '2025-11-13 02:12:57'), +(95, 96, 'ABS_1', '2025-11-09', 'email', 'mrashdan.family@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:13:23', '2025-11-13 02:13:23'), +(96, 96, 'ABS_1', '2025-11-09', 'email', 'azrina_rahman@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:13:23', '2025-11-13 02:13:23'), +(97, 236, 'ABS_1', '2025-11-09', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:13:52', '2025-11-13 02:13:52'), +(98, 236, 'ABS_1', '2025-11-09', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:13:53', '2025-11-13 02:13:53'), +(99, 238, 'ABS_1', '2025-11-02', 'email', 'shams.chowd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:14:42', '2025-11-13 02:14:53'), +(100, 238, 'ABS_1', '2025-11-02', 'email', 'nupursjahan@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:14:46', '2025-11-13 02:14:46'), +(101, 253, 'ABS_1', '2025-11-02', 'email', 'diana.streete85@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:15:34', '2025-11-13 02:15:34'), +(102, 113, 'ABS_1', '2025-11-09', 'email', 'ielassab89@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:17:48', '2025-11-13 02:17:48'), +(103, 194, 'ABS_1', '2025-11-09', 'email', 'farahbb86@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:18:42', '2025-11-13 02:18:42'), +(104, 224, 'ABS_1', '2025-11-09', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:20:02', '2025-11-13 02:20:02'), +(105, 224, 'ABS_1', '2025-11-09', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:20:05', '2025-11-13 02:20:05'), +(106, 70, 'ABS_1', '2025-11-09', 'email', 'shamsularifai@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:20:51', '2025-11-13 02:20:51'), +(107, 70, 'ABS_1', '2025-11-09', 'email', 'aboosiddiq@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:20:53', '2025-11-13 02:20:53'), +(108, 223, 'ABS_1', '2025-11-09', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:21:28', '2025-11-13 02:21:28'), +(109, 223, 'ABS_1', '2025-11-09', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-13 02:21:29', '2025-11-13 02:21:29'), +(110, 252, 'ABS_1', '2025-11-09', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-15 17:14:28', '2025-11-15 17:14:28'), +(111, 251, 'ABS_1', '2025-11-09', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-15 17:14:38', '2025-11-15 17:14:38'), +(112, 69, 'ABS_1', '2025-11-09', 'email', 'shamsularifai@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-15 17:14:50', '2025-11-15 17:14:50'), +(113, 69, 'ABS_1', '2025-11-09', 'email', 'aboosiddiq@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Fall', '2025-2026', '2025-11-15 17:14:51', '2025-11-15 17:14:51'), +(114, 181, 'ABS_4', '2026-02-01', 'email', 'emman.benjamel@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:32:33', '2026-02-01 17:32:33'), +(115, 237, 'ABS_4', '2026-02-01', 'email', 'malaikaxhk1927@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:38:07', '2026-02-01 17:38:07'), +(116, 237, 'ABS_4', '2026-02-01', 'email', 'yahyaxhk2131@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:38:08', '2026-02-01 17:38:08'), +(117, 69, 'ABS_4', '2026-02-01', 'email', 'shamsularifai@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:47:50', '2026-02-01 17:47:50'), +(118, 69, 'ABS_4', '2026-02-01', 'email', 'aboosiddiq@hotmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:47:51', '2026-02-01 17:47:51'), +(119, 236, 'ABS_4', '2026-02-01', 'email', 'malaikaxhk1927@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:49:55', '2026-02-01 17:49:55'), +(120, 236, 'ABS_4', '2026-02-01', 'email', 'yahyaxhk2131@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:49:57', '2026-02-01 17:49:57'), +(121, 249, 'LATE_2', '2026-01-18', 'email', 'iftikharhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:51:00', '2026-02-01 17:51:00'), +(122, 249, 'LATE_2', '2026-01-18', 'email', 'sabzagulhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:51:01', '2026-02-01 17:51:01'), +(123, 240, 'ABS_4', '2026-02-01', 'email', 'emman.benjamel@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:53:26', '2026-02-01 17:53:26'), +(124, 149, 'ABS_4', '2026-02-01', 'email', 'abdelhaklmlk@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:56:27', '2026-02-01 17:56:27'), +(125, 149, 'ABS_4', '2026-02-01', 'email', 'khhmima@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:56:28', '2026-02-01 17:56:28'), +(126, 166, 'LATE_2', '2026-01-11', 'email', 'latarboush@hotmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-01 17:57:06', '2026-02-01 17:57:23'), +(127, 40, 'ABS_1', '2026-02-08', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:38:27', '2026-02-22 17:38:27'), +(128, 237, 'ABS_1', '2026-02-08', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:38:53', '2026-02-22 17:38:53'), +(129, 237, 'ABS_1', '2026-02-08', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:38:54', '2026-02-22 17:38:54'), +(130, 232, 'ABS_1', '2026-02-08', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:39:15', '2026-02-22 17:39:15'), +(131, 125, 'ABS_1', '2026-02-08', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:40:02', '2026-02-22 17:40:02'), +(132, 125, 'ABS_1', '2026-02-08', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 17:40:03', '2026-02-22 17:40:03'), +(133, 124, 'ABS_1', '2026-02-08', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 18:05:19', '2026-02-22 18:05:19'), +(134, 124, 'ABS_1', '2026-02-08', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 18:05:20', '2026-02-22 18:05:20'), +(135, 38, 'ABS_1', '2026-02-08', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 18:05:39', '2026-02-22 18:05:39'), +(136, 175, 'ABS_1', '2026-02-08', 'email', 'jaliljalos75@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 18:06:02', '2026-02-22 18:06:02'), +(137, 175, 'ABS_1', '2026-02-08', 'email', 'shilatm9@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-02-22 18:06:03', '2026-02-22 18:06:03'), +(138, 238, 'ABS_1', '2026-02-22', 'email', 'shams.chowd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:25:41', '2026-03-01 16:25:41'), +(139, 238, 'ABS_1', '2026-02-22', 'email', 'nupursjahan@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:25:42', '2026-03-01 16:25:42'), +(140, 199, 'ABS_1', '2026-02-22', 'email', 'yuabdi@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:27:20', '2026-03-01 16:27:20'), +(141, 199, 'ABS_1', '2026-02-22', 'email', 'khadija991@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:27:21', '2026-03-01 16:27:21'), +(142, 150, 'ABS_1', '2026-02-22', 'email', 'abdelhaklmlk@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:28:23', '2026-03-01 16:28:23'), +(143, 150, 'ABS_1', '2026-02-22', 'email', 'khhmima@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:28:23', '2026-03-01 16:28:23'), +(144, 198, 'ABS_1', '2026-02-22', 'email', 'yuabdi@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:28:46', '2026-03-01 16:28:46'), +(145, 198, 'ABS_1', '2026-02-22', 'email', 'khadija991@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:28:46', '2026-03-01 16:28:46'), +(146, 258, 'ABS_1', '2026-02-22', 'email', 'shebamubiru@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:29:03', '2026-03-01 16:29:03'), +(147, 222, 'ABS_1', '2026-02-22', 'email', 'drammarishaq@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:30:57', '2026-03-01 16:30:57'), +(148, 222, 'ABS_1', '2026-02-22', 'email', 'drhoneymunir12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:30:58', '2026-03-01 16:30:58'), +(149, 61, 'ABS_1', '2026-02-01', 'email', 'ali.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:39:48', '2026-03-01 16:39:48'), +(150, 61, 'ABS_1', '2026-02-01', 'email', 'saima.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:39:49', '2026-03-01 16:39:49'), +(151, 246, 'ABS_1', '2026-02-22', 'email', 'tanvirnowaz@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:41:47', '2026-03-01 16:41:47'), +(152, 96, 'ABS_1', '2026-02-22', 'email', 'mrashdan.family@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:42:25', '2026-03-01 16:42:25'), +(153, 96, 'ABS_1', '2026-02-22', 'email', 'azrina_rahman@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:42:26', '2026-03-01 16:42:26'), +(154, 221, 'ABS_1', '2026-02-22', 'email', 'drammarishaq@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:43:21', '2026-03-01 16:43:21'), +(155, 221, 'ABS_1', '2026-02-22', 'email', 'drhoneymunir12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:43:22', '2026-03-01 16:43:22'), +(156, 107, 'ABS_1', '2026-02-22', 'email', 'najah.azennoud@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:44:22', '2026-03-01 16:44:22'), +(157, 107, 'ABS_1', '2026-02-22', 'email', 'alimaho1971@outlook.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 16:44:23', '2026-03-01 16:44:23'), +(158, 95, 'ABS_2', '2026-02-22', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:13:51', '2026-03-01 17:13:51'), +(159, 95, 'ABS_2', '2026-02-22', 'email', 'sserugootik@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:13:52', '2026-03-01 17:13:52'), +(160, 94, 'ABS_2', '2026-02-22', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:18:14', '2026-03-01 17:18:14'), +(161, 94, 'ABS_2', '2026-02-22', 'email', 'sserugootik@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:18:15', '2026-03-01 17:18:15'), +(162, 93, 'ABS_2', '2026-02-22', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:19:52', '2026-03-01 17:19:52'), +(163, 93, 'ABS_2', '2026-02-22', 'email', 'sserugootik@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:19:53', '2026-03-01 17:19:53'), +(164, 158, 'LATE_3', '2026-02-22', 'email', 'oumar4@aol.com', 'Attendance Follow-Up: Three Lates', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-01 17:48:00', '2026-03-01 17:48:00'), +(165, 149, 'ABS_4', '2026-03-08', 'email', 'abdelhaklmlk@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:03:10', '2026-03-08 16:03:10'), +(166, 149, 'ABS_4', '2026-03-08', 'email', 'khhmima@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:03:12', '2026-03-08 16:03:12'), +(167, 88, 'ABS_1', '2026-03-01', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:27:38', '2026-03-08 16:27:38'), +(168, 96, 'ABS_1', '2026-03-01', 'email', 'mrashdan.family@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:28:36', '2026-03-08 16:28:36'), +(169, 96, 'ABS_1', '2026-03-01', 'email', 'azrina_rahman@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:28:37', '2026-03-08 16:28:37'), +(170, 187, 'ABS_3', '2026-03-08', 'email', 'souad81retbi@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:36:18', '2026-03-08 16:36:18'), +(171, 187, 'ABS_3', '2026-03-08', 'email', 'brahimalai863@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:36:19', '2026-03-08 16:36:19'), +(172, 188, 'ABS_3', '2026-03-08', 'email', 'souad81retbi@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:38:49', '2026-03-08 16:38:49'), +(173, 188, 'ABS_3', '2026-03-08', 'email', 'brahimalai863@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:38:50', '2026-03-08 16:38:50'), +(174, 241, 'ABS_1', '2026-03-01', 'email', 'fivespot14@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:39:48', '2026-03-08 16:39:48'), +(175, 241, 'ABS_1', '2026-03-01', 'email', 'bnabil@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:39:49', '2026-03-08 16:39:49'), +(176, 147, 'ABS_1', '2026-03-01', 'email', 'moe_gaabass@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:48:25', '2026-03-08 16:48:25'), +(177, 147, 'ABS_1', '2026-03-01', 'email', 'eng_1998@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:48:26', '2026-03-08 16:48:26'), +(178, 190, 'ABS_1', '2026-03-01', 'email', 'seddanek@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:48:55', '2026-03-08 16:48:55'), +(179, 190, 'ABS_1', '2026-03-01', 'email', 'affanibouchra@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:48:56', '2026-03-08 16:48:56'), +(180, 239, 'ABS_1', '2026-03-01', 'email', 'shams.chowd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:49:51', '2026-03-08 16:49:51'), +(181, 239, 'ABS_1', '2026-03-01', 'email', 'nupursjahan@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:49:52', '2026-03-08 16:49:52'), +(182, 146, 'ABS_1', '2026-03-01', 'email', 'moe_gaabass@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:50:42', '2026-03-08 16:50:42'), +(183, 146, 'ABS_1', '2026-03-01', 'email', 'eng_1998@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:50:43', '2026-03-08 16:50:43'), +(184, 232, 'ABS_1', '2026-03-01', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:51:03', '2026-03-08 16:51:03'), +(185, 145, 'ABS_1', '2026-03-01', 'email', 'moe_gaabass@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:51:49', '2026-03-08 16:51:49'), +(186, 145, 'ABS_1', '2026-03-01', 'email', 'eng_1998@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:51:50', '2026-03-08 16:51:50'), +(187, 144, 'ABS_1', '2026-03-01', 'email', 'moe_gaabass@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:53:16', '2026-03-08 16:53:16'), +(188, 144, 'ABS_1', '2026-03-01', 'email', 'eng_1998@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:53:17', '2026-03-08 16:53:17'), +(189, 238, 'ABS_1', '2026-03-01', 'email', 'shams.chowd@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:53:44', '2026-03-08 16:53:44'), +(190, 238, 'ABS_1', '2026-03-01', 'email', 'nupursjahan@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:53:45', '2026-03-08 16:53:45'), +(191, 72, 'ABS_1', '2026-03-01', 'email', 'aichati@yahoo.fr', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:54:04', '2026-03-08 16:54:04'), +(192, 72, 'ABS_1', '2026-03-01', 'email', 'koukerro@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-08 16:54:05', '2026-03-08 16:54:05'), +(193, 236, 'ABS_4', '2026-03-08', 'email', 'malaikaxhk1927@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:05:13', '2026-03-28 15:05:13'), +(194, 236, 'ABS_4', '2026-03-08', 'email', 'yahyaxhk2131@gmail.com', 'Urgent: Extended Absence Notification', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:05:14', '2026-03-28 15:05:14'), +(195, 231, 'ABS_3', '2026-03-01', 'email', 'zakakil2024@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:10:03', '2026-03-28 15:10:03'), +(196, 230, 'ABS_3', '2026-03-01', 'email', 'zakakil2024@gmail.com', 'Attendance Follow-Up: Three Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:10:53', '2026-03-28 15:10:53'), +(197, 39, 'ABS_1', '2026-03-08', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:12:20', '2026-03-28 15:12:20'), +(198, 128, 'ABS_1', '2026-03-08', 'email', 'ayaan.ghasir@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:12:39', '2026-03-28 15:12:39'), +(199, 253, 'ABS_1', '2026-03-01', 'email', 'diana.streete85@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:12:52', '2026-03-28 15:12:52'), +(200, 197, 'ABS_1', '2026-03-08', 'email', 'sbhutto@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:13:21', '2026-03-28 15:13:21'), +(201, 197, 'ABS_1', '2026-03-08', 'email', 'asmat.parveen.bhutto@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:13:22', '2026-03-28 15:13:22'), +(202, 98, 'ABS_1', '2026-03-08', 'email', 'asifajavaid@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:13:52', '2026-03-28 15:13:52'), +(203, 98, 'ABS_1', '2026-03-08', 'email', 'adeelirshad_890@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:13:52', '2026-03-28 15:13:52'), +(204, 40, 'ABS_1', '2026-03-08', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:14:06', '2026-03-28 15:14:06'), +(205, 166, 'ABS_1', '2026-03-08', 'email', 'latarboush@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:14:17', '2026-03-28 15:14:17'), +(206, 38, 'ABS_1', '2026-03-08', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:14:33', '2026-03-28 15:14:33'), +(207, 225, 'ABS_1', '2026-03-08', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:14:43', '2026-03-28 15:14:43'), +(208, 225, 'ABS_1', '2026-03-08', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:14:44', '2026-03-28 15:14:44'), +(209, 212, 'ABS_1', '2026-03-08', 'email', 'moumyba@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:15:13', '2026-03-28 15:15:13'), +(210, 41, 'ABS_1', '2026-03-08', 'email', 'saji.sajeed2@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:15:22', '2026-03-28 15:15:22'), +(211, 41, 'ABS_1', '2026-03-08', 'email', 'arfa.mexy@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:15:23', '2026-03-28 15:15:23'), +(212, 252, 'ABS_2', '2026-03-08', 'email', 'talha.haider1010@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:18:48', '2026-03-28 15:18:48'), +(213, 251, 'ABS_2', '2026-03-08', 'email', 'talha.haider1010@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:19:47', '2026-03-28 15:19:47'), +(214, 247, 'ABS_2', '2026-03-08', 'email', 'adocts315@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:21:10', '2026-03-28 15:21:10'), +(215, 237, 'ABS_2', '2026-03-08', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:21:38', '2026-03-28 15:21:38'), +(216, 237, 'ABS_2', '2026-03-08', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-03-28 15:21:39', '2026-03-28 15:21:39'), +(217, 99, 'ABS_1', '2026-03-29', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:33:37', '2026-04-04 13:33:37'), +(218, 99, 'ABS_1', '2026-03-29', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:33:38', '2026-04-04 13:33:38'), +(219, 225, 'ABS_1', '2026-03-29', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:02', '2026-04-04 13:34:02'), +(220, 225, 'ABS_1', '2026-03-29', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:03', '2026-04-04 13:34:03'), +(221, 88, 'ABS_1', '2026-03-29', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:16', '2026-04-04 13:34:16'), +(222, 89, 'ABS_1', '2026-03-29', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:25', '2026-04-04 13:34:25'), +(223, 247, 'ABS_1', '2026-03-29', 'email', 'adocts315@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:33', '2026-04-04 13:34:33'), +(224, 101, 'ABS_1', '2026-03-29', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:42', '2026-04-04 13:34:42'), +(225, 101, 'ABS_1', '2026-03-29', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:43', '2026-04-04 13:34:43'), +(226, 95, 'ABS_1', '2026-03-29', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:51', '2026-04-04 13:34:51'), +(227, 95, 'ABS_1', '2026-03-29', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:52', '2026-04-04 13:34:52'), +(228, 136, 'ABS_1', '2026-03-29', 'email', 'musty2012@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:34:59', '2026-04-04 13:34:59'), +(229, 237, 'ABS_1', '2026-03-29', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:08', '2026-04-04 13:35:08'), +(230, 237, 'ABS_1', '2026-03-29', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:09', '2026-04-04 13:35:09'), +(231, 156, 'ABS_1', '2026-03-29', 'email', 'atiqullahfnu60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:35', '2026-04-04 13:35:35'), +(232, 231, 'ABS_1', '2026-03-29', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:42', '2026-04-04 13:35:42'), +(233, 232, 'ABS_1', '2026-03-29', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:51', '2026-04-04 13:35:51'), +(234, 226, 'ABS_1', '2026-03-29', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:35:59', '2026-04-04 13:35:59'), +(235, 226, 'ABS_1', '2026-03-29', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:00', '2026-04-04 13:36:00'), +(236, 230, 'ABS_1', '2026-03-29', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:09', '2026-04-04 13:36:09'), +(237, 150, 'LATE_2', '2026-03-29', 'email', 'abdelhaklmlk@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:42', '2026-04-04 13:36:42'), +(238, 150, 'LATE_2', '2026-03-29', 'email', 'khhmima@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:43', '2026-04-04 13:36:43'), +(239, 236, 'ABS_1', '2026-03-29', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:58', '2026-04-04 13:36:58'), +(240, 236, 'ABS_1', '2026-03-29', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:36:58', '2026-04-04 13:36:58'), +(241, 124, 'ABS_1', '2026-03-29', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:08', '2026-04-04 13:37:08'), +(242, 124, 'ABS_1', '2026-03-29', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:09', '2026-04-04 13:37:09'), +(243, 188, 'ABS_1', '2026-03-29', 'email', 'souad81retbi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:16', '2026-04-04 13:37:16'), +(244, 188, 'ABS_1', '2026-03-29', 'email', 'brahimalai863@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:17', '2026-04-04 13:37:17'), +(245, 223, 'ABS_1', '2026-03-29', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:24', '2026-04-04 13:37:24'), +(246, 223, 'ABS_1', '2026-03-29', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:25', '2026-04-04 13:37:25'), +(247, 187, 'ABS_1', '2026-03-29', 'email', 'souad81retbi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:32', '2026-04-04 13:37:32'), +(248, 187, 'ABS_1', '2026-03-29', 'email', 'brahimalai863@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:33', '2026-04-04 13:37:33'), +(249, 224, 'ABS_1', '2026-03-29', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:43', '2026-04-04 13:37:43'), +(250, 224, 'ABS_1', '2026-03-29', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:44', '2026-04-04 13:37:44'), +(251, 227, 'ABS_1', '2026-03-29', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:51', '2026-04-04 13:37:51'), +(252, 227, 'ABS_1', '2026-03-29', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:37:53', '2026-04-04 13:37:53'), +(253, 157, 'ABS_1', '2026-03-29', 'email', 'atiqullahfnu60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-04 13:38:06', '2026-04-04 13:38:06'), +(254, 250, 'ABS_1', '2026-04-05', 'email', 'iftikharhamdard@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:24', '2026-04-11 14:57:24'), +(255, 250, 'ABS_1', '2026-04-05', 'email', 'sabzagulhamdard@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:25', '2026-04-11 14:57:25'), +(256, 225, 'ABS_1', '2026-04-05', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:41', '2026-04-11 14:57:41'), +(257, 225, 'ABS_1', '2026-04-05', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:42', '2026-04-11 14:57:42'), +(258, 125, 'ABS_1', '2026-04-05', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:55', '2026-04-11 14:57:55'), +(259, 125, 'ABS_1', '2026-04-05', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:57:56', '2026-04-11 14:57:56'), +(260, 88, 'ABS_1', '2026-04-05', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:58:08', '2026-04-11 14:58:08'), +(261, 89, 'ABS_1', '2026-04-05', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:58:22', '2026-04-11 14:58:22'), +(262, 136, 'LATE_2', '2026-04-05', 'email', 'musty2012@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:58:42', '2026-04-11 14:58:42'); +INSERT INTO `parent_notifications` (`id`, `student_id`, `code`, `incident_date`, `channel`, `to_address`, `subject`, `status`, `response`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(263, 251, 'LATE_2', '2026-04-05', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:58:54', '2026-04-11 14:58:54'), +(264, 95, 'ABS_1', '2026-04-05', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:06', '2026-04-11 14:59:06'), +(265, 95, 'ABS_1', '2026-04-05', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:07', '2026-04-11 14:59:07'), +(266, 180, 'ABS_1', '2026-04-05', 'email', 'asediqi10@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:26', '2026-04-11 14:59:26'), +(267, 180, 'ABS_1', '2026-04-05', 'email', 'sediqimarzia60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:26', '2026-04-11 14:59:26'), +(268, 94, 'LATE_2', '2026-04-05', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:35', '2026-04-11 14:59:36'), +(269, 94, 'LATE_2', '2026-04-05', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:35', '2026-04-11 14:59:35'), +(270, 227, 'ABS_1', '2026-04-05', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:47', '2026-04-11 14:59:47'), +(271, 227, 'ABS_1', '2026-04-05', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:48', '2026-04-11 14:59:48'), +(272, 198, 'LATE_2', '2026-04-05', 'email', 'yuabdi@hotmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:56', '2026-04-11 14:59:56'), +(273, 198, 'LATE_2', '2026-04-05', 'email', 'khadija991@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 14:59:57', '2026-04-11 14:59:57'), +(274, 236, 'ABS_1', '2026-04-05', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:06', '2026-04-11 15:00:06'), +(275, 236, 'ABS_1', '2026-04-05', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:08', '2026-04-11 15:00:08'), +(276, 135, 'LATE_2', '2026-04-05', 'email', 'musty2012@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:31', '2026-04-11 15:00:31'), +(277, 93, 'LATE_2', '2026-04-05', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:42', '2026-04-11 15:00:42'), +(278, 93, 'LATE_2', '2026-04-05', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:43', '2026-04-11 15:00:43'), +(279, 222, 'LATE_2', '2026-04-05', 'email', 'drammarishaq@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:53', '2026-04-11 15:00:53'), +(280, 222, 'LATE_2', '2026-04-05', 'email', 'drhoneymunir12@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:00:54', '2026-04-11 15:00:54'), +(281, 193, 'ABS_1', '2026-04-05', 'email', 'farahbb86@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:02', '2026-04-11 15:01:02'), +(282, 150, 'ABS_1', '2026-04-05', 'email', 'abdelhaklmlk@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:09', '2026-04-11 15:01:09'), +(283, 150, 'ABS_1', '2026-04-05', 'email', 'khhmima@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:11', '2026-04-11 15:01:11'), +(284, 226, 'ABS_1', '2026-04-05', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:20', '2026-04-11 15:01:20'), +(285, 226, 'ABS_1', '2026-04-05', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:21', '2026-04-11 15:01:21'), +(286, 260, 'ABS_1', '2026-04-05', 'email', 'asediqi10@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:30', '2026-04-11 15:01:30'), +(287, 260, 'ABS_1', '2026-04-05', 'email', 'sediqimarzia60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:31', '2026-04-11 15:01:31'), +(288, 203, 'ABS_1', '2026-04-05', 'email', 'dmmdiallo@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:40', '2026-04-11 15:01:40'), +(289, 203, 'ABS_1', '2026-04-05', 'email', 'diallofatumata99@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:43', '2026-04-11 15:01:43'), +(290, 179, 'ABS_1', '2026-04-05', 'email', 'asediqi10@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:50', '2026-04-11 15:01:50'), +(291, 179, 'ABS_1', '2026-04-05', 'email', 'sediqimarzia60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:01:51', '2026-04-11 15:01:51'), +(292, 124, 'ABS_1', '2026-04-05', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:02:01', '2026-04-11 15:02:15'), +(293, 124, 'ABS_1', '2026-04-05', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:02:14', '2026-04-11 15:02:14'), +(294, 237, 'ABS_1', '2026-04-05', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:19', '2026-04-11 15:03:19'), +(295, 237, 'ABS_1', '2026-04-05', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:21', '2026-04-11 15:03:21'), +(296, 223, 'ABS_1', '2026-04-05', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:28', '2026-04-11 15:03:28'), +(297, 223, 'ABS_1', '2026-04-05', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:29', '2026-04-11 15:03:29'), +(298, 246, 'ABS_1', '2026-04-05', 'email', 'tanvirnowaz@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:36', '2026-04-11 15:03:36'), +(299, 59, 'ABS_1', '2026-04-05', 'email', 'arshedsheikh101@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:42', '2026-04-11 15:03:42'), +(300, 38, 'ABS_1', '2026-04-05', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:50', '2026-04-11 15:03:50'), +(301, 48, 'ABS_1', '2026-04-05', 'email', 'i.farhanasarfraz@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:57', '2026-04-11 15:03:57'), +(302, 48, 'ABS_1', '2026-04-05', 'email', 'i.sarfraz@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:03:58', '2026-04-11 15:03:58'), +(303, 224, 'ABS_1', '2026-04-05', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:04:05', '2026-04-11 15:04:05'), +(304, 224, 'ABS_1', '2026-04-05', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-11 15:04:06', '2026-04-11 15:04:06'), +(305, 199, 'LATE_2', '2026-04-12', 'email', 'yuabdi@hotmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:04:34', '2026-04-12 17:04:34'), +(306, 199, 'LATE_2', '2026-04-12', 'email', 'khadija991@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:04:35', '2026-04-12 17:04:35'), +(307, 249, 'LATE_2', '2026-04-12', 'email', 'iftikharhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:05:46', '2026-04-12 17:05:46'), +(308, 249, 'LATE_2', '2026-04-12', 'email', 'sabzagulhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:05:47', '2026-04-12 17:05:47'), +(309, 248, 'LATE_2', '2026-04-12', 'email', 'iftikharhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:06:01', '2026-04-12 17:06:01'), +(310, 248, 'LATE_2', '2026-04-12', 'email', 'sabzagulhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:06:02', '2026-04-12 17:06:02'), +(311, 225, 'ABS_1', '2026-04-12', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:06:45', '2026-04-12 17:06:45'), +(312, 225, 'ABS_1', '2026-04-12', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:06:46', '2026-04-12 17:06:46'), +(313, 257, 'ABS_1', '2026-04-12', 'email', 'arazzaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:06:57', '2026-04-12 17:06:57'), +(314, 259, 'ABS_1', '2026-04-12', 'email', 'christy.lee.wyatt@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:07:15', '2026-04-12 17:07:15'), +(315, 259, 'ABS_1', '2026-04-12', 'email', 'clwyatt83@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:07:16', '2026-04-12 17:07:16'), +(316, 247, 'ABS_1', '2026-04-12', 'email', 'adocts315@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:07:27', '2026-04-12 17:07:27'), +(317, 89, 'ABS_1', '2026-04-12', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:07:37', '2026-04-12 17:07:37'), +(318, 193, 'ABS_1', '2026-04-12', 'email', 'farahbb86@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:07:53', '2026-04-12 17:07:53'), +(319, 226, 'ABS_1', '2026-04-12', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:04', '2026-04-12 17:08:04'), +(320, 226, 'ABS_1', '2026-04-12', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:05', '2026-04-12 17:08:05'), +(321, 237, 'ABS_1', '2026-04-12', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:18', '2026-04-12 17:08:18'), +(322, 237, 'ABS_1', '2026-04-12', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:19', '2026-04-12 17:08:19'), +(323, 61, 'ABS_1', '2026-04-12', 'email', 'ali.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:29', '2026-04-12 17:08:29'), +(324, 61, 'ABS_1', '2026-04-12', 'email', 'saima.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:30', '2026-04-12 17:08:30'), +(325, 125, 'ABS_1', '2026-04-12', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:39', '2026-04-12 17:08:39'), +(326, 125, 'ABS_1', '2026-04-12', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:39', '2026-04-12 17:08:39'), +(327, 38, 'ABS_1', '2026-04-12', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:08:51', '2026-04-12 17:08:51'), +(328, 124, 'ABS_1', '2026-04-12', 'email', 'monibaishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:02', '2026-04-12 17:09:02'), +(329, 124, 'ABS_1', '2026-04-12', 'email', 'bilalxhk04@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:03', '2026-04-12 17:09:03'), +(330, 223, 'ABS_1', '2026-04-12', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:12', '2026-04-12 17:09:12'), +(331, 223, 'ABS_1', '2026-04-12', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:13', '2026-04-12 17:09:13'), +(332, 236, 'ABS_1', '2026-04-12', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:22', '2026-04-12 17:09:22'), +(333, 236, 'ABS_1', '2026-04-12', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:23', '2026-04-12 17:09:23'), +(334, 95, 'ABS_1', '2026-04-12', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:32', '2026-04-12 17:09:32'), +(335, 95, 'ABS_1', '2026-04-12', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:32', '2026-04-12 17:09:32'), +(336, 56, 'ABS_1', '2026-04-12', 'email', 'innababe@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:42', '2026-04-12 17:09:42'), +(337, 56, 'ABS_1', '2026-04-12', 'email', 'koeman4040@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:43', '2026-04-12 17:09:43'), +(338, 159, 'ABS_1', '2026-04-12', 'email', 'maria.k.boudjemaa@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:09:52', '2026-04-12 17:09:52'), +(339, 252, 'ABS_1', '2026-04-12', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:10:02', '2026-04-12 17:10:02'), +(340, 88, 'ABS_1', '2026-04-12', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:13:48', '2026-04-12 17:13:48'), +(341, 251, 'ABS_1', '2026-04-12', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:13:56', '2026-04-12 17:13:56'), +(342, 224, 'ABS_1', '2026-04-12', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:05', '2026-04-12 17:14:05'), +(343, 224, 'ABS_1', '2026-04-12', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:07', '2026-04-12 17:14:07'), +(344, 207, 'ABS_1', '2026-04-12', 'email', 'nmohid@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:15', '2026-04-12 17:14:15'), +(345, 207, 'ABS_1', '2026-04-12', 'email', 'tasneem.mohid@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:16', '2026-04-12 17:14:16'), +(346, 180, 'ABS_1', '2026-04-12', 'email', 'asediqi10@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:24', '2026-04-12 17:14:24'), +(347, 180, 'ABS_1', '2026-04-12', 'email', 'sediqimarzia60@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-04-12 17:14:25', '2026-04-12 17:14:25'), +(348, 113, 'ABS_1', '2026-04-19', 'email', 'ielassab89@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:04:18', '2026-05-09 01:04:18'), +(349, 215, 'LATE_2', '2026-04-19', 'email', 'adam.meah@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:05:38', '2026-05-09 01:05:38'), +(350, 107, 'ABS_1', '2026-05-03', 'email', 'najah.azennoud@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:06:41', '2026-05-09 01:06:41'), +(351, 107, 'ABS_1', '2026-05-03', 'email', 'alimaho1971@outlook.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:06:42', '2026-05-09 01:06:42'), +(352, 250, 'LATE_2', '2026-04-19', 'email', 'iftikharhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:08:12', '2026-05-09 01:08:12'), +(353, 250, 'LATE_2', '2026-04-19', 'email', 'sabzagulhamdard@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:08:13', '2026-05-09 01:08:13'), +(354, 221, 'ABS_1', '2026-05-03', 'email', 'drammarishaq@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:08:42', '2026-05-09 01:08:42'), +(355, 221, 'ABS_1', '2026-05-03', 'email', 'drhoneymunir12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:08:43', '2026-05-09 01:08:43'), +(356, 112, 'ABS_1', '2026-04-19', 'email', 'ielassab89@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:10:21', '2026-05-09 01:10:21'), +(357, 58, 'ABS_1', '2026-05-03', 'email', 'kasule6@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:11:34', '2026-05-09 01:11:34'), +(358, 58, 'ABS_1', '2026-05-03', 'email', 'hawanaiga6@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:11:35', '2026-05-09 01:11:35'), +(359, 57, 'ABS_1', '2026-05-03', 'email', 'kasule6@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:11:48', '2026-05-09 01:11:48'), +(360, 57, 'ABS_1', '2026-05-03', 'email', 'hawanaiga6@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:11:48', '2026-05-09 01:11:48'), +(361, 232, 'ABS_1', '2026-05-03', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:12:40', '2026-05-09 01:12:40'), +(362, 231, 'ABS_1', '2026-05-03', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:12:57', '2026-05-09 01:12:57'), +(363, 198, 'LATE_2', '2026-04-19', 'email', 'yuabdi@hotmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:13:48', '2026-05-09 01:13:48'), +(364, 198, 'LATE_2', '2026-04-19', 'email', 'khadija991@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:13:49', '2026-05-09 01:13:49'), +(365, 230, 'ABS_1', '2026-05-03', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:02', '2026-05-09 01:14:02'), +(366, 222, 'ABS_1', '2026-05-03', 'email', 'drammarishaq@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:15', '2026-05-09 01:14:15'), +(367, 222, 'ABS_1', '2026-05-03', 'email', 'drhoneymunir12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:16', '2026-05-09 01:14:16'), +(368, 252, 'ABS_1', '2026-04-19', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:33', '2026-05-09 01:14:33'), +(369, 100, 'ABS_1', '2026-04-19', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:48', '2026-05-09 01:14:48'), +(370, 100, 'ABS_1', '2026-04-19', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:14:49', '2026-05-09 01:14:49'), +(371, 189, 'ABS_1', '2026-04-19', 'email', 'alamintex20@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:15:17', '2026-05-09 01:15:17'), +(372, 189, 'ABS_1', '2026-04-19', 'email', 'only1jannti@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:15:19', '2026-05-09 01:15:19'), +(373, 251, 'ABS_1', '2026-04-19', 'email', 'talha.haider1010@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:15:36', '2026-05-09 01:15:36'), +(374, 204, 'ABS_1', '2026-04-19', 'email', 'dmmdiallo@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:15:52', '2026-05-09 01:15:52'), +(375, 204, 'ABS_1', '2026-04-19', 'email', 'diallofatumata99@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:15:53', '2026-05-09 01:15:53'), +(376, 68, 'ABS_1', '2026-04-19', 'email', 'safasulthana12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:16:14', '2026-05-09 01:16:14'), +(377, 68, 'ABS_1', '2026-04-19', 'email', 'haibasheer@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:16:15', '2026-05-09 01:16:15'), +(378, 61, 'ABS_1', '2026-05-03', 'email', 'ali.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:06', '2026-05-09 01:17:06'), +(379, 61, 'ABS_1', '2026-05-03', 'email', 'saima.jaffri@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:08', '2026-05-09 01:17:08'), +(380, 245, 'ABS_1', '2026-04-19', 'email', 'omaralwaidh@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:28', '2026-05-09 01:17:28'), +(381, 245, 'ABS_1', '2026-04-19', 'email', 'sana.bazzaz@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:29', '2026-05-09 01:17:29'), +(382, 117, 'LATE_2', '2026-04-19', 'email', 'summia.sharif@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:52', '2026-05-09 01:17:52'), +(383, 117, 'LATE_2', '2026-04-19', 'email', 'asmmtaq@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:17:53', '2026-05-09 01:17:53'), +(384, 136, 'ABS_1', '2026-04-19', 'email', 'musty2012@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:18:09', '2026-05-09 01:18:09'), +(385, 99, 'ABS_1', '2026-04-19', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:18:44', '2026-05-09 01:18:44'), +(386, 99, 'ABS_1', '2026-04-19', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:18:45', '2026-05-09 01:18:45'), +(387, 246, 'ABS_1', '2026-04-19', 'email', 'tanvirnowaz@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:19:05', '2026-05-09 01:19:05'), +(388, 101, 'ABS_1', '2026-04-19', 'email', 'humaira_shaukat@hotmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:19:18', '2026-05-09 01:19:18'), +(389, 101, 'ABS_1', '2026-04-19', 'email', 'ashfaqkhngv@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:19:19', '2026-05-09 01:19:19'), +(390, 220, 'ABS_1', '2026-04-19', 'email', 'amurtuza2008@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:19:59', '2026-05-09 01:19:59'), +(391, 220, 'ABS_1', '2026-04-19', 'email', 'aanjum101@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:20:00', '2026-05-09 01:20:00'), +(392, 212, 'ABS_1', '2026-04-19', 'email', 'moumyba@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:20:13', '2026-05-09 01:20:13'), +(393, 116, 'LATE_2', '2026-04-19', 'email', 'summia.sharif@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:20:26', '2026-05-09 01:20:26'), +(394, 116, 'LATE_2', '2026-04-19', 'email', 'asmmtaq@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 01:20:28', '2026-05-09 01:20:28'), +(395, 223, 'ABS_2', '2026-05-03', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:36:54', '2026-05-09 13:36:54'), +(396, 223, 'ABS_2', '2026-05-03', 'email', 'aamirishaq2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:36:55', '2026-05-09 13:36:55'), +(397, 224, 'ABS_2', '2026-05-03', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:37:44', '2026-05-09 13:37:44'), +(398, 224, 'ABS_2', '2026-05-03', 'email', 'aamirishaq2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:37:45', '2026-05-09 13:37:45'), +(399, 225, 'ABS_2', '2026-05-03', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:38:20', '2026-05-09 13:38:20'), +(400, 225, 'ABS_2', '2026-05-03', 'email', 'aamirishaq2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:38:21', '2026-05-09 13:38:21'), +(401, 226, 'ABS_2', '2026-05-03', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:39:21', '2026-05-09 13:39:21'), +(402, 226, 'ABS_2', '2026-05-03', 'email', 'aamirishaq2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:39:22', '2026-05-09 13:39:22'), +(403, 227, 'ABS_2', '2026-05-03', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:40:04', '2026-05-09 13:40:04'), +(404, 227, 'ABS_2', '2026-05-03', 'email', 'aamirishaq2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:40:05', '2026-05-09 13:40:05'), +(405, 237, 'ABS_2', '2026-05-03', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:46:43', '2026-05-09 13:46:43'), +(406, 237, 'ABS_2', '2026-05-03', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:46:44', '2026-05-09 13:46:44'), +(407, 236, 'ABS_2', '2026-05-03', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:47:13', '2026-05-09 13:47:13'), +(408, 236, 'ABS_2', '2026-05-03', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:47:14', '2026-05-09 13:47:14'), +(409, 88, 'ABS_2', '2026-05-03', 'email', 'kdulkarim@yahoo.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:54:37', '2026-05-09 13:54:37'), +(410, 89, 'ABS_2', '2026-05-03', 'email', 'kdulkarim@yahoo.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 13:55:40', '2026-05-09 13:55:40'), +(411, 38, 'ABS_2', '2026-05-03', 'email', 'asharismyson@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:02:32', '2026-05-09 14:02:32'), +(412, 39, 'ABS_2', '2026-05-03', 'email', 'asharismyson@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:05:33', '2026-05-09 14:05:33'), +(413, 40, 'ABS_2', '2026-05-03', 'email', 'asharismyson@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:06:31', '2026-05-09 14:06:31'), +(414, 187, 'ABS_2', '2026-05-03', 'email', 'souad81retbi@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:17:15', '2026-05-09 14:17:15'), +(415, 187, 'ABS_2', '2026-05-03', 'email', 'brahimalai863@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:17:16', '2026-05-09 14:17:16'), +(416, 59, 'ABS_2', '2026-05-03', 'email', 'arshedsheikh101@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:27:52', '2026-05-09 14:27:52'), +(417, 95, 'ABS_2', '2026-05-03', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:33:30', '2026-05-09 14:33:30'), +(418, 95, 'ABS_2', '2026-05-03', 'email', 'sserugootik@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:33:31', '2026-05-09 14:33:31'), +(419, 193, 'ABS_2', '2026-05-03', 'email', 'farahbb86@gmail.com', 'Attendance Follow-Up: Two Consecutive Absences', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-09 14:36:13', '2026-05-09 14:36:13'), +(420, 188, 'MIX_L2A1', '2026-04-19', 'email', 'souad81retbi@gmail.com', 'Attendance Follow-Up: Repeated Lateness and Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:32:25', '2026-05-10 01:32:25'), +(421, 188, 'MIX_L2A1', '2026-04-19', 'email', 'brahimalai863@gmail.com', 'Attendance Follow-Up: Repeated Lateness and Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:32:26', '2026-05-10 01:32:26'), +(422, 247, 'MIX_L2A1', '2026-04-19', 'email', 'adocts315@gmail.com', 'Attendance Follow-Up: Repeated Lateness and Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:33:41', '2026-05-10 01:33:41'), +(423, 247, 'ABS_1', '2026-05-03', 'email', 'adocts315@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:33:58', '2026-05-10 01:33:58'), +(424, 188, 'ABS_1', '2026-05-03', 'email', 'souad81retbi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:34:13', '2026-05-10 01:34:13'), +(425, 188, 'ABS_1', '2026-05-03', 'email', 'brahimalai863@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-10 01:34:14', '2026-05-10 01:34:14'), +(426, 225, 'ABS_1', '2026-05-10', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:07:03', '2026-05-16 01:07:03'), +(427, 225, 'ABS_1', '2026-05-10', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:07:04', '2026-05-16 01:07:04'), +(428, 88, 'ABS_1', '2026-05-10', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:07:45', '2026-05-16 01:07:45'), +(429, 38, 'ABS_1', '2026-05-10', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:08:14', '2026-05-16 01:08:14'), +(430, 59, 'ABS_1', '2026-05-10', 'email', 'arshedsheikh101@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:08:56', '2026-05-16 01:08:56'), +(431, 89, 'ABS_1', '2026-05-10', 'email', 'kdulkarim@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:09:22', '2026-05-16 01:09:22'), +(432, 95, 'ABS_1', '2026-05-10', 'email', 'nakanjakotahya200@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:10:17', '2026-05-16 01:10:17'), +(433, 95, 'ABS_1', '2026-05-10', 'email', 'sserugootik@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:10:19', '2026-05-16 01:10:19'), +(434, 237, 'ABS_1', '2026-05-10', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:10:49', '2026-05-16 01:10:49'), +(435, 237, 'ABS_1', '2026-05-10', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:10:50', '2026-05-16 01:10:50'), +(436, 236, 'ABS_1', '2026-05-10', 'email', 'malaikaxhk1927@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:11:32', '2026-05-16 01:11:32'), +(437, 236, 'ABS_1', '2026-05-10', 'email', 'yahyaxhk2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:11:33', '2026-05-16 01:11:33'), +(438, 253, 'ABS_1', '2026-05-10', 'email', 'diana.streete85@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:12:23', '2026-05-16 01:12:23'), +(439, 46, 'ABS_1', '2026-05-10', 'email', 'taiobmdjamshed@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:00', '2026-05-16 01:13:00'), +(440, 46, 'ABS_1', '2026-05-10', 'email', 'hferdousi12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:01', '2026-05-16 01:13:01'), +(441, 47, 'ABS_1', '2026-05-10', 'email', 'taiobmdjamshed@yahoo.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:33', '2026-05-16 01:13:33'), +(442, 47, 'ABS_1', '2026-05-10', 'email', 'hferdousi12@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:34', '2026-05-16 01:13:34'), +(443, 131, 'ABS_1', '2026-05-10', 'email', 'ssha33@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:51', '2026-05-16 01:13:51'), +(444, 131, 'ABS_1', '2026-05-10', 'email', 'arabised@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:13:51', '2026-05-16 01:13:51'), +(445, 187, 'ABS_1', '2026-05-10', 'email', 'souad81retbi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:14:40', '2026-05-16 01:14:40'), +(446, 187, 'ABS_1', '2026-05-10', 'email', 'brahimalai863@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:14:41', '2026-05-16 01:14:41'), +(447, 224, 'ABS_1', '2026-05-10', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:15:51', '2026-05-16 01:15:51'), +(448, 224, 'ABS_1', '2026-05-10', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:15:52', '2026-05-16 01:15:52'), +(449, 40, 'ABS_1', '2026-05-10', 'email', 'asharismyson@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:16:20', '2026-05-16 01:16:20'), +(450, 231, 'ABS_1', '2026-05-10', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:16:49', '2026-05-16 01:16:49'), +(451, 193, 'ABS_1', '2026-05-10', 'email', 'farahbb86@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:17:12', '2026-05-16 01:17:12'), +(452, 232, 'ABS_1', '2026-05-10', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:17:32', '2026-05-16 01:17:32'), +(453, 226, 'ABS_1', '2026-05-10', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:17:50', '2026-05-16 01:17:50'), +(454, 226, 'ABS_1', '2026-05-10', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:17:51', '2026-05-16 01:17:51'), +(455, 230, 'ABS_1', '2026-05-10', 'email', 'zakakil2024@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:18:12', '2026-05-16 01:18:12'), +(456, 227, 'ABS_1', '2026-05-10', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:18:31', '2026-05-16 01:18:31'), +(457, 227, 'ABS_1', '2026-05-10', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:18:32', '2026-05-16 01:18:32'), +(458, 223, 'ABS_1', '2026-05-10', 'email', 'sairaiftikhar6232@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:18:53', '2026-05-16 01:18:53'), +(459, 223, 'ABS_1', '2026-05-10', 'email', 'aamirishaq2131@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:18:53', '2026-05-16 01:18:53'), +(460, 188, 'ABS_1', '2026-05-10', 'email', 'souad81retbi@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:19:14', '2026-05-16 01:19:14'), +(461, 188, 'ABS_1', '2026-05-10', 'email', 'brahimalai863@gmail.com', 'Attendance Notice: Unreported Absence', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:19:15', '2026-05-16 01:19:15'), +(462, 214, 'LATE_2', '2026-05-10', 'email', 'adam.meah@gmail.com', 'Attendance Notice: Repeated Lateness', 'sent', 'OK', 'Spring', '2025-2026', '2026-05-16 01:19:36', '2026-05-16 01:19:36'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `participation` +-- + +CREATE TABLE `participation` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `score` float DEFAULT NULL, + `comment` text DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `participation` +-- + +INSERT INTO `participation` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 223, '', 90, 138, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(2, 108, '', 90, 138, 50, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(3, 69, '', 90, 138, 0, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-01-05 17:40:50'), +(4, 212, '', 90, 138, 70, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(5, 116, '', 90, 138, 50, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(6, 162, '', 90, 138, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(7, 204, '', 90, 138, 20, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(8, 102, '', 90, 138, 20, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(9, 154, '', 90, 138, 100, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(10, 48, '', 90, 138, 40, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(11, 208, '', 90, 138, 10, NULL, 'Fall', '2025-2026', '2025-10-05 16:29:03', '2026-02-06 20:07:16'), +(12, 188, '', 52, 78, 85, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(13, 224, '', 52, 78, 95, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(14, 22, '', 52, 78, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(15, 125, '', 52, 78, 85, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(16, 195, '', 52, 78, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(17, 103, '', 52, 78, 95, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(18, 50, '', 52, 78, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(19, 100, '', 52, 78, 90, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(20, 25, '', 52, 78, 80, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(21, 42, '', 52, 78, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(22, 244, '', 52, 78, 95, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(23, 186, '', 52, 78, 95, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(24, 60, '', 52, 78, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:10:01', '2026-02-07 03:19:17'), +(25, 2, '', 52, 78, 95, NULL, 'Fall', '2025-2026', '2025-11-23 17:19:15', '2026-02-07 03:19:17'), +(26, 194, '', 52, 78, 90, NULL, 'Fall', '2025-2026', '2025-11-23 17:19:15', '2026-02-07 03:19:17'), +(27, 221, '', 10, 3, 80, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(28, 159, '', 10, 3, 70, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(29, 160, '', 10, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(30, 183, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(31, 235, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(32, 215, '', 10, 3, 70, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(33, 214, '', 10, 3, 70, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(34, 52, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(35, 131, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(36, 227, '', 10, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(37, 180, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(38, 229, '', 10, 3, 70, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(39, 56, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(40, 211, '', 10, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:25:19', '2025-12-14 16:31:34'), +(41, 230, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(42, 187, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(43, 117, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(44, 32, '', 70, 82, 90, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(45, 158, '', 70, 82, 80, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(46, 67, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(47, 242, '', 70, 82, 80, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(48, 6, '', 70, 82, 90, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(49, 1, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(50, 126, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(51, 91, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(52, 26, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(53, 94, '', 70, 82, 80, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(54, 151, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(55, 72, '', 70, 82, 90, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(56, 28, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(57, 66, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(58, 119, '', 70, 82, 100, NULL, 'Fall', '2025-2026', '2026-01-04 16:20:47', '2026-01-04 16:24:30'), +(59, 97, '', 22, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(60, 222, '', 22, 5, 75, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(61, 197, '', 22, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(62, 92, '', 22, 5, 75, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(63, 104, '', 22, 5, 70, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(64, 182, '', 22, 5, 70, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(65, 58, '', 22, 5, 85, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(66, 101, '', 22, 5, 75, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(67, 82, '', 22, 5, 85, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(68, 153, '', 22, 5, 70, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(69, 80, '', 22, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(70, 79, '', 22, 5, 90, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(71, 41, '', 22, 5, 75, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(72, 14, '', 22, 5, 75, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(73, 228, '', 22, 5, 70, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(74, 178, '', 22, 5, 85, NULL, 'Fall', '2025-2026', '2026-01-22 14:17:53', '2026-01-22 14:21:00'), +(75, 64, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(76, 199, '', 31, 140, 90, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(77, 70, '', 31, 140, 95, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(78, 19, '', 31, 140, 95, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(79, 68, '', 31, 140, 90, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(80, 196, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(81, 127, '', 31, 140, 95, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(82, 234, '', 31, 140, 95, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(83, 20, '', 31, 140, 90, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(84, 44, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(85, 57, '', 31, 140, 95, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(86, 81, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(87, 21, '', 31, 140, 90, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(88, 78, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(89, 16, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(90, 30, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(91, 171, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(92, 245, '', 31, 140, 100, NULL, 'Fall', '2025-2026', '2026-01-25 01:53:27', '2026-01-25 20:23:05'), +(93, 75, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(94, 165, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(95, 7, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(96, 8, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(97, 18, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(98, 145, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(99, 144, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(100, 189, '', 32, 45, 75, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(101, 220, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(102, 130, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(103, 213, '', 32, 45, 75, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(104, 74, '', 32, 45, 85, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(105, 185, '', 32, 45, 85, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(106, 54, '', 32, 45, 85, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(107, 179, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(108, 168, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(109, 169, '', 32, 45, 90, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(110, 123, '', 32, 45, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:37:11', '2026-01-25 23:38:23'), +(111, 198, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(112, 37, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(113, 139, '', 60, 120, 90, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(114, 254, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(115, 193, '', 60, 120, 90, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(116, 77, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(117, 258, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(118, 137, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(119, 120, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(120, 10, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(121, 9, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(122, 191, '', 60, 120, 75, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-01-26 05:05:51'), +(123, 170, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(124, 90, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(125, 161, '', 60, 120, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(126, 209, '', 60, 120, 85, NULL, 'Fall', '2025-2026', '2026-01-26 05:05:43', '2026-02-07 04:29:23'), +(127, 107, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(128, 237, '', 120, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(129, 47, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(130, 46, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(131, 31, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(132, 181, '', 120, 99, NULL, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-01-26 17:48:13'), +(133, 241, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(134, 238, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(135, 239, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(136, 203, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(137, 259, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(138, 114, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(139, 201, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(140, 61, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(141, 247, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(142, 252, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(143, 251, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(144, 38, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(145, 88, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(146, 96, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(147, 225, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(148, 246, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(149, 59, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(150, 136, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(151, 95, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(152, 219, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(153, 253, '', 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(154, 236, '', 120, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:48:13', '2026-05-30 20:17:36'), +(155, 63, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(156, 231, '', 42, 68, 70, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(157, 33, '', 42, 68, 70, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(158, 106, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(159, 51, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(160, 40, '', 42, 68, 70, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(161, 138, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(162, 85, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(163, 140, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(164, 135, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(165, 55, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(166, 177, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(167, 118, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(168, 218, '', 42, 68, 100, NULL, 'Fall', '2025-2026', '2026-01-26 21:51:31', '2026-01-26 21:51:31'), +(169, 206, '', 21, 71, 60, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(170, 146, '', 21, 71, 80, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(171, 147, '', 21, 71, 90, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(172, 249, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(173, 45, '', 21, 71, 60, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(174, 112, '', 21, 71, 90, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(175, 86, '', 21, 71, 90, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(176, 105, '', 21, 71, 75, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(177, 200, '', 21, 71, 100, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(178, 256, '', 21, 71, 100, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(179, 43, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(180, 36, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(181, 157, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(182, 173, '', 21, 71, 100, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(183, 141, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(184, 226, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(185, 176, '', 21, 71, 60, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(186, 217, '', 21, 71, 85, NULL, 'Fall', '2025-2026', '2026-01-28 01:16:25', '2026-01-28 01:16:32'), +(187, 109, '', 41, 43, 96, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(188, 156, '', 41, 43, 95, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(189, 248, '', 41, 43, 95, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(190, 115, '', 41, 43, 85, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(191, 27, '', 41, 43, 97, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(192, 202, '', 41, 43, 96, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(193, 111, '', 41, 43, 97, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(194, 121, '', 41, 43, 97, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(195, 129, '', 41, 43, 97, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(196, 152, '', 41, 43, 85, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(197, 12, '', 41, 43, 90, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(198, 13, '', 41, 43, 92, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(199, 216, '', 41, 43, 94, NULL, 'Fall', '2025-2026', '2026-01-28 04:29:00', '2026-02-05 02:19:25'), +(200, 62, '', 80, 74, 70, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(201, 142, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(202, 240, '', 80, 74, 0, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(203, 149, '', 80, 74, 40, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(204, 76, '', 80, 74, 80, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(205, 99, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(206, 39, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(207, 89, '', 80, 74, 50, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(208, 192, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(209, 84, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(210, 35, '', 80, 74, 70, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(211, 207, '', 80, 74, 80, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(212, 71, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(213, 34, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(214, 163, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(215, 257, '', 80, 74, 70, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(216, 53, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(217, 15, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(218, 124, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(219, 11, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(220, 49, '', 80, 74, 100, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(221, 190, '', 80, 74, 90, NULL, 'Fall', '2025-2026', '2026-01-28 23:56:04', '2026-02-01 16:17:46'), +(222, 167, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(223, 73, '', 51, 73, 95, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(224, 143, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(225, 93, '', 51, 73, 75, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(226, 255, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(227, 150, '', 51, 73, 80, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(228, 233, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(229, 29, '', 51, 73, 95, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(230, 210, '', 51, 73, 85, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(231, 17, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(232, 205, '', 51, 73, 95, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(233, 164, '', 51, 73, 100, NULL, 'Fall', '2025-2026', '2026-01-30 15:56:05', '2026-01-30 15:56:12'), +(234, 99, '', 80, 74, 80, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(235, 84, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(236, 39, '', 80, 74, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(237, 257, '', 80, 74, 50, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(238, 11, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(239, 62, '', 80, 74, 70, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(240, 89, '', 80, 74, 0, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(241, 53, '', 80, 74, 90.02, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(242, 49, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(243, 142, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(244, 124, '', 80, 74, 70, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(245, 163, '', 80, 74, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(246, 15, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(247, 71, '', 80, 74, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(248, 35, '', 80, 74, 70, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(249, 76, '', 80, 74, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(250, 190, '', 80, 74, 80, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(251, 207, '', 80, 74, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(252, 192, '', 80, 74, 85, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(253, 34, '', 80, 74, 90, NULL, 'Spring', '2025-2026', '2026-03-29 16:47:01', '2026-05-26 01:34:05'), +(254, 212, '', 90, 138, 90, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(255, 204, '', 90, 138, 30, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(256, 102, '', 90, 138, 60, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(257, 208, '', 90, 138, 50, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(258, 223, '', 90, 138, 100, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(259, 162, '', 90, 138, 100, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(260, 48, '', 90, 138, 50, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(261, 154, '', 90, 138, 100, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(262, 108, '', 90, 138, 80, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(263, 116, '', 90, 138, 70, NULL, 'Spring', '2025-2026', '2026-03-29 19:47:49', '2026-05-17 15:58:48'), +(264, 85, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(265, 118, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(266, 40, '', 42, 68, 70, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(267, 106, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(268, 231, '', 42, 68, 70, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(269, 138, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(270, 135, '', 42, 68, 90, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(271, 55, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(272, 177, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(273, 51, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(274, 33, '', 42, 68, 80, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(275, 63, '', 42, 68, 90, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(276, 140, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(277, 218, '', 42, 68, 100, NULL, 'Spring', '2025-2026', '2026-04-02 18:02:48', '2026-04-02 18:02:48'), +(278, 183, '', 10, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(279, 180, '', 10, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(280, 221, '', 10, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(281, 235, '', 10, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(282, 52, '', 10, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(283, 227, '', 10, 3, 50, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(284, 159, '', 10, 3, 50, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(285, 160, '', 10, 3, 50, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(286, 215, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(287, 56, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(288, 229, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(289, 214, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(290, 131, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(291, 211, '', 10, 3, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:39:21', '2026-05-22 01:47:25'), +(292, 12, '', 41, 43, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(293, 121, '', 41, 43, 96, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(294, 216, '', 41, 43, 95, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(295, 13, '', 41, 43, 95, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(296, 156, '', 41, 43, 95, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(297, 115, '', 41, 43, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(298, 109, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(299, 248, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(300, 27, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(301, 152, '', 41, 43, 90, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(302, 111, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(303, 129, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(304, 202, '', 41, 43, 98, NULL, 'Spring', '2025-2026', '2026-05-10 15:17:47', '2026-05-21 00:54:10'), +(305, 26, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(306, 91, '', 70, 1, 98, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(307, 32, '', 70, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(308, 242, '', 70, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(309, 28, '', 70, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(310, 126, '', 70, 1, 98, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(311, 72, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(312, 1, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(313, 151, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(314, 94, '', 70, 1, 85, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(315, 158, '', 70, 1, 85, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(316, 230, '', 70, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(317, 66, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(318, 67, '', 70, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(319, 6, '', 70, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(320, 187, '', 70, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(321, 117, '', 70, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(322, 119, '', 70, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-10 16:32:15', '2026-05-31 02:51:26'), +(323, 120, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(324, 37, '', 60, 120, 90, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(325, 90, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(326, 137, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(327, 198, '', 60, 120, 80, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(328, 209, '', 60, 120, 90, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(329, 193, '', 60, 120, 0, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(330, 161, '', 60, 120, 85, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(331, 254, '', 60, 120, 0, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(332, 9, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(333, 10, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(334, 139, '', 60, 120, 100, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(335, 258, '', 60, 120, 80, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(336, 170, '', 60, 120, 90, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(337, 77, '', 60, 120, 90, NULL, 'Spring', '2025-2026', '2026-05-14 20:16:42', '2026-05-24 03:59:29'), +(338, 168, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(339, 7, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(340, 220, '', 32, 45, 60, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(341, 75, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(342, 189, '', 32, 45, 60, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(343, 54, '', 32, 45, 90, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(344, 169, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(345, 179, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(346, 185, '', 32, 45, 90, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(347, 145, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(348, 213, '', 32, 45, 60, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(349, 18, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(350, 144, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(351, 130, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(352, 74, '', 32, 45, 90, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(353, 165, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(354, 123, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(355, 8, '', 32, 45, 95, NULL, 'Spring', '2025-2026', '2026-05-16 03:44:58', '2026-05-24 01:22:51'), +(356, 125, '', 52, 40, 80, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(357, 50, '', 52, 40, 100, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(358, 100, '', 52, 40, 70, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(359, 103, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(360, 195, '', 52, 40, 100, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(361, 60, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(362, 2, '', 52, 40, 85, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(363, 22, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(364, 186, '', 52, 40, 100, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(365, 25, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(366, 194, '', 52, 40, 90, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(367, 188, '', 52, 40, 50, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(368, 224, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(369, 244, '', 52, 40, 80, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(370, 42, '', 52, 40, 95, NULL, 'Spring', '2025-2026', '2026-05-22 20:00:50', '2026-05-24 21:30:47'), +(371, 225, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(372, 88, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(373, 238, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(374, 38, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(375, 59, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(376, 247, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(377, 107, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(378, 96, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(379, 252, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(380, 246, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(381, 251, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(382, 95, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(383, 114, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(384, 136, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(385, 237, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(386, 31, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(387, 203, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(388, 236, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(389, 201, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(390, 47, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(391, 61, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(392, 46, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(393, 239, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(394, 253, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(395, 259, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(396, 241, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(397, 219, '', 120, 99, 100, NULL, 'Spring', '2025-2026', '2026-05-23 17:01:11', '2026-05-23 17:01:11'), +(398, 146, '', 21, 71, 80, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(399, 249, '', 21, 71, 80, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(400, 176, '', 21, 71, 50, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(401, 112, '', 21, 71, 80, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(402, 141, '', 21, 71, 90, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(403, 45, '', 21, 71, 50, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(404, 173, '', 21, 71, 70, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(405, 86, '', 21, 71, 90, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(406, 105, '', 21, 71, 60, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(407, 256, '', 21, 71, 90, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(408, 200, '', 21, 71, 100, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(409, 226, '', 21, 71, 0, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(410, 217, '', 21, 71, 80, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(411, 157, '', 21, 71, 80, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(412, 36, '', 21, 71, 100, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(413, 43, '', 21, 71, 90, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(414, 147, '', 21, 71, 90, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(415, 206, '', 21, 71, 50, NULL, 'Spring', '2025-2026', '2026-05-23 21:50:32', '2026-05-23 21:50:32'), +(416, 171, '', 31, 155, 80, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(417, 21, '', 31, 155, 50, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(418, 199, '', 31, 155, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(419, 30, '', 31, 155, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(420, 68, '', 31, 155, 50, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(421, 78, '', 31, 155, 80, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(422, 44, '', 31, 155, 90, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(423, 57, '', 31, 155, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(424, 234, '', 31, 155, 80, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(425, 70, '', 31, 155, 50, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(426, 20, '', 31, 155, 50, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(427, 64, '', 31, 155, 80, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(428, 196, '', 31, 155, 90, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(429, 16, '', 31, 155, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(430, 245, '', 31, 155, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(431, 127, '', 31, 155, 70, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(432, 81, '', 31, 155, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(433, 19, '', 31, 155, 50, NULL, 'Spring', '2025-2026', '2026-05-24 02:04:56', '2026-05-24 02:04:56'), +(434, 92, '', 22, 5, 65, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(435, 101, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(436, 41, '', 22, 5, 75, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(437, 14, '', 22, 5, 75, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(438, 58, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(439, 80, '', 22, 5, 80, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(440, 104, '', 22, 5, 65, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(441, 182, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(442, 228, '', 22, 5, 75, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(443, 97, '', 22, 5, 85, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(444, 178, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(445, 153, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(446, 79, '', 22, 5, 75, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(447, 82, '', 22, 5, 75, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(448, 197, '', 22, 5, 85, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(449, 222, '', 22, 5, 60, NULL, 'Spring', '2025-2026', '2026-05-24 02:17:07', '2026-05-24 02:17:07'), +(450, 167, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(451, 73, '', 51, 161, 80, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(452, 143, '', 51, 161, 90, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(453, 93, '', 51, 161, 50, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(454, 255, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(455, 150, '', 51, 161, 80, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(456, 233, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(457, 29, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(458, 210, '', 51, 161, 70, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(459, 17, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(460, 205, '', 51, 161, 80, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'), +(461, 164, '', 51, 161, 100, NULL, 'Spring', '2025-2026', '2026-05-24 19:02:17', '2026-05-24 19:02:17'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `password_resets` +-- + +CREATE TABLE `password_resets` ( + `id` int(11) UNSIGNED NOT NULL, + `email` varchar(255) NOT NULL, + `token` varchar(255) NOT NULL, + `created_at` datetime NOT NULL, + `expires_at` datetime NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `password_resets` +-- + +INSERT INTO `password_resets` (`id`, `email`, `token`, `created_at`, `expires_at`) VALUES +(6, 'fauzanh.hasanbasri@gmail.com', 'f31ed5477b3520e3be90c10d8b7b9367fee2e73ecd29dcd36c985372d5e627ad631fea1266824adfabc82aa11e3caa8f', '2025-10-26 14:41:04', '2025-10-26 15:41:04'), +(8, 'shamimasume2@gmail.com', 'e6cce226c83e45b0c412a9feda1ad9826ee0b76523b264787b4d28e5a40f41381f880640935718a85517bc7969eecf10', '2025-10-27 20:25:53', '2025-10-27 21:25:53'), +(9, 'shamimasume2@gmail.com', 'd98bd11de87c402eac2ae2c892cb78c905ab796de93fa270c9fca6d45ac819c4d89c1558cc845b7ff8b25126ba11ddf9', '2025-10-28 02:58:25', '2025-10-28 03:58:25'), +(10, 'shamimasume2@gmail.com', '70569dbeae18d2ff344c6554fd47f9278ee104868443daaee8e2aa1458d58a1fbed2ccd34a9264c171b643079598aa2c', '2025-10-28 02:58:33', '2025-10-28 03:58:33'), +(11, 'shamimasume2@gmail.com', '81593f8d323f07cbabdebdbd2cb7e74302c90b0bf317173175955677adf85e3a0ef5eeca2b2cb4554701fc5481f30320', '2025-10-28 02:59:08', '2025-10-28 03:59:08'), +(12, 'moulay.elabidi@gmail.com', 'bcb27be3fb46bd90eca320ab13d88b578a1ab275f47fb045ebc504775782923bd041221a73546fe0b7bffb2c56123ebb', '2025-11-01 17:59:57', '2025-11-01 18:59:57'), +(16, 'moulay.elabidi@gmail.com', 'a54cbbb47fd7e98116ff5f1dc6b4c934414b428cbffd47900a58a47f077345f3177e2832388b4e487a4e0579fff98306', '2025-11-01 21:01:15', '2025-11-01 22:01:15'), +(18, 'awab.basil00@gmail.com', 'ec14d32b72b197e8aa2317900e2a8e17fd1f3b7d2c43dda8a828ce9e742e53f2996e0a8c75eda889a206d336accb1eb3', '2025-11-02 15:02:16', '2025-11-02 16:02:16'), +(21, 'ielassab89@gmail.com', '2547d30b72427a7839cf179990c644bed2de070cd69a44d742937eb7112618b484129f59c7e353e57338168ede6cc092', '2025-11-09 14:33:39', '2025-11-09 15:33:39'), +(23, 'fauzanh.hasanbasri@gmail.com', 'cf9d907c2a94eb07ff158d0ec607879341b7a1e8288d36c215cdc92e590a8f924e17298e1588d23fc57179a27224b0aa', '2025-11-09 15:02:43', '2025-11-09 16:02:43'), +(24, 'sub1@gmail.com', 'd85dc3655a227c282c398392def2a1ab0691240263efb67a365c74b20fb0f1a9b7afe67aea2937f1fcf3502ccb32f48c', '2025-11-09 15:11:11', '2025-11-09 16:11:11'), +(25, 'sub1@gmail.com', 'a83a182eabb732412b3259931b0dfc8c1ef889b494be3a9cc252542f4f571cda53dfe03337667f37b0f35b05d3349288', '2025-11-09 15:15:33', '2025-11-09 16:15:33'), +(26, 'sub1@gmail.com', 'd4fee95c41e14c0d25475a174aab9fb7cd5e070dfc138d55af5961c031b07fddb722697c1c0ccee8e6982036923a9b4a', '2025-11-09 15:17:53', '2025-11-09 16:17:53'), +(30, 'yasirbajwa@hotmail.com', '622382f7b276cbb2cd70082a43a81dd594c3fb351ad9a29da9836237336409bd3c88286d4eb32c7eb9a40498664628c6', '2025-11-16 14:39:49', '2025-11-16 15:39:49'), +(37, 'mahinshaikh4069@gmail.com', '16be1a3c0481fb7d0465254a43e0955b8554c068688a89b2a1418cdc7e775960535270347c69bef556d65b034ecaaca6', '2025-12-14 15:46:47', '2025-12-14 16:46:47'), +(40, 'mahinshaikh4069@gmail.com', '273991f4de3aaccc8aaf4e67bfa81cb5e1cb2a04cec89b363677ce4c3641377a062164ca5192fbfd159a5586469a0e1f', '2026-01-04 01:30:29', '2026-01-04 02:30:29'), +(43, 'fauzanh.hasanbasri@gmail.com', '862527141dfe86f34254c37cadd5374ebf6623654bf2277acb17e1c9be12dfdbf6e5a00f4b8976da23853e0fb3c97e5a', '2026-01-04 17:27:27', '2026-01-04 18:27:27'), +(44, 'mustafasaracevic@outlook.com', '2c7dfd5ff42b4ec34c552a96cb2e227e72a8c7fca6169563844767490d90f6caf9f2f78eb1c48321f7a372ed552af665', '2026-01-11 17:18:51', '2026-01-11 18:18:51'), +(45, 'mustafasaracevic@outlook.com', '864039e22adee6f61a33318ac25aec73ce4d8bf9409cb0d97dfe6b05d655862a073378f731732b4aab049db288adb283', '2026-01-11 17:18:52', '2026-01-11 18:18:52'), +(48, 'kelabidi0@gmail.com', '3a92ffb0aee9c7eda3dd15f35618fcb69200cb6b939442c78c1370c3a9609cdf1345f178a58f3c6cc0c1def8661f19a8', '2026-01-18 15:11:35', '2026-01-18 16:11:35'), +(51, 'rayyanvahora11@gmail.com', 'ea61a0456617cc29190f603aa325fafdd6621f59362743eb3fae8c43e1667e9ea37afe676a2a8aa84b67eb5df4a4479e', '2026-01-26 03:55:05', '2026-01-26 04:55:05'), +(53, 'asediqi10@gmail.com', 'c009dc77922bfbe4731d2388004e3279d35c8e3e53d66e4ae9746c3158a0b3db4542b809de6353349bd654486f1dd6ba', '2026-02-01 19:04:58', '2026-02-01 20:04:58'), +(58, 'hassan.jafri10@gmail.com', 'c16330b979102c90caf49f9ca8d370a5de96f69ff37f3b70eb009a36d704f3fb52c5bc1d788c35d9985195afa874ae95', '2026-02-22 16:03:15', '2026-02-22 17:03:15'), +(60, 'aichati@yahoo.fr', 'dd5f912466f1543d316e78a14ff14c9995044013f5ff6f894beebfef71395efe08acafaeda1e6b2cf04a7985381d1d45', '2026-02-22 16:14:11', '2026-02-22 17:14:11'), +(61, 'aichati@yahoo.fr', '3d0636867023a3a79d9de6b7cf1416af95873e76f39bfa2d2295f1e8b23ed76322a1ae10a8fee4f838470261a2862a2e', '2026-02-22 16:14:35', '2026-02-22 17:14:35'), +(64, 'abjalm@hotmail.com', '646bc55617cfe601114c4f1224e123d94a2190d97f70dc4a1ffff52c468890814a9ca33acc0be8dad84918e3dee72e25', '2026-02-27 00:06:40', '2026-02-27 01:06:40'), +(69, 'kasule6@yahoo.com', '8c8d6b84dfc990e1210a0faae81bc5149f6ac91f675879fc3f913c41cebb75eebe8acca638d3ac88665956d298f6b0b5', '2026-03-23 21:13:41', '2026-03-23 22:13:41'), +(75, 'rayyanvahora11@gmail.com', '04832a0735ff80e459dcf353aa5d5ffda4ef010b80c7ac37c9bf2ec2207c5e78', '2026-03-29 14:38:57', '2026-03-29 15:38:57'), +(77, 'badianourti@yahoo.com', '903317a67d258edb313de811841c2c0b9869e8f31ca57effe1b899af7fa8e91f', '2026-04-05 14:16:23', '2026-04-05 15:16:23'), +(78, 'badianourti@yahoo.com', 'dd5d62f4e1e15ff8520b93f29ac53cee657adf64fb9af0c28940afae210ac557', '2026-04-05 14:18:09', '2026-04-05 15:18:09'), +(81, 'spokent@yahoo.com', '5fb21055e859728ae11899fc3985256a92a122410a30ea13d1e85c7f4becf024', '2026-04-12 18:52:08', '2026-04-12 19:52:08'), +(82, 'ielassab89@gmail.com', '48dbcc56b77e7a4c6cf70ad2a7e0eaa9e179ac4335c5005304b165ecaa4781a3', '2026-04-19 14:07:24', '2026-04-19 15:07:24'), +(84, 'sabdalla80@hotmail.com', 'f115dfdc08638ea1bd7b4c74939f6a9925f4c7c0fada32433f6abb21dec7789a', '2026-04-19 17:07:31', '2026-04-19 18:07:31'), +(85, 'asediqi10@gmail.com', '23e185c71afe2dd31ce555f60c79ffdcec3f62452e36a49774d535a805b63d50', '2026-04-19 18:52:17', '2026-04-19 19:52:17'), +(88, 'shamimasume2@gmail.com', '940c9a40e2930251382f8544f8c708755680283334e70fb6ea50269d19d2f701', '2026-04-23 03:12:37', '2026-04-23 04:12:37'), +(89, 'shamimasume2@gmail.com', '9bc65078f0b1f3e6a31c99cad11767a324d913072c44722ff8878e668e86b06d', '2026-04-23 03:24:29', '2026-04-23 04:24:29'), +(90, 'shamimasume2@gmail.com', '1260e2443ad825dad694b0dff0261f1aa9fe54dc156cd2f1b506edd704e0559a', '2026-04-23 03:24:39', '2026-04-23 04:24:39'), +(91, 'shamimasume2@gmail.com', 'f693d55c9a04c1e8a44f3a9279b84de7644d5c98d434087a17bdef16984b8bd7', '2026-04-23 03:24:47', '2026-04-23 04:24:47'), +(99, 'shamimasume2@gmail.com', '5bce5f70e59e8466270db0298296958fb0bba2ea19d93a64e8746f40a5569377', '2026-05-10 14:04:42', '2026-05-10 15:04:42'), +(103, 'arshedsheikh101@gmail.com', '28e61ec84b200ae00bc65681d478c9d21703bc9ceefb33934e28c13c5eec454a', '2026-05-10 17:34:57', '2026-05-10 18:34:57'), +(105, 'arshedsheikh101@gmail.com', '22c2e4400daf712a1eb35a1f5901e662b4b16a2d135c64e117d0a85d039660bc', '2026-05-10 17:34:59', '2026-05-10 18:34:59'), +(107, 'shamimasume2@gmail.com', 'acacef0478f63b2ba1280e7660de50389511c11141956b58b9d3608d88d3cdb9', '2026-05-17 04:01:26', '2026-05-17 05:01:26'), +(109, 'shamimasume2@gmail.com', 'fdb50a6d54880491886cfa3ca5376a1bc4a22db5e84e6d5490c703251218a9d3', '2026-05-17 14:39:47', '2026-05-17 15:39:47'), +(112, 'hassan.jafri10@gmail.com', '79b1d4e31750849543ac57e4a0c02655898982bee99170dcea72798a3009ae8b', '2026-05-29 16:47:13', '2026-05-29 17:47:13'), +(114, 'asediqi10@gmail.com', '7aaab3a1ca056e09421771028a60ce1f360bb4759ef798b36a15a5c7bfac798e', '2026-05-31 18:45:39', '2026-05-31 19:45:39'), +(115, 'asediqi10@gmail.com', 'ad495c35de3d0a2cf5736d50fd097beb36ad6d32ac1f76001e4a8c78d7b19877', '2026-05-31 18:45:40', '2026-05-31 19:45:40'), +(118, 'drammarishaq@gmail.com', 'd1c966cdd9a781c79431bc48f38a40b0471372031af7ca26111d5185f8c49ec6', '2026-06-01 04:10:44', '2026-06-01 05:10:44'), +(119, 'nzh2006ha@yahoo.com', '3db849d7348a3e9c32febcf53e058e536b01138ef47b6d278739b950fd9c17cd', '2026-08-25 21:21:09', '2026-08-25 22:21:09'), +(121, 'nzh2006ha@yahoo.com', 'e14bf0a318373ae72b0dd1174dbb34e969e3a75d28b04f720607b652dc90abbd', '2026-08-25 21:21:56', '2026-08-25 22:21:56'), +(122, 'nzh2006ha@yahoo.com', 'f90e1151ffcda7505ea33c17e4f5c3cddff3614bd452caf93bb81da757f6daa4', '2026-08-25 21:21:57', '2026-08-25 22:21:57'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `password_reset_requests` +-- + +CREATE TABLE `password_reset_requests` ( + `id` int(10) UNSIGNED NOT NULL, + `ip_address` varchar(45) NOT NULL, + `requested_at` datetime NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `password_reset_requests` +-- + +INSERT INTO `password_reset_requests` (`id`, `ip_address`, `requested_at`) VALUES +(1, '73.60.106.54', '2025-10-11 21:54:38'), +(2, '72.74.55.8', '2025-10-12 15:17:40'), +(3, '2601:18f:800:b7f7:2947:217c:144f:1d75', '2025-10-26 06:58:31'), +(4, '2600:1000:b155:241f:6cff:7693:d45a:1f38', '2025-10-26 14:41:04'), +(5, '2600:4040:5cc8:8800:7c16:73c4:1376:f387', '2025-10-27 01:45:05'), +(6, '2607:fb91:d68:4466:54cb:3cbb:e00b:b648', '2025-10-27 20:25:53'), +(7, '2600:4040:5023:8300:508c:be98:a6ef:cc01', '2025-10-28 02:58:25'), +(8, '2600:4040:5023:8300:508c:be98:a6ef:cc01', '2025-10-28 02:58:33'), +(9, '2600:4040:5023:8300:508c:be98:a6ef:cc01', '2025-10-28 02:59:08'), +(10, '2600:4040:5cc8:ab00:b16e:2d28:f3f:2a42', '2025-11-01 19:03:23'), +(11, '2600:4040:5cc8:ab00:b16e:2d28:f3f:2a42', '2025-11-01 19:03:57'), +(12, '2601:18f:800:b7f7:641d:ff6:4c3f:fe5b', '2025-11-01 21:01:15'), +(13, '2607:fb91:d11:481e:8874:6878:fb03:cff4', '2025-11-02 03:38:41'), +(14, '2601:18f:900:8480:4584:809a:8891:3a4b', '2025-11-02 13:53:00'), +(15, '2601:18f:900:8480:4584:809a:8891:3a4b', '2025-11-02 13:57:24'), +(16, '72.74.55.8', '2025-11-02 15:02:16'), +(17, '2600:4040:5cc8:ab00:74a4:5ecf:a7e8:a5b2', '2025-11-02 15:59:52'), +(18, '2601:18a:827e:59a0:85c0:f466:5e9d:2ee2', '2025-11-09 14:28:57'), +(19, '2601:18a:827e:59a0:85c0:f466:5e9d:2ee2', '2025-11-09 14:33:32'), +(20, '2601:18a:827e:59a0:85c0:f466:5e9d:2ee2', '2025-11-09 14:33:39'), +(21, '24.34.185.128', '2025-11-09 15:02:43'), +(22, '72.74.55.8', '2025-11-09 15:22:43'), +(23, '72.74.55.8', '2025-11-09 15:46:23'), +(24, '2607:fb91:d7e:709:6825:b38d:f424:f77b', '2025-11-09 15:47:54'), +(25, '71.174.67.68', '2025-11-16 14:39:49'), +(26, '71.174.67.68', '2025-11-16 14:41:21'), +(27, '72.74.55.8', '2025-11-16 15:51:07'), +(28, '2601:18a:827e:59a0:95f3:7bf0:3b55:5aea', '2025-11-22 21:17:33'), +(29, '72.74.55.8', '2025-11-23 15:36:16'), +(30, '72.74.55.8', '2025-11-23 15:55:01'), +(31, '2a09:bac3:8bda:303c::4ce:3f', '2025-12-07 02:00:24'), +(32, '72.74.55.8', '2025-12-07 15:29:37'), +(33, '72.74.55.8', '2025-12-07 15:34:27'), +(34, '72.74.55.8', '2025-12-07 17:27:54'), +(35, '2a09:bac3:a1c7:303c::4ce:b', '2025-12-07 19:28:00'), +(36, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', '2025-12-14 15:14:29'), +(37, '2601:18c:cf7f:5640:bd90:4ae5:8c88:6a1f', '2025-12-14 15:14:54'), +(38, '72.74.55.8', '2025-12-14 15:46:47'), +(39, '72.74.55.8', '2025-12-14 15:57:10'), +(40, '166.1.107.157', '2025-12-21 16:59:42'), +(41, '72.74.55.8', '2026-01-04 16:12:09'), +(42, '72.74.55.8', '2026-01-04 16:12:44'), +(43, '72.74.55.8', '2026-01-04 17:27:27'), +(44, '72.74.55.8', '2026-01-18 15:11:35'), +(45, '2607:fb90:6801:96b3:c839:e842:2c83:d272', '2026-02-01 15:13:02'), +(46, '72.74.55.8', '2026-02-01 19:05:14'), +(47, '2601:18f:283:f690:61c0:5adf:5c96:9f5c', '2026-02-06 22:44:01'), +(48, '2601:18f:903:d370:70e:879b:f93b:27e0', '2026-02-13 21:09:02'), +(49, '72.74.55.8', '2026-02-22 16:12:00'), +(50, '72.74.55.8', '2026-02-22 16:14:11'), +(51, '72.74.55.8', '2026-02-22 16:14:35'), +(52, '2601:18f:801:4bb0:8603:805f:323c:fdf3', '2026-02-26 23:58:00'), +(53, '2601:18f:801:4bb0:8603:805f:323c:fdf3', '2026-02-27 00:06:40'), +(54, '2601:18f:801:4bb0:8603:805f:323c:fdf3', '2026-02-27 00:06:53'), +(55, '71.161.119.117', '2026-03-01 15:34:13'), +(56, '2601:18c:8e82:c5d0:5174:fe8a:312e:e61b', '2026-03-13 21:14:20'), +(57, '2a04:4e41:4a10:3bc8::969:3bc8', '2026-03-23 21:13:41'), +(58, '2a04:4e41:4a10:3bc8::969:3bc8', '2026-03-23 21:13:59'), +(59, '73.60.157.167', '2026-03-24 02:20:27'), +(60, '73.60.157.167', '2026-03-24 02:24:20'), +(61, '73.60.157.167', '2026-03-24 02:33:25'), +(62, '172.56.195.58', '2026-03-24 13:34:20'), +(63, '2601:18f:802:7290:6ff7:517b:eb06:c35f', '2026-03-24 23:04:22'), +(64, '2601:18f:802:7290:6ff7:517b:eb06:c35f', '2026-03-24 23:04:33'), +(65, '2601:18f:802:7290:6ff7:517b:eb06:c35f', '2026-03-24 23:04:44'), +(66, '2600:4040:5126:9d00:54fe:6b42:f2d6:add', '2026-03-29 12:41:30'), +(67, '72.74.55.8', '2026-03-29 14:38:47'), +(68, '72.74.55.8', '2026-03-29 14:38:57'), +(69, '2601:18f:903:b890:699f:696c:bf84:a3ab', '2026-04-04 13:51:57'), +(70, '72.74.55.8', '2026-04-05 14:18:09'), +(71, '72.74.55.8', '2026-04-05 14:18:27'), +(72, '2607:fb90:6801:5700:dbc:4ef8:9e38:a8b', '2026-04-11 13:53:13'), +(73, '2601:18f:902:40e0:a4c3:1679:5754:2336', '2026-04-12 18:50:46'), +(74, '2601:18f:902:40e0:a4c3:1679:5754:2336', '2026-04-12 18:52:08'), +(75, '72.74.55.8', '2026-04-19 15:34:34'), +(76, '2601:18f:901:5eb0:bce5:8385:9f47:9b48', '2026-04-19 18:52:51'), +(77, '50.200.13.170', '2026-04-21 13:32:35'), +(78, '2600:4040:5012:1100:a9fa:f5f3:787b:55c0', '2026-04-23 03:24:29'), +(79, '2600:4040:5012:1100:a9fa:f5f3:787b:55c0', '2026-04-23 03:24:39'), +(80, '2600:4040:5012:1100:a9fa:f5f3:787b:55c0', '2026-04-23 03:24:47'), +(81, '2601:18f:27c:550:f031:267c:e71:ff3f', '2026-05-02 13:49:55'), +(82, '2601:18f:27c:550:f031:267c:e71:ff3f', '2026-05-02 13:51:10'), +(83, '2601:18f:27c:550:f031:267c:e71:ff3f', '2026-05-02 13:52:28'), +(84, '73.60.157.167', '2026-05-02 21:15:52'), +(85, '73.60.157.167', '2026-05-02 21:15:57'), +(86, '73.60.157.167', '2026-05-03 15:58:15'), +(87, '163.116.144.102', '2026-05-08 15:06:40'), +(88, '163.116.144.102', '2026-05-08 15:09:50'), +(89, '163.116.144.102', '2026-05-08 15:10:42'), +(90, '2600:4040:52a1:4100:cc60:465:d9d7:ee8c', '2026-05-09 14:27:57'), +(91, '2600:4040:52a1:4100:cc9d:1f87:2581:37e7', '2026-05-10 12:18:07'), +(92, '2601:18f:902:c20:a0a0:1277:b9a9:f3af', '2026-05-10 14:38:56'), +(93, '72.74.55.8', '2026-05-10 15:04:56'), +(94, '2607:fb91:d04:494f:3196:e5db:166f:62f1', '2026-05-10 17:31:48'), +(95, '2607:fb90:3c8a:4598:814c:ef38:4220:8c60', '2026-05-10 17:34:57'), +(96, '2607:fb90:3c8a:4598:814c:ef38:4220:8c60', '2026-05-10 17:34:58'), +(97, '2607:fb90:3c8a:4598:814c:ef38:4220:8c60', '2026-05-10 17:34:59'), +(98, '2600:4040:5cc8:500:94d7:307e:bd25:841', '2026-05-17 00:58:10'), +(99, '72.74.55.8', '2026-05-17 14:40:56'), +(100, '71.161.119.117', '2026-05-30 19:24:40'), +(101, '2607:fb90:ad89:4467:9c71:604b:df3a:79af', '2026-05-31 18:46:05'), +(102, '2601:18c:500:720:88b3:1490:db8b:53b0', '2026-08-25 21:21:54'), +(103, '2601:18c:500:720:88b3:1490:db8b:53b0', '2026-08-25 21:21:56'), +(104, '2601:18c:500:720:88b3:1490:db8b:53b0', '2026-08-25 21:21:57'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `payments` +-- + +CREATE TABLE `payments` ( + `id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) UNSIGNED NOT NULL, + `invoice_id` int(11) UNSIGNED NOT NULL, + `total_amount` decimal(10,2) NOT NULL, + `paid_amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `balance` decimal(10,2) NOT NULL, + `number_of_installments` int(11) NOT NULL, + `transaction_id` varchar(100) DEFAULT NULL, + `check_file` varchar(255) DEFAULT NULL, + `check_number` varchar(100) DEFAULT NULL, + `payment_method` varchar(50) NOT NULL DEFAULT 'Unknown', + `payment_date` date NOT NULL, + `semester` varchar(10) DEFAULT NULL, + `school_year` varchar(9) DEFAULT NULL, + `status` varchar(50) NOT NULL DEFAULT 'Pending', + `updated_by` int(11) DEFAULT NULL, + `created_at` timestamp NOT NULL DEFAULT current_timestamp(), + `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `payments` +-- + +INSERT INTO `payments` (`id`, `parent_id`, `invoice_id`, `total_amount`, `paid_amount`, `balance`, `number_of_installments`, `transaction_id`, `check_file`, `check_number`, `payment_method`, `payment_date`, `semester`, `school_year`, `status`, `updated_by`, `created_at`, `updated_at`) VALUES +(1, 158, 94, 370.00, 370.00, 0.00, 1, 'INV-94-1758462200.6419', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 101, '2025-09-21 13:43:20', '2025-09-21 13:43:20'), +(2, 53, 37, 590.00, 590.00, 0.00, 1, 'INV-37-1758462217.5982', '1760281169_f3c840f9d5dcfa402dce.pdf', '248', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:43:37', '2025-10-12 14:59:29'), +(3, 70, 61, 370.00, 370.00, 0.00, 1, 'INV-61-1758462367.0655', '1760281673_4317c992fae12cbd6c33.pdf', '497', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:46:07', '2025-10-12 15:07:53'), +(4, 145, 87, 370.00, 370.00, 0.00, 1, 'INV-87-1758462462.4426', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 101, '2025-09-21 13:47:42', '2025-09-21 13:47:42'), +(5, 9, 8, 590.00, 590.00, 0.00, 1, 'INV-8-1758462482.3237', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 13:48:02', '2025-09-21 13:48:02'), +(6, 123, 74, 590.00, 590.00, 0.00, 1, 'INV-74-1758462603.4841', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:50:03', '2025-09-21 13:50:03'), +(7, 35, 28, 590.00, 590.00, 0.00, 1, 'INV-28-1758462650.8837', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:50:50', '2025-09-21 13:50:50'), +(8, 22, 15, 810.00, 810.00, 0.00, 1, 'INV-15-1758462694.4246', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 101, '2025-09-21 13:51:34', '2025-09-21 13:51:34'), +(9, 104, 95, 370.00, 300.00, 0.00, 1, 'INV-95-1758462709.3702', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 1, '2025-09-21 13:51:49', '2025-09-22 20:27:27'), +(10, 31, 26, 590.00, 200.00, 390.00, 1, 'INV-26-1758462772.0845', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 108, '2025-09-21 13:52:52', '2025-09-21 13:52:52'), +(11, 49, 35, 590.00, 590.00, 0.00, 1, 'INV-35-1758462840.8577', '1760281747_ad129446d072ff570991.pdf', '640', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:54:00', '2025-10-12 15:09:07'), +(12, 17, 25, 590.00, 590.00, -590.00, 1, 'INV-25-1758462888.7459', '1760282591_6c133344e80202afedb6.pdf', '231', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:54:48', '2025-10-12 15:23:11'), +(13, 59, 40, 590.00, 590.00, 0.00, 1, 'INV-40-1758462964.9826', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:56:04', '2025-09-21 13:56:04'), +(14, 14, 12, 370.00, 370.00, 0.00, 1, 'INV-12-1758462967.9944', '1760281344_eefbc41ae9ca1348ff46.pdf', '318', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:56:07', '2025-10-12 15:02:24'), +(15, 64, 42, 590.00, 590.00, 0.00, 1, 'INV-42-1758462991.2502', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 13:56:31', '2025-09-21 13:56:31'), +(16, 39, 30, 200.00, 200.00, -200.00, 1, 'INV-30-1758463065.3544', '1760282188_0cdf2af81677107864c3.pdf', '1979', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:57:45', '2025-10-12 15:16:28'), +(17, 133, 82, 370.00, 350.00, 20.00, 1, 'INV-82-1758463098.4646', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 147, '2025-09-21 13:58:18', '2025-09-21 13:58:18'), +(18, 23, 17, 370.00, 370.00, 0.00, 1, 'INV-17-1758463102.0966', '1760281611_05cd5ec4a9c5e8131a3e.pdf', '455', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:58:22', '2025-10-12 15:06:51'), +(19, 66, 43, 810.00, 810.00, 0.00, 1, 'INV-43-1758463160.8884', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 13:59:20', '2025-09-21 13:59:20'), +(20, 12, 52, 370.00, 370.00, 0.00, 1, 'INV-52-1758463185.9919', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 13:59:45', '2025-09-21 13:59:45'), +(21, 42, 31, 810.00, 810.00, 0.00, 1, 'INV-31-1758463186.9784', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:59:46', '2025-09-21 13:59:46'), +(22, 10, 9, 590.00, 590.00, 0.00, 1, 'INV-9-1758463196.5273', '1760281894_442726bf722fb83b0acd.pdf', '792', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 13:59:56', '2025-10-12 15:11:34'), +(23, 21, 16, 790.00, 200.00, 590.00, 1, 'INV-16-1758463197.2505', '1760282839_25d9a79fd983092b2789.pdf', '111', 'check', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-21 13:59:57', '2025-10-12 15:27:19'), +(24, 16, 13, 370.00, 370.00, 0.00, 1, 'INV-13-1758463319.9099', '1760280905_802b1164d74b0a59cd99.pdf', '124', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:01:59', '2025-10-12 14:55:05'), +(25, 37, 53, 590.00, 590.00, 0.00, 1, 'INV-53-1758463323.8662', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 147, '2025-09-21 14:02:03', '2025-09-21 14:02:03'), +(26, 29, 23, 590.00, 590.00, 0.00, 1, 'INV-23-1758463418.936', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:03:38', '2025-09-21 14:03:38'), +(27, 8, 89, 590.00, 300.00, 290.00, 1, 'INV-89-1758463425.5989', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 101, '2025-09-21 14:03:45', '2025-09-21 14:03:45'), +(28, 28, 22, 590.00, 590.00, 0.00, 1, 'INV-22-1758463466.8911', '1760282699_80e621fc211e7f3d2cca.pdf', '394', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:04:26', '2025-10-12 15:24:59'), +(29, 7, 6, 590.00, 590.00, 0.00, 1, 'INV-6-1758463496.5721', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:04:56', '2025-09-21 14:04:56'), +(30, 34, 27, 590.00, 590.00, 0.00, 1, 'INV-27-1758463533.983', '1760281409_b8465c84a72b004f9300.pdf', '339', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:05:33', '2025-10-12 15:03:29'), +(31, 30, 24, 400.00, 400.00, 0.00, 1, 'INV-24-1758463607.4689', '1760282086_3f12d5a70875efd3aec2.pdf', '1626', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:06:47', '2025-10-12 15:14:46'), +(32, 118, 72, 810.00, 810.00, 0.00, 1, 'INV-72-1758463635.7843', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:07:15', '2025-09-21 14:07:15'), +(33, 13, 11, 370.00, 200.00, 170.00, 1, 'INV-11-1758463677.4701', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 147, '2025-09-21 14:07:57', '2025-09-21 14:07:57'), +(34, 69, 44, 810.00, 810.00, 0.00, 1, 'INV-44-1758463677.8274', '1760281285_74b9889945e23b18f1e8.pdf', '281', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:07:57', '2025-10-12 15:01:25'), +(35, 114, 64, 370.00, 370.00, 0.00, 1, 'INV-64-1758463688.0764', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:08:08', '2025-09-21 14:08:08'), +(36, 55, 67, 590.00, 590.00, 0.00, 1, 'INV-67-1758463689.9829', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:08:09', '2025-09-21 14:08:09'), +(37, 18, 14, 590.00, 590.00, 0.00, 1, 'INV-14-1758463725.1969', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 108, '2025-09-21 14:08:45', '2025-09-21 14:08:45'), +(38, 93, 56, 590.00, 300.00, 290.00, 1, 'INV-56-1758463787.9231', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 24, '2025-09-21 14:09:47', '2025-09-21 14:09:47'), +(39, 72, 66, 370.00, 370.00, 0.00, 1, 'INV-66-1758463806.0365', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 101, '2025-09-21 14:10:06', '2025-09-21 14:10:06'), +(40, 32, 79, 370.00, 70.00, 300.00, 1, 'INV-79-1758463827.6219', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 147, '2025-09-21 14:10:27', '2025-09-21 14:10:27'), +(41, 105, 60, 590.00, 200.00, 390.00, 1, 'INV-60-1758463850.7265', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-09-21 14:10:50', '2025-09-21 14:10:50'), +(42, 75, 57, 590.00, 590.00, 0.00, 1, 'INV-57-1758463873.4535', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 147, '2025-09-21 14:11:13', '2025-09-21 14:11:13'), +(43, 149, 90, 370.00, 370.00, 0.00, 1, 'INV-90-1758463896.9741', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 14:11:36', '2025-09-21 14:11:36'), +(44, 102, 59, 810.00, 810.00, 0.00, 1, 'INV-59-1758463914.7433', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 108, '2025-09-21 14:11:54', '2025-09-21 14:11:54'), +(45, 136, 83, 370.00, 370.00, 0.00, 1, 'INV-83-1758464002.0797', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 147, '2025-09-21 14:13:22', '2025-09-21 14:13:22'), +(46, 122, 73, 590.00, 100.00, 490.00, 1, 'INV-73-1758464019.2755', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-09-21 14:13:39', '2025-09-21 14:13:39'), +(47, 52, 36, 810.00, 810.00, 0.00, 1, 'INV-36-1758464028.6224', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:13:48', '2025-09-21 14:13:48'), +(48, 80, 81, 590.00, 120.00, 470.00, 1, 'INV-81-1758464135.7123', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 24, '2025-09-21 14:15:35', '2025-09-21 14:15:35'), +(49, 165, 97, 1030.00, 400.00, 0.00, 1, 'INV-97-1758464185.0655', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 1, '2025-09-21 14:16:25', '2025-09-22 20:19:27'), +(50, 96, 58, 810.00, 810.00, 0.00, 1, 'INV-58-1758464185.2281', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 147, '2025-09-21 14:16:25', '2025-09-21 14:16:25'), +(51, 11, 10, 370.00, 370.00, 0.00, 1, 'INV-10-1758464207.5469', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 147, '2025-09-21 14:16:47', '2025-09-21 14:16:47'), +(52, 90, 50, 810.00, 810.00, 0.00, 1, 'INV-50-1758464210.5795', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:16:50', '2025-09-21 14:16:50'), +(53, 117, 71, 810.00, 810.00, 0.00, 1, 'INV-71-1758464249.6414', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 14:17:29', '2025-09-21 14:17:29'), +(54, 56, 38, 570.00, 200.00, 0.00, 1, 'INV-38-1758464258.8538', '1760281958_b43303a65b6adaca1e78.pdf', '877', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:17:38', '2025-10-12 15:12:38'), +(55, 106, 98, 370.00, 150.00, 220.00, 1, 'INV-98-1758464291.5021', '1760281010_fb1ff356d3aa24be39ae.pdf', '160', 'check', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-21 14:18:11', '2025-10-12 14:56:50'), +(56, 128, 96, 790.00, 100.00, 0.00, 1, 'INV-96-1758464610.1846', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 14:23:30', '2025-09-21 14:23:54'), +(58, 44, 101, 590.00, 590.00, 0.00, 1, 'INV-101-1758464640.422', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:24:00', '2025-09-21 14:24:00'), +(59, 38, 29, 570.00, 100.00, 470.00, 1, 'INV-29-1758464857.77', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 147, '2025-09-21 14:27:37', '2025-09-21 14:27:37'), +(60, 139, 85, 370.00, 370.00, 0.00, 1, 'INV-85-1758465062.345', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 14:31:02', '2025-09-21 14:31:02'), +(61, 142, 99, 370.00, 300.00, 0.00, 1, 'INV-99-1758465407.6362', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 101, '2025-09-21 14:36:47', '2025-09-21 14:37:52'), +(62, 168, 103, 590.00, 590.00, 0.00, 1, 'INV-103-1758466030.37', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 14:47:10', '2025-09-21 14:47:10'), +(63, 167, 100, 370.00, 200.00, 170.00, 1, 'INV-100-1758466094.4667', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 147, '2025-09-21 14:48:14', '2025-09-21 14:48:14'), +(64, 164, 104, 590.00, 590.00, 0.00, 1, 'INV-104-1758466415.3452', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 19, '2025-09-21 14:53:35', '2025-09-21 14:53:35'), +(65, 169, 105, 570.00, 570.00, 0.00, 1, 'INV-105-1758466991.9158', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 15:03:11', '2025-09-21 15:03:11'), +(66, 86, 106, 590.00, 100.00, 490.00, 1, 'INV-106-1758467664.8109', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-21 15:14:24', '2025-09-21 15:14:24'), +(67, 173, 107, 590.00, 100.00, 490.00, 1, 'INV-107-1758468016.3944', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-21 15:20:16', '2025-09-21 15:20:16'), +(68, 63, 41, 200.00, 200.00, 0.00, 1, 'INV-41-1758473432.4239', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 24, '2025-09-21 16:50:32', '2025-09-21 16:50:32'), +(69, 137, 84, 590.00, 100.00, 490.00, 1, 'INV-84-1758476035.1166', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 1, '2025-09-21 17:33:55', '2025-09-21 17:33:55'), +(70, 133, 82, 370.00, 20.00, 0.00, 2, 'INV-82-1758476086.6284', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 4, '2025-09-21 17:34:46', '2025-09-21 17:34:46'), +(71, 181, 113, 400.00, 400.00, 0.00, 1, 'INV-113-1758476152.7077', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 4, '2025-09-21 17:35:52', '2025-09-21 17:35:52'), +(72, 176, 109, 590.00, 50.00, 250.00, 1, 'INV-109-1758476270.4616', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Partially Paid', 101, '2025-09-21 17:37:50', '2025-09-21 17:37:50'), +(73, 110, 70, 740.00, 370.00, 0.00, 1, 'INV-70-1758481302.487', '1760282267_a79bf8e4e1b04a21c635.pdf', '2080', 'check', '2025-09-21', 'Fall', '2025-2026', 'Paid', 57, '2025-09-21 19:01:42', '2025-10-12 15:17:47'), +(74, 153, 91, 370.00, 370.00, 0.00, 1, 'INV-91-1758482072.8935', NULL, NULL, 'card', '2025-09-21', 'Fall', '2025-2026', 'Paid', 4, '2025-09-21 19:14:32', '2025-09-21 19:14:32'), +(75, 88, 68, 1620.00, 810.00, 0.00, 1, 'INV-68-1758483472.3152', NULL, NULL, 'cash', '2025-09-21', 'Fall', '2025-2026', 'Paid', 4, '2025-09-21 19:37:52', '2025-09-21 19:37:52'), +(76, 141, 86, 590.00, 100.00, 490.00, 1, 'INV-86-17590675225797', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 13:52:02', '2025-09-28 13:52:02'), +(77, 50, 80, 810.00, 810.00, 0.00, 1, 'INV-80-17590677369823', NULL, NULL, 'card', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 13:55:36', '2025-09-28 13:55:36'), +(78, 189, 115, 370.00, 370.00, 0.00, 1, 'INV-115-17590680703208', NULL, NULL, 'card', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:01:10', '2025-09-28 14:01:10'), +(79, 124, 116, 370.00, 100.00, 270.00, 1, 'INV-116-17590681259637', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:02:05', '2025-09-28 14:02:05'), +(80, 109, 69, 370.00, 100.00, 270.00, 1, 'INV-69-17590681954434', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:03:15', '2025-09-28 14:03:15'), +(81, 60, 102, 790.00, 200.00, 590.00, 1, 'INV-102-17590683954063', '1760286954_b14cb6af089f5be02399.pdf', '118', 'check', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:06:35', '2025-10-12 16:35:54'), +(82, 46, 55, 590.00, 200.00, 390.00, 1, 'INV-55-17590686416371', '1760282940_9a241ed56f9586dc835a.pdf', '374', 'check', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:10:41', '2025-10-12 15:29:00'), +(83, 25, 19, 370.00, 370.00, 0.00, 1, 'INV-19-17590687014949', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:11:41', '2025-09-28 14:11:41'), +(84, 198, 117, 370.00, 100.00, 270.00, 1, 'INV-117-17590687522055', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:12:32', '2025-09-28 14:12:32'), +(85, 93, 56, 590.00, 290.00, 0.00, 2, 'INV-56-17590688778026', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:14:37', '2025-09-28 14:14:37'), +(86, 107, 118, 590.00, 590.00, 0.00, 1, 'INV-118-17590690707744', NULL, NULL, 'card', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:17:50', '2025-09-28 14:17:50'), +(87, 81, 48, 810.00, 500.00, 310.00, 1, 'INV-48-17590694476805', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:24:07', '2025-09-28 14:24:07'), +(88, 156, 93, 1010.00, 300.00, 300.00, 1, 'INV-93-17590697153787', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:28:35', '2025-09-28 14:28:35'), +(89, 196, 120, 200.00, 200.00, 0.00, 1, 'INV-120-17590706092335', NULL, NULL, 'card', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:43:29', '2025-09-28 14:43:29'), +(90, 150, 119, 590.00, 200.00, 390.00, 1, 'INV-119-17590708477406', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-09-28 14:47:27', '2025-09-28 14:47:27'), +(91, 130, 75, 370.00, 280.00, 0.00, 1, 'INV-75-17590710900046', NULL, NULL, 'cash', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 14:51:30', '2025-09-28 15:12:08'), +(92, 130, 75, 370.00, 90.00, 0.00, 2, 'INV-75-17590723401434', NULL, NULL, 'card', '2025-09-28', 'Fall', '2025-2026', 'Paid', 57, '2025-09-28 15:12:20', '2025-09-28 15:12:20'), +(93, 206, 124, 590.00, 120.00, 470.00, 1, 'INV-124-17596733679749', '1760282027_27847f1aeb1af85628b7.pdf', '1407', 'check', '2025-10-05', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-10-05 14:09:27', '2025-10-12 15:13:47'), +(94, 125, 125, 370.00, 370.00, 0.00, 1, 'INV-125-17596738698741', NULL, NULL, 'card', '2025-10-05', 'Fall', '2025-2026', 'Paid', 57, '2025-10-05 14:17:49', '2025-10-05 14:17:49'), +(95, 207, 126, 370.00, 100.00, 100.00, 1, 'INV-126-17596744115803', NULL, NULL, 'cash', '2025-10-05', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-10-05 14:26:51', '2025-10-05 14:26:51'), +(96, 203, 123, 810.00, 250.00, 0.00, 1, 'INV-123-17596750109097', NULL, NULL, 'card', '2025-10-05', 'Fall', '2025-2026', 'Paid', 19, '2025-10-05 14:36:50', '2025-10-05 14:36:50'), +(98, 205, 127, 570.00, 100.00, 470.00, 1, 'INV-127-17596854982167', NULL, NULL, 'cash', '2025-10-05', 'Fall', '2025-2026', 'Partially Paid', 4, '2025-10-05 17:31:38', '2025-10-05 17:31:38'), +(99, 20, 20, 370.00, 370.00, 0.00, 1, 'INV-20-17602775145744', NULL, NULL, 'card', '2025-10-12', 'Fall', '2025-2026', 'Paid', 19, '2025-10-12 13:58:34', '2025-10-12 13:58:34'), +(100, 209, 128, 370.00, 80.00, 290.00, 1, 'INV-128-17602779833029', NULL, NULL, 'cash', '2025-10-12', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-10-12 14:06:23', '2025-10-12 14:06:23'), +(101, 137, 84, 590.00, 100.00, 390.00, 2, 'INV-84-17620954992306', NULL, NULL, 'cash', '2025-11-02', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-11-02 14:58:19', '2025-11-02 14:58:19'), +(102, 32, 79, 590.00, 100.00, 420.00, 2, 'INV-79-1762106720523', NULL, '3339', 'check', '2025-11-02', 'Fall', '2025-2026', 'Partially Paid', 1, '2025-11-02 18:05:20', '2025-11-02 18:05:20'), +(103, 80, 81, 590.00, 120.00, 350.00, 2, 'INV-81-1762107188583', NULL, NULL, 'cash', '2025-11-02', 'Fall', '2025-2026', 'Partially Paid', 1, '2025-11-02 18:13:08', '2025-11-02 18:13:08'), +(104, 204, 129, 200.00, 200.00, 0.00, 1, 'INV-129-17627010138763', NULL, '0014', 'check', '2025-11-09', 'Fall', '2025-2026', 'Paid', 19, '2025-11-09 15:10:13', '2025-11-09 15:10:13'), +(105, 141, 86, 590.00, 100.00, 390.00, 2, 'INV-86-17627012146355', NULL, NULL, 'cash', '2025-11-09', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-11-09 15:13:34', '2025-11-09 15:13:34'), +(106, 206, 124, 590.00, 470.00, 0.00, 2, 'INV-124-17627024438064', NULL, '1408', 'check', '2025-11-09', 'Fall', '2025-2026', 'Paid', 19, '2025-11-09 15:34:03', '2025-11-09 15:34:03'), +(107, 187, 114, 570.00, 390.00, 0.00, 1, 'INV-114-17627112152728', NULL, NULL, 'card', '2025-11-09', 'Fall', '2025-2026', 'Paid', 19, '2025-11-09 18:00:15', '2025-11-09 18:00:15'), +(108, 31, 26, 590.00, 200.00, 190.00, 2, 'INV-26-17633053636369', NULL, NULL, 'cash', '2025-11-16', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-11-16 15:02:43', '2025-11-16 15:02:43'), +(109, 150, 119, 590.00, 200.00, 190.00, 2, 'INV-119-17633054159568', NULL, NULL, 'cash', '2025-11-16', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-11-16 15:03:35', '2025-11-16 15:03:35'), +(110, 202, 121, 200.00, 200.00, 0.00, 1, 'INV-121-1763305745851', NULL, NULL, 'cash', '2025-11-16', 'Fall', '2025-2026', 'Paid', 19, '2025-11-16 15:09:05', '2025-11-16 15:09:05'), +(111, 198, 117, 370.00, 270.00, 0.00, 2, 'INV-117-1763316255041', NULL, NULL, 'cash', '2025-11-16', 'Fall', '2025-2026', 'Paid', 57, '2025-11-16 18:04:15', '2025-11-16 18:04:15'), +(112, 8, 89, 590.00, 290.00, 0.00, 2, 'INV-89-17633163920555', NULL, NULL, 'cash', '2025-11-16', 'Fall', '2025-2026', 'Paid', 57, '2025-11-16 18:06:32', '2025-11-16 18:06:32'), +(113, 21, 16, 790.00, 200.00, 390.00, 2, 'INV-16-17639103519598', '1763913924_77ead3a9f93105468a47.pdf', '416', 'check', '2025-11-23', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-11-23 15:05:51', '2025-11-23 16:05:24'), +(114, 209, 128, 370.00, 120.00, 170.00, 2, 'INV-128-17639278487356', NULL, NULL, 'cash', '2025-11-23', 'Fall', '2025-2026', 'Partially Paid', 1, '2025-11-23 19:57:28', '2025-11-23 19:57:28'), +(115, 205, 127, 570.00, 200.00, 270.00, 2, 'INV-127-17651198778344', '1765121178_6f887b9e95a485b0b808.pdf', '103', 'check', '2025-12-07', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-12-07 15:04:37', '2025-12-07 15:26:18'), +(116, 137, 84, 590.00, 100.00, 290.00, 3, 'INV-84-17651241002089', NULL, NULL, 'cash', '2025-12-07', 'Fall', '2025-2026', 'Partially Paid', 19, '2025-12-07 16:15:00', '2025-12-07 16:15:00'), +(117, 32, 79, 590.00, 150.00, 270.00, 3, 'INV-79-17651307545574', '1772381983_e4fe700906c46d4de00c.pdf', '3301', 'check', '2025-12-07', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-12-07 18:05:54', '2026-03-01 16:19:43'), +(118, 13, 11, 370.00, 50.00, 120.00, 2, 'INV-11-17651310118993', NULL, NULL, 'cash', '2025-12-07', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-12-07 18:10:11', '2025-12-07 18:10:11'), +(119, 124, 116, 370.00, 270.00, 0.00, 2, 'INV-116-17651311193492', NULL, NULL, 'cash', '2025-12-07', 'Fall', '2025-2026', 'Paid', 57, '2025-12-07 18:11:59', '2025-12-07 18:11:59'), +(120, 173, 107, 590.00, 100.00, 390.00, 2, 'INV-107-17657244397105', NULL, NULL, 'cash', '2025-12-14', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-12-14 15:00:39', '2025-12-14 15:00:39'), +(121, 105, 60, 590.00, 390.00, 0.00, 2, 'INV-60-17657245755241', NULL, NULL, 'card', '2025-12-14', 'Fall', '2025-2026', 'Paid', 57, '2025-12-14 15:02:55', '2025-12-14 15:02:55'), +(122, 109, 69, 370.00, 180.00, 90.00, 2, 'INV-69-17657249862852', NULL, NULL, 'cash', '2025-12-14', 'Fall', '2025-2026', 'Partially Paid', 57, '2025-12-14 15:09:46', '2025-12-14 15:09:46'), +(123, 37, 53, 727.50, 137.50, 0.00, 2, 'INV-53-17657374208972', NULL, NULL, 'card', '2025-12-14', 'Fall', '2025-2026', 'Paid', 1, '2025-12-14 18:37:00', '2025-12-14 18:37:00'), +(124, 80, 81, 590.00, 100.00, 250.00, 3, 'INV-81-1767539576804', NULL, NULL, 'cash', '2026-01-04', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-01-04 15:12:56', '2026-01-04 15:12:56'), +(125, 32, 79, 590.00, 150.00, 120.00, 4, 'INV-79-17675500221065', '1767550189_a0ad0ee2c5ca9b8c81ce.pdf', '3337', 'check', '2026-01-04', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-01-04 18:07:02', '2026-01-04 18:09:49'), +(126, 86, 106, 590.00, 100.00, 390.00, 2, 'INV-106-17681528329142', NULL, NULL, 'cash', '2026-01-11', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-01-11 17:33:52', '2026-01-11 17:33:52'), +(127, 31, 26, 590.00, 100.00, 90.00, 3, 'INV-26-17687485393826', NULL, NULL, 'cash', '2026-01-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-01-18 15:02:19', '2026-01-18 15:02:19'), +(128, 167, 100, 457.50, 257.50, 0.00, 2, 'INV-100-17687487720877', NULL, NULL, 'card', '2026-01-18', 'Fall', '2025-2026', 'Paid', 57, '2026-01-18 15:06:12', '2026-01-18 15:06:12'), +(129, 176, 109, 590.00, 250.00, 0.00, 2, 'INV-109-17687593601081', NULL, NULL, 'cash', '2026-01-18', 'Fall', '2025-2026', 'Paid', 57, '2026-01-18 18:02:40', '2026-01-18 18:02:40'), +(130, 141, 86, 590.00, 100.00, 290.00, 3, 'INV-86-17687600684511', NULL, NULL, 'cash', '2026-01-18', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-01-18 18:14:28', '2026-01-18 18:14:28'), +(131, 13, 11, 370.00, 50.00, 70.00, 3, 'INV-11-17699579594394', NULL, NULL, 'cash', '2026-02-01', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-02-01 14:59:19', '2026-02-01 14:59:19'), +(132, 150, 119, 590.00, 190.00, 0.00, 3, 'INV-119-17699600536267', NULL, NULL, 'cash', '2026-02-01', 'Spring', '2025-2026', 'Paid', 57, '2026-02-01 15:34:13', '2026-02-01 15:34:13'), +(133, 31, 26, 590.00, 90.00, 0.00, 4, 'INV-26-17705625427431', NULL, NULL, 'cash', '2026-02-08', 'Spring', '2025-2026', 'Paid', 19, '2026-02-08 14:55:42', '2026-02-08 14:55:42'), +(134, 137, 84, 590.00, 100.00, 190.00, 4, 'INV-84-17705629321061', NULL, NULL, 'cash', '2026-02-08', 'Spring', '2025-2026', 'Partially Paid', 19, '2026-02-08 15:02:12', '2026-02-08 15:02:12'), +(135, 38, 29, 570.00, 100.00, 370.00, 2, 'INV-29-17717759600386', NULL, NULL, 'cash', '2026-02-22', 'Spring', '2025-2026', 'Partially Paid', 19, '2026-02-22 15:59:20', '2026-02-22 15:59:20'), +(136, 86, 106, 590.00, 100.00, 290.00, 3, 'INV-106-17717798366106', NULL, NULL, 'cash', '2026-02-22', 'Spring', '2025-2026', 'Partially Paid', 19, '2026-02-22 17:03:56', '2026-02-22 17:03:56'), +(137, 32, 79, 590.00, 120.00, 0.00, 5, 'INV-79-17717833408311', '1772381901_441c245aaafbec342ef7.pdf', '3305', 'check', '2026-02-22', 'Spring', '2025-2026', 'Paid', 57, '2026-02-22 18:02:20', '2026-03-01 16:18:21'), +(138, 156, 93, 1010.00, 300.00, 0.00, 2, 'INV-93-1771786263221', NULL, NULL, 'cash', '2026-02-22', 'Spring', '2025-2026', 'Paid', 1, '2026-02-22 18:51:03', '2026-02-22 18:51:03'), +(139, 122, 73, 590.00, 490.00, 0.00, 2, 'INV-73-17723884064181', NULL, NULL, 'card', '2026-03-01', 'Spring', '2025-2026', 'Paid', 57, '2026-03-01 18:06:46', '2026-03-01 18:06:46'), +(140, 80, 81, 590.00, 250.00, 0.00, 4, 'INV-81-17729826641377', NULL, NULL, 'cash', '2026-03-08', 'Spring', '2025-2026', 'Paid', 57, '2026-03-08 15:11:04', '2026-03-08 15:11:04'), +(141, 126, 65, 1073.75, 300.00, 773.75, 1, 'INV-65-17729835830975', '1772984667_818e06a828f067875c9e.pdf', '268', 'check', '2026-03-08', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-08 15:26:23', '2026-03-08 15:44:27'), +(142, 126, 65, 1073.75, 200.00, 573.75, 2, 'INV-65-17729836796137', '1772984644_5318fd351f7894036a37.pdf', '269', 'check', '2026-03-08', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-08 15:27:59', '2026-03-08 15:44:04'), +(143, 106, 98, 370.00, 220.00, 0.00, 2, 'INV-98-17729894185705', NULL, NULL, 'card', '2026-03-08', 'Spring', '2025-2026', 'Paid', 57, '2026-03-08 17:03:38', '2026-03-08 17:03:38'), +(144, 38, 29, 570.00, 290.00, 80.00, 3, 'INV-29-17747929353539', NULL, NULL, 'cash', '2026-03-29', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-29 14:02:15', '2026-03-29 14:02:15'), +(145, 46, 55, 590.00, 170.00, 220.00, 2, 'INV-55-1774793162317', NULL, NULL, 'cash', '2026-03-29', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-29 14:06:02', '2026-03-29 14:06:02'), +(146, 173, 107, 590.00, 300.00, 90.00, 3, 'INV-107-17747986090735', NULL, NULL, 'cash', '2026-03-29', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-29 15:36:49', '2026-03-29 15:36:49'), +(147, 86, 106, 590.00, 145.00, 145.00, 4, 'INV-106-17747987105841', NULL, NULL, 'cash', '2026-03-29', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-03-29 15:38:30', '2026-03-29 15:38:30'), +(148, 38, 29, 570.00, 80.00, 0.00, 4, 'INV-29-17748038905582', NULL, NULL, 'cash', '2026-03-29', 'Spring', '2025-2026', 'Paid', 57, '2026-03-29 17:04:50', '2026-03-29 17:04:50'), +(149, 207, 126, 370.00, 100.00, 0.00, 2, 'INV-126-17754067703903', NULL, NULL, 'card', '2026-04-05', 'Spring', '2025-2026', 'Paid', 57, '2026-04-05 16:32:50', '2026-04-05 16:32:50'), +(150, 81, 48, 810.00, 300.00, 10.00, 2, 'INV-48-17754107664542', NULL, NULL, 'cash', '2026-04-05', 'Spring', '2025-2026', 'Partially Paid', 1, '2026-04-05 17:39:26', '2026-04-05 17:39:26'), +(151, 13, 11, 370.00, 70.00, 0.00, 4, 'INV-11-17760028733129', NULL, NULL, 'cash', '2026-04-12', 'Spring', '2025-2026', 'Paid', 57, '2026-04-12 14:07:53', '2026-04-12 14:07:53'), +(152, 209, 128, 370.00, 170.00, 0.00, 3, 'INV-128-17760029408774', NULL, NULL, 'cash', '2026-04-12', 'Spring', '2025-2026', 'Paid', 57, '2026-04-12 14:09:00', '2026-04-12 14:09:00'), +(153, 60, 102, 790.00, 300.00, 290.00, 2, 'INV-102-17760032554219', '1776004316_52eb3380a69b6f15e17a.pdf', '119', 'check', '2026-04-12', 'Spring', '2025-2026', 'Partially Paid', 57, '2026-04-12 14:14:15', '2026-04-12 14:31:56'), +(154, 153, 91, 380.00, 10.00, 0.00, 2, '2026-000001', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Paid', 19, '2026-04-19 15:13:38', '2026-04-19 15:13:38'), +(155, 98, 63, 1070.00, 10.00, 30.00, 1, '2026-000002', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-04-19 15:26:03', '2026-04-19 15:26:03'), +(156, 98, 63, 1070.00, 10.00, 20.00, 2, '2026-000003', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-04-19 15:26:09', '2026-04-19 15:26:09'), +(157, 98, 63, 1070.00, 10.00, 10.00, 3, '2026-000004', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-04-19 15:26:13', '2026-04-19 15:26:13'), +(158, 98, 63, 1070.00, 10.00, 0.00, 4, '2026-000005', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Paid', 57, '2026-04-19 15:26:18', '2026-04-19 15:26:18'), +(159, 57, 39, 380.00, 10.00, 0.00, 1, '2026-000006', NULL, NULL, 'cash', '2026-04-19', 'Fall', '2025-2026', 'Paid', 57, '2026-04-19 15:28:42', '2026-04-19 15:28:42'), +(160, 86, 106, 590.00, 145.00, 0.00, 5, 'INV-106-17766128710205', NULL, NULL, 'cash', '2026-04-19', 'Spring', '2025-2026', 'Paid', 57, '2026-04-19 15:34:31', '2026-04-19 15:34:31'), +(161, 173, 107, 590.00, 90.00, 0.00, 4, 'INV-107-17766129423652', NULL, NULL, 'cash', '2026-04-19', 'Spring', '2025-2026', 'Paid', 57, '2026-04-19 15:35:42', '2026-04-19 15:35:42'), +(162, 9, 8, 610.00, 10.00, 10.00, 2, '2026-000007', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-03 13:57:42', '2026-05-03 13:57:42'), +(163, 9, 8, 610.00, 10.00, 0.00, 3, '2026-000008', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 19, '2026-05-03 13:57:47', '2026-05-03 13:57:47'), +(164, 55, 67, 610.00, 10.00, 10.00, 2, '2026-000009', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-03 13:59:41', '2026-05-03 13:59:41'), +(165, 55, 67, 610.00, 10.00, 0.00, 3, '2026-000010', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 19, '2026-05-03 14:00:04', '2026-05-03 14:00:04'), +(166, 164, 104, 610.00, 10.00, 10.00, 2, '2026-000011', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-03 14:26:16', '2026-05-03 14:26:16'), +(167, 164, 104, 610.00, 10.00, 0.00, 3, '2026-000012', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 57, '2026-05-03 14:26:19', '2026-05-03 14:26:19'), +(168, 24, 32, 380.00, 10.00, 0.00, 1, '2026-000013', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 57, '2026-05-03 14:36:30', '2026-05-03 14:36:30'), +(169, 11, 10, 380.00, 10.00, 0.00, 2, '2026-000014', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 19, '2026-05-03 15:49:01', '2026-05-03 15:49:01'), +(170, 10, 9, 610.00, 10.00, 10.00, 2, '2026-000015', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-03 17:10:48', '2026-05-03 17:10:48'), +(171, 10, 9, 610.00, 10.00, 0.00, 3, '2026-000016', NULL, NULL, 'cash', '2026-05-03', 'Fall', '2025-2026', 'Paid', 57, '2026-05-03 17:10:57', '2026-05-03 17:10:57'), +(172, 123, 74, 610.00, 10.00, 10.00, 2, '2026-000017', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 13:52:52', '2026-05-10 13:52:52'), +(173, 123, 74, 610.00, 10.00, 0.00, 3, '2026-000018', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 13:52:55', '2026-05-10 13:52:55'), +(174, 96, 58, 840.00, 10.00, 20.00, 2, '2026-000019', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:01:29', '2026-05-10 14:01:29'), +(175, 96, 58, 840.00, 10.00, 10.00, 3, '2026-000020', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:01:35', '2026-05-10 14:01:35'), +(176, 96, 58, 840.00, 10.00, 0.00, 4, '2026-000021', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:01:40', '2026-05-10 14:01:40'), +(177, 8, 89, 610.00, 10.00, 10.00, 3, '2026-000022', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:03:25', '2026-05-10 14:03:25'), +(178, 8, 89, 610.00, 10.00, 0.00, 4, '2026-000023', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:03:31', '2026-05-10 14:03:31'), +(179, 176, 109, 610.00, 10.00, 10.00, 3, '2026-000024', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:05:42', '2026-05-10 14:05:42'), +(180, 176, 109, 610.00, 10.00, 0.00, 4, '2026-000025', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:05:50', '2026-05-10 14:05:50'), +(181, 176, 109, 620.00, 10.00, 0.00, 5, '2026-000026', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:08:04', '2026-05-10 14:08:04'), +(182, 149, 90, 380.00, 10.00, 0.00, 2, '2026-000027', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:08:48', '2026-05-10 14:08:48'), +(183, 123, 74, 620.00, 10.00, 0.00, 4, '2026-000028', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:18:10', '2026-05-10 14:18:10'), +(184, 59, 40, 610.00, 10.00, 10.00, 2, '2026-000029', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:22:45', '2026-05-10 14:22:45'), +(185, 59, 40, 610.00, 10.00, 0.00, 3, '2026-000030', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 14:22:55', '2026-05-10 14:22:55'), +(186, 53, 37, 1160.00, 10.00, 560.00, 2, '2026-000031', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:23:13', '2026-05-10 14:23:13'), +(187, 53, 37, 1160.00, 10.00, 550.00, 3, '2026-000032', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:23:16', '2026-05-10 14:23:16'), +(188, 80, 81, 610.00, 10.00, 10.00, 5, '2026-000033', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:23:43', '2026-05-10 14:23:43'), +(189, 80, 81, 610.00, 10.00, 0.00, 6, '2026-000034', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 14:23:54', '2026-05-10 14:23:54'), +(190, 22, 15, 840.00, 10.00, 20.00, 2, '2026-000035', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:26:45', '2026-05-10 14:26:45'), +(191, 22, 15, 840.00, 10.00, 10.00, 3, '2026-000036', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:27:08', '2026-05-10 14:27:08'), +(192, 22, 15, 840.00, 10.00, 0.00, 4, '2026-000037', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 14:27:29', '2026-05-10 14:27:29'), +(193, 7, 6, 610.00, 10.00, 10.00, 2, '2026-000038', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:30:41', '2026-05-10 14:30:41'), +(194, 7, 6, 610.00, 10.00, 0.00, 3, '2026-000039', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 14:31:24', '2026-05-10 14:31:24'), +(195, 18, 14, 610.00, 10.00, 10.00, 2, '2026-000040', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 14:38:08', '2026-05-10 14:38:08'), +(196, 42, 31, 840.00, 10.00, 20.00, 2, '2026-000041', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:43:46', '2026-05-10 14:43:46'), +(197, 42, 31, 840.00, 10.00, 10.00, 3, '2026-000042', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 14:43:59', '2026-05-10 14:43:59'), +(198, 42, 31, 840.00, 10.00, 0.00, 4, '2026-000043', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 14:44:16', '2026-05-10 14:44:16'), +(199, 120, 92, 590.00, 10.00, 10.00, 1, '2026-000044', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 15:41:59', '2026-05-10 15:41:59'), +(200, 120, 92, 590.00, 10.00, 0.00, 2, '2026-000045', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 15:42:17', '2026-05-10 15:42:17'), +(201, 17, 25, 1200.00, 10.00, -580.00, 2, '2026-000046', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 15:48:47', '2026-05-10 15:48:47'), +(202, 88, 68, 1650.00, 10.00, 20.00, 2, '2026-000047', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 15:51:52', '2026-05-10 15:51:52'), +(203, 88, 68, 1650.00, 10.00, 10.00, 3, '2026-000048', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 15:51:54', '2026-05-10 15:51:54'), +(204, 88, 68, 1650.00, 10.00, 0.00, 4, '2026-000049', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 15:51:56', '2026-05-10 15:51:56'), +(205, 18, 14, 610.00, 10.00, 0.00, 3, '2026-000050', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 15:58:07', '2026-05-10 15:58:07'), +(206, 6, 7, 1070.00, 10.00, 30.00, 1, '2026-000051', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:23:10', '2026-05-10 16:23:10'), +(207, 6, 7, 1070.00, 10.00, 20.00, 2, '2026-000052', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:23:18', '2026-05-10 16:23:18'), +(208, 6, 7, 1070.00, 10.00, 10.00, 3, '2026-000053', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:23:27', '2026-05-10 16:23:27'), +(209, 6, 7, 1070.00, 10.00, 0.00, 4, '2026-000054', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 16:23:36', '2026-05-10 16:23:36'), +(210, 23, 17, 380.00, 10.00, 0.00, 2, '2026-000055', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 16:25:04', '2026-05-10 16:25:04'), +(211, 74, 45, 840.00, 10.00, 20.00, 1, '2026-000056', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:25:53', '2026-05-10 16:25:53'), +(212, 74, 45, 840.00, 10.00, 10.00, 2, '2026-000057', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:25:58', '2026-05-10 16:25:58'), +(213, 74, 45, 840.00, 10.00, 0.00, 3, '2026-000058', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 16:26:04', '2026-05-10 16:26:04'), +(214, 71, 51, 1040.00, 10.00, 20.00, 1, '2026-000059', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:27:39', '2026-05-10 16:27:39'), +(215, 71, 51, 1040.00, 10.00, 10.00, 2, '2026-000060', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 16:27:45', '2026-05-10 16:27:45'), +(216, 71, 51, 1040.00, 10.00, 0.00, 3, '2026-000061', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 16:27:53', '2026-05-10 16:27:53'), +(217, 17, 25, 1200.00, 10.00, -590.00, 3, '2026-000062', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 16:56:27', '2026-05-10 16:56:27'), +(218, 97, 62, 610.00, 10.00, 10.00, 1, '2026-000063', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 16:58:48', '2026-05-10 16:58:48'), +(219, 97, 62, 610.00, 10.00, 0.00, 2, '2026-000064', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 16:59:06', '2026-05-10 16:59:06'), +(220, 14, 12, 380.00, 10.00, 0.00, 2, '2026-000065', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 16:59:33', '2026-05-10 16:59:33'), +(221, 114, 64, 380.00, 10.00, 0.00, 2, '2026-000066', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:05:02', '2026-05-10 17:05:02'), +(222, 102, 59, 840.00, 10.00, 20.00, 2, '2026-000067', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:07:05', '2026-05-10 17:07:05'), +(223, 49, 35, 610.00, 10.00, 10.00, 2, '2026-000068', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 17:07:36', '2026-05-10 17:07:36'), +(224, 49, 35, 610.00, 10.00, 0.00, 3, '2026-000069', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 17:07:42', '2026-05-10 17:07:42'), +(225, 198, 117, 380.00, 10.00, 0.00, 3, '2026-000070', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:07:45', '2026-05-10 17:07:45'), +(227, 31, 26, 610.00, 10.00, 10.00, 5, '2026-000071', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 19, '2026-05-10 17:11:13', '2026-05-10 17:11:13'), +(228, 31, 26, 610.00, 10.00, 0.00, 6, '2026-000072', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 17:11:15', '2026-05-10 17:11:15'), +(229, 130, 75, 380.00, 10.00, 0.00, 3, '2026-000073', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 17:13:58', '2026-05-10 17:13:58'), +(230, 136, 83, 380.00, 10.00, 0.00, 2, '2026-000074', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 19, '2026-05-10 17:16:14', '2026-05-10 17:16:14'), +(231, 16, 13, 380.00, 10.00, 0.00, 2, '2026-000075', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:32:22', '2026-05-10 17:32:22'), +(232, 128, 96, 840.00, 10.00, 20.00, 2, '2026-000076', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:32:58', '2026-05-10 17:32:58'), +(233, 128, 96, 840.00, 10.00, 10.00, 3, '2026-000077', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:33:13', '2026-05-10 17:33:13'), +(234, 128, 96, 840.00, 10.00, 0.00, 4, '2026-000078', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:33:28', '2026-05-10 17:33:28'), +(235, 47, 34, 380.00, 10.00, 0.00, 1, '2026-000079', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:34:57', '2026-05-10 17:34:57'), +(236, 100, 78, 600.00, 10.00, 0.00, 1, '2026-000080', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:35:15', '2026-05-10 17:35:15'), +(237, 25, 19, 380.00, 10.00, 0.00, 2, '2026-000081', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:43:25', '2026-05-10 17:43:25'), +(238, 46, 55, 600.00, 10.00, 220.00, 3, '2026-000082', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:44:59', '2026-05-10 17:44:59'), +(239, 26, 18, 610.00, 10.00, 10.00, 1, '2026-000083', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:46:59', '2026-05-10 17:46:59'), +(240, 26, 18, 610.00, 10.00, 0.00, 2, '2026-000084', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:47:12', '2026-05-10 17:47:12'), +(241, 21, 16, 810.00, 10.00, 400.00, 3, '2026-000085', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:47:28', '2026-05-10 17:47:28'), +(242, 21, 16, 810.00, 10.00, 390.00, 4, '2026-000086', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:47:36', '2026-05-10 17:47:36'), +(243, 150, 119, 610.00, 10.00, 10.00, 4, '2026-000087', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:48:14', '2026-05-10 17:48:14'), +(244, 150, 119, 610.00, 10.00, 0.00, 5, '2026-000088', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 57, '2026-05-10 17:48:26', '2026-05-10 17:48:26'), +(245, 169, 105, 590.00, 10.00, 10.00, 2, '2026-000089', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-10 17:50:26', '2026-05-10 17:50:26'), +(246, 109, 69, 380.00, 10.00, 90.00, 3, '2026-000090', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-10 17:55:38', '2026-05-10 17:55:38'), +(247, 2, 4, 380.00, 10.00, 0.00, 1, '2026-000091', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 1, '2026-05-10 19:08:20', '2026-05-10 19:08:20'), +(248, 172, 110, 840.00, 10.00, 20.00, 1, '2026-000092', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-10 19:11:28', '2026-05-10 19:11:28'), +(249, 172, 110, 840.00, 10.00, 10.00, 2, '2026-000093', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-10 19:11:34', '2026-05-10 19:11:34'), +(250, 172, 110, 840.00, 10.00, 0.00, 3, '2026-000094', NULL, NULL, 'cash', '2026-05-10', 'Fall', '2025-2026', 'Paid', 1, '2026-05-10 19:11:47', '2026-05-10 19:11:47'), +(251, 3, 3, 380.00, 10.00, 0.00, 1, '2026-000095', NULL, NULL, 'cash', '2026-05-11', 'Fall', '2025-2026', 'Paid', 1, '2026-05-11 16:28:06', '2026-05-11 16:28:06'), +(252, 28, 22, 610.00, 10.00, 10.00, 2, '2026-000096', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:06:03', '2026-05-17 14:06:03'), +(253, 28, 22, 610.00, 10.00, 0.00, 3, '2026-000097', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 14:06:33', '2026-05-17 14:06:33'), +(254, 66, 43, 840.00, 10.00, 20.00, 2, '2026-000098', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:06:38', '2026-05-17 14:06:38'), +(255, 66, 43, 840.00, 10.00, 10.00, 3, '2026-000099', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:06:42', '2026-05-17 14:06:42'), +(256, 66, 43, 840.00, 10.00, 0.00, 4, '2026-000100', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 14:06:59', '2026-05-17 14:06:59'), +(257, 175, 111, 840.00, 10.00, 20.00, 1, '2026-000101', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:08:45', '2026-05-17 14:08:45'), +(258, 175, 111, 840.00, 10.00, 10.00, 2, '2026-000102', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:08:52', '2026-05-17 14:08:52'), +(259, 175, 111, 840.00, 10.00, 0.00, 3, '2026-000103', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 14:09:01', '2026-05-17 14:09:01'), +(260, 84, 49, 400.00, 10.00, 20.00, 1, '2026-000104', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:56:06', '2026-05-17 14:56:06'), +(261, 84, 49, 400.00, 10.00, 10.00, 2, '2026-000105', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:56:09', '2026-05-17 14:56:09'), +(262, 84, 49, 400.00, 10.00, 0.00, 3, '2026-000106', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 14:56:12', '2026-05-17 14:56:12'), +(263, 141, 86, 610.00, 10.00, 300.00, 4, '2026-000107', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:56:47', '2026-05-17 14:56:47'), +(264, 68, 88, 610.00, 10.00, 10.00, 1, '2026-000108', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 14:58:46', '2026-05-17 14:58:46'), +(265, 68, 88, 610.00, 10.00, 0.00, 2, '2026-000109', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 14:58:57', '2026-05-17 14:58:57'), +(266, 13, 11, 380.00, 10.00, 0.00, 5, '2026-000110', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 15:15:13', '2026-05-17 15:15:13'), +(267, 153, 91, 390.00, 10.00, 0.00, 3, '2026-000111', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 15:16:49', '2026-05-17 15:16:49'), +(268, 93, 56, 580.00, 10.00, -20.00, 3, '2026-000112', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 15:17:00', '2026-05-17 15:17:00'), +(269, 64, 42, 610.00, 10.00, 10.00, 2, '2026-000113', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 15:17:38', '2026-05-17 15:17:38'), +(270, 64, 42, 610.00, 10.00, 0.00, 3, '2026-000114', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 15:17:53', '2026-05-17 15:17:53'), +(271, 35, 28, 610.00, 10.00, 10.00, 2, '2026-000115', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 15:18:16', '2026-05-17 15:18:16'), +(272, 35, 28, 610.00, 10.00, 0.00, 3, '2026-000116', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 15:18:25', '2026-05-17 15:18:25'), +(274, 102, 59, 840.00, 10.00, 10.00, 3, '2026-000117', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 16:33:53', '2026-05-17 16:33:53'), +(275, 102, 59, 840.00, 10.00, 0.00, 4, '2026-000118', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 16:34:09', '2026-05-17 16:34:09'), +(276, 5, 5, 840.00, 10.00, 20.00, 1, '2026-000119', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 16:39:22', '2026-05-17 16:39:22'), +(277, 5, 5, 840.00, 10.00, 10.00, 2, '2026-000120', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 16:40:18', '2026-05-17 16:40:18'), +(278, 5, 5, 840.00, 10.00, 0.00, 3, '2026-000121', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 16:40:44', '2026-05-17 16:40:44'), +(279, 73, 47, 610.00, 10.00, 10.00, 1, '2026-000122', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 16:47:59', '2026-05-17 16:47:59'); +INSERT INTO `payments` (`id`, `parent_id`, `invoice_id`, `total_amount`, `paid_amount`, `balance`, `number_of_installments`, `transaction_id`, `check_file`, `check_number`, `payment_method`, `payment_date`, `semester`, `school_year`, `status`, `updated_by`, `created_at`, `updated_at`) VALUES +(280, 73, 47, 610.00, 10.00, 0.00, 2, '2026-000123', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 16:48:08', '2026-05-17 16:48:08'), +(281, 189, 115, 380.00, 10.00, 0.00, 2, '2026-000124', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 147, '2026-05-17 16:54:56', '2026-05-17 16:54:56'), +(282, 70, 61, 380.00, 10.00, 0.00, 2, '2026-000125', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 147, '2026-05-17 16:57:52', '2026-05-17 16:57:52'), +(283, 107, 118, 610.00, 10.00, 10.00, 2, '2026-000126', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 16:59:15', '2026-05-17 16:59:15'), +(284, 107, 118, 610.00, 10.00, 0.00, 3, '2026-000127', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 16:59:20', '2026-05-17 16:59:20'), +(285, 52, 36, 840.00, 10.00, 20.00, 2, '2026-000128', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 17:01:13', '2026-05-17 17:01:13'), +(286, 52, 36, 830.00, 10.00, 0.00, 3, '2026-000129', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:01:53', '2026-05-17 17:01:53'), +(287, 139, 85, 380.00, 10.00, 0.00, 2, '2026-000130', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:04:31', '2026-05-17 17:04:31'), +(288, 203, 123, 840.00, 10.00, 20.00, 2, '2026-000131', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 147, '2026-05-17 17:07:21', '2026-05-17 17:07:21'), +(289, 203, 123, 840.00, 10.00, 10.00, 3, '2026-000132', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 147, '2026-05-17 17:07:23', '2026-05-17 17:07:23'), +(290, 203, 123, 840.00, 10.00, 0.00, 4, '2026-000133', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 147, '2026-05-17 17:07:26', '2026-05-17 17:07:26'), +(291, 20, 20, 380.00, 10.00, 0.00, 2, '2026-000134', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:07:48', '2026-05-17 17:07:48'), +(292, 50, 80, 840.00, 10.00, 20.00, 2, '2026-000135', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 147, '2026-05-17 17:11:56', '2026-05-17 17:11:56'), +(293, 50, 80, 840.00, 10.00, 10.00, 3, '2026-000136', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 147, '2026-05-17 17:11:59', '2026-05-17 17:11:59'), +(294, 50, 80, 840.00, 10.00, 0.00, 4, '2026-000137', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 147, '2026-05-17 17:12:01', '2026-05-17 17:12:01'), +(295, 37, 53, 747.50, 10.00, 10.00, 3, '2026-000138', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 17:13:20', '2026-05-17 17:13:20'), +(296, 37, 53, 747.50, 10.00, 0.00, 4, '2026-000139', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:13:34', '2026-05-17 17:13:34'), +(297, 27, 21, 800.00, 10.00, 0.00, 1, '2026-000140', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:14:16', '2026-05-17 17:14:16'), +(298, 158, 94, 380.00, 10.00, 0.00, 2, '2026-000141', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 147, '2026-05-17 17:14:31', '2026-05-17 17:14:31'), +(299, 168, 103, 610.00, 10.00, 10.00, 2, '2026-000142', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 17:14:42', '2026-05-17 17:14:42'), +(300, 168, 103, 610.00, 10.00, 0.00, 3, '2026-000143', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:15:00', '2026-05-17 17:15:00'), +(301, 34, 27, 610.00, 10.00, 10.00, 2, '2026-000144', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 17:15:26', '2026-05-17 17:15:26'), +(302, 34, 27, 610.00, 10.00, 0.00, 3, '2026-000145', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 57, '2026-05-17 17:15:36', '2026-05-17 17:15:36'), +(303, 141, 86, 610.00, 10.00, 290.00, 5, '2026-000146', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-17 17:31:43', '2026-05-17 17:31:43'), +(304, 126, 65, 1093.75, 10.00, 10.00, 3, '2026-000147', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-17 17:47:57', '2026-05-17 17:47:57'), +(305, 165, 97, 1070.00, 10.00, 30.00, 2, '2026-000148', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-17 17:51:17', '2026-05-17 17:51:17'), +(306, 165, 97, 1070.00, 10.00, 20.00, 3, '2026-000149', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-17 17:52:26', '2026-05-17 17:52:26'), +(307, 165, 97, 1070.00, 10.00, 10.00, 4, '2026-000150', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-17 17:53:46', '2026-05-17 17:53:46'), +(308, 165, 97, 1070.00, 10.00, 0.00, 5, '2026-000151', NULL, NULL, 'cash', '2026-05-17', 'Fall', '2025-2026', 'Paid', 1, '2026-05-17 17:53:57', '2026-05-17 17:53:57'), +(309, 126, 65, 1093.75, 10.00, 0.00, 4, '2026-000152', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 02:56:59', '2026-05-18 02:56:59'), +(310, 90, 50, 840.00, 10.00, 20.00, 2, '2026-000153', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-18 03:00:19', '2026-05-18 03:00:19'), +(311, 90, 50, 840.00, 10.00, 10.00, 3, '2026-000154', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-18 03:00:37', '2026-05-18 03:00:37'), +(312, 90, 50, 840.00, 10.00, 0.00, 4, '2026-000155', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 03:00:53', '2026-05-18 03:00:53'), +(313, 32, 79, 610.00, 10.00, 10.00, 6, '2026-000156', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-18 03:02:02', '2026-05-18 03:02:02'), +(314, 32, 79, 610.00, 10.00, 0.00, 7, '2026-000157', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 03:02:13', '2026-05-18 03:02:13'), +(315, 117, 71, 830.00, 10.00, 10.00, 2, '2026-000158', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-18 03:02:48', '2026-05-18 03:02:48'), +(316, 117, 71, 830.00, 10.00, 0.00, 3, '2026-000159', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 03:02:55', '2026-05-18 03:02:55'), +(317, 122, 73, 610.00, 10.00, 10.00, 3, '2026-000160', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Partially Paid', 57, '2026-05-18 03:03:23', '2026-05-18 03:03:23'), +(318, 122, 73, 610.00, 10.00, 0.00, 4, '2026-000161', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 03:03:34', '2026-05-18 03:03:34'), +(320, 133, 82, 380.00, 10.00, 0.00, 3, '2026-000162', NULL, NULL, 'cash', '2026-05-18', 'Fall', '2025-2026', 'Paid', 57, '2026-05-18 03:04:58', '2026-05-18 03:04:58'), +(321, 43, 33, 1070.00, 10.00, 30.00, 1, '2026-000163', NULL, NULL, 'cash', '2026-05-20', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-20 03:03:41', '2026-05-20 03:03:41'), +(322, 43, 33, 1070.00, 10.00, 20.00, 2, '2026-000164', NULL, NULL, 'cash', '2026-05-20', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-20 03:04:19', '2026-05-20 03:04:19'), +(323, 43, 33, 1070.00, 10.00, 10.00, 3, '2026-000165', NULL, NULL, 'cash', '2026-05-20', 'Fall', '2025-2026', 'Partially Paid', 1, '2026-05-20 03:04:25', '2026-05-20 03:04:25'), +(324, 43, 33, 1070.00, 10.00, 0.00, 4, '2026-000166', NULL, NULL, 'cash', '2026-05-20', 'Fall', '2025-2026', 'Paid', 1, '2026-05-20 03:04:30', '2026-05-20 03:04:30'), +(325, 100, 78, 610.00, 10.00, 0.00, 2, '2026-000167', NULL, NULL, 'cash', '2026-05-20', 'Fall', '2025-2026', 'Paid', 1, '2026-05-20 03:14:40', '2026-05-20 03:14:40'), +(326, 81, 48, 810.00, 10.00, 0.00, 3, 'INV-48-17802362044059', NULL, NULL, 'cash', '2026-05-31', 'Spring', '2025-2026', 'Paid', 57, '2026-05-31 14:03:24', '2026-05-31 14:03:24'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `payment_error` +-- + +CREATE TABLE `payment_error` ( + `id` int(11) UNSIGNED NOT NULL, + `payment_id` int(11) NOT NULL, + `invoice_id` int(11) NOT NULL, + `parent_id` int(11) NOT NULL, + `wrong_paid_amount` decimal(10,2) NOT NULL, + `wrong_payment_method` varchar(50) NOT NULL, + `wrong_check_file` varchar(255) DEFAULT NULL, + `error_note` varchar(255) DEFAULT NULL, + `logged_at` datetime NOT NULL, + `logged_by` int(11) DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `payment_notification_logs` +-- + +CREATE TABLE `payment_notification_logs` ( + `id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) UNSIGNED NOT NULL, + `invoice_id` int(11) UNSIGNED DEFAULT NULL, + `school_year` varchar(32) DEFAULT NULL, + `period_year` smallint(4) NOT NULL, + `period_month` tinyint(2) NOT NULL, + `type` enum('no_payment','installment') NOT NULL DEFAULT 'installment', + `to_email` varchar(191) DEFAULT NULL, + `cc_email` varchar(191) DEFAULT NULL, + `head_fa_notified` tinyint(1) NOT NULL DEFAULT 0, + `subject` varchar(255) DEFAULT NULL, + `body` mediumtext DEFAULT NULL, + `status` enum('sent','failed') NOT NULL DEFAULT 'sent', + `error_message` text DEFAULT NULL, + `balance_snapshot` decimal(10,2) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `sent_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `payment_notification_logs` +-- + +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(1, 13, 11, '2025-2026', 2025, 12, 'installment', 'rosinacotton@hotmail.com', 'cottonman1000@icloud.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rosina Cotton,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $56.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2025-12-07 12:30:04'), +(2, 21, 16, '2025-2026', 2025, 12, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $130.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2025-12-07 12:30:04'), +(3, 31, 26, '2025-2026', 2025, 12, 'installment', 'sidikie0227@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sidikie Kamara,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $63.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2025-12-07 12:30:04'), +(4, 38, 29, '2025-2026', 2025, 12, 'installment', 'arshedsheikh101@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rabeena Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $470.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $156.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 470.00, NULL, '2025-12-07 12:30:04'), +(5, 81, 48, '2025-2026', 2025, 12, 'installment', 'hidayamale@gmail.com', 'ausi077@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Hidaya Male,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $310.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $103.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 310.00, NULL, '2025-12-07 12:30:04'), +(6, 37, 53, '2025-2026', 2025, 12, 'installment', 'kasule6@yahoo.com', 'hawanaiga6@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Seifu Kasule,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $137.50

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $45.83
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 137.50, NULL, '2025-12-07 12:30:04'), +(7, 46, 55, '2025-2026', 2025, 12, 'installment', 'shamsularifai@gmail.com', 'aboosiddiq@hotmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Shamsul Arifa Ismail,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $130.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2025-12-07 12:30:04'), +(8, 105, 60, '2025-2026', 2025, 12, 'installment', 'atiqullahfnu60@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Atiqullah Miakhel,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $130.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2025-12-07 12:30:04'), +(9, 126, 65, '2025-2026', 2025, 12, 'no_payment', 'wasif.nazar@gmail.com', 'zanib.wasif@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Wasif Nazar,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $1,073.75

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $357.92
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 1073.75, NULL, '2025-12-07 12:30:04'), +(10, 109, 69, '2025-2026', 2025, 12, 'installment', 'nwweylamatovu99@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2025-12-07 12:30:04'), +(11, 122, 73, '2025-2026', 2025, 12, 'installment', 'shahid.2704@gmail.com', 'htabassum85@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Muhammad Shahid,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $163.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2025-12-07 12:30:04'), +(12, 32, 79, '2025-2026', 2025, 12, 'installment', 'amurtuza2008@gmail.com', 'aanjum101@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ali Murtuza,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $420.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $140.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 420.00, NULL, '2025-12-07 12:30:04'), +(13, 80, 81, '2025-2026', 2025, 12, 'installment', 'imran.asheque@gmail.com', 'tashfeena.mahmud@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Asheque Imran,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $350.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $116.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 350.00, NULL, '2025-12-07 12:30:04'), +(14, 137, 84, '2025-2026', 2025, 12, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $96.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2025-12-07 12:30:04'), +(15, 141, 86, '2025-2026', 2025, 12, 'installment', 'seddanek@gmail.com', 'affanibouchra@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Khalid Seddane,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $130.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2025-12-07 12:30:04'), +(16, 156, 93, '2025-2026', 2025, 12, 'installment', 'dmmdiallo@yahoo.com', 'diallofatumata99@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Mouctar Diallo,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $300.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $100.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 300.00, NULL, '2025-12-07 12:30:04'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(17, 106, 98, '2025-2026', 2025, 12, 'installment', 'oumar4@aol.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Oumar Ba,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $73.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2025-12-07 12:30:04'), +(18, 167, 100, '2025-2026', 2025, 12, 'installment', 'mou.jmc@gmail.com', 'abu.nazir1987@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Mousumi Akter,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $257.50

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $85.83
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 257.50, NULL, '2025-12-07 12:30:04'), +(19, 60, 102, '2025-2026', 2025, 12, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $590.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $196.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 590.00, NULL, '2025-12-07 12:30:04'), +(20, 86, 106, '2025-2026', 2025, 12, 'installment', 'monibaishaq2131@gmail.com', 'bilalxhk04@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Moniba Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $163.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2025-12-07 12:30:04'), +(21, 173, 107, '2025-2026', 2025, 12, 'installment', 'drammarishaq@gmail.com', 'drhoneymunir12@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ammar Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $163.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2025-12-07 12:30:04'), +(22, 176, 109, '2025-2026', 2025, 12, 'installment', 'spokent@yahoo.com', 'sharit811@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Nabeel Sembatya,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $250.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $83.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 250.00, NULL, '2025-12-07 12:30:04'), +(23, 124, 116, '2025-2026', 2025, 12, 'installment', 'jaliljalos75@gmail.com', 'shilatm9@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Jalil Wambuzi,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2025-12-07 12:30:04'), +(24, 150, 119, '2025-2026', 2025, 12, 'installment', 'yuabdi@hotmail.com', 'khadija991@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Yusuf Abdi,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $63.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2025-12-07 12:30:04'), +(25, 207, 126, '2025-2026', 2025, 12, 'installment', 'arazzaq2131@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abdul Razzaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $100.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $33.33
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 100.00, NULL, '2025-12-07 12:30:04'), +(26, 205, 127, '2025-2026', 2025, 12, 'installment', 'diana.streete85@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2025-12-07 12:30:04'), +(27, 209, 128, '2025-2026', 2025, 12, 'installment', 'shebamubiru@yahoo.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sheba Mubiru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 3
  • \n
  • Suggested installment this month: $56.67
  • \n
  • Maximum installments available: 3
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: December 2025

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2025-12-07 12:30:04'), +(28, 13, 11, '2025-2026', 2026, 1, 'installment', 'rosinacotton@hotmail.com', 'cottonman1000@icloud.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rosina Cotton,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $120.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $60.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 120.00, NULL, '2026-01-04 12:12:49'), +(29, 21, 16, '2025-2026', 2026, 1, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $195.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-01-04 12:12:49'), +(30, 31, 26, '2025-2026', 2026, 1, 'installment', 'sidikie0227@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sidikie Kamara,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $95.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2026-01-04 12:12:49'), +(31, 38, 29, '2025-2026', 2026, 1, 'installment', 'arshedsheikh101@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rabeena Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $470.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $235.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 470.00, NULL, '2026-01-04 12:12:49'), +(32, 81, 48, '2025-2026', 2026, 1, 'installment', 'hidayamale@gmail.com', 'ausi077@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Hidaya Male,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $310.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $155.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 310.00, NULL, '2026-01-04 12:12:49'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(33, 46, 55, '2025-2026', 2026, 1, 'installment', 'shamsularifai@gmail.com', 'aboosiddiq@hotmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Shamsul Arifa Ismail,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $195.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-01-04 12:12:49'), +(34, 126, 65, '2025-2026', 2026, 1, 'no_payment', 'wasif.nazar@gmail.com', 'zanib.wasif@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Wasif Nazar,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $1,073.75

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $536.88
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 1073.75, NULL, '2026-01-04 12:12:49'), +(35, 109, 69, '2025-2026', 2026, 1, 'installment', 'nwweylamatovu99@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $45.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-01-04 12:12:49'), +(36, 122, 73, '2025-2026', 2026, 1, 'installment', 'shahid.2704@gmail.com', 'htabassum85@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Muhammad Shahid,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $245.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2026-01-04 12:12:49'), +(37, 32, 79, '2025-2026', 2026, 1, 'installment', 'amurtuza2008@gmail.com', 'aanjum101@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ali Murtuza,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $135.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-01-04 12:12:49'), +(38, 80, 81, '2025-2026', 2026, 1, 'installment', 'imran.asheque@gmail.com', 'tashfeena.mahmud@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Asheque Imran,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $250.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $125.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 250.00, NULL, '2026-01-04 12:12:49'), +(39, 137, 84, '2025-2026', 2026, 1, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $145.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-01-04 12:12:49'), +(40, 141, 86, '2025-2026', 2026, 1, 'installment', 'seddanek@gmail.com', 'affanibouchra@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Khalid Seddane,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $195.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-01-04 12:12:49'), +(41, 156, 93, '2025-2026', 2026, 1, 'installment', 'dmmdiallo@yahoo.com', 'diallofatumata99@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Mouctar Diallo,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $300.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $150.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 300.00, NULL, '2026-01-04 12:12:49'), +(42, 106, 98, '2025-2026', 2026, 1, 'installment', 'oumar4@aol.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Oumar Ba,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $110.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2026-01-04 12:12:49'), +(43, 167, 100, '2025-2026', 2026, 1, 'installment', 'mou.jmc@gmail.com', 'abu.nazir1987@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Mousumi Akter,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $257.50

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $128.75
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 257.50, NULL, '2026-01-04 12:12:49'), +(44, 60, 102, '2025-2026', 2026, 1, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $590.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $295.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 590.00, NULL, '2026-01-04 12:12:49'), +(45, 86, 106, '2025-2026', 2026, 1, 'installment', 'monibaishaq2131@gmail.com', 'bilalxhk04@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Moniba Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $245.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2026-01-04 12:12:49'), +(46, 173, 107, '2025-2026', 2026, 1, 'installment', 'drammarishaq@gmail.com', 'drhoneymunir12@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ammar Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $195.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-01-04 12:12:49'), +(47, 176, 109, '2025-2026', 2026, 1, 'installment', 'spokent@yahoo.com', 'sharit811@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Nabeel Sembatya,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $250.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $125.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 250.00, NULL, '2026-01-04 12:12:49'), +(48, 150, 119, '2025-2026', 2026, 1, 'installment', 'yuabdi@hotmail.com', 'khadija991@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Yusuf Abdi,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $95.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2026-01-04 12:12:49'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(49, 207, 126, '2025-2026', 2026, 1, 'installment', 'arazzaq2131@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abdul Razzaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $100.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $50.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 100.00, NULL, '2026-01-04 12:12:49'), +(50, 205, 127, '2025-2026', 2026, 1, 'installment', 'diana.streete85@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $135.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-01-04 12:12:49'), +(51, 209, 128, '2025-2026', 2026, 1, 'installment', 'shebamubiru@yahoo.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sheba Mubiru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 2
  • \n
  • Suggested installment this month: $85.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: January 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2026-01-04 12:12:49'), +(52, 60, 102, '2025-2026', 2026, 2, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $590.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $590.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 590.00, NULL, '2026-02-01 17:19:28'), +(53, 13, 11, '2025-2026', 2026, 2, 'installment', 'rosinacotton@hotmail.com', 'cottonman1000@icloud.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rosina Cotton,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $70.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $70.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 70.00, NULL, '2026-02-01 17:19:36'), +(54, 21, 16, '2025-2026', 2026, 2, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-02-01 17:19:36'), +(55, 31, 26, '2025-2026', 2026, 2, 'installment', 'sidikie0227@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sidikie Kamara,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-02-01 17:19:36'), +(56, 38, 29, '2025-2026', 2026, 2, 'installment', 'arshedsheikh101@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rabeena Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $470.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $470.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 470.00, NULL, '2026-02-01 17:19:36'), +(57, 81, 48, '2025-2026', 2026, 2, 'installment', 'hidayamale@gmail.com', 'ausi077@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Hidaya Male,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $310.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $310.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 310.00, NULL, '2026-02-01 17:19:36'), +(58, 46, 55, '2025-2026', 2026, 2, 'installment', 'shamsularifai@gmail.com', 'aboosiddiq@hotmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Shamsul Arifa Ismail,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-02-01 17:19:36'), +(59, 126, 65, '2025-2026', 2026, 2, 'no_payment', 'wasif.nazar@gmail.com', 'zanib.wasif@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Wasif Nazar,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $1,073.75

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $1,073.75
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 1073.75, NULL, '2026-02-01 17:19:36'), +(60, 109, 69, '2025-2026', 2026, 2, 'installment', 'nwweylamatovu99@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-02-01 17:19:36'), +(61, 122, 73, '2025-2026', 2026, 2, 'installment', 'shahid.2704@gmail.com', 'htabassum85@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Muhammad Shahid,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $490.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2026-02-01 17:19:36'), +(62, 32, 79, '2025-2026', 2026, 2, 'installment', 'amurtuza2008@gmail.com', 'aanjum101@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ali Murtuza,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $120.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $120.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 120.00, NULL, '2026-02-01 17:19:36'), +(63, 80, 81, '2025-2026', 2026, 2, 'installment', 'imran.asheque@gmail.com', 'tashfeena.mahmud@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Asheque Imran,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $250.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $250.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 250.00, NULL, '2026-02-01 17:19:36'), +(64, 137, 84, '2025-2026', 2026, 2, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-02-01 17:19:36'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(65, 141, 86, '2025-2026', 2026, 2, 'installment', 'seddanek@gmail.com', 'affanibouchra@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Khalid Seddane,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-02-01 17:19:36'), +(66, 156, 93, '2025-2026', 2026, 2, 'installment', 'dmmdiallo@yahoo.com', 'diallofatumata99@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Mouctar Diallo,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $300.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $300.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 300.00, NULL, '2026-02-01 17:19:36'), +(67, 128, 96, '2025-2026', 2026, 2, 'installment', 'asediqi10@gmail.com', 'sediqimarzia60@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ajmal Sediqi,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $220.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2026-02-01 17:19:36'), +(68, 106, 98, '2025-2026', 2026, 2, 'installment', 'oumar4@aol.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Oumar Ba,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $220.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2026-02-01 17:19:36'), +(69, 86, 106, '2025-2026', 2026, 2, 'installment', 'monibaishaq2131@gmail.com', 'bilalxhk04@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Moniba Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-02-01 17:19:36'), +(70, 173, 107, '2025-2026', 2026, 2, 'installment', 'drammarishaq@gmail.com', 'drhoneymunir12@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ammar Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-02-01 17:19:36'), +(71, 207, 126, '2025-2026', 2026, 2, 'installment', 'arazzaq2131@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abdul Razzaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $100.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $100.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 100.00, NULL, '2026-02-01 17:19:36'), +(72, 205, 127, '2025-2026', 2026, 2, 'installment', 'diana.streete85@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $270.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-02-01 17:19:36'), +(73, 209, 128, '2025-2026', 2026, 2, 'installment', 'shebamubiru@yahoo.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sheba Mubiru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $170.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: February 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2026-02-01 17:19:36'), +(74, 13, 11, '2025-2026', 2026, 3, 'installment', 'rosinacotton@hotmail.com', 'cottonman1000@icloud.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rosina Cotton,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $70.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $70.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 70.00, NULL, '2026-03-01 12:09:45'), +(75, 21, 16, '2025-2026', 2026, 3, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-03-01 12:10:19'), +(76, 38, 29, '2025-2026', 2026, 3, 'installment', 'arshedsheikh101@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rabeena Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $370.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $370.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 370.00, NULL, '2026-03-01 12:10:19'), +(77, 81, 48, '2025-2026', 2026, 3, 'installment', 'hidayamale@gmail.com', 'ausi077@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Hidaya Male,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $310.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $310.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 310.00, NULL, '2026-03-01 12:10:19'), +(78, 46, 55, '2025-2026', 2026, 3, 'installment', 'shamsularifai@gmail.com', 'aboosiddiq@hotmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Shamsul Arifa Ismail,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-03-01 12:10:19'), +(79, 126, 65, '2025-2026', 2026, 3, 'no_payment', 'wasif.nazar@gmail.com', 'zanib.wasif@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Wasif Nazar,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $1,073.75

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $1,073.75
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 1073.75, NULL, '2026-03-01 12:10:19'), +(80, 109, 69, '2025-2026', 2026, 3, 'installment', 'nwweylamatovu99@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-03-01 12:10:19'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(81, 122, 73, '2025-2026', 2026, 3, 'installment', 'shahid.2704@gmail.com', 'htabassum85@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Muhammad Shahid,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $490.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $490.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 490.00, NULL, '2026-03-01 12:10:19'), +(82, 80, 81, '2025-2026', 2026, 3, 'installment', 'imran.asheque@gmail.com', 'tashfeena.mahmud@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Asheque Imran,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $250.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $250.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 250.00, NULL, '2026-03-01 12:10:19'), +(83, 137, 84, '2025-2026', 2026, 3, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $190.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2026-03-01 12:10:19'), +(84, 141, 86, '2025-2026', 2026, 3, 'installment', 'seddanek@gmail.com', 'affanibouchra@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Khalid Seddane,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-03-01 12:10:19'), +(85, 106, 98, '2025-2026', 2026, 3, 'installment', 'oumar4@aol.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Oumar Ba,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $220.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2026-03-01 12:10:19'), +(86, 60, 102, '2025-2026', 2026, 3, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $590.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $590.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 590.00, NULL, '2026-03-01 12:10:19'), +(87, 86, 106, '2025-2026', 2026, 3, 'installment', 'monibaishaq2131@gmail.com', 'bilalxhk04@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Moniba Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-03-01 12:10:19'), +(88, 173, 107, '2025-2026', 2026, 3, 'installment', 'drammarishaq@gmail.com', 'drhoneymunir12@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ammar Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-03-01 12:10:19'), +(89, 207, 126, '2025-2026', 2026, 3, 'installment', 'arazzaq2131@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abdul Razzaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $100.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $100.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 100.00, NULL, '2026-03-01 12:10:19'), +(90, 205, 127, '2025-2026', 2026, 3, 'installment', 'diana.streete85@gmail.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $270.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-03-01 12:10:19'), +(91, 209, 128, '2025-2026', 2026, 3, 'installment', 'shebamubiru@yahoo.com', NULL, 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sheba Mubiru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $170.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: March 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2026-03-01 12:10:19'), +(92, 60, 102, '2025-2026', 2026, 4, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $590.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $590.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 590.00, NULL, '2026-04-05 11:07:23'), +(93, 21, 16, '2025-2026', 2026, 4, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-04-05 11:07:48'), +(94, 205, 127, '2025-2026', 2026, 4, 'installment', 'diana.streete85@gmail.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $270.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-04-05 12:19:50'), +(95, 137, 84, '2025-2026', 2026, 4, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $190.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2026-04-05 12:19:59'), +(96, 209, 128, '2025-2026', 2026, 4, 'installment', 'shebamubiru@yahoo.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Sheba Mubiru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $170.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $170.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 170.00, NULL, '2026-04-05 12:20:07'); +INSERT INTO `payment_notification_logs` (`id`, `parent_id`, `invoice_id`, `school_year`, `period_year`, `period_month`, `type`, `to_email`, `cc_email`, `head_fa_notified`, `subject`, `body`, `status`, `error_message`, `balance_snapshot`, `created_at`, `sent_at`) VALUES +(97, 86, 106, '2025-2026', 2026, 4, 'installment', 'monibaishaq2131@gmail.com', 'bilalxhk04@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Moniba Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $145.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $145.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 145.00, NULL, '2026-04-05 12:20:17'), +(98, 207, 126, '2025-2026', 2026, 4, 'installment', 'arazzaq2131@gmail.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abdul Razzaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $100.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $100.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 100.00, NULL, '2026-04-05 12:20:24'), +(99, 109, 69, '2025-2026', 2026, 4, 'installment', 'nwweylamatovu99@gmail.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-04-05 12:20:31'), +(100, 173, 107, '2025-2026', 2026, 4, 'installment', 'drammarishaq@gmail.com', 'drhoneymunir12@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ammar Ishaq,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-04-05 12:20:38'), +(101, 13, 11, '2025-2026', 2026, 4, 'installment', 'rosinacotton@hotmail.com', 'cottonman1000@icloud.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rosina Cotton,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $70.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $70.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: April 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 70.00, NULL, '2026-04-05 12:20:44'), +(102, 21, 16, '2025-2026', 2026, 5, 'installment', 'kamya130@gmail.com', 'karimba08@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Rashida Nantege,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $390.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $390.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 390.00, NULL, '2026-05-03 10:04:34'), +(103, 205, 127, '2025-2026', 2026, 5, 'installment', 'diana.streete85@gmail.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Diana Streete,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $270.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $270.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 270.00, NULL, '2026-05-03 10:12:09'), +(104, 137, 84, '2025-2026', 2026, 5, 'installment', 'souad81retbi@gmail.com', 'brahimalai863@gmail.com', 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Souad Alai,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $190.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $190.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 190.00, NULL, '2026-05-03 10:12:39'), +(105, 109, 69, '2025-2026', 2026, 5, 'installment', 'nwweylamatovu99@gmail.com', NULL, 0, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Ciatra Oneal,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $90.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $90.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 90.00, NULL, '2026-05-03 10:16:25'), +(106, 53, 37, '2025-2026', 2026, 5, 'installment', 'abjalm@hotmail.com', 'shaikfahimaathahar@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Abjal Manduru,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $550.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $550.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 550.00, NULL, '2026-05-29 19:27:02'), +(107, 81, 48, '2025-2026', 2026, 5, 'installment', 'hidayamale@gmail.com', 'ausi077@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Hidaya Male,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $10.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $10.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 10.00, NULL, '2026-05-29 19:27:02'), +(108, 46, 55, '2025-2026', 2026, 5, 'installment', 'shamsularifai@gmail.com', 'aboosiddiq@hotmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Shamsul Arifa Ismail,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $220.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $220.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 220.00, NULL, '2026-05-29 19:27:02'), +(109, 141, 86, '2025-2026', 2026, 5, 'installment', 'seddanek@gmail.com', 'affanibouchra@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Khalid Seddane,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-05-29 19:27:02'), +(110, 60, 102, '2025-2026', 2026, 5, 'installment', 'nakanjakotahya200@gmail.com', 'sserugootik@gmail.com', 1, 'Monthly Tuition Reminder — 2025-2026', '\n\n\n\n \n Al Rahma Sunday School\n \n\n\n\n
\n
\n \"\"\n
\n\n
\n
\n

Monthly Tuition Reminder

\n

Dear Tahya Nakanjako,

\n

This is your monthly installment reminder for 2025-2026.

\n

Current Outstanding Balance: $290.00

\n
    \n
  • Remaining installments: 1
  • \n
  • Suggested installment this month: $290.00
  • \n
  • Maximum installments available: 2
  • \n
\n

As a friendly reminder, our tuition installments are due at the beginning of each month.

\n

You can review your invoice and payment options by logging in to your parent portal.

\n

Thank you for your prompt attention.

\n

Reminder Period: May 2026

\n
\n
\n
\n

Visit us: https://alrahmaisgl.org

\n

Contact: alrahma.isgl@gmail.com

\n

Address: 5 Courthouse Lane, Chelmsford, MA 01824

\n
\n
\n\n\n', 'sent', NULL, 290.00, NULL, '2026-05-29 19:27:02'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `payment_transactions` +-- + +CREATE TABLE `payment_transactions` ( + `id` int(11) UNSIGNED NOT NULL, + `transaction_id` varchar(100) NOT NULL, + `payment_id` int(11) NOT NULL, + `transaction_date` datetime DEFAULT current_timestamp(), + `amount` decimal(10,2) NOT NULL, + `payment_method` varchar(50) NOT NULL, + `payment_status` varchar(50) NOT NULL DEFAULT 'Pending', + `transaction_fee` decimal(10,2) DEFAULT 0.00, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `paypal_payments` +-- + +CREATE TABLE `paypal_payments` ( + `id` int(11) UNSIGNED NOT NULL, + `webhook_id` varchar(64) DEFAULT NULL, + `parent_school_id` varchar(64) DEFAULT NULL, + `order_id` varchar(64) DEFAULT NULL, + `transaction_id` varchar(64) DEFAULT NULL, + `status` varchar(32) DEFAULT NULL, + `amount` decimal(10,2) DEFAULT NULL, + `currency` varchar(10) DEFAULT NULL, + `paypal_fee` decimal(10,2) DEFAULT NULL, + `net_amount` decimal(10,2) DEFAULT NULL, + `payer_email` varchar(128) DEFAULT NULL, + `merchant_id` varchar(64) DEFAULT NULL, + `event_type` varchar(64) DEFAULT NULL, + `summary` text DEFAULT NULL, + `raw_payload` longtext DEFAULT NULL, + `synced` tinyint(1) NOT NULL DEFAULT 0, + `sync_attempts` int(11) NOT NULL DEFAULT 0, + `created_at` datetime DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `paypal_transactions` +-- + +CREATE TABLE `paypal_transactions` ( + `id` int(11) NOT NULL, + `transaction_id` varchar(100) NOT NULL, + `payment_id` int(11) DEFAULT NULL, + `firstname` varchar(100) DEFAULT NULL, + `lastname` varchar(100) DEFAULT NULL, + `event_type` varchar(100) NOT NULL, + `payer_email` varchar(255) DEFAULT NULL, + `amount` decimal(10,2) NOT NULL DEFAULT 0.00, + `currency` varchar(10) NOT NULL, + `status` varchar(50) NOT NULL DEFAULT 'Pending', + `payment_method` varchar(50) NOT NULL, + `transaction_fee` decimal(10,2) NOT NULL DEFAULT 0.00, + `raw_data` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `permissions` +-- + +CREATE TABLE `permissions` ( + `id` int(11) UNSIGNED NOT NULL, + `name` varchar(255) NOT NULL, + `description` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `permissions` +-- + +INSERT INTO `permissions` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES +(1, 'view_dashboard', 'Permission to view the admin dashboard', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(2, 'access_admin_panel', 'Permission to access the administration panel', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(3, 'manage_users', 'Permission to manage users (create, update, delete)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(4, 'create_user', 'Permission to create new users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(5, 'edit_user', 'Permission to edit existing users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(6, 'delete_user', 'Permission to delete users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(7, 'view_user_list', 'Permission to view the list of users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(8, 'view_user_profile', 'Permission to view individual user profiles', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(9, 'edit_user_profile', 'Permission to edit user profiles', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(10, 'deactivate_user', 'Permission to deactivate a user account', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(11, 'activate_user', 'Permission to reactivate a deactivated user account', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(12, 'reset_user_password', 'Permission to reset user passwords', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(13, 'manage_roles', 'Permission to manage roles (create, edit, delete)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(14, 'create_role', 'Permission to create a new role', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(15, 'edit_role', 'Permission to edit an existing role', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(16, 'delete_role', 'Permission to delete a role', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(17, 'view_roles', 'Permission to view the list of roles', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(18, 'assign_role', 'Permission to assign roles to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(19, 'edit_role_permissions', 'Permission to edit permissions assigned to roles', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(20, 'manage_content', 'Permission to manage all types of content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(21, 'create_content', 'Permission to create new content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(22, 'edit_content', 'Permission to edit existing content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(23, 'delete_content', 'Permission to delete content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(24, 'publish_content', 'Permission to publish content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(25, 'unpublish_content', 'Permission to unpublish content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(26, 'view_content_list', 'Permission to view all content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(27, 'archive_content', 'Permission to archive old content', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(28, 'upload_files', 'Permission to upload files and media', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(29, 'delete_files', 'Permission to delete uploaded files', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(30, 'view_files', 'Permission to view and access uploaded files', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(31, 'manage_file_storage', 'Permission to manage file storage settings', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(32, 'manage_security_settings', 'Permission to manage security settings', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(33, 'view_security_logs', 'Permission to view security and audit logs', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(34, 'access_sensitive_data', 'Permission to access sensitive or personally identifiable information (PII)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(35, 'manage_password_policy', 'Permission to configure and enforce password policies', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(36, 'view_login_activity', 'Permission to view login activities of users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(37, 'view_failed_login_attempts', 'Permission to view failed login attempts for the system', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(38, 'manage_system_settings', 'Permission to manage system-wide settings', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(39, 'edit_system_settings', 'Permission to edit system configuration (e.g., database, APIs)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(40, 'view_system_settings', 'Permission to view current system settings', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(41, 'manage_api_keys', 'Permission to manage API keys', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(42, 'view_system_logs', 'Permission to view system activity and error logs', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(43, 'configure_email_settings', 'Permission to configure the email server settings', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(44, 'view_reports', 'Permission to view system reports', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(45, 'generate_reports', 'Permission to generate and download reports', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(46, 'export_data', 'Permission to export data in various formats', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(47, 'view_analytics_dashboard', 'Permission to view the analytics dashboard', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(48, 'manage_billing', 'Permission to manage billing, payments, and subscriptions', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(49, 'view_billing_history', 'Permission to view past transactions and billing history', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(50, 'issue_refunds', 'Permission to issue refunds to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(51, 'view_invoice_list', 'Permission to view all invoices', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(52, 'view_audit_logs', 'Permission to view audit logs for system actions', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(53, 'perform_compliance_checks', 'Permission to perform and manage compliance checks', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(54, 'view_data_privacy_logs', 'Permission to view logs related to GDPR and data privacy activities', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(55, 'manage_notifications', 'Permission to configure and send notifications (email, SMS, etc.)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(56, 'view_notification_history', 'Permission to view the notification history sent by the system', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(57, 'send_system_alerts', 'Permission to send system-wide alerts', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(58, 'manage_backups', 'Permission to configure and manage system backups', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(59, 'perform_backup', 'Permission to manually initiate a backup of the system', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(60, 'restore_backup', 'Permission to restore a backup', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(61, 'manage_tasks', 'Permission to manage tasks and workflow configurations', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(62, 'assign_tasks', 'Permission to assign tasks to users or teams', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(63, 'view_task_list', 'Permission to view the list of tasks', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(64, 'mark_task_complete', 'Permission to mark a task as completed', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(65, 'view_api_logs', 'Permission to view API usage logs', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(66, 'manage_integrations', 'Permission to manage system integrations (third-party tools, webhooks, etc.)', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(67, 'manage_api_access', '', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(68, 'manage_teams', 'Permission to create, edit, and delete teams', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(69, 'assign_team_roles', 'Permission to assign team roles and permissions', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(70, 'view_team_members', 'Permission to view team member information', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(71, 'manage_projects', 'Permission to create and manage projects', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(72, 'assign_project_tasks', 'Permission to assign tasks within projects', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(73, 'impersonate_user', 'Permission to impersonate other users for troubleshooting', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(74, 'access_admin_as_other_role', 'Permission to access the admin panel as a different role', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(75, 'shutdown_system', 'Permission to shut down the system in case of emergencies', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(76, 'manage_database', 'Permission to manage (backup, restore, optimize) the database', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(79, 'view_own_grades', 'Permission for students to view their own grades', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(80, 'view_own_assignments', 'Permission for students to view their own assignments', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(81, 'submit_assignments', 'Permission for students to submit assignments', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(82, 'view_new_students', 'Permission for students to view new registered students', '2024-09-21 15:58:00', '2025-09-11 03:48:13'), +(83, 'view_timetable', 'Permission for students to view their own timetable or schedule', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(84, 'view_own_attendance', 'Permission for students to view their attendance records', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(85, 'manage_students', 'Permission to manage (add, edit, remove) students in their class', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(86, 'grade_assignments', 'Permission to grade student assignments', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(87, 'view_all_students', 'Permission to view all students in their class', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(88, 'view_class_attendance', 'Permission to view class attendance', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(89, 'manage_course_materials', 'Permission to upload and manage course materials', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(90, 'create_assignments', 'Permission to create new assignments', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(91, 'edit_assignments', 'Permission to edit existing assignments', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(92, 'view_teacher_reports', 'Permission to view reports related to the teachers class or subjects', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(93, 'view_class_timetable', 'Permission to view the class timetable', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(94, 'view_child_grades', 'Permission for parents to view their childs grades', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(95, 'view_child_attendance', 'Permission for parents to view their childs attendance records', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(96, 'view_child_assignments', 'Permission for parents to view assignments assigned to their child', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(97, 'communicate_with_teachers', 'Permission for parents to communicate with teachers', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(98, 'view_child_timetable', 'Permission for parents to view their childs timetable', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(99, 'view_school_announcements', 'Permission for parents to view school announcements or notices', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(100, 'manage_school_events', 'Permission to manage school events and announcements', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(101, 'manage_class_schedules', 'Permission to manage class schedules', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(102, 'manage_student_enrollment', 'Permission to manage student enrollment and records', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(103, 'view_all_reports', 'Permission to view all school-wide reports', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(104, 'manage_facilities', 'Permission to manage school facilities (library, labs, etc.)', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(105, 'view_school_timetable', 'Permission to view the overall school timetable', '2024-09-21 15:58:00', '2024-09-21 15:58:00'), +(106, 'parent_dashboard', 'Permission to view the parent dashboard', '2024-09-21 17:23:01', '2024-09-21 17:23:01'), +(107, 'teacher_dashboard', 'Permission to view teacher dashboard', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(108, 'invoice_pdf', 'Permission to view invoice PDFs', '2025-08-27 16:10:57', NULL), +(109, 'nav-builder', 'Permission to assign roles to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(110, 'admin_dashboard', 'Permission to view the admin dashboard', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(111, 'create_permission', 'Permission to assign roles to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(112, 'edit_permission', 'Permission to view the admin dashboard', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(113, 'delete_permission', 'Permission to view the parent dashboard', '2024-09-21 17:23:01', '2024-09-21 17:23:01'), +(114, 'read_permission', 'Permission to assign roles to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(115, 'login_activity', 'Permission to assign roles to users', '2024-09-21 15:57:22', '2024-09-21 15:57:22'), +(116, 'assign_class_teacher', 'permission to assign class to a teacher', '2025-09-08 06:12:34', '2025-09-08 06:12:34'), +(117, 'create_invoice', 'permission to create invoice', '2025-09-08 05:51:46', '2025-09-08 05:51:46'), +(118, 'view_invoice', 'permission to view invoices', '2025-09-08 06:15:29', '2025-09-08 06:18:37'), +(119, 'student_dashboard', '', '2025-09-08 06:28:52', '2025-09-08 06:28:52'), +(120, 'guest_dashboard', '', '2025-09-08 06:28:37', '2025-09-08 06:28:37'), +(121, 'configuration', 'permission to update the config', '2025-09-08 06:43:21', '2025-09-08 06:43:21'), +(122, 'read_user', '', '2025-09-08 07:09:34', '2025-09-08 07:09:34'), +(123, 'comm_index', 'permission to view communication page to send emails', '2025-09-09 01:55:22', '2025-09-09 01:55:22'), +(124, 'comm_preview', 'permission to preview email', '2025-09-09 01:55:49', '2025-09-09 01:55:49'), +(125, 'comm_send', 'permission to send emails', '2025-09-09 01:56:12', '2025-09-09 01:56:12'), +(131, 'edit_student', 'permission to edit student information', '2025-09-12 00:16:02', '2025-09-12 00:16:22'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `placement_batches` +-- + +CREATE TABLE `placement_batches` ( + `id` int(11) UNSIGNED NOT NULL, + `placement_test` varchar(30) NOT NULL, + `school_year` varchar(20) NOT NULL, + `created_by` int(11) UNSIGNED DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `placement_levels` +-- + +CREATE TABLE `placement_levels` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `level` tinyint(1) UNSIGNED NOT NULL, + `school_year` varchar(20) NOT NULL, + `created_by` int(11) UNSIGNED DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `placement_scores` +-- + +CREATE TABLE `placement_scores` ( + `id` int(11) UNSIGNED NOT NULL, + `batch_id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `score` smallint(3) UNSIGNED NOT NULL, + `created_by` int(11) UNSIGNED DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `preferences` +-- + +CREATE TABLE `preferences` ( + `id` int(11) NOT NULL, + `user_id` int(11) NOT NULL, + `receive_email_notifications` tinyint(1) DEFAULT 1, + `receive_sms_notifications` tinyint(1) DEFAULT 0, + `theme` varchar(50) DEFAULT 'light', + `language` varchar(10) DEFAULT 'en', + `timezone` varchar(50) DEFAULT 'UTC', + `receive_push_notifications` tinyint(1) DEFAULT 0, + `daily_summary_email` tinyint(1) DEFAULT 1, + `privacy_mode` tinyint(1) DEFAULT 0, + `marketing_emails` tinyint(1) DEFAULT 1, + `account_activity_alerts` tinyint(1) DEFAULT 1, + `created_at` timestamp NULL DEFAULT current_timestamp(), + `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `school_year` varchar(20) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `print_requests` +-- + +CREATE TABLE `print_requests` ( + `id` int(11) UNSIGNED NOT NULL, + `teacher_id` int(11) UNSIGNED NOT NULL, + `admin_id` int(11) UNSIGNED DEFAULT NULL, + `class_id` int(11) UNSIGNED NOT NULL, + `file_path` varchar(255) NOT NULL, + `page_selection` varchar(255) DEFAULT NULL, + `num_copies` int(11) NOT NULL, + `required_by` datetime NOT NULL, + `pickup_method` varchar(255) NOT NULL, + `status` enum('not_assigned','assigned','done','delivered') NOT NULL DEFAULT 'not_assigned', + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `print_requests` +-- + +INSERT INTO `print_requests` (`id`, `teacher_id`, `admin_id`, `class_id`, `file_path`, `page_selection`, `num_copies`, `required_by`, `pickup_method`, `status`, `created_at`, `updated_at`) VALUES +(1, 155, 2, 31, '1769907404_a224ec79b6facd181e8b.pdf', NULL, 20, '2026-02-01 10:30:00', 'Self Pickup', 'delivered', '2026-02-01 00:56:44', '2026-02-01 15:34:30'), +(2, 40, 2, 52, '1769916666_cd5fdef057e93711b6c7.pdf', NULL, 16, '2026-02-01 10:15:00', 'Self Pickup', 'delivered', '2026-02-01 03:31:06', '2026-02-01 15:34:27'), +(5, 99, 1, 120, '1769923254_90f931eb46db3902c871.pdf', NULL, 26, '2026-02-01 10:00:00', 'Self Pickup', 'delivered', '2026-02-01 05:20:54', '2026-02-01 15:05:11'), +(6, 3, 2, 10, '', NULL, 15, '2026-02-08 11:00:00', 'Delivered to class', 'delivered', '2026-02-01 15:23:04', '2026-02-01 15:34:19'), +(7, 3, 2, 10, '', NULL, 15, '2026-02-08 11:00:00', 'Delivered to class', 'delivered', '2026-02-01 15:23:06', '2026-02-01 15:34:23'), +(8, 3, 2, 10, '1769959737_8f1d19fe850ed950a257.pdf', NULL, 15, '2026-02-08 11:00:00', 'Delivered to class', 'delivered', '2026-02-01 15:28:57', '2026-02-01 15:48:54'), +(10, 3, 2, 10, '1769959831_21c4b036e3a0031876f0.pdf', NULL, 15, '2026-02-08 11:00:00', 'Delivered to class', 'delivered', '2026-02-01 15:30:31', '2026-02-01 15:52:30'), +(11, 160, 2, 41, '', NULL, 13, '2026-02-08 11:00:00', 'Self Pickup', 'delivered', '2026-02-01 15:43:57', '2026-02-01 15:52:32'), +(12, 160, 2, 41, '', NULL, 13, '2026-02-08 12:30:00', 'Self Pickup', 'delivered', '2026-02-01 17:23:21', '2026-02-02 05:01:06'), +(14, 78, 1, 52, '1770496403_fd706bc0e1e7c80d5cb0.pdf', NULL, 17, '2026-02-08 10:15:00', 'Self Pickup', 'delivered', '2026-02-07 20:33:23', '2026-02-08 16:18:15'), +(16, 155, 1, 31, '1770518412_cc7d7bc62b5521df398c.pdf', NULL, 20, '2026-02-08 10:30:00', 'Self Pickup', 'delivered', '2026-02-08 02:40:12', '2026-02-08 16:00:35'), +(17, 78, 1, 52, '1770528769_6c6252d47f5bd2268e08.pdf', NULL, 17, '2026-02-08 10:15:00', 'Self Pickup', 'delivered', '2026-02-08 05:32:49', '2026-02-08 16:18:12'), +(22, 3, 1, 10, '1770534722_42a529117e08fa016630.pdf', '1', 15, '2026-02-08 10:30:00', 'Delivered to class', 'delivered', '2026-02-08 07:12:02', '2026-02-08 15:51:59'), +(23, 3, 1, 10, '1770534768_410e5a455c5feb562add.pdf', '2-5', 15, '2026-02-08 10:30:00', 'Delivered to class', 'delivered', '2026-02-08 07:12:48', '2026-02-08 15:52:03'), +(24, 99, 1, 120, '1770538806_2d51bd3561a6b9ef1d51.pdf', '', 25, '2026-02-08 10:00:00', 'Self Pickup', 'delivered', '2026-02-08 08:20:06', '2026-02-08 15:18:25'), +(25, 73, 1, 51, '1770565165_965667fcfb8b4068a89e.pdf', '', 12, '2026-02-08 11:30:00', 'Self Pickup', 'delivered', '2026-02-08 15:39:25', '2026-02-08 16:18:22'), +(26, 27, 200, 10, '', NULL, 14, '2026-02-08 11:00:00', 'Self Pickup', 'delivered', '2026-02-08 15:49:42', '2026-02-08 16:18:19'), +(30, 115, 200, 1, '', NULL, 6, '2026-02-08 11:15:00', 'Delivered to class', 'delivered', '2026-02-08 15:53:31', '2026-02-08 16:08:31'), +(35, 160, 200, 41, '', NULL, 13, '2026-02-08 11:15:00', 'Self Pickup', 'delivered', '2026-02-08 16:00:14', '2026-02-08 16:08:14'), +(37, 40, 1, 52, '1771736864_89cfd9b92ea3f970ec83.pdf', '', 16, '2026-02-22 11:00:00', 'Self Pickup', 'delivered', '2026-02-22 05:07:44', '2026-02-22 16:21:20'), +(38, 310, 1, 120, '1771776561_72b49944024761146910.pdf', '', 26, '2026-02-22 11:15:00', 'Delivered to class', 'delivered', '2026-02-22 16:09:21', '2026-02-22 16:21:51'), +(39, 160, 1, 41, '', NULL, 13, '2026-02-22 11:45:00', 'Self Pickup', 'delivered', '2026-02-22 16:22:57', '2026-02-22 16:32:29'), +(40, 115, 4, 1, '1771779569_5d19bd34d6d709ce1eec.pdf', '12,13,14', 17, '2026-02-22 11:15:00', 'Self Pickup', 'delivered', '2026-02-22 16:59:29', '2026-03-01 16:02:08'), +(41, 160, 1, 41, '', NULL, 13, '2026-02-22 12:45:00', 'Self Pickup', 'delivered', '2026-02-22 17:45:57', '2026-02-22 19:20:48'), +(42, 161, 4, 51, '1771945152_2a27114e687922425906.jpeg', '', 12, '2026-03-01 10:15:00', 'Self Pickup', 'delivered', '2026-02-24 14:59:12', '2026-03-01 16:02:12'), +(43, 78, 4, 52, '1772309091_6713259afa181e2df1a7.pdf', '', 17, '2026-03-01 10:15:00', 'Delivered to class', 'delivered', '2026-02-28 20:04:51', '2026-03-01 16:02:17'), +(44, 99, 1, 120, '1772379340_db910765357517e3bc48.docx', '', 26, '2026-03-01 10:00:00', 'Self Pickup', 'delivered', '2026-03-01 15:35:40', '2026-03-01 16:30:19'), +(45, 97, 1, 10, '1772386109_3e9e2eb205e49edb7d2d.pdf', '', 14, '2026-03-01 12:30:00', 'Delivered to class', 'delivered', '2026-03-01 17:28:29', '2026-03-01 17:46:14'), +(52, 43, 1, 41, '', NULL, 14, '2026-03-01 12:45:00', 'Self Pickup', 'delivered', '2026-03-01 17:49:31', '2026-03-08 06:19:55'), +(53, 40, 4, 52, '1772976791_ff5067a792bcb864c58d.pdf', '', 16, '2026-03-08 11:00:00', 'Self Pickup', 'delivered', '2026-03-08 13:33:11', '2026-03-08 14:55:09'), +(54, 310, 4, 120, '1772982207_623ddf8e23d6ecc19f56.pdf', '', 25, '2026-03-08 11:15:00', 'Self Pickup', 'delivered', '2026-03-08 15:03:27', '2026-03-08 15:06:46'), +(55, 3, 4, 10, '1772985286_371602b33bffa7c3e628.pdf', '', 13, '2026-03-08 12:00:00', 'Delivered to class', 'delivered', '2026-03-08 15:54:46', '2026-03-08 15:58:14'), +(56, 68, 1, 42, '1774135138_5ee965f594a65ef31581.docx', '', 14, '2026-03-29 10:00:00', 'Delivered to class', 'delivered', '2026-03-21 23:18:58', '2026-03-29 01:33:10'), +(57, 78, 1, 52, '1774787045_31cbd8f9471ad8eb1ba7.pdf', '', 17, '2026-03-29 10:15:00', 'Delivered to class', 'delivered', '2026-03-29 12:24:05', '2026-03-29 16:12:31'), +(58, 3, 1, 10, '1774796273_23e090ca04e629dee80a.pdf', '', 14, '2026-03-29 11:15:00', 'Delivered to class', 'delivered', '2026-03-29 14:57:53', '2026-03-29 18:21:04'), +(59, 3, 1, 10, '1774840539_9524e94135fc54e790ab.jpg', '', 15, '2026-04-05 11:30:00', 'Delivered to class', 'delivered', '2026-03-30 03:15:39', '2026-04-05 14:30:10'), +(60, 3, 1, 10, '1774840761_9df8f15518066e3960da.pdf', '1-3', 15, '2026-04-05 11:15:00', 'Delivered to class', 'delivered', '2026-03-30 03:19:21', '2026-04-05 14:30:07'), +(62, 40, 1, 52, '1775387801_744ec29e50a5af89e277.pdf', '', 16, '2026-04-05 10:00:00', 'Delivered to class', 'delivered', '2026-04-05 11:16:41', '2026-04-05 14:21:43'), +(63, 40, 1, 52, '1775390194_ff9bc9569ee8d6da891a.pdf', '', 16, '2026-04-05 10:00:00', 'Delivered to class', 'delivered', '2026-04-05 11:56:34', '2026-04-05 14:21:40'), +(64, 78, 1, 52, '1775391882_b891950037eb8d239fe8.pdf', '', 17, '2026-04-05 11:15:00', 'Delivered to class', 'delivered', '2026-04-05 12:24:42', '2026-04-05 14:21:36'), +(65, 160, 1, 41, '', NULL, 14, '2026-04-05 11:15:00', 'Self Pickup', 'delivered', '2026-04-05 15:13:10', '2026-04-05 16:36:35'), +(66, 3, 1, 10, '1775959564_752c68f787c5506b35e3.pdf', '', 2, '2026-04-12 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:06:04', '2026-04-12 14:23:53'), +(67, 3, 1, 10, '1775959913_88d1ef7f19399a218394.pdf', '5-7', 15, '2026-04-12 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:11:53', '2026-04-12 14:24:00'), +(68, 3, 1, 10, '1775960171_067ea76f8da5ccc527a0.jpeg', '', 15, '2026-04-12 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:16:11', '2026-04-12 14:24:04'), +(69, 3, 1, 10, '1775960648_5085b9e23b7b31986ed4.jpeg', '', 2, '2026-04-12 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:24:08', '2026-04-12 14:23:56'), +(70, 3, 1, 10, '1775960724_b368e32e0cdb9f6b1189.jpeg', '', 15, '2026-04-19 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:25:24', '2026-04-12 14:24:07'), +(71, 3, 1, 10, '1775960748_ff74ca58180ca787cd84.jpeg', '', 15, '2026-04-19 11:15:00', 'Delivered to class', 'delivered', '2026-04-12 02:25:48', '2026-04-12 14:24:10'), +(72, 40, 4, 52, '1776566962_71c554c34a68d721deaf.pdf', '', 16, '2026-04-19 10:00:00', 'Delivered to class', 'delivered', '2026-04-19 02:49:22', '2026-04-19 13:57:40'), +(73, 45, 147, 32, '', NULL, 22, '2026-04-19 10:45:00', 'Delivered to class', 'delivered', '2026-04-19 14:04:14', '2026-04-19 14:52:50'), +(74, 83, 147, 60, '', NULL, 14, '2026-04-19 10:15:00', 'Delivered to class', 'delivered', '2026-04-19 14:11:53', '2026-04-19 14:35:18'), +(75, 99, 147, 120, '1776608079_9ed72b26c279ad657079.pdf', '', 25, '2026-04-19 10:15:00', 'Self Pickup', 'delivered', '2026-04-19 14:14:39', '2026-04-19 14:45:05'), +(77, 68, 1, 42, '1777764745_1573dffb8f045f214904.pdf', '', 15, '2026-05-03 10:15:00', 'Delivered to class', 'delivered', '2026-05-02 23:32:25', '2026-05-03 15:33:27'), +(78, 78, 147, 52, '1777775258_35dc41840f86372b2385.pdf', '', 17, '2026-05-03 10:15:00', 'Delivered to class', 'delivered', '2026-05-03 02:27:38', '2026-05-03 14:52:30'), +(79, 40, 147, 52, '1777777963_b9d6f5cd36177490586b.pdf', '', 16, '2026-05-03 10:00:00', 'Delivered to class', 'delivered', '2026-05-03 03:12:43', '2026-05-03 14:32:06'), +(80, 3, 147, 10, '1777779174_d364cffc4a31878f6769.pdf', '', 13, '2026-05-03 11:15:00', 'Delivered to class', 'delivered', '2026-05-03 03:32:54', '2026-05-03 15:04:24'), +(81, 3, 147, 10, '1777779288_375c2f693337e3a8d746.pdf', '', 14, '2026-05-03 11:15:00', 'Delivered to class', 'delivered', '2026-05-03 03:34:48', '2026-05-03 15:04:31'), +(82, 3, 147, 10, '1777779339_0ae192a9320a3a7f1f3c.pdf', '', 14, '2026-05-03 11:15:00', 'Delivered to class', 'delivered', '2026-05-03 03:35:39', '2026-05-03 15:04:34'), +(83, 3, 147, 10, '1777779426_1b0a24a58e02b464edd3.pdf', '', 14, '2026-05-03 11:15:00', 'Delivered to class', 'delivered', '2026-05-03 03:37:06', '2026-05-03 15:04:27'), +(84, 40, 147, 52, '1777779921_17aebb65742cdd7a55e2.pdf', '', 16, '2026-05-03 10:00:00', 'Delivered to class', 'delivered', '2026-05-03 03:45:21', '2026-05-03 14:32:03'), +(85, 45, 147, 32, '', NULL, 22, '2026-05-03 11:00:00', 'Delivered to class', 'delivered', '2026-05-03 13:46:31', '2026-05-03 14:53:55'), +(86, 74, 147, 80, '1777816764_81d8205b2aaec204d0b1.pdf', '', 17, '2026-05-03 10:00:00', 'Self Pickup', 'delivered', '2026-05-03 13:59:24', '2026-05-03 14:40:39'), +(87, 115, 4, 1, '1777824256_61a27e530ec7d6cc6205.pdf', '21,22,23', 18, '2026-05-03 12:00:00', 'Delivered to class', 'delivered', '2026-05-03 16:04:16', '2026-05-17 02:30:40'), +(88, 115, 1, 1, '1777824990_a25c12132bc7b3db9fe9.pdf', '21,22,23', 18, '2026-05-03 12:15:00', 'Delivered to class', 'delivered', '2026-05-03 16:16:30', '2026-05-10 16:24:51'), +(89, 68, 1, 42, '1778332471_de2b9526d31e788767d9.docx', '', 5, '2026-05-10 10:15:00', 'Delivered to class', 'delivered', '2026-05-09 13:14:31', '2026-05-10 16:24:56'), +(90, 83, 1, 60, '1778422930_a840e68dfd2624ea5d0a.pdf', '', 12, '2026-05-10 12:00:00', 'Delivered to class', 'delivered', '2026-05-10 14:22:10', '2026-05-10 16:25:04'), +(91, 3, 1, 10, '1778426188_2b2e5e9516910adc2588.pdf', '', 10, '2026-05-10 11:30:00', 'Delivered to class', 'delivered', '2026-05-10 15:16:28', '2026-05-10 16:28:48'), +(92, 3, 1, 10, '1778426371_1b3bd531a289126e3566.pdf', '1-3, 7', 11, '2026-05-10 11:30:00', 'Delivered to class', 'delivered', '2026-05-10 15:19:31', '2026-05-10 16:25:01'), +(93, 3, 1, 10, '1778426680_849286c249ea992f8783.pdf', '', 12, '2026-05-10 11:30:00', 'Delivered to class', 'delivered', '2026-05-10 15:24:40', '2026-05-10 16:28:44'), +(94, 160, 1, 41, '', NULL, 4, '2026-05-10 12:45:00', 'Self Pickup', 'delivered', '2026-05-10 16:36:14', '2026-05-10 16:39:06'), +(95, 160, 1, 41, '', NULL, 4, '2026-05-10 12:45:00', 'Self Pickup', 'delivered', '2026-05-10 16:36:17', '2026-05-10 16:39:09'), +(96, 115, 1, 1, '1779027609_7b4a147d6bf69d0b81d8.pdf', '24,25,26', 20, '2026-05-17 10:30:00', 'Self Pickup', 'delivered', '2026-05-17 14:20:09', '2026-05-17 14:38:16'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `project` +-- + +CREATE TABLE `project` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) NOT NULL, + `project_index` tinyint(4) DEFAULT NULL, + `score` float DEFAULT NULL, + `comment` text DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `project` +-- + +INSERT INTO `project` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `project_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 159, 'STU2500159', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(2, 160, 'STU2500160', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(3, 183, 'STU2500183', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(4, 235, 'STU2500235', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(5, 215, 'STU2500215', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(6, 214, 'STU2500214', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(7, 52, 'STU2500052', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(8, 131, 'STU2500131', 10, 3, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(9, 227, 'STU2500227', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(10, 180, 'STU2500180', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(11, 229, 'STU2500229', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(12, 56, 'STU2500056', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(13, 211, 'STU2500211', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-10-26 14:57:21', '2025-12-14 16:29:45'), +(14, 159, 'STU2500159', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:58:57', '2025-12-14 16:29:45'), +(15, 160, 'STU2500160', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(16, 183, 'STU2500183', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(17, 235, 'STU2500235', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(18, 215, 'STU2500215', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(19, 214, 'STU2500214', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(20, 52, 'STU2500052', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(21, 131, 'STU2500131', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(22, 227, 'STU2500227', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(23, 180, 'STU2500180', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(24, 229, 'STU2500229', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(25, 56, 'STU2500056', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(26, 211, 'STU2500211', 10, 3, 2, 100, NULL, 'Fall', '2025-2026', '2025-10-26 14:59:36', '2025-12-14 16:29:45'), +(27, 188, 'STU2500188', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(28, 224, 'STU2500224', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(29, 22, 'STU2500022', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(30, 125, 'STU2500125', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(31, 195, 'STU2500195', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(32, 103, 'STU2500103', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(33, 50, 'STU2500050', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(34, 100, 'STU2500100', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(35, 25, 'STU2500025', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(36, 42, 'STU2500042', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(37, 244, 'STU2500244', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(38, 186, 'STU2500186', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(39, 60, 'STU2500060', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 15:09:07', '2026-01-25 18:38:34'), +(40, 2, 'STU2500001', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:39:21', '2026-01-25 18:38:34'), +(41, 194, 'STU2500194', 52, 78, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:39:21', '2026-01-25 18:38:34'), +(42, 62, 'STU2500062', 80, 74, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(43, 142, 'STU2500142', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(44, 240, 'STU2500240', 80, 2, 1, NULL, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-01 20:16:26'), +(45, 149, 'STU2500149', 80, 74, 1, 0, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(46, 76, 'STU2500076', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(47, 99, 'STU2500099', 140, 2, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2025-12-07 15:41:46'), +(48, 39, 'STU2500039', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(49, 89, 'STU2500089', 80, 74, 1, 0, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(50, 192, 'STU2500192', 80, 74, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(51, 84, 'STU2500084', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(52, 35, 'STU2500035', 80, 74, 1, 50, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(53, 207, 'STU2500207', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(54, 71, 'STU2500071', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(55, 34, 'STU2500034', 80, 74, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(56, 163, 'STU2500163', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(57, 257, 'STU2500257', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(58, 53, 'STU2500053', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(59, 15, 'STU2500015', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(60, 124, 'STU2500124', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(61, 11, 'STU2500011', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(62, 49, 'STU2500049', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(63, 190, 'STU2500190', 80, 74, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-23 15:27:48', '2026-02-05 17:03:35'), +(64, 221, 'STU2500221', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(65, 159, 'STU2500159', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(66, 160, 'STU2500160', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(67, 183, 'STU2500183', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(68, 235, 'STU2500235', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(69, 215, 'STU2500215', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(70, 214, 'STU2500214', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(71, 52, 'STU2500052', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(72, 131, 'STU2500131', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(73, 227, 'STU2500227', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(74, 180, 'STU2500180', 10, 3, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(75, 56, 'STU2500056', 10, 3, 3, 50, NULL, 'Fall', '2025-2026', '2025-12-07 17:49:15', '2025-12-14 16:29:45'), +(76, 221, 'STU2500221', 10, 3, 1, 50, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(77, 221, 'STU2500221', 10, 3, 2, 50, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(78, 221, 'STU2500221', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(79, 159, 'STU2500159', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(80, 160, 'STU2500160', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(81, 183, 'STU2500183', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(82, 235, 'STU2500235', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(83, 215, 'STU2500215', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(84, 214, 'STU2500214', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(85, 52, 'STU2500052', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(86, 131, 'STU2500131', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(87, 227, 'STU2500227', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(88, 180, 'STU2500180', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(89, 229, 'STU2500229', 10, 3, 3, 70, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(90, 229, 'STU2500229', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(91, 56, 'STU2500056', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(92, 211, 'STU2500211', 10, 3, 3, 60, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(93, 211, 'STU2500211', 10, 3, 4, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:29:10', '2025-12-14 16:29:45'), +(94, 109, 'STU2500109', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(95, 156, 'STU2500156', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(96, 248, 'STU2500248', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(97, 115, 'STU2500115', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(98, 27, 'STU2500027', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(99, 202, 'STU2500202', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(100, 111, 'STU2500111', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(101, 121, 'STU2500121', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(102, 129, 'STU2500129', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(103, 152, 'STU2500152', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(104, 12, 'STU2500012', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(105, 13, 'STU2500013', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(106, 216, 'STU2500216', 41, 43, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-12 02:22:52', '2026-01-28 04:37:18'), +(107, 188, 'STU2500188', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(108, 188, 'STU2500188', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(109, 224, 'STU2500224', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(110, 224, 'STU2500224', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(111, 22, 'STU2500022', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(112, 22, 'STU2500022', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(113, 125, 'STU2500125', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(114, 125, 'STU2500125', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(115, 2, 'STU2500001', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(116, 2, 'STU2500001', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(117, 195, 'STU2500195', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(118, 195, 'STU2500195', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(119, 194, 'STU2500194', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(120, 194, 'STU2500194', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(121, 103, 'STU2500103', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(122, 103, 'STU2500103', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(123, 50, 'STU2500050', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(124, 50, 'STU2500050', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(125, 100, 'STU2500100', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(126, 100, 'STU2500100', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(127, 25, 'STU2500025', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(128, 25, 'STU2500025', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(129, 42, 'STU2500042', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(130, 42, 'STU2500042', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(131, 244, 'STU2500244', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(132, 244, 'STU2500244', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(133, 186, 'STU2500186', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(134, 186, 'STU2500186', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(135, 60, 'STU2500060', 52, 78, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(136, 60, 'STU2500060', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 18:38:34', '2026-01-25 18:38:34'), +(137, 99, 'STU2500099', 80, 74, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:18:57', '2026-02-05 17:03:35'), +(138, 198, 'STU2500198', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(139, 37, 'STU2500037', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(140, 139, 'STU2500139', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(141, 254, 'STU2500254', 60, 120, 1, 90, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(143, 77, 'STU2500077', 60, 120, 1, 98, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(144, 258, 'STU2500258', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(145, 137, 'STU2500137', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(146, 120, 'STU2500120', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(147, 10, 'STU2500010', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(148, 9, 'STU2500009', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(149, 191, 'STU2500191', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-26 05:50:23'), +(150, 170, 'STU2500170', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(151, 90, 'STU2500090', 60, 120, 1, 98, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(152, 161, 'STU2500161', 60, 120, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(153, 209, 'STU2500209', 60, 120, 1, 96, NULL, 'Fall', '2025-2026', '2026-01-26 05:43:39', '2026-01-30 05:30:58'), +(154, 107, 'STU2500107', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(155, 237, 'STU2500237', 120, 94, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(156, 47, 'STU2500047', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(157, 46, 'STU2500046', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(158, 31, 'STU2500031', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(159, 181, 'STU2500181', 120, 94, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(160, 241, 'STU2500241', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(161, 238, 'STU2500238', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(162, 239, 'STU2500239', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(163, 203, 'STU2500203', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(164, 259, 'STU2500259', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(165, 114, 'STU2500114', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(166, 201, 'STU2500201', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(167, 61, 'STU2500061', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(168, 247, 'STU2500247', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(169, 252, 'STU2500252', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(170, 251, 'STU2500251', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(171, 38, 'STU2500038', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(172, 88, 'STU2500088', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(173, 96, 'STU2500096', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(174, 225, 'STU2500225', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(175, 246, 'STU2500246', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(176, 59, 'STU2500059', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(177, 136, 'STU2500136', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(178, 95, 'STU2500095', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(179, 219, 'STU2500219', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(180, 253, 'STU2500253', 120, 94, 1, 100, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(181, 236, 'STU2500236', 120, 94, 1, 0, NULL, 'Fall', '2025-2026', '2026-01-26 17:31:53', '2026-02-01 17:44:03'), +(193, 193, 'STU2500193', 60, 120, 1, 98, NULL, 'Fall', '2025-2026', '2026-01-30 05:26:14', '2026-01-30 05:30:58'), +(194, 223, 'STU2500223', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(195, 108, 'STU2500108', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(196, 212, 'STU2500212', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(197, 116, 'STU2500116', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(198, 162, 'STU2500162', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(199, 204, 'STU2500204', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(200, 102, 'STU2500102', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(201, 154, 'STU2500154', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(202, 48, 'STU2500048', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(203, 208, 'STU2500208', 90, 138, 1, 0, NULL, 'Fall', '2025-2026', '2026-02-06 20:05:46', '2026-02-06 20:05:46'), +(204, 63, 'STU2500063', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(205, 231, 'STU2500231', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(206, 33, 'STU2500033', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(207, 106, 'STU2500106', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(208, 51, 'STU2500051', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(209, 40, 'STU2500040', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(210, 138, 'STU2500138', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(211, 85, 'STU2500085', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(212, 140, 'STU2500140', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(213, 135, 'STU2500135', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(214, 55, 'STU2500055', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(215, 177, 'STU2500177', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(216, 118, 'STU2500118', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(217, 218, 'STU2500218', 42, 68, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 02:09:50', '2026-02-07 02:09:50'), +(218, 167, 'STU2500167', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(219, 73, 'STU2500073', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(220, 143, 'STU2500143', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(221, 93, 'STU2500093', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(222, 255, 'STU2500255', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(223, 150, 'STU2500150', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(224, 233, 'STU2500233', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(225, 29, 'STU2500029', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(226, 210, 'STU2500210', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(227, 17, 'STU2500017', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(228, 205, 'STU2500205', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(229, 164, 'STU2500164', 51, 73, 1, 100, NULL, 'Fall', '2025-2026', '2026-02-07 04:05:52', '2026-02-07 04:05:52'), +(230, 212, 'STU2500212', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(231, 204, 'STU2500204', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(232, 102, 'STU2500102', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(233, 208, 'STU2500208', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(234, 223, 'STU2500223', 90, 138, 1, 50, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(235, 162, 'STU2500162', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(236, 48, 'STU2500048', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(237, 154, 'STU2500154', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(238, 108, 'STU2500108', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(239, 116, 'STU2500116', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 15:47:45', '2026-03-29 19:46:12'), +(240, 12, 'STU2500012', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(241, 121, 'STU2500121', 41, 160, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(242, 216, 'STU2500216', 41, 160, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(243, 13, 'STU2500013', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(244, 156, 'STU2500156', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(245, 115, 'STU2500115', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(246, 109, 'STU2500109', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(247, 248, 'STU2500248', 41, 160, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(248, 27, 'STU2500027', 41, 160, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(249, 152, 'STU2500152', 41, 160, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(250, 111, 'STU2500111', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(251, 129, 'STU2500129', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(252, 202, 'STU2500202', 41, 160, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-29 16:52:05', '2026-05-10 15:14:02'), +(253, 183, 'STU2500183', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(254, 180, 'STU2500180', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(255, 221, 'STU2500221', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(256, 235, 'STU2500235', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(257, 52, 'STU2500052', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(258, 227, 'STU2500227', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(259, 159, 'STU2500159', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(260, 160, 'STU2500160', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(261, 215, 'STU2500215', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(262, 56, 'STU2500056', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(263, 229, 'STU2500229', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(264, 214, 'STU2500214', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(265, 131, 'STU2500131', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(266, 211, 'STU2500211', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:36:36', '2026-05-22 01:47:03'), +(267, 183, 'STU2500183', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(268, 180, 'STU2500180', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(269, 221, 'STU2500221', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(270, 235, 'STU2500235', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(271, 52, 'STU2500052', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(272, 227, 'STU2500227', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(273, 159, 'STU2500159', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(274, 160, 'STU2500160', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(275, 215, 'STU2500215', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(276, 56, 'STU2500056', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(277, 229, 'STU2500229', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(278, 214, 'STU2500214', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(279, 131, 'STU2500131', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(280, 211, 'STU2500211', 10, 3, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:37:27', '2026-05-22 01:47:03'), +(281, 92, 'STU2500092', 22, 132, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(282, 101, 'STU2500101', 22, 132, 1, 47.5, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(283, 41, 'STU2500041', 22, 132, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(284, 14, 'STU2500014', 22, 132, 1, 66.66, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(285, 58, 'STU2500058', 22, 132, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(286, 80, 'STU2500080', 22, 132, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(287, 104, 'STU2500104', 22, 132, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(288, 182, 'STU2500182', 22, 132, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(289, 228, 'STU2500228', 22, 132, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(290, 97, 'STU2500097', 22, 132, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(291, 178, 'STU2500178', 22, 132, 1, 66.66, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(292, 153, 'STU2500153', 22, 132, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(293, 79, 'STU2500079', 22, 132, 1, 47.5, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(294, 82, 'STU2500082', 22, 132, 1, 66.66, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(295, 197, 'STU2500197', 22, 132, 1, 66.66, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(296, 222, 'STU2500222', 22, 132, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-05 14:56:23', '2026-05-10 16:52:23'), +(297, 168, 'STU2500168', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(298, 7, 'STU2500007', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(299, 220, 'STU2500220', 32, 45, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(300, 75, 'STU2500075', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(301, 189, 'STU2500189', 32, 45, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(302, 54, 'STU2500054', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(303, 169, 'STU2500169', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(304, 179, 'STU2500179', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(305, 185, 'STU2500185', 32, 45, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(306, 145, 'STU2500145', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(307, 213, 'STU2500213', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(308, 18, 'STU2500018', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(309, 144, 'STU2500144', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(310, 130, 'STU2500130', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(311, 74, 'STU2500074', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(312, 165, 'STU2500165', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(313, 123, 'STU2500123', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(314, 8, 'STU2500008', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:33:47', '2026-05-24 01:21:30'), +(315, 85, 'STU2500085', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(316, 118, 'STU2500118', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(317, 40, 'STU2500040', 42, 68, 1, 60, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(318, 106, 'STU2500106', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(319, 231, 'STU2500231', 42, 68, 1, 60, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(320, 138, 'STU2500138', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(321, 135, 'STU2500135', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(322, 55, 'STU2500055', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(323, 177, 'STU2500177', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(324, 51, 'STU2500051', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(325, 33, 'STU2500033', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(326, 63, 'STU2500063', 42, 68, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(327, 140, 'STU2500140', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(328, 218, 'STU2500218', 42, 68, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 21:09:10', '2026-04-05 21:09:52'), +(329, 99, 'STU2500099', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(330, 84, 'STU2500084', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(331, 39, 'STU2500039', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(332, 257, 'STU2500257', 80, 74, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(333, 11, 'STU2500011', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(334, 62, 'STU2500062', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(335, 89, 'STU2500089', 80, 74, 1, 0, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(336, 53, 'STU2500053', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(337, 49, 'STU2500049', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(338, 142, 'STU2500142', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(339, 124, 'STU2500124', 80, 74, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(340, 163, 'STU2500163', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(341, 15, 'STU2500015', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(342, 71, 'STU2500071', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(343, 35, 'STU2500035', 80, 74, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(344, 76, 'STU2500076', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(345, 190, 'STU2500190', 80, 74, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(346, 207, 'STU2500207', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(347, 192, 'STU2500192', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(348, 34, 'STU2500034', 80, 74, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 14:09:46', '2026-05-20 17:00:22'), +(349, 125, 'STU2500125', 52, 40, 1, 75, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(350, 50, 'STU2500050', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(351, 100, 'STU2500100', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(352, 103, 'STU2500103', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(353, 195, 'STU2500195', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(354, 60, 'STU2500060', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(355, 2, 'STU2500001', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(356, 22, 'STU2500022', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(357, 186, 'STU2500186', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(358, 25, 'STU2500025', 52, 40, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(359, 194, 'STU2500194', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(360, 188, 'STU2500188', 52, 40, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(361, 224, 'STU2500224', 52, 40, 1, 0, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(362, 244, 'STU2500244', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(363, 42, 'STU2500042', 52, 40, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:38:38', '2026-05-24 21:28:02'), +(364, 26, 'STU2500026', 70, 82, 1, 99, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(365, 91, 'STU2500091', 70, 82, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(366, 32, 'STU2500032', 70, 82, 1, 94, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(367, 242, 'STU2500242', 70, 82, 1, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(368, 28, 'STU2500028', 70, 82, 1, 95, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(369, 126, 'STU2500126', 70, 82, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(370, 72, 'STU2500072', 70, 82, 1, 96, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(371, 1, 'STU2500002', 70, 82, 1, 97, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(372, 151, 'STU2500151', 70, 82, 1, 98, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(373, 94, 'STU2500094', 70, 82, 1, 92, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(374, 158, 'STU2500158', 70, 82, 1, 96, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(375, 230, 'STU2500230', 70, 82, 1, 93, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(376, 66, 'STU2500066', 70, 82, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(377, 67, 'STU2500067', 70, 82, 1, 93, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(378, 6, 'STU2500006', 70, 82, 1, 92, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(379, 187, 'STU2500187', 70, 82, 1, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(380, 117, 'STU2500117', 70, 82, 1, 96, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(381, 119, 'STU2500119', 70, 82, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:20:41', '2026-05-17 14:43:04'), +(382, 183, 'STU2500183', 10, 3, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(383, 180, 'STU2500180', 10, 3, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(384, 221, 'STU2500221', 10, 3, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(385, 235, 'STU2500235', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(386, 52, 'STU2500052', 10, 3, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(387, 227, 'STU2500227', 10, 3, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(388, 159, 'STU2500159', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(389, 160, 'STU2500160', 10, 3, 3, NULL, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(390, 215, 'STU2500215', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(391, 56, 'STU2500056', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(392, 229, 'STU2500229', 10, 3, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(393, 214, 'STU2500214', 10, 3, 3, 70, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(394, 131, 'STU2500131', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(395, 211, 'STU2500211', 10, 3, 3, 100, NULL, 'Spring', '2025-2026', '2026-04-19 14:49:43', '2026-05-22 01:47:03'), +(396, 183, 'STU2500183', 10, 3, 4, 70, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(397, 180, 'STU2500180', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(398, 221, 'STU2500221', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(399, 235, 'STU2500235', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(400, 52, 'STU2500052', 10, 3, 4, 70, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(401, 227, 'STU2500227', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(402, 159, 'STU2500159', 10, 3, 4, 70, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(403, 160, 'STU2500160', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(404, 215, 'STU2500215', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(405, 56, 'STU2500056', 10, 3, 4, 70, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(406, 229, 'STU2500229', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(407, 214, 'STU2500214', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(408, 131, 'STU2500131', 10, 3, 4, NULL, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(409, 211, 'STU2500211', 10, 3, 4, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:24:50', '2026-05-22 01:47:03'), +(410, 167, 'STU2500167', 51, 73, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(411, 73, 'STU2500073', 51, 73, 1, 80, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(412, 143, 'STU2500143', 51, 73, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(413, 93, 'STU2500093', 51, 73, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(414, 255, 'STU2500255', 51, 73, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(415, 150, 'STU2500150', 51, 73, 1, 30, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(416, 233, 'STU2500233', 51, 73, 1, 70, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(417, 29, 'STU2500029', 51, 73, 1, 60, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(418, 210, 'STU2500210', 51, 73, 1, 40, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(419, 17, 'STU2500017', 51, 73, 1, 80, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(420, 205, 'STU2500205', 51, 73, 1, 50, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(421, 164, 'STU2500164', 51, 73, 1, 80, NULL, 'Spring', '2025-2026', '2026-05-10 16:27:16', '2026-05-10 16:27:16'), +(422, 225, 'STU2500225', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(423, 88, 'STU2500088', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(424, 238, 'STU2500238', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(425, 38, 'STU2500038', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(426, 59, 'STU2500059', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(427, 247, 'STU2500247', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(428, 107, 'STU2500107', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(429, 96, 'STU2500096', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(430, 252, 'STU2500252', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(431, 246, 'STU2500246', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(432, 251, 'STU2500251', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(433, 95, 'STU2500095', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(434, 114, 'STU2500114', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(435, 136, 'STU2500136', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(436, 237, 'STU2500237', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(437, 31, 'STU2500031', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(438, 203, 'STU2500203', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(439, 236, 'STU2500236', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(440, 201, 'STU2500201', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(441, 47, 'STU2500047', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(442, 61, 'STU2500061', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(443, 46, 'STU2500046', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(444, 239, 'STU2500239', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(445, 253, 'STU2500253', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(446, 259, 'STU2500259', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(447, 241, 'STU2500241', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(448, 219, 'STU2500219', 120, 99, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-11 17:35:43', '2026-05-25 16:24:02'), +(449, 146, 'STU2500146', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(450, 249, 'STU2500249', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(451, 176, 'STU2500176', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(452, 112, 'STU2500112', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'); +INSERT INTO `project` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `project_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(453, 141, 'STU2500141', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(454, 45, 'STU2500045', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(455, 173, 'STU2500173', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(456, 86, 'STU2500086', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(457, 105, 'STU2500105', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(458, 256, 'STU2500256', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(459, 200, 'STU2500200', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(460, 226, 'STU2500226', 21, 71, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(461, 217, 'STU2500217', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(462, 157, 'STU2500157', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(463, 36, 'STU2500036', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(464, 43, 'STU2500043', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(465, 147, 'STU2500147', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(466, 206, 'STU2500206', 21, 71, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 02:45:45', '2026-05-22 02:45:45'), +(467, 120, 'STU2500120', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(468, 37, 'STU2500037', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(469, 90, 'STU2500090', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(470, 137, 'STU2500137', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(471, 198, 'STU2500198', 60, 120, 1, 50, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(472, 209, 'STU2500209', 60, 120, 1, 85, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(473, 193, 'STU2500193', 60, 120, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(474, 161, 'STU2500161', 60, 120, 1, 98, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(475, 254, 'STU2500254', 60, 120, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(476, 9, 'STU2500009', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(477, 10, 'STU2500010', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(478, 139, 'STU2500139', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(479, 258, 'STU2500258', 60, 120, 1, 50, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(480, 170, 'STU2500170', 60, 120, 1, 95, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(481, 77, 'STU2500077', 60, 120, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 15:14:30', '2026-05-22 15:14:30'), +(482, 171, 'STU2500171', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(483, 21, 'STU2500021', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(484, 199, 'STU2500199', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(485, 30, 'STU2500030', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(486, 68, 'STU2500068', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(487, 78, 'STU2500078', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(488, 44, 'STU2500044', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(489, 57, 'STU2500057', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(490, 234, 'STU2500234', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(491, 70, 'STU2500070', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(492, 20, 'STU2500020', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(493, 64, 'STU2500064', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(494, 196, 'STU2500196', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(495, 16, 'STU2500016', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(496, 245, 'STU2500245', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(497, 127, 'STU2500127', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(498, 81, 'STU2500081', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'), +(499, 19, 'STU2500019', 31, 155, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-24 02:08:01', '2026-05-24 02:08:01'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `promotion_queue` +-- + +CREATE TABLE `promotion_queue` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `from_class_section_id` int(11) UNSIGNED DEFAULT NULL, + `to_class_id` int(11) UNSIGNED NOT NULL, + `to_class_section_id` int(11) UNSIGNED DEFAULT NULL, + `school_year_from` varchar(9) NOT NULL, + `school_year_to` varchar(9) NOT NULL, + `status` enum('queued','assigned','applied','cancelled') NOT NULL DEFAULT 'queued', + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `qcmquestions` +-- + +CREATE TABLE `qcmquestions` ( + `id` int(11) NOT NULL, + `qcm_question_id` int(11) NOT NULL, + `question_id` int(11) NOT NULL, + `answer_a` text NOT NULL, + `answer_b` text NOT NULL, + `answer_c` text DEFAULT NULL, + `answer_d` text DEFAULT NULL, + `answer_e` text DEFAULT NULL, + `correct_answer` char(1) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `questions` +-- + +CREATE TABLE `questions` ( + `id` int(11) NOT NULL, + `question_id` int(11) NOT NULL, + `chapter_id` int(11) NOT NULL, + `question_type_id` int(11) NOT NULL, + `question_text` text NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `questionstruefalse` +-- + +CREATE TABLE `questionstruefalse` ( + `id` int(11) NOT NULL, + `tf_question_id` int(11) NOT NULL, + `question_id` int(11) NOT NULL, + `correct_answer` tinyint(1) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `questiontypes` +-- + +CREATE TABLE `questiontypes` ( + `id` int(11) NOT NULL, + `question_type_id` int(11) NOT NULL, + `question_type_name` varchar(50) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `quiz` +-- + +CREATE TABLE `quiz` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) NOT NULL, + `updated_by` int(11) NOT NULL, + `quiz_index` tinyint(11) NOT NULL, + `score` float DEFAULT NULL, + `comment` text DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `quiz` +-- + +INSERT INTO `quiz` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `quiz_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 108, '', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(2, 212, '', 90, 138, 1, 96, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(3, 162, '', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(4, 154, '', 90, 138, 1, 92, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(5, 48, '', 90, 138, 1, 100, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(6, 208, '', 90, 138, 1, 84, NULL, 'Fall', '2025-2026', '2025-10-13 19:51:14', '2026-01-29 03:47:20'), +(7, 188, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(8, 224, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(9, 22, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(10, 125, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(11, 195, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(12, 103, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(13, 50, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(14, 100, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(15, 25, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(16, 42, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(17, 244, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(18, 186, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(19, 60, '', 52, 40, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 16:30:00', '2026-01-29 03:46:49'), +(20, 75, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(21, 165, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(22, 8, '', 32, 84, 1, 95, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(23, 18, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(24, 145, '', 32, 84, 1, 95, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(25, 144, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(26, 189, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-02 17:21:30', '2026-01-29 03:46:07'), +(27, 223, '', 90, 138, 1, 76, NULL, 'Fall', '2025-2026', '2025-11-03 17:29:33', '2026-01-29 03:47:20'), +(28, 69, '', 90, 138, 1, NULL, NULL, 'Fall', '2025-2026', '2025-11-03 17:29:33', '2026-01-29 03:47:20'), +(29, 116, '', 90, 138, 1, 92, NULL, 'Fall', '2025-2026', '2025-11-03 17:29:33', '2026-01-29 03:47:20'), +(30, 204, '', 90, 138, 1, 92, NULL, 'Fall', '2025-2026', '2025-11-03 17:29:33', '2026-01-29 03:47:20'), +(31, 102, '', 90, 138, 1, 92, NULL, 'Fall', '2025-2026', '2025-11-03 17:29:33', '2026-01-29 03:47:20'), +(32, 223, '', 90, 138, 2, 70, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(33, 108, '', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(34, 69, '', 90, 138, 2, NULL, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(35, 212, '', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(36, 116, '', 90, 138, 2, 50, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(37, 162, '', 90, 138, 2, 80, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(38, 204, '', 90, 138, 2, 60, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(39, 102, '', 90, 138, 2, 40, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(40, 154, '', 90, 138, 2, 90, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(41, 48, '', 90, 138, 2, 60, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(42, 208, '', 90, 138, 2, 40, NULL, 'Fall', '2025-2026', '2025-11-03 17:47:26', '2026-01-29 03:47:20'), +(43, 97, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:57', '2026-01-29 03:45:50'), +(44, 222, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:57', '2026-01-29 03:45:50'), +(45, 197, '', 22, 132, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:57', '2026-01-29 03:45:50'), +(46, 92, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 16:31:57', '2026-01-29 03:45:50'), +(47, 206, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(48, 146, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(49, 147, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(50, 249, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(51, 45, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(52, 86, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(53, 105, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(54, 200, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(55, 256, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(56, 43, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(57, 36, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(58, 157, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(59, 173, '', 21, 71, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(60, 141, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(61, 226, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(62, 217, '', 21, 71, 1, 80, NULL, 'Fall', '2025-2026', '2025-11-09 17:10:29', '2026-01-29 03:45:38'), +(63, 104, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(64, 182, '', 22, 132, 1, 40, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(65, 58, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(66, 101, '', 22, 132, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(67, 82, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(68, 153, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(69, 80, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(70, 79, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(71, 41, '', 22, 132, 1, 90, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(72, 14, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(73, 228, '', 22, 132, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(74, 178, '', 22, 132, 1, 70, NULL, 'Fall', '2025-2026', '2025-11-09 17:24:43', '2026-01-29 03:45:50'), +(75, 97, '', 22, 132, 2, 56, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(76, 222, '', 22, 132, 2, 56, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(77, 197, '', 22, 132, 2, 56, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(78, 92, '', 22, 132, 2, 41, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(79, 104, '', 22, 132, 2, 75, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(80, 182, '', 22, 132, 2, 55, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(81, 58, '', 22, 132, 2, 56, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(82, 101, '', 22, 132, 2, 60, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(83, 82, '', 22, 132, 2, 41, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(84, 153, '', 22, 132, 2, 71, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(85, 80, '', 22, 132, 2, 41, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(86, 79, '', 22, 132, 2, 21, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(87, 41, '', 22, 132, 2, 47, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(88, 14, '', 22, 132, 2, 31, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(89, 228, '', 22, 132, 2, 56, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(90, 178, '', 22, 132, 2, 40, NULL, 'Fall', '2025-2026', '2025-11-09 17:52:28', '2026-01-29 03:45:50'), +(91, 7, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(92, 130, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(93, 74, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(94, 54, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(95, 179, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(96, 168, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(97, 169, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(98, 123, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-09 17:53:22', '2026-01-29 03:46:07'), +(99, 2, '', 52, 1, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:39:07', '2026-01-29 03:46:49'), +(100, 194, '', 52, 1, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 06:39:07', '2026-01-29 03:46:49'), +(101, 185, '', 32, 84, 1, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:18:47', '2026-01-29 03:46:07'), +(102, 75, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(103, 7, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(104, 18, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(105, 130, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(106, 74, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(107, 54, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(108, 179, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(109, 168, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(110, 169, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-16 17:34:54', '2026-01-29 03:46:07'), +(111, 165, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:32:43', '2026-01-29 03:46:07'), +(112, 144, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:32:43', '2026-01-29 03:46:07'), +(113, 213, '', 32, 84, 1, 95, NULL, 'Fall', '2025-2026', '2025-11-23 16:32:43', '2026-01-29 03:46:07'), +(114, 123, '', 32, 84, 2, 100, NULL, 'Fall', '2025-2026', '2025-11-23 16:32:43', '2026-01-29 03:46:07'), +(115, 198, '', 60, 83, 1, 44, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(116, 37, '', 60, 83, 1, 84, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(117, 139, '', 60, 83, 1, 84, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(118, 254, '', 60, 83, 1, 48, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(119, 193, '', 60, 83, 1, 52, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(120, 77, '', 60, 83, 1, 92, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(121, 258, '', 60, 83, 1, 64, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(122, 137, '', 60, 83, 1, 92, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(123, 120, '', 60, 83, 1, 88, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(124, 10, '', 60, 83, 1, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(125, 9, '', 60, 83, 1, 96, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(126, 191, '', 60, 83, 1, 76, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(127, 170, '', 60, 83, 1, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(128, 90, '', 60, 83, 1, 100, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(129, 161, '', 60, 83, 1, 76, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(130, 209, '', 60, 83, 1, 76, NULL, 'Fall', '2025-2026', '2025-12-07 15:27:19', '2026-02-07 04:43:02'), +(131, 92, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:23:45', '2026-01-29 03:45:50'), +(132, 104, '', 22, 132, 3, 90, NULL, 'Fall', '2025-2026', '2025-12-07 17:23:45', '2026-01-29 03:45:50'), +(133, 58, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:23:45', '2026-01-29 03:45:50'), +(134, 222, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(135, 197, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(136, 182, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(137, 101, '', 22, 132, 3, 10, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(138, 82, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(139, 80, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(140, 79, '', 22, 132, 3, 80, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(141, 41, '', 22, 132, 3, 95, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(142, 14, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(143, 178, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-07 17:39:11', '2026-01-29 03:45:50'), +(144, 228, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:21:10', '2026-01-29 03:45:50'), +(145, 153, '', 22, 132, 3, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:24:54', '2026-01-29 03:45:50'), +(146, 206, '', 21, 71, 2, 90, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(147, 146, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(148, 147, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(149, 249, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(150, 45, '', 21, 71, 2, 40, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(151, 112, '', 21, 71, 2, 50, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(152, 86, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(153, 200, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(154, 256, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(155, 43, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(156, 36, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(157, 173, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(158, 141, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(159, 226, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(160, 176, '', 21, 71, 2, 40, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(161, 217, '', 21, 71, 2, 100, NULL, 'Fall', '2025-2026', '2025-12-14 16:33:28', '2026-01-29 03:45:38'), +(162, 230, '', 70, 2, 1, 53.33, 'Competition 1 normalized from 16.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(163, 187, '', 70, 2, 1, 63.33, 'Competition 1 normalized from 19.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(164, 117, '', 70, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(165, 32, '', 70, 2, 1, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(166, 67, '', 70, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(167, 242, '', 70, 2, 1, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(168, 6, '', 70, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(169, 1, '', 70, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(170, 126, '', 70, 2, 1, 63.33, 'Competition 1 normalized from 19.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(171, 91, '', 70, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(172, 26, '', 70, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(173, 94, '', 70, 2, 1, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(174, 151, '', 70, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(175, 72, '', 70, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(176, 28, '', 70, 2, 1, 53.33, 'Competition 1 normalized from 16.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(177, 66, '', 70, 2, 1, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(178, 119, '', 70, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(179, 158, '', 70, 2, 1, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:04'), +(193, 188, '', 52, 2, 2, 44, 'Competition 1 normalized from 11.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(194, 224, '', 52, 2, 2, 52, 'Competition 1 normalized from 13.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(195, 22, '', 52, 2, 2, 84, 'Competition 1 normalized from 21.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(196, 125, '', 52, 2, 2, 28, 'Competition 1 normalized from 7.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(197, 2, '', 52, 2, 2, 56, 'Competition 1 normalized from 14.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(198, 195, '', 52, 2, 2, 84, 'Competition 1 normalized from 21.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(199, 194, '', 52, 2, 2, 48, 'Competition 1 normalized from 12.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(200, 103, '', 52, 2, 2, 88, 'Competition 1 normalized from 22.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(201, 50, '', 52, 2, 2, 68, 'Competition 1 normalized from 17.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(202, 42, '', 52, 2, 2, 68, 'Competition 1 normalized from 17.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(203, 244, '', 52, 2, 2, 20, 'Competition 1 normalized from 5.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(204, 186, '', 52, 2, 2, 44, 'Competition 1 normalized from 11.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(205, 60, '', 52, 2, 2, 60, 'Competition 1 normalized from 15.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(206, 100, '', 52, 2, 2, NULL, 'Competition 1 normalized from 0.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(207, 25, '', 52, 2, 2, NULL, 'Competition 1 normalized from 0.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:49'), +(208, 165, '', 32, 2, 3, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(209, 7, '', 32, 2, 3, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(210, 8, '', 32, 2, 3, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(211, 18, '', 32, 2, 3, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(212, 145, '', 32, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(213, 144, '', 32, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(214, 189, '', 32, 2, 3, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(215, 220, '', 32, 2, 3, 75, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(216, 130, '', 32, 2, 3, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(217, 213, '', 32, 2, 3, 43.33, 'Competition 1 normalized from 13.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(218, 74, '', 32, 2, 3, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(219, 185, '', 32, 2, 3, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(220, 54, '', 32, 2, 3, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(221, 179, '', 32, 2, 3, 53.33, 'Competition 1 normalized from 16.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(222, 168, '', 32, 2, 3, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(223, 169, '', 32, 2, 3, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(224, 123, '', 32, 2, 3, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(225, 75, '', 32, 2, 3, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:07'), +(239, 198, '', 60, 2, 2, 26.67, 'Competition 1 normalized from 8.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(240, 37, '', 60, 2, 2, 66.67, 'Competition 1 normalized from 20.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(241, 139, '', 60, 2, 2, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(242, 193, '', 60, 2, 2, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(243, 77, '', 60, 2, 2, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(244, 258, '', 60, 2, 2, 40, 'Competition 1 normalized from 12.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(245, 137, '', 60, 2, 2, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(246, 120, '', 60, 2, 2, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(247, 10, '', 60, 2, 2, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(248, 9, '', 60, 2, 2, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(249, 90, '', 60, 2, 2, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(250, 161, '', 60, 2, 2, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(251, 209, '', 60, 2, 2, 75, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(252, 254, '', 60, 2, 2, 55, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(253, 170, '', 60, 2, 2, 85, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(254, 191, '', 60, 2, 2, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 04:43:02'), +(270, 62, '', 80, 2, 1, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(271, 142, '', 80, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(272, 240, '', 80, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(273, 149, '', 80, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(274, 76, '', 80, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(275, 99, '', 80, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(276, 39, '', 80, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(277, 89, '', 80, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(278, 192, '', 80, 2, 1, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(279, 84, '', 80, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(280, 35, '', 80, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(281, 207, '', 80, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(282, 71, '', 80, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(283, 34, '', 80, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(284, 163, '', 80, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(285, 257, '', 80, 2, 1, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(286, 53, '', 80, 2, 1, 90, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(287, 15, '', 80, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(288, 124, '', 80, 2, 1, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(289, 11, '', 80, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(290, 49, '', 80, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(291, 190, '', 80, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-05 17:04:30'), +(301, 109, '', 41, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(302, 156, '', 41, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(303, 248, '', 41, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(304, 27, '', 41, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(305, 202, '', 41, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(306, 111, '', 41, 2, 1, 100, 'Competition 1 normalized from 30.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(307, 121, '', 41, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(308, 129, '', 41, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(309, 152, '', 41, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(310, 12, '', 41, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(311, 13, '', 41, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(312, 216, '', 41, 2, 1, 63.33, 'Competition 1 normalized from 19.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(313, 115, '', 41, 2, 1, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:22'), +(316, 97, '', 22, 2, 4, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(317, 222, '', 22, 2, 4, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(318, 197, '', 22, 2, 4, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(319, 92, '', 22, 2, 4, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(320, 104, '', 22, 2, 4, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(321, 182, '', 22, 2, 4, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(322, 58, '', 22, 2, 4, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(323, 82, '', 22, 2, 4, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(324, 153, '', 22, 2, 4, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(325, 80, '', 22, 2, 4, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(326, 79, '', 22, 2, 4, 63.33, 'Competition 1 normalized from 19.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(327, 41, '', 22, 2, 4, 56.67, 'Competition 1 normalized from 17.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(328, 14, '', 22, 2, 4, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(329, 228, '', 22, 2, 4, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(330, 178, '', 22, 2, 4, 53.33, 'Competition 1 normalized from 16.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(331, 101, '', 22, 2, 4, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:50'), +(347, 64, '', 31, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(348, 199, '', 31, 2, 1, 66.67, 'Competition 1 normalized from 20.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(349, 70, '', 31, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(350, 19, '', 31, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(351, 68, '', 31, 2, 1, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(352, 196, '', 31, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(353, 127, '', 31, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(354, 234, '', 31, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(355, 20, '', 31, 2, 1, 46.67, 'Competition 1 normalized from 14.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(356, 44, '', 31, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(357, 57, '', 31, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(358, 81, '', 31, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(359, 21, '', 31, 2, 1, 40, 'Competition 1 normalized from 12.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(360, 78, '', 31, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(361, 16, '', 31, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(362, 30, '', 31, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(363, 171, '', 31, 2, 1, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(364, 245, '', 31, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-25 20:24:56'), +(378, 167, '', 51, 2, 1, 56, 'Competition 1 normalized from 14.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(379, 73, '', 51, 2, 1, 40, 'Competition 1 normalized from 10.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(380, 143, '', 51, 2, 1, 72, 'Competition 1 normalized from 18.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(381, 93, '', 51, 2, 1, 12, 'Competition 1 normalized from 3.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(382, 255, '', 51, 2, 1, 92, 'Competition 1 normalized from 9.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(383, 150, '', 51, 2, 1, 40, 'Competition 1 normalized from 10.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(384, 233, '', 51, 2, 1, 40, 'Competition 1 normalized from 10.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(385, 29, '', 51, 2, 1, 48, 'Competition 1 normalized from 12.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(386, 210, '', 51, 2, 1, 36, 'Competition 1 normalized from 0.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(387, 205, '', 51, 2, 1, 72, 'Competition 1 normalized from 18.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(388, 164, '', 51, 2, 1, 68, 'Competition 1 normalized from 17.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(389, 17, '', 51, 2, 1, 96, 'Competition 1 normalized from 24.00/25', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-08 15:20:17'), +(393, 107, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(394, 237, '', 120, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(395, 47, '', 120, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(396, 46, '', 120, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(397, 31, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(398, 181, '', 120, 2, 1, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-02-07 02:57:22'), +(399, 241, '', 120, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(400, 238, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(401, 239, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(402, 203, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(403, 259, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(404, 114, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(405, 201, '', 120, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(406, 61, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(407, 247, '', 120, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(408, 252, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(409, 251, '', 120, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(410, 38, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(411, 88, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(412, 96, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(413, 225, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(414, 246, '', 120, 2, 1, 100, 'Competition 1 normalized from 30.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(415, 59, '', 120, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(416, 136, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(417, 95, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(418, 219, '', 120, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(419, 253, '', 120, 2, 1, 80, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(420, 236, '', 120, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:17:54'), +(424, 85, '', 42, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(425, 118, '', 42, 2, 1, 80, 'Competition 1 normalized from 24.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(426, 40, '', 42, 2, 1, 46.67, 'Competition 1 normalized from 14.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(427, 106, '', 42, 2, 1, 66.67, 'Competition 1 normalized from 20.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(428, 231, '', 42, 2, 1, 23.33, 'Competition 1 normalized from 7.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(429, 138, '', 42, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(430, 135, '', 42, 2, 1, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(431, 55, '', 42, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(432, 177, '', 42, 2, 1, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(433, 51, '', 42, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(434, 33, '', 42, 2, 1, 26.67, 'Competition 1 normalized from 8.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(435, 63, '', 42, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(436, 140, '', 42, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(437, 218, '', 42, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:46:31'), +(439, 206, '', 21, 2, 3, 40, 'Competition 1 normalized from 12.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(440, 146, '', 21, 2, 3, 60, 'Competition 1 normalized from 18.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(441, 147, '', 21, 2, 3, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(442, 249, '', 21, 2, 3, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(443, 45, '', 21, 2, 3, 36.67, 'Competition 1 normalized from 11.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(444, 112, '', 21, 2, 3, 43.33, 'Competition 1 normalized from 13.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(445, 86, '', 21, 2, 3, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(446, 200, '', 21, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(447, 256, '', 21, 2, 3, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(448, 43, '', 21, 2, 3, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(449, 36, '', 21, 2, 3, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(450, 157, '', 21, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(451, 173, '', 21, 2, 3, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(452, 141, '', 21, 2, 3, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(453, 226, '', 21, 2, 3, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(454, 176, '', 21, 2, 3, 40, 'Competition 1 normalized from 12.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(455, 217, '', 21, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(456, 105, '', 21, 2, 3, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:45:38'), +(470, 223, '', 90, 2, 3, 66.67, 'Competition 1 normalized from 20.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(471, 108, '', 90, 2, 3, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(472, 212, '', 90, 2, 3, 56.67, 'Competition 1 normalized from 17.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(473, 116, '', 90, 2, 3, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(474, 162, '', 90, 2, 3, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(475, 204, '', 90, 2, 3, 50, 'Competition 1 normalized from 15.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(476, 102, '', 90, 2, 3, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(477, 154, '', 90, 2, 3, 66.67, 'Competition 1 normalized from 20.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(478, 48, '', 90, 2, 3, 76.67, 'Competition 1 normalized from 23.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(479, 208, '', 90, 2, 3, 70, 'Competition 1 normalized from 21.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(480, 69, '', 90, 2, 3, NULL, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-01-29 03:47:20'), +(485, 221, '', 10, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(486, 159, '', 10, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(487, 160, '', 10, 2, 1, 0, 'Competition 1 normalized from 0.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(488, 183, '', 10, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(489, 235, '', 10, 2, 1, 96.67, 'Competition 1 normalized from 29.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(490, 215, '', 10, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(491, 214, '', 10, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(492, 52, '', 10, 2, 1, 83.33, 'Competition 1 normalized from 25.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(493, 131, '', 10, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(494, 227, '', 10, 2, 1, 73.33, 'Competition 1 normalized from 22.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(495, 180, '', 10, 2, 1, 93.33, 'Competition 1 normalized from 28.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(496, 229, '', 10, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(497, 56, '', 10, 2, 1, 86.67, 'Competition 1 normalized from 26.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(498, 211, '', 10, 2, 1, 90, 'Competition 1 normalized from 27.00/30', 'Fall', '2025-2026', '2026-01-18 07:30:15', '2026-05-30 20:29:46'), +(500, 97, '', 22, 5, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(501, 97, '', 22, 5, 5, 26, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(502, 222, '', 22, 5, 5, 18, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(503, 197, '', 22, 5, 5, 22, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(504, 92, '', 22, 5, 5, 18, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(505, 104, '', 22, 5, 5, 26, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(506, 182, '', 22, 5, 5, 21, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(507, 58, '', 22, 5, 5, 15, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(508, 101, '', 22, 5, 5, NULL, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(509, 82, '', 22, 5, 5, 22, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(510, 153, '', 22, 5, 5, 22, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(511, 80, '', 22, 5, 5, 18, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'); +INSERT INTO `quiz` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `quiz_index`, `score`, `comment`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(512, 79, '', 22, 5, 5, 19, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(513, 41, '', 22, 5, 5, 17, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(514, 14, '', 22, 5, 5, 21, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(515, 228, '', 22, 5, 5, 22, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(516, 178, '', 22, 5, 5, 16, NULL, 'Fall', '2025-2026', '2026-01-23 01:25:55', '2026-01-29 03:45:50'), +(517, 188, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(518, 224, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(519, 22, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(520, 125, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(521, 2, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(522, 195, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(523, 194, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(524, 103, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(525, 50, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(526, 100, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(527, 25, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(528, 42, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(529, 244, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(530, 186, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(531, 60, '', 52, 78, 3, 100, NULL, 'Fall', '2025-2026', '2026-01-25 19:55:47', '2026-01-29 03:46:49'), +(532, 188, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(533, 188, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(534, 188, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(535, 188, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(536, 224, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(537, 224, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(538, 224, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(539, 224, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(540, 22, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(541, 22, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(542, 22, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(543, 22, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(544, 125, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(545, 125, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(546, 125, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(547, 125, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(548, 2, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(549, 2, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(550, 2, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(551, 2, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(552, 195, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(553, 195, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(554, 195, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(555, 195, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(556, 194, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(557, 194, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(558, 194, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(559, 194, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(560, 103, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(561, 103, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(562, 103, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(563, 103, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(564, 50, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(565, 50, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(566, 50, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(567, 50, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(568, 100, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(569, 100, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(570, 100, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(571, 100, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(572, 25, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(573, 25, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(574, 25, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(575, 25, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(576, 42, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(577, 42, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(578, 42, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(579, 42, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(580, 244, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(581, 244, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(582, 244, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(583, 244, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(584, 186, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(585, 186, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(586, 186, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(587, 186, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(588, 60, '', 52, 78, 4, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(589, 60, '', 52, 78, 5, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(590, 60, '', 52, 78, 6, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(591, 60, '', 52, 78, 7, 100, NULL, 'Fall', '2025-2026', '2026-01-25 20:08:20', '2026-01-29 03:46:49'), +(592, 8, '', 32, 45, 2, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(593, 145, '', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(594, 189, '', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(595, 220, '', 32, 45, 1, 75, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(596, 220, '', 32, 45, 2, 100, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(597, 213, '', 32, 45, 2, 95, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(598, 185, '', 32, 45, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-25 23:49:22', '2026-01-29 03:46:07'), +(599, 62, '', 80, 89, 2, 76.7, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(600, 142, '', 80, 89, 2, 83.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(601, 240, '', 80, 89, 2, 0, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(602, 149, '', 80, 89, 2, 0, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(603, 76, '', 80, 89, 2, 90, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(604, 99, '', 80, 89, 2, 80, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(605, 39, '', 80, 89, 2, 80, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(606, 89, '', 80, 89, 2, 0, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(607, 192, '', 80, 89, 2, 70, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(608, 84, '', 80, 89, 2, 90, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(609, 35, '', 80, 89, 2, 73.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(610, 207, '', 80, 89, 2, 83.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(611, 71, '', 80, 89, 2, 79.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(612, 34, '', 80, 89, 2, 93.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(613, 163, '', 80, 89, 2, 80, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(614, 257, '', 80, 89, 2, 60, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(615, 53, '', 80, 89, 2, 90, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(616, 15, '', 80, 89, 2, 93.3, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(617, 124, '', 80, 89, 2, 60, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(618, 11, '', 80, 89, 2, 99, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(619, 49, '', 80, 89, 2, 90, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(620, 190, '', 80, 89, 2, 70, NULL, 'Fall', '2025-2026', '2026-01-26 04:30:25', '2026-02-05 17:04:30'), +(621, 112, '', 21, 1, 1, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:45:38', '2026-01-29 03:45:38'), +(622, 105, '', 21, 1, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:45:38', '2026-01-29 03:45:38'), +(623, 157, '', 21, 1, 2, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:45:38', '2026-01-29 03:45:38'), +(624, 176, '', 21, 1, 1, NULL, NULL, 'Fall', '2025-2026', '2026-01-29 03:45:38', '2026-01-29 03:45:38'), +(625, 168, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(626, 7, '', 32, 45, 1, 95, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(627, 220, '', 32, 45, 1, 60, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(628, 75, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(629, 189, '', 32, 45, 1, 20, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(630, 54, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(631, 169, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(632, 179, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(633, 185, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(634, 145, '', 32, 45, 1, 96, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(635, 213, '', 32, 45, 1, 0, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(636, 18, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(637, 144, '', 32, 45, 1, 99, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(638, 130, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(639, 74, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(640, 165, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(641, 123, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(642, 8, '', 32, 45, 1, 100, NULL, 'Spring', '2025-2026', '2026-03-08 16:55:45', '2026-05-17 16:30:37'), +(643, 183, '', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(644, 180, '', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(645, 221, '', 10, 3, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(646, 235, '', 10, 3, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(647, 52, '', 10, 3, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(648, 227, '', 10, 3, 1, 60, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(649, 159, '', 10, 3, 1, 0, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(650, 160, '', 10, 3, 1, 0, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(651, 215, '', 10, 3, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(652, 56, '', 10, 3, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(653, 229, '', 10, 3, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(654, 214, '', 10, 3, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(655, 131, '', 10, 3, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(656, 211, '', 10, 3, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-04 15:41:38', '2026-05-31 04:28:33'), +(657, 92, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(658, 101, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(659, 41, '', 22, 132, 1, 80, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(660, 14, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(661, 58, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(662, 80, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(663, 104, '', 22, 132, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(664, 182, '', 22, 132, 1, 20, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(665, 228, '', 22, 132, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(666, 97, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(667, 178, '', 22, 132, 1, 0, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(668, 153, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(669, 79, '', 22, 132, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(670, 82, '', 22, 132, 1, 85, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(671, 197, '', 22, 132, 1, 90, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(672, 222, '', 22, 132, 1, 70, NULL, 'Spring', '2025-2026', '2026-04-05 15:26:48', '2026-05-10 16:58:53'), +(673, 92, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(674, 101, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(675, 41, '', 22, 5, 2, 80, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(676, 14, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(677, 58, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(678, 80, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(679, 104, '', 22, 5, 2, 90, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(680, 182, '', 22, 5, 2, 20, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(681, 228, '', 22, 5, 2, 95, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(682, 97, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(683, 178, '', 22, 5, 2, 50, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(684, 153, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(685, 79, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(686, 82, '', 22, 5, 2, 20, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(687, 197, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(688, 222, '', 22, 5, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:21:35', '2026-05-10 16:58:53'), +(689, 168, '', 32, 45, 2, 99, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(690, 7, '', 32, 45, 2, 99, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(691, 220, '', 32, 45, 2, 50, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(692, 75, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(693, 189, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(694, 54, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(695, 169, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(696, 179, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(697, 185, '', 32, 45, 2, 99, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(698, 145, '', 32, 45, 2, 92, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(699, 213, '', 32, 45, 2, 0, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(700, 18, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(701, 144, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(702, 130, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(703, 74, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(704, 165, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(705, 123, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(706, 8, '', 32, 45, 2, 100, NULL, 'Spring', '2025-2026', '2026-04-12 16:47:11', '2026-05-17 16:30:37'), +(707, 26, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(708, 91, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(709, 32, '', 70, 79, 1, 30, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(710, 242, '', 70, 79, 1, 78, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(711, 28, '', 70, 79, 1, 89, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(712, 126, '', 70, 79, 1, 40, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(713, 72, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(714, 1, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(715, 151, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(716, 94, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(717, 158, '', 70, 79, 1, 56, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(718, 230, '', 70, 79, 1, 78, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(719, 66, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(720, 67, '', 70, 79, 1, 50, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(721, 6, '', 70, 79, 1, 78, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(722, 187, '', 70, 79, 1, NULL, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(723, 117, '', 70, 79, 1, 89, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(724, 119, '', 70, 79, 1, 100, NULL, 'Spring', '2025-2026', '2026-04-29 21:24:37', '2026-05-19 22:00:57'), +(725, 168, '', 32, 84, 3, 99, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(726, 7, '', 32, 84, 3, 90, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(727, 220, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(728, 75, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(729, 189, '', 32, 84, 3, 60, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(730, 54, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(731, 169, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(732, 179, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(733, 185, '', 32, 84, 3, 70, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(734, 145, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(735, 213, '', 32, 84, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(736, 18, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(737, 144, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(738, 130, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(739, 74, '', 32, 84, 3, 99, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(740, 165, '', 32, 84, 3, 99, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(741, 123, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(742, 8, '', 32, 84, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-03 16:38:13', '2026-05-17 16:30:37'), +(743, 92, '', 22, 132, 3, 75, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(744, 101, '', 22, 132, 3, 30, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(745, 41, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(746, 14, '', 22, 132, 3, 45, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(747, 58, '', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(748, 80, '', 22, 132, 3, 30, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(749, 104, '', 22, 132, 3, 20, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(750, 182, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(751, 228, '', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(752, 97, '', 22, 132, 3, 90, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(753, 178, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(754, 153, '', 22, 132, 3, 100, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(755, 79, '', 22, 132, 3, 20, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(756, 82, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(757, 197, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(758, 222, '', 22, 132, 3, 0, NULL, 'Spring', '2025-2026', '2026-05-10 16:46:42', '2026-05-10 16:58:53'), +(759, 212, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(760, 204, '', 90, 138, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(761, 102, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(762, 208, '', 90, 138, 1, 50, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(763, 69, '', 90, 138, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(764, 223, '', 90, 138, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(765, 162, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(766, 48, '', 90, 138, 1, 80, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(767, 154, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(768, 108, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(769, 116, '', 90, 138, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-17 15:45:00', '2026-05-17 15:49:22'), +(770, 120, '', 60, 83, 1, 76.67, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(771, 37, '', 60, 83, 1, 66.67, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(772, 90, '', 60, 83, 1, 96.67, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(773, 137, '', 60, 83, 1, 90, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(774, 198, '', 60, 83, 1, 26.67, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(775, 209, '', 60, 83, 1, 75, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(776, 193, '', 60, 83, 1, 50, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(777, 161, '', 60, 83, 1, 76.61, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(778, 254, '', 60, 83, 1, 54.99, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(779, 9, '', 60, 83, 1, 93.33, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(780, 10, '', 60, 83, 1, 93.33, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(781, 139, '', 60, 83, 1, 93.33, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(782, 258, '', 60, 83, 1, 40, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(783, 170, '', 60, 83, 1, 85, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(784, 191, '', 60, 83, 1, 0, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(785, 77, '', 60, 83, 1, 96.67, NULL, 'Spring', '2025-2026', '2026-05-22 15:35:27', '2026-05-22 15:35:29'), +(786, 125, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(787, 50, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(788, 100, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(789, 103, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(790, 195, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(791, 60, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(792, 2, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(793, 22, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(794, 186, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(795, 25, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(796, 194, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(797, 188, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(798, 224, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(799, 244, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(800, 42, '', 52, 78, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-22 19:58:44', '2026-05-22 19:58:44'), +(801, 225, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(802, 88, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(803, 238, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(804, 38, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(805, 59, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(806, 247, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(807, 107, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(808, 96, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(809, 252, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(810, 246, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(811, 251, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(812, 95, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(813, 114, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(814, 181, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(815, 136, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(816, 237, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(817, 31, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(818, 203, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(819, 236, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(820, 201, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(821, 47, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(822, 61, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(823, 46, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(824, 239, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(825, 253, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(826, 259, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(827, 241, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'), +(828, 219, '', 120, 99, 1, 100, NULL, 'Spring', '2025-2026', '2026-05-23 16:59:31', '2026-05-23 16:59:31'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `refunds` +-- + +CREATE TABLE `refunds` ( + `id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) UNSIGNED NOT NULL, + `school_year` varchar(20) NOT NULL, + `invoice_id` int(11) UNSIGNED DEFAULT NULL, + `refund_amount` decimal(10,2) NOT NULL, + `requested_at` datetime NOT NULL DEFAULT current_timestamp(), + `approved_at` datetime DEFAULT NULL, + `refunded_at` datetime DEFAULT NULL, + `status` enum('Pending','Partial','Approved','Rejected','Paid') NOT NULL DEFAULT 'Pending', + `reason` varchar(255) DEFAULT NULL, + `refund_paid_amount` decimal(10,2) NOT NULL, + `request` varchar(25) DEFAULT NULL, + `note` text DEFAULT NULL, + `approved_by` int(11) UNSIGNED DEFAULT NULL, + `updated_by` int(11) UNSIGNED DEFAULT NULL, + `refund_method` enum('Check','Online','Cash') DEFAULT NULL, + `check_nbr` varchar(100) DEFAULT NULL, + `check_file` varchar(255) DEFAULT NULL, + `created_at` timestamp NOT NULL DEFAULT current_timestamp(), + `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `reimbursements` +-- + +CREATE TABLE `reimbursements` ( + `id` int(11) UNSIGNED NOT NULL, + `expense_id` int(11) UNSIGNED DEFAULT NULL, + `amount` decimal(10,2) NOT NULL, + `reimbursed_to` int(11) UNSIGNED NOT NULL, + `approved_by` int(11) UNSIGNED DEFAULT NULL, + `receipt_path` varchar(255) DEFAULT NULL, + `description` text DEFAULT NULL, + `status` enum('Pending','Approved','Rejected','Paid') DEFAULT 'Pending', + `added_by` int(11) UNSIGNED NOT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL, + `check_number` varchar(100) DEFAULT NULL, + `reimbursement_method` enum('Cash','Check') DEFAULT NULL, + `batch_number` int(11) UNSIGNED NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `reimbursements` +-- + +INSERT INTO `reimbursements` (`id`, `expense_id`, `amount`, `reimbursed_to`, `approved_by`, `receipt_path`, `description`, `status`, `added_by`, `created_at`, `updated_at`, `school_year`, `semester`, `check_number`, `reimbursement_method`, `batch_number`) VALUES +(1, 1, 739.86, 4, 57, NULL, '10 large tables & 4 small tables', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(2, 2, 990.00, 4, 57, NULL, 'Dubai chocolate appreciation token for volunteers', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(3, 3, 637.60, 4, 57, NULL, 'Extra chairs for classrooms', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(4, 28, 190.00, 4, 57, NULL, 'Chocolate bars for students', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(5, 26, 610.00, 4, 57, NULL, 'Student pizza lunch', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(6, 23, 6189.00, 4, 57, NULL, 'Books for the school year (students and teachers)', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(7, 21, 123.56, 4, 57, NULL, 'School supplies (original invoice $151.14; personal expense of $27.58 deducted)', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(8, 17, 23.97, 4, 57, NULL, 'Snacks for students', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(9, 20, 109.43, 4, 57, NULL, 'School supplies for the year', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(10, 22, 34.36, 4, 57, NULL, 'Stickers for student books', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(11, 25, 3750.00, 4, 57, NULL, 'Last year\'s trampoline event expenses', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(12, 34, 510.00, 4, 57, NULL, 'Pizza for students for ceremony day', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(13, 33, 276.22, 2, 57, NULL, 'Purchase 2 laptops', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(14, 32, 16.19, 2, 57, NULL, 'Domain name annual payment', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(15, 4, 98.39, 57, 57, NULL, 'Safe for school cash/checks', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(16, 5, 137.24, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(17, 6, 105.94, 121, 57, NULL, 'Kitchen supplies', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(18, 7, 38.94, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(19, 8, 79.96, 121, 57, NULL, 'Snacks for students', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(20, 9, 12.67, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(21, 10, 59.38, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(22, 11, 98.16, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(23, 12, 8.79, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(24, 13, 61.16, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(25, 14, 61.12, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(26, 15, 60.94, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(27, 16, 342.73, 121, 57, NULL, 'Food items for welcome staff lunch', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(28, 18, 29.01, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(29, 19, 29.96, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2025-12-14 15:49:08', '2025-12-14 15:49:08', '2025-2026', 'Fall', NULL, 'Check', 13), +(30, 35, 53.09, 24, 57, NULL, 'Stationery - Printer paper reams', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(31, 24, 4.00, 24, 57, NULL, 'Index cards', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(32, 62, 126.77, 121, 57, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(33, 58, 90.70, 121, 57, NULL, 'Snacks for students + breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(34, 57, 8.97, 121, 57, NULL, 'Bagels for staff breakfast', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(35, 56, 45.89, 121, 57, NULL, 'Coffee pods for staff breakfast', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(36, 55, 154.97, 121, 57, NULL, 'Juice for students + water + plates', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(37, 54, 131.18, 121, 57, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(38, 53, 45.89, 121, 57, NULL, 'Fruit and juice for staff for breakfast', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(39, 50, 11.96, 121, 57, NULL, 'Bagels for staff breakfast', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(40, 49, 835.00, 121, 57, NULL, 'Pizza for students and staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(41, 47, 78.95, 121, 57, NULL, 'Snacks for students', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(42, 45, 15.00, 121, 57, NULL, 'Juices for Students party.', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(43, 44, 13.85, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(44, 42, 42.70, 121, 57, NULL, 'Breakfast Items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(45, 41, 34.31, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(46, 40, 104.71, 121, 57, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(47, 39, 74.95, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(48, 38, 54.83, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(49, 37, 31.97, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(50, 43, 23.64, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(51, 36, 86.77, 121, 57, NULL, 'Breakfast Items + Snacks', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(52, 46, 94.72, 121, 57, NULL, 'Breakfast items for staff', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(53, 51, 26.47, 121, 57, NULL, 'Locks for office', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Fall', NULL, 'Check', 16), +(54, 66, 134.99, 1, 57, NULL, 'Receipt Printer', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(55, 65, 49.99, 1, 57, NULL, 'Thermal paper rolls', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(56, 64, 395.00, 1, 57, NULL, 'Walkie Talkies', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(57, 63, 10.78, 1, 57, NULL, 'USB Adapter', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(58, 61, 21.24, 4, 57, NULL, 'Paper organizer for office', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(59, 60, 690.56, 4, 57, NULL, 'White boards for classes', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(60, 59, 1255.00, 4, 57, NULL, 'Students Islamic quiz contest prize distribution', 'Paid', 57, '2026-03-08 17:06:06', '2026-03-08 17:06:06', '2025-2026', 'Spring', NULL, 'Check', 16), +(61, 83, 1200.00, 57, 1, NULL, '12 Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(62, 108, 726.00, 4, 1, NULL, 'Dubai chocolate for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(63, 107, 164.04, 4, 1, NULL, 'Award certificates, thank you cards, disposable cutlery and plates', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(64, 106, 402.35, 4, 1, NULL, 'Gifts for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(65, 105, 768.18, 4, 1, NULL, 'Gifts for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(66, 102, 550.00, 4, 1, NULL, 'Pizza for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(67, 95, 2.66, 4, 1, NULL, 'Gift bags', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(68, 94, 120.00, 4, 1, NULL, 'Gift cards for youth', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(69, 93, 131.48, 4, 1, NULL, 'Gift bags for students gifts', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(70, 92, 21.22, 4, 1, NULL, 'Gift for student', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(71, 89, 4000.00, 4, 1, NULL, 'Students trip to Urban Air', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(72, 88, 80.00, 4, 1, NULL, 'Pizza lunch for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(73, 87, 10.58, 4, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(74, 86, 50.15, 4, 1, NULL, 'Stationary supplies (sheet protectors)', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(75, 67, 137.68, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(76, 68, 11.96, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(77, 69, 159.17, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(78, 71, 8.97, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(79, 72, 110.51, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(80, 70, 16.75, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(81, 74, 122.79, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(82, 75, 13.76, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(83, 76, 16.75, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(84, 77, 117.50, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(85, 78, 16.75, 121, 1, NULL, 'Breakfast items for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(86, 79, 15.81, 121, 1, NULL, 'Water for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(87, 80, 11.67, 121, 1, NULL, 'Coffee cups for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(88, 81, 69.02, 121, 1, NULL, 'Breakfast items for staff + snacks for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(89, 99, 11.96, 121, 1, NULL, 'Water for students at Urban Air', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(90, 100, 207.90, 121, 1, NULL, 'Drinks, fruit for staff and students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(91, 101, 39.99, 121, 1, NULL, 'Cake for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(92, 104, 689.24, 101, 1, NULL, 'Trophies for students', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(93, 110, 40.99, 1, 1, NULL, 'Copy paper', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18), +(94, 91, 100.00, 1, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(95, 90, 1000.00, 1, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(96, 85, 100.00, 1, 1, NULL, 'One gift card for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(97, 84, 1000.00, 1, 1, NULL, '10 Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(98, 73, 140.00, 98, 1, NULL, 'Toucan Drinks, Milka chocolate cake', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(99, 96, 300.00, 19, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(100, 97, 400.00, 19, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(101, 98, 300.00, 19, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(102, 82, 1000.00, 146, 1, NULL, '10 Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Spring', NULL, 'Check', 18), +(103, 109, 1000.00, 147, 1, NULL, 'Gift cards for staff', 'Paid', 1, '2026-06-18 04:22:42', '2026-06-18 04:22:42', '2025-2026', 'Fall', NULL, 'Check', 18); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `reimbursement_batches` +-- + +CREATE TABLE `reimbursement_batches` ( + `id` int(10) UNSIGNED NOT NULL, + `title` varchar(120) DEFAULT NULL, + `yearly_batch_number` int(11) UNSIGNED NOT NULL DEFAULT 0, + `status` enum('open','closed') DEFAULT 'open', + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL, + `created_by` int(10) UNSIGNED DEFAULT NULL, + `closed_by` int(10) UNSIGNED DEFAULT NULL, + `opened_at` datetime NOT NULL DEFAULT current_timestamp(), + `closed_at` datetime DEFAULT NULL, + `notes` text DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `reimbursement_batches` +-- + +INSERT INTO `reimbursement_batches` (`id`, `title`, `yearly_batch_number`, `status`, `school_year`, `semester`, `created_by`, `closed_by`, `opened_at`, `closed_at`, `notes`) VALUES +(13, 'Batch #1', 1, 'closed', '2025-2026', 'Fall', 4, 57, '2025-11-22 06:25:59', '2025-12-14 15:49:08', NULL), +(16, 'Batch #2', 2, 'closed', '2025-2026', 'Spring', 57, 57, '2026-03-07 14:07:55', '2026-03-08 17:06:06', NULL), +(18, 'Batch #3', 3, 'closed', '2025-2026', 'Spring', 57, 1, '2026-06-04 22:26:05', '2026-06-18 04:22:42', NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `reimbursement_batch_admin_files` +-- + +CREATE TABLE `reimbursement_batch_admin_files` ( + `id` int(11) UNSIGNED NOT NULL, + `batch_id` int(11) UNSIGNED NOT NULL, + `admin_id` int(11) UNSIGNED NOT NULL DEFAULT 0, + `filename` varchar(255) NOT NULL, + `original_filename` varchar(255) DEFAULT NULL, + `uploaded_at` datetime NOT NULL, + `uploaded_by` int(11) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `reimbursement_batch_admin_files` +-- + +INSERT INTO `reimbursement_batch_admin_files` (`id`, `batch_id`, `admin_id`, `filename`, `original_filename`, `uploaded_at`, `uploaded_by`) VALUES +(7, 13, 4, '1765726673_ff535e9b949ed2396371.pdf', 'Outmane $13907.78.pdf', '2025-12-14 15:37:53', 57), +(8, 13, 2, '1765727096_fc698e17492e8c74aa48.pdf', 'Larbi $292.41.pdf', '2025-12-14 15:44:56', 57), +(9, 13, 57, '1765727126_13905bb9f61181e54123.pdf', 'Shoab $98.39.pdf', '2025-12-14 15:45:26', 57), +(10, 13, 121, '1765727139_51cbddb35bfe948f2f1e.pdf', 'Ahmed $1126.0.pdf', '2025-12-14 15:45:39', 57), +(11, 16, 24, '1772989455_de7a5a77d196505975de.pdf', '1005 Shamim $57.09.pdf', '2026-03-08 17:04:15', 57), +(12, 16, 121, '1772989474_e1c726dc04c6b47459b1.pdf', '1003 Ahmed $2134.2.pdf', '2026-03-08 17:04:34', 57), +(13, 16, 1, '1772989493_2be1ebb23ce171edb0a3.pdf', '1002 Larbi $590.76.pdf', '2026-03-08 17:04:53', 57), +(14, 16, 4, '1772989506_31b9999087e55d91caff.pdf', '1004 Outmane $1966.8.pdf', '2026-03-08 17:05:06', 57), +(15, 18, 19, '1780612666_72d80e13f3dae6fb6c60.pdf', 'Shahab $1000 Walmart Gift Card May2026.pdf', '2026-06-04 22:37:46', 57), +(16, 18, 57, '1780612689_aa86b79d41397b89640a.pdf', 'Shoaib $1200 Walmart Gift Card May2026.pdf', '2026-06-04 22:38:09', 57), +(17, 18, 146, '1780612714_fabdaaa7d14e259d62b3.pdf', 'Mustafa $1000 Walmart Gift Card May2026.pdf', '2026-06-04 22:38:34', 57), +(18, 18, 1, '1781753165_ee5ae31e1a37d8d34a46.pdf', '2026-06-12 21-58 1.pdf', '2026-06-18 03:26:05', 1), +(19, 18, 4, '1781753301_cc14f64c7cd63264bf10.pdf', '2026-06-12 21-59 1.pdf', '2026-06-18 03:28:21', 1), +(20, 18, 121, '1781753330_e7e6bd945075b6c9e636.pdf', '2026-06-12 21-59 2.pdf', '2026-06-18 03:28:50', 1), +(21, 18, 101, '1781753384_f5c17318456e87183b87.pdf', '2026-06-12 21-58.pdf', '2026-06-18 03:29:44', 1), +(22, 18, 98, '1781753401_f433ad601061b40c4131.pdf', '2026-06-12 21-58 2.pdf', '2026-06-18 03:30:01', 1), +(23, 18, 147, '1781753429_419a98c9435776f6f376.pdf', '2026-06-12 21-59.pdf', '2026-06-18 03:30:29', 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `reimbursement_batch_items` +-- + +CREATE TABLE `reimbursement_batch_items` ( + `id` int(10) UNSIGNED NOT NULL, + `batch_id` int(10) UNSIGNED NOT NULL, + `expense_id` int(10) UNSIGNED NOT NULL, + `reimbursement_id` int(10) UNSIGNED DEFAULT NULL, + `admin_id` int(10) UNSIGNED DEFAULT NULL, + `assigned_at` datetime NOT NULL DEFAULT current_timestamp(), + `unassigned_at` datetime DEFAULT NULL, + `notes` text DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `reimbursement_batch_items` +-- + +INSERT INTO `reimbursement_batch_items` (`id`, `batch_id`, `expense_id`, `reimbursement_id`, `admin_id`, `assigned_at`, `unassigned_at`, `notes`, `school_year`, `semester`) VALUES +(104, 13, 1, 1, 4, '2025-11-22 06:26:07', NULL, NULL, '2025-2026', 'Fall'), +(105, 13, 2, 2, 4, '2025-11-22 06:26:16', NULL, NULL, '2025-2026', 'Fall'), +(106, 13, 3, 3, 4, '2025-11-22 06:26:26', NULL, NULL, '2025-2026', 'Fall'), +(107, 13, 28, 4, 4, '2025-12-06 22:42:14', NULL, NULL, '2025-2026', 'Fall'), +(108, 13, 26, 5, 4, '2025-12-06 22:42:32', NULL, NULL, '2025-2026', 'Fall'), +(109, 13, 23, 6, 4, '2025-12-06 22:42:38', NULL, NULL, '2025-2026', 'Fall'), +(110, 13, 21, 7, 4, '2025-12-06 22:42:43', NULL, NULL, '2025-2026', 'Fall'), +(111, 13, 17, 8, 4, '2025-12-06 22:43:01', NULL, NULL, '2025-2026', 'Fall'), +(112, 13, 20, 9, 4, '2025-12-06 22:43:05', NULL, NULL, '2025-2026', 'Fall'), +(113, 13, 22, 10, 4, '2025-12-06 22:43:10', NULL, NULL, '2025-2026', 'Fall'), +(114, 13, 25, 11, 4, '2025-12-06 22:43:14', NULL, NULL, '2025-2026', 'Fall'), +(115, 13, 34, 12, 4, '2025-12-06 22:43:20', NULL, NULL, '2025-2026', 'Fall'), +(116, 13, 33, 13, 2, '2025-12-06 22:43:58', NULL, NULL, '2025-2026', 'Fall'), +(117, 13, 32, 14, 2, '2025-12-06 22:44:08', NULL, NULL, '2025-2026', 'Fall'), +(118, 13, 4, 15, 57, '2025-12-06 22:44:31', NULL, NULL, '2025-2026', 'Fall'), +(119, 13, 5, 16, 121, '2025-12-06 22:44:50', NULL, NULL, '2025-2026', 'Fall'), +(120, 13, 6, 17, 121, '2025-12-06 22:44:53', NULL, NULL, '2025-2026', 'Fall'), +(121, 13, 7, 18, 121, '2025-12-06 22:44:54', NULL, NULL, '2025-2026', 'Fall'), +(122, 13, 8, 19, 121, '2025-12-06 22:44:56', NULL, NULL, '2025-2026', 'Fall'), +(123, 13, 9, 20, 121, '2025-12-06 22:44:57', NULL, NULL, '2025-2026', 'Fall'), +(124, 13, 10, 21, 121, '2025-12-06 22:44:58', NULL, NULL, '2025-2026', 'Fall'), +(125, 13, 11, 22, 121, '2025-12-06 22:44:59', NULL, NULL, '2025-2026', 'Fall'), +(126, 13, 12, 23, 121, '2025-12-06 22:45:01', NULL, NULL, '2025-2026', 'Fall'), +(127, 13, 13, 24, 121, '2025-12-06 22:45:03', NULL, NULL, '2025-2026', 'Fall'), +(128, 13, 14, 25, 121, '2025-12-06 22:45:04', NULL, NULL, '2025-2026', 'Fall'), +(129, 13, 15, 26, 121, '2025-12-06 22:45:05', NULL, NULL, '2025-2026', 'Fall'), +(130, 13, 16, 27, 121, '2025-12-06 22:45:07', NULL, NULL, '2025-2026', 'Fall'), +(131, 13, 18, 28, 121, '2025-12-06 22:45:08', NULL, NULL, '2025-2026', 'Fall'), +(132, 13, 19, 29, 121, '2025-12-06 22:45:10', NULL, NULL, '2025-2026', 'Fall'), +(133, 16, 35, 30, 24, '2026-03-07 14:08:22', NULL, NULL, '2025-2026', 'Spring'), +(134, 16, 24, 31, 24, '2026-03-07 14:08:53', NULL, NULL, '2025-2026', 'Spring'), +(135, 16, 62, 32, 121, '2026-03-07 14:25:42', NULL, NULL, '2025-2026', 'Spring'), +(136, 16, 58, 33, 121, '2026-03-07 14:25:49', NULL, NULL, '2025-2026', 'Spring'), +(137, 16, 57, 34, 121, '2026-03-07 14:25:52', NULL, NULL, '2025-2026', 'Spring'), +(138, 16, 56, 35, 121, '2026-03-07 14:25:55', NULL, NULL, '2025-2026', 'Spring'), +(139, 16, 55, 36, 121, '2026-03-07 14:26:00', NULL, NULL, '2025-2026', 'Spring'), +(140, 16, 54, 37, 121, '2026-03-07 14:26:03', NULL, NULL, '2025-2026', 'Spring'), +(141, 16, 53, 38, 121, '2026-03-07 14:26:04', NULL, NULL, '2025-2026', 'Spring'), +(142, 16, 50, 39, 121, '2026-03-07 14:26:06', NULL, NULL, '2025-2026', 'Spring'), +(143, 16, 49, 40, 121, '2026-03-07 14:26:08', NULL, NULL, '2025-2026', 'Spring'), +(144, 16, 47, 41, 121, '2026-03-07 14:26:12', NULL, NULL, '2025-2026', 'Spring'), +(145, 16, 45, 42, 121, '2026-03-07 14:26:14', NULL, NULL, '2025-2026', 'Spring'), +(146, 16, 44, 43, 121, '2026-03-07 14:26:16', NULL, NULL, '2025-2026', 'Spring'), +(147, 16, 42, 44, 121, '2026-03-07 14:26:18', NULL, NULL, '2025-2026', 'Spring'), +(148, 16, 41, 45, 121, '2026-03-07 14:26:19', NULL, NULL, '2025-2026', 'Spring'), +(149, 16, 40, 46, 121, '2026-03-07 14:26:21', NULL, NULL, '2025-2026', 'Spring'), +(150, 16, 39, 47, 121, '2026-03-07 14:26:23', NULL, NULL, '2025-2026', 'Spring'), +(151, 16, 38, 48, 121, '2026-03-07 14:26:25', NULL, NULL, '2025-2026', 'Spring'), +(152, 16, 37, 49, 121, '2026-03-07 14:26:26', NULL, NULL, '2025-2026', 'Spring'), +(153, 16, 43, 50, 121, '2026-03-07 14:26:28', NULL, NULL, '2025-2026', 'Spring'), +(154, 16, 36, 51, 121, '2026-03-07 14:26:30', NULL, NULL, '2025-2026', 'Spring'), +(155, 16, 46, 52, 121, '2026-03-07 14:26:32', NULL, NULL, '2025-2026', 'Spring'), +(156, 16, 51, 53, 121, '2026-03-07 14:26:34', NULL, NULL, '2025-2026', 'Spring'), +(157, 16, 66, 54, 1, '2026-03-07 14:27:08', NULL, NULL, '2025-2026', 'Spring'), +(158, 16, 65, 55, 1, '2026-03-07 14:27:11', NULL, NULL, '2025-2026', 'Spring'), +(159, 16, 64, 56, 1, '2026-03-07 14:27:13', NULL, NULL, '2025-2026', 'Spring'), +(160, 16, 63, 57, 1, '2026-03-07 14:27:16', NULL, NULL, '2025-2026', 'Spring'), +(161, 16, 61, 58, 4, '2026-03-07 14:27:43', NULL, NULL, '2025-2026', 'Spring'), +(162, 16, 60, 59, 4, '2026-03-07 14:27:45', NULL, NULL, '2025-2026', 'Spring'), +(163, 16, 59, 60, 4, '2026-03-07 14:27:46', NULL, NULL, '2025-2026', 'Spring'), +(164, 18, 83, 61, 57, '2026-06-04 22:26:50', NULL, NULL, '2025-2026', 'Fall'), +(168, 18, 108, 62, 4, '2026-06-04 22:32:21', NULL, NULL, '2025-2026', 'Fall'), +(169, 18, 107, 63, 4, '2026-06-04 22:32:26', NULL, NULL, '2025-2026', 'Fall'), +(170, 18, 106, 64, 4, '2026-06-04 22:32:29', NULL, NULL, '2025-2026', 'Fall'), +(171, 18, 105, 65, 4, '2026-06-04 22:32:31', NULL, NULL, '2025-2026', 'Fall'), +(172, 18, 102, 66, 4, '2026-06-04 22:32:33', NULL, NULL, '2025-2026', 'Fall'), +(173, 18, 95, 67, 4, '2026-06-04 22:32:40', NULL, NULL, '2025-2026', 'Fall'), +(174, 18, 94, 68, 4, '2026-06-04 22:32:43', NULL, NULL, '2025-2026', 'Fall'), +(175, 18, 93, 69, 4, '2026-06-04 22:32:46', NULL, NULL, '2025-2026', 'Fall'), +(176, 18, 92, 70, 4, '2026-06-04 22:32:48', NULL, NULL, '2025-2026', 'Fall'), +(177, 18, 89, 71, 4, '2026-06-04 22:32:51', NULL, NULL, '2025-2026', 'Fall'), +(178, 18, 88, 72, 4, '2026-06-04 22:32:54', NULL, NULL, '2025-2026', 'Fall'), +(179, 18, 87, 73, 4, '2026-06-04 22:32:58', NULL, NULL, '2025-2026', 'Fall'), +(180, 18, 86, 74, 4, '2026-06-04 22:33:00', NULL, NULL, '2025-2026', 'Fall'), +(181, 18, 67, 75, 121, '2026-06-04 22:33:25', NULL, NULL, '2025-2026', 'Fall'), +(182, 18, 68, 76, 121, '2026-06-04 22:33:27', NULL, NULL, '2025-2026', 'Fall'), +(183, 18, 69, 77, 121, '2026-06-04 22:33:29', NULL, NULL, '2025-2026', 'Fall'), +(184, 18, 71, 78, 121, '2026-06-04 22:33:31', NULL, NULL, '2025-2026', 'Fall'), +(185, 18, 72, 79, 121, '2026-06-04 22:33:34', NULL, NULL, '2025-2026', 'Fall'), +(186, 18, 70, 80, 121, '2026-06-04 22:33:36', NULL, NULL, '2025-2026', 'Fall'), +(187, 18, 74, 81, 121, '2026-06-04 22:33:38', NULL, NULL, '2025-2026', 'Fall'), +(188, 18, 75, 82, 121, '2026-06-04 22:33:40', NULL, NULL, '2025-2026', 'Fall'), +(189, 18, 76, 83, 121, '2026-06-04 22:33:41', NULL, NULL, '2025-2026', 'Fall'), +(190, 18, 77, 84, 121, '2026-06-04 22:33:45', NULL, NULL, '2025-2026', 'Fall'), +(191, 18, 78, 85, 121, '2026-06-04 22:33:46', NULL, NULL, '2025-2026', 'Fall'), +(192, 18, 79, 86, 121, '2026-06-04 22:33:48', NULL, NULL, '2025-2026', 'Fall'), +(193, 18, 80, 87, 121, '2026-06-04 22:33:50', NULL, NULL, '2025-2026', 'Fall'), +(194, 18, 81, 88, 121, '2026-06-04 22:33:54', NULL, NULL, '2025-2026', 'Fall'), +(195, 18, 99, 89, 121, '2026-06-04 22:34:00', NULL, NULL, '2025-2026', 'Fall'), +(196, 18, 100, 90, 121, '2026-06-04 22:34:02', NULL, NULL, '2025-2026', 'Fall'), +(197, 18, 101, 91, 121, '2026-06-04 22:34:05', NULL, NULL, '2025-2026', 'Fall'), +(199, 18, 104, 92, 101, '2026-06-04 22:35:13', NULL, NULL, '2025-2026', 'Fall'), +(200, 18, 110, 93, 1, '2026-06-04 22:35:26', NULL, NULL, '2025-2026', 'Fall'), +(201, 18, 91, 94, 1, '2026-06-04 22:35:30', NULL, NULL, '2025-2026', 'Fall'), +(202, 18, 90, 95, 1, '2026-06-04 22:35:33', NULL, NULL, '2025-2026', 'Fall'), +(203, 18, 85, 96, 1, '2026-06-04 22:35:35', NULL, NULL, '2025-2026', 'Fall'), +(204, 18, 84, 97, 1, '2026-06-04 22:35:41', NULL, NULL, '2025-2026', 'Fall'), +(205, 18, 73, 98, 98, '2026-06-04 22:36:02', NULL, NULL, '2025-2026', 'Fall'), +(206, 18, 96, 99, 19, '2026-06-04 22:36:24', NULL, NULL, '2025-2026', 'Fall'), +(207, 18, 97, 100, 19, '2026-06-04 22:36:27', NULL, NULL, '2025-2026', 'Fall'), +(208, 18, 98, 101, 19, '2026-06-04 22:36:29', NULL, NULL, '2025-2026', 'Fall'), +(210, 18, 82, 102, 146, '2026-06-04 22:38:25', NULL, NULL, '2025-2026', 'Fall'), +(217, 18, 109, 103, 147, '2026-06-09 03:17:35', NULL, NULL, '2025-2026', 'Fall'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `report_card_acknowledgements` +-- + +CREATE TABLE `report_card_acknowledgements` ( + `id` int(11) UNSIGNED NOT NULL, + `parent_id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `school_year` varchar(20) NOT NULL, + `semester` varchar(20) NOT NULL, + `viewed_at` datetime DEFAULT NULL, + `signed_at` datetime DEFAULT NULL, + `signed_name` varchar(120) DEFAULT NULL, + `signer_ip` varchar(45) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `report_card_acknowledgements` +-- + +INSERT INTO `report_card_acknowledgements` (`id`, `parent_id`, `student_id`, `school_year`, `semester`, `viewed_at`, `signed_at`, `signed_name`, `signer_ip`, `created_at`, `updated_at`) VALUES +(5, 3, 2, '2025-2026', 'Fall', '2026-04-12 02:29:39', NULL, NULL, NULL, '2026-02-27 06:32:11', '2026-04-12 02:29:39'), +(6, 2, 1, '2025-2026', 'Fall', '2026-07-17 22:03:32', NULL, NULL, NULL, '2026-02-28 01:27:27', '2026-07-17 22:03:32'), +(7, 42, 63, '2025-2026', 'Fall', '2026-03-01 00:02:48', NULL, NULL, NULL, '2026-03-01 00:02:48', '2026-03-01 00:02:48'), +(8, 75, 138, '2025-2026', 'Fall', '2026-06-06 21:43:05', NULL, NULL, NULL, '2026-03-17 18:46:41', '2026-06-06 21:43:05'), +(9, 75, 137, '2025-2026', 'Fall', '2026-06-06 21:42:56', NULL, NULL, NULL, '2026-03-17 18:46:53', '2026-06-06 21:42:56'), +(10, 13, 21, '2025-2026', 'Fall', '2026-05-31 19:26:51', NULL, NULL, NULL, '2026-03-23 22:48:35', '2026-05-31 19:26:51'), +(11, 150, 199, '2025-2026', 'Fall', '2026-06-02 02:48:40', NULL, NULL, NULL, '2026-03-24 23:40:15', '2026-06-02 02:48:40'), +(12, 10, 18, '2025-2026', 'Fall', '2026-03-26 20:30:58', NULL, NULL, NULL, '2026-03-26 20:30:58', '2026-03-26 20:30:58'), +(13, 18, 27, '2025-2026', 'Fall', '2026-04-04 13:18:51', NULL, NULL, NULL, '2026-04-04 13:18:51', '2026-04-04 13:18:51'), +(14, 18, 26, '2025-2026', 'Fall', '2026-04-04 13:19:04', NULL, NULL, NULL, '2026-04-04 13:19:04', '2026-04-04 13:19:04'), +(15, 23, 34, '2025-2026', 'Fall', '2026-04-05 23:16:37', NULL, NULL, NULL, '2026-04-05 23:16:37', '2026-04-05 23:16:37'), +(16, 32, 52, '2025-2026', 'Fall', '2026-04-07 02:28:28', NULL, NULL, NULL, '2026-04-07 02:25:49', '2026-04-07 02:28:28'), +(17, 32, 220, '2025-2026', 'Fall', '2026-04-07 02:27:12', NULL, NULL, NULL, '2026-04-07 02:27:12', '2026-04-07 02:27:12'), +(18, 176, 229, '2025-2026', 'Fall', '2026-04-12 18:54:15', NULL, NULL, NULL, '2026-04-12 18:54:15', '2026-04-12 18:54:15'), +(19, 153, 200, '2025-2026', 'Fall', '2026-05-24 03:06:20', NULL, NULL, NULL, '2026-05-24 03:05:00', '2026-05-24 03:06:20'), +(20, 134, 251, '2025-2026', 'Fall', '2026-05-29 16:42:10', NULL, NULL, NULL, '2026-05-29 16:42:10', '2026-05-29 16:42:10'), +(21, 25, 37, '2025-2026', 'Fall', '2026-05-31 23:39:50', NULL, NULL, NULL, '2026-05-31 14:33:55', '2026-05-31 23:39:50'), +(22, 153, 200, '2025-2026', 'Spring', '2026-05-31 16:03:17', NULL, NULL, NULL, '2026-05-31 16:03:17', '2026-05-31 16:03:17'), +(23, 18, 27, '2025-2026', 'Spring', '2026-05-31 16:32:12', NULL, NULL, NULL, '2026-05-31 16:32:12', '2026-05-31 16:32:12'), +(24, 125, 176, '2025-2026', 'Fall', '2026-05-31 16:32:22', NULL, NULL, NULL, '2026-05-31 16:32:22', '2026-05-31 16:32:22'), +(25, 49, 77, '2025-2026', 'Fall', '2026-05-31 16:33:05', NULL, NULL, NULL, '2026-05-31 16:33:05', '2026-05-31 16:33:05'), +(26, 49, 76, '2025-2026', 'Fall', '2026-05-31 16:33:38', NULL, NULL, NULL, '2026-05-31 16:33:38', '2026-05-31 16:33:38'), +(27, 49, 77, '2025-2026', 'Spring', '2026-05-31 16:34:51', NULL, NULL, NULL, '2026-05-31 16:34:51', '2026-05-31 16:34:51'), +(28, 49, 76, '2025-2026', 'Spring', '2026-05-31 16:35:03', NULL, NULL, NULL, '2026-05-31 16:35:03', '2026-05-31 16:35:03'), +(29, 44, 68, '2025-2026', 'Fall', '2026-05-31 17:06:52', NULL, NULL, NULL, '2026-05-31 16:35:52', '2026-05-31 17:06:52'), +(30, 46, 70, '2025-2026', 'Fall', '2026-05-31 16:47:16', NULL, NULL, NULL, '2026-05-31 16:47:16', '2026-05-31 16:47:16'), +(31, 187, 242, '2025-2026', 'Fall', '2026-06-01 00:08:37', NULL, NULL, NULL, '2026-05-31 17:17:58', '2026-06-01 00:08:37'), +(32, 187, 241, '2025-2026', 'Spring', '2026-06-06 20:46:49', NULL, NULL, NULL, '2026-05-31 17:18:40', '2026-06-06 20:46:49'), +(33, 187, 242, '2025-2026', 'Spring', '2026-06-06 20:47:09', NULL, NULL, NULL, '2026-05-31 17:19:19', '2026-06-06 20:47:09'), +(34, 13, 21, '2025-2026', 'Spring', '2026-05-31 19:28:13', NULL, NULL, NULL, '2026-05-31 19:28:13', '2026-05-31 19:28:13'), +(35, 20, 41, '2025-2026', 'Fall', '2026-05-31 20:22:46', NULL, NULL, NULL, '2026-05-31 20:22:46', '2026-05-31 20:22:46'), +(36, 22, 28, '2025-2026', 'Spring', '2026-05-31 21:35:42', NULL, NULL, NULL, '2026-05-31 21:35:42', '2026-05-31 21:35:42'), +(37, 22, 29, '2025-2026', 'Spring', '2026-05-31 21:38:28', NULL, NULL, NULL, '2026-05-31 21:38:28', '2026-05-31 21:38:28'), +(38, 66, 101, '2025-2026', 'Spring', '2026-05-31 22:20:01', NULL, NULL, NULL, '2026-05-31 22:20:01', '2026-05-31 22:20:01'), +(39, 66, 100, '2025-2026', 'Spring', '2026-05-31 22:47:24', NULL, NULL, NULL, '2026-05-31 22:21:06', '2026-05-31 22:47:24'), +(40, 66, 99, '2025-2026', 'Spring', '2026-05-31 22:21:52', NULL, NULL, NULL, '2026-05-31 22:21:52', '2026-05-31 22:21:52'), +(41, 187, 241, '2025-2026', 'Fall', '2026-06-01 00:10:40', NULL, NULL, NULL, '2026-06-01 00:10:40', '2026-06-01 00:10:40'), +(42, 117, 166, '2025-2026', 'Fall', '2026-06-01 00:36:05', NULL, NULL, NULL, '2026-06-01 00:36:05', '2026-06-01 00:36:05'), +(43, 117, 165, '2025-2026', 'Fall', '2026-06-01 00:37:52', NULL, NULL, NULL, '2026-06-01 00:36:22', '2026-06-01 00:37:52'), +(44, 117, 164, '2025-2026', 'Fall', '2026-06-01 00:37:20', NULL, NULL, NULL, '2026-06-01 00:36:45', '2026-06-01 00:37:20'), +(45, 117, 165, '2025-2026', 'Spring', '2026-06-01 00:38:16', NULL, NULL, NULL, '2026-06-01 00:38:16', '2026-06-01 00:38:16'), +(46, 128, 180, '2025-2026', 'Fall', '2026-06-01 00:44:48', NULL, NULL, NULL, '2026-06-01 00:40:16', '2026-06-01 00:44:48'), +(47, 128, 179, '2025-2026', 'Fall', '2026-06-01 00:42:35', NULL, NULL, NULL, '2026-06-01 00:42:35', '2026-06-01 00:42:35'), +(48, 139, 189, '2025-2026', 'Fall', '2026-06-01 00:42:44', NULL, NULL, NULL, '2026-06-01 00:42:44', '2026-06-01 00:42:44'), +(49, 24, 66, '2025-2026', 'Fall', '2026-06-01 13:42:18', NULL, NULL, NULL, '2026-06-01 13:42:18', '2026-06-01 13:42:18'), +(50, 109, 161, '2025-2026', 'Fall', '2026-06-01 14:01:07', '2026-06-01 14:00:54', 'OC', '2a09:bac5:426d:1496::20d:c3', '2026-06-01 13:57:35', '2026-06-01 14:01:07'), +(51, 42, 62, '2025-2026', 'Fall', '2026-06-01 21:48:36', NULL, NULL, NULL, '2026-06-01 21:48:36', '2026-06-01 21:48:36'), +(52, 42, 64, '2025-2026', 'Spring', '2026-06-01 21:50:13', NULL, NULL, NULL, '2026-06-01 21:50:13', '2026-06-01 21:50:13'), +(53, 42, 63, '2025-2026', 'Spring', '2026-06-01 21:50:40', NULL, NULL, NULL, '2026-06-01 21:50:40', '2026-06-01 21:50:40'), +(54, 42, 62, '2025-2026', 'Spring', '2026-06-01 21:52:40', NULL, NULL, NULL, '2026-06-01 21:52:40', '2026-06-01 21:52:40'), +(55, 47, 75, '2025-2026', 'Fall', '2026-06-01 23:18:53', NULL, NULL, NULL, '2026-06-01 23:15:33', '2026-06-01 23:18:53'), +(56, 150, 198, '2025-2026', 'Fall', '2026-06-02 02:50:40', NULL, NULL, NULL, '2026-06-02 02:50:40', '2026-06-02 02:50:40'), +(57, 105, 157, '2025-2026', 'Fall', '2026-06-07 13:16:10', NULL, NULL, NULL, '2026-06-07 13:16:10', '2026-06-07 13:16:10'), +(58, 105, 156, '2025-2026', 'Fall', '2026-06-07 13:17:20', NULL, NULL, NULL, '2026-06-07 13:17:20', '2026-06-07 13:17:20'), +(59, 124, 175, '2025-2026', 'Fall', '2026-06-08 03:24:54', NULL, NULL, NULL, '2026-06-08 03:24:54', '2026-06-08 03:24:54'), +(60, 2, 1, '2025-2026', 'Spring', '2026-07-17 22:04:06', NULL, NULL, NULL, '2026-07-17 22:04:06', '2026-07-17 22:04:06'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `roles` +-- + +CREATE TABLE `roles` ( + `id` int(11) UNSIGNED NOT NULL, + `name` varchar(255) NOT NULL, + `slug` varchar(64) DEFAULT NULL, + `description` text DEFAULT NULL, + `dashboard_route` varchar(255) NOT NULL DEFAULT 'administrator/administratordashboard', + `priority` int(10) UNSIGNED NOT NULL DEFAULT 100, + `is_active` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `roles` +-- + +INSERT INTO `roles` (`id`, `name`, `slug`, `description`, `dashboard_route`, `priority`, `is_active`, `created_at`, `updated_at`) VALUES +(1, 'administrator', 'administrator', 'system administrator', 'administrator/administratordashboard', 1, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(2, 'principal', 'principal', 'school principal', 'administrator/administratordashboard', 8, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(3, 'vice principal', 'vice_principal', 'vice principal', 'administrator/administratordashboard', 9, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(4, 'teacher', 'teacher', 'teacher user', '/teacher_dashboard', 3, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(5, 'teacher_assistant', 'teacher_assistant', 'assistant teacher user', '/teacher_dashboard', 4, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(6, 'student', 'student', 'student user', '/landing_page/student_dashboard', 7, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(7, 'parent', 'parent', 'parent/guardian user', '/parent_dashboard', 5, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(8, 'admin', 'admin', 'administrative staff', 'administrator/administratordashboard', 2, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(9, 'head of csm', 'head_of_department_communication', 'hod communication', 'administrator/administratordashboard', 10, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(10, 'head of itpd', 'head_of_itpd', 'hod it', 'administrator/administratordashboard', 11, 1, '2025-09-08 22:30:34', '2025-09-21 04:44:44'), +(11, 'head of department education', 'head_of_department_education', 'hod education', 'administrator/administratordashboard', 12, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(12, 'head of fa', 'head_of_fa', 'hod finance', 'administrator/administratordashboard', 13, 1, '2025-09-08 22:30:34', '2025-09-21 04:44:58'), +(13, 'guest', 'guest', 'special authorized parent access', '/landing_page/guest_dashboard', 6, 1, '2025-09-08 22:30:34', '2025-09-08 22:30:34'), +(14, 'csm_contributor', 'csm_contributor', 'role for communication and social media admins', 'administrator/administratordashboard', 100, 1, '2025-09-09 03:04:49', '2025-09-09 03:04:49'), +(15, 'head of fes', 'head_of_fes', 'facility, equipment & supplies', 'administrator/administratordashboard', 100, 1, '2025-09-09 03:13:50', '2025-09-27 04:50:51'), +(16, 'fes_contributor', 'fes_contributor', 'facility, equipment & supplies', 'administrator/administratordashboard', 100, 1, '2025-09-09 03:14:08', '2025-09-27 04:51:05'), +(17, 'saf_contributor', 'saf_contributor', 'Student Academic Affairs', 'administrator/administratordashboard', 100, 1, '2025-09-09 03:15:21', '2025-09-09 03:15:21'), +(18, 'head of fs', 'head_of_fs', '', 'administrator/administratordashboard', 100, 1, '2025-09-16 16:49:47', '2025-09-21 04:45:56'), +(19, 'itpd contributor', 'itpd_contributor', '', 'administrator/administratordashboard', 100, 1, '2025-09-21 01:37:59', '2025-09-21 04:46:09'), +(20, 'financial_contributor', 'financial_contributor', '', 'administrator/administratordashboard', 100, 1, '2025-09-21 04:47:00', '2025-09-21 04:47:00'), +(21, 'fs_contributor', 'fs_contributor', '', '/landing_page/guest_dashboard', 100, 1, '2025-09-27 17:47:19', '2025-09-27 17:47:19'), +(22, 'substitute', 'substitute', 'help when a teacher is absent', '/landing_page/teacher_dashboard', 100, 1, '2025-10-20 04:28:14', '2025-10-20 04:28:14'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `role_nav_items` +-- + +CREATE TABLE `role_nav_items` ( + `id` int(10) UNSIGNED NOT NULL, + `role_id` int(11) UNSIGNED NOT NULL, + `nav_item_id` int(10) UNSIGNED NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `role_nav_items` +-- + +INSERT INTO `role_nav_items` (`id`, `role_id`, `nav_item_id`, `created_at`, `updated_at`) VALUES +(4, 1, 4, '2025-09-05 17:23:56', NULL), +(5, 1, 5, '2025-09-05 17:23:56', NULL), +(6, 1, 6, '2025-09-05 17:23:56', NULL), +(7, 1, 7, '2025-09-05 17:23:56', NULL), +(10, 1, 10, '2025-09-05 17:23:56', NULL), +(11, 1, 11, '2025-09-05 17:23:56', NULL), +(12, 1, 12, '2025-09-05 17:23:56', NULL), +(13, 1, 13, '2025-09-05 17:23:56', NULL), +(15, 1, 15, '2025-09-05 17:23:56', NULL), +(19, 1, 19, '2025-09-05 17:23:56', NULL), +(20, 1, 20, '2025-09-05 17:23:56', NULL), +(21, 1, 21, '2025-09-05 17:23:56', NULL), +(25, 1, 25, '2025-09-05 17:23:56', NULL), +(29, 1, 29, '2025-09-05 17:23:56', NULL), +(32, 1, 32, '2025-09-05 17:23:56', NULL), +(33, 1, 33, '2025-09-05 17:23:56', NULL), +(34, 1, 34, '2025-09-05 17:23:56', NULL), +(35, 1, 35, '2025-09-05 17:23:56', NULL), +(37, 1, 37, '2025-09-05 17:23:56', NULL), +(43, 1, 43, '2025-09-05 17:23:56', NULL), +(46, 1, 46, '2025-09-05 17:23:56', NULL), +(48, 1, 48, '2025-09-05 17:23:56', NULL), +(49, 1, 49, '2025-09-05 17:23:56', NULL), +(50, 1, 50, '2025-09-05 17:23:56', NULL), +(67, 2, 4, '2025-09-05 17:23:56', NULL), +(68, 2, 5, '2025-09-05 17:23:56', NULL), +(69, 2, 6, '2025-09-05 17:23:56', NULL), +(70, 2, 7, '2025-09-05 17:23:56', NULL), +(73, 2, 10, '2025-09-05 17:23:56', NULL), +(74, 2, 11, '2025-09-05 17:23:56', NULL), +(75, 2, 12, '2025-09-05 17:23:56', NULL), +(76, 2, 13, '2025-09-05 17:23:56', NULL), +(78, 2, 15, '2025-09-05 17:23:56', NULL), +(82, 2, 19, '2025-09-05 17:23:56', NULL), +(83, 2, 20, '2025-09-05 17:23:56', NULL), +(84, 2, 21, '2025-09-05 17:23:56', NULL), +(88, 2, 25, '2025-09-05 17:23:56', NULL), +(92, 2, 29, '2025-09-05 17:23:56', NULL), +(95, 2, 32, '2025-09-05 17:23:56', NULL), +(96, 2, 33, '2025-09-05 17:23:56', NULL), +(97, 2, 34, '2025-09-05 17:23:56', NULL), +(98, 2, 35, '2025-09-05 17:23:56', NULL), +(100, 2, 37, '2025-09-05 17:23:56', NULL), +(106, 2, 43, '2025-09-05 17:23:56', NULL), +(109, 2, 46, '2025-09-05 17:23:56', NULL), +(111, 2, 48, '2025-09-05 17:23:56', NULL), +(112, 2, 49, '2025-09-05 17:23:56', NULL), +(113, 2, 50, '2025-09-05 17:23:56', NULL), +(130, 3, 4, '2025-09-05 17:23:56', NULL), +(131, 3, 5, '2025-09-05 17:23:56', NULL), +(132, 3, 6, '2025-09-05 17:23:56', NULL), +(133, 3, 7, '2025-09-05 17:23:56', NULL), +(136, 3, 10, '2025-09-05 17:23:56', NULL), +(137, 3, 11, '2025-09-05 17:23:56', NULL), +(138, 3, 12, '2025-09-05 17:23:56', NULL), +(139, 3, 13, '2025-09-05 17:23:56', NULL), +(141, 3, 15, '2025-09-05 17:23:56', NULL), +(145, 3, 19, '2025-09-05 17:23:56', NULL), +(146, 3, 20, '2025-09-05 17:23:56', NULL), +(147, 3, 21, '2025-09-05 17:23:56', NULL), +(151, 3, 25, '2025-09-05 17:23:56', NULL), +(155, 3, 29, '2025-09-05 17:23:56', NULL), +(158, 3, 32, '2025-09-05 17:23:56', NULL), +(159, 3, 33, '2025-09-05 17:23:56', NULL), +(160, 3, 34, '2025-09-05 17:23:56', NULL), +(161, 3, 35, '2025-09-05 17:23:56', NULL), +(163, 3, 37, '2025-09-05 17:23:56', NULL), +(169, 3, 43, '2025-09-05 17:23:56', NULL), +(172, 3, 46, '2025-09-05 17:23:56', NULL), +(174, 3, 48, '2025-09-05 17:23:56', NULL), +(175, 3, 49, '2025-09-05 17:23:56', NULL), +(176, 3, 50, '2025-09-05 17:23:56', NULL), +(193, 9, 35, '2025-09-05 17:23:56', NULL), +(195, 9, 37, '2025-09-05 17:23:56', NULL), +(199, 11, 6, '2025-09-05 17:23:56', NULL), +(203, 11, 25, '2025-09-05 17:23:56', NULL), +(207, 11, 29, '2025-09-05 17:23:56', NULL), +(210, 11, 32, '2025-09-05 17:23:56', NULL), +(211, 11, 33, '2025-09-05 17:23:56', NULL), +(218, 1, 52, '2025-09-05 21:57:09', '2025-09-05 21:57:09'), +(219, 1, 2, '2025-09-05 21:57:26', '2025-09-05 21:57:26'), +(220, 1, 14, '2025-09-05 21:57:37', '2025-09-05 21:57:37'), +(221, 1, 16, '2025-09-05 21:57:55', '2025-09-05 21:57:55'), +(222, 1, 17, '2025-09-05 21:58:03', '2025-09-05 21:58:03'), +(223, 1, 3, '2025-09-05 21:58:09', '2025-09-05 21:58:09'), +(224, 1, 18, '2025-09-05 21:58:23', '2025-09-05 21:58:23'), +(225, 1, 26, '2025-09-05 21:59:56', '2025-09-05 21:59:56'), +(226, 2, 26, '2025-09-05 21:59:56', '2025-09-05 21:59:56'), +(227, 3, 26, '2025-09-05 21:59:56', '2025-09-05 21:59:56'), +(228, 1, 38, '2025-09-05 22:00:41', '2025-09-05 22:00:41'), +(229, 2, 38, '2025-09-05 22:00:41', '2025-09-05 22:00:41'), +(236, 1, 1, '2025-09-06 07:46:10', '2025-09-06 07:46:10'), +(237, 2, 1, '2025-09-06 07:46:10', '2025-09-06 07:46:10'), +(256, 1, 58, '2025-09-10 22:17:05', '2025-09-10 22:17:05'), +(257, 16, 58, '2025-09-10 22:17:05', '2025-09-10 22:17:05'), +(258, 15, 58, '2025-09-10 22:17:05', '2025-09-10 22:17:05'), +(275, 1, 66, '2025-09-11 06:28:41', '2025-09-11 06:28:41'), +(276, 1, 53, '2025-09-12 07:24:13', '2025-09-12 07:24:13'), +(277, 1, 36, '2025-09-16 16:44:58', '2025-09-16 16:44:58'), +(278, 14, 36, '2025-09-16 16:44:58', '2025-09-16 16:44:58'), +(279, 9, 36, '2025-09-16 16:44:58', '2025-09-16 16:44:58'), +(280, 2, 36, '2025-09-16 16:44:58', '2025-09-16 16:44:58'), +(281, 3, 36, '2025-09-16 16:44:58', '2025-09-16 16:44:58'), +(282, 1, 65, '2025-09-16 16:45:27', '2025-09-16 16:45:27'), +(283, 14, 65, '2025-09-16 16:45:27', '2025-09-16 16:45:27'), +(284, 9, 65, '2025-09-16 16:45:27', '2025-09-16 16:45:27'), +(285, 2, 65, '2025-09-16 16:45:27', '2025-09-16 16:45:27'), +(286, 3, 65, '2025-09-16 16:45:27', '2025-09-16 16:45:27'), +(287, 1, 8, '2025-09-16 16:46:08', '2025-09-16 16:46:08'), +(288, 14, 8, '2025-09-16 16:46:08', '2025-09-16 16:46:08'), +(289, 9, 8, '2025-09-16 16:46:08', '2025-09-16 16:46:08'), +(290, 2, 8, '2025-09-16 16:46:08', '2025-09-16 16:46:08'), +(291, 3, 8, '2025-09-16 16:46:08', '2025-09-16 16:46:08'), +(292, 1, 55, '2025-09-16 16:47:32', '2025-09-16 16:47:32'), +(293, 16, 55, '2025-09-16 16:47:32', '2025-09-16 16:47:32'), +(294, 15, 55, '2025-09-16 16:47:32', '2025-09-16 16:47:32'), +(295, 2, 55, '2025-09-16 16:47:32', '2025-09-16 16:47:32'), +(296, 3, 55, '2025-09-16 16:47:32', '2025-09-16 16:47:32'), +(302, 1, 57, '2025-09-16 16:48:23', '2025-09-16 16:48:23'), +(303, 2, 57, '2025-09-16 16:48:23', '2025-09-16 16:48:23'), +(304, 3, 57, '2025-09-16 16:48:23', '2025-09-16 16:48:23'), +(305, 1, 67, '2025-09-16 16:48:58', '2025-09-16 16:48:58'), +(306, 16, 67, '2025-09-16 16:48:58', '2025-09-16 16:48:58'), +(307, 15, 67, '2025-09-16 16:48:58', '2025-09-16 16:48:58'), +(308, 2, 67, '2025-09-16 16:48:58', '2025-09-16 16:48:58'), +(309, 3, 67, '2025-09-16 16:48:58', '2025-09-16 16:48:58'), +(310, 1, 9, '2025-09-16 16:56:16', '2025-09-16 16:56:16'), +(311, 12, 9, '2025-09-16 16:56:16', '2025-09-16 16:56:16'), +(312, 2, 9, '2025-09-16 16:56:16', '2025-09-16 16:56:16'), +(313, 1, 41, '2025-09-16 16:57:07', '2025-09-16 16:57:07'), +(314, 12, 41, '2025-09-16 16:57:07', '2025-09-16 16:57:07'), +(315, 2, 41, '2025-09-16 16:57:07', '2025-09-16 16:57:07'), +(316, 3, 41, '2025-09-16 16:57:07', '2025-09-16 16:57:07'), +(317, 1, 39, '2025-09-16 16:57:45', '2025-09-16 16:57:45'), +(318, 12, 39, '2025-09-16 16:57:45', '2025-09-16 16:57:45'), +(319, 2, 39, '2025-09-16 16:57:45', '2025-09-16 16:57:45'), +(320, 1, 40, '2025-09-16 16:58:15', '2025-09-16 16:58:15'), +(321, 12, 40, '2025-09-16 16:58:15', '2025-09-16 16:58:15'), +(322, 2, 40, '2025-09-16 16:58:15', '2025-09-16 16:58:15'), +(323, 1, 42, '2025-09-16 16:58:41', '2025-09-16 16:58:41'), +(324, 12, 42, '2025-09-16 16:58:41', '2025-09-16 16:58:41'), +(325, 2, 42, '2025-09-16 16:58:41', '2025-09-16 16:58:41'), +(326, 1, 45, '2025-09-16 17:01:41', '2025-09-16 17:01:41'), +(327, 12, 45, '2025-09-16 17:01:41', '2025-09-16 17:01:41'), +(328, 2, 45, '2025-09-16 17:01:41', '2025-09-16 17:01:41'), +(329, 3, 45, '2025-09-16 17:01:41', '2025-09-16 17:01:41'), +(330, 1, 44, '2025-09-16 17:02:17', '2025-09-16 17:02:17'), +(331, 12, 44, '2025-09-16 17:02:17', '2025-09-16 17:02:17'), +(332, 2, 44, '2025-09-16 17:02:17', '2025-09-16 17:02:17'), +(333, 1, 27, '2025-09-19 06:23:25', '2025-09-19 06:23:25'), +(334, 11, 27, '2025-09-19 06:23:25', '2025-09-19 06:23:25'), +(335, 2, 27, '2025-09-19 06:23:25', '2025-09-19 06:23:25'), +(336, 3, 27, '2025-09-19 06:23:25', '2025-09-19 06:23:25'), +(337, 1, 68, '2025-09-21 05:05:12', '2025-09-21 05:05:12'), +(338, 12, 68, '2025-09-21 05:05:12', '2025-09-21 05:05:12'), +(339, 2, 68, '2025-09-21 05:05:12', '2025-09-21 05:05:12'), +(340, 1, 69, '2025-09-21 05:06:53', '2025-09-21 05:06:53'), +(341, 20, 69, '2025-09-21 05:06:53', '2025-09-21 05:06:53'), +(342, 12, 69, '2025-09-21 05:06:53', '2025-09-21 05:06:53'), +(343, 2, 69, '2025-09-21 05:06:53', '2025-09-21 05:06:53'), +(344, 3, 69, '2025-09-21 05:06:53', '2025-09-21 05:06:53'), +(345, 1, 70, '2025-09-27 04:28:38', '2025-09-27 04:28:38'), +(346, 2, 70, '2025-09-27 04:28:38', '2025-09-27 04:28:38'), +(347, 3, 70, '2025-09-27 04:28:38', '2025-09-27 04:28:38'), +(351, 1, 47, '2025-09-27 04:31:03', '2025-09-27 04:31:03'), +(352, 16, 47, '2025-09-27 04:31:03', '2025-09-27 04:31:03'), +(353, 15, 47, '2025-09-27 04:31:03', '2025-09-27 04:31:03'), +(354, 2, 47, '2025-09-27 04:31:03', '2025-09-27 04:31:03'), +(355, 3, 47, '2025-09-27 04:31:03', '2025-09-27 04:31:03'), +(361, 1, 71, '2025-09-28 05:39:08', '2025-09-28 05:39:08'), +(362, 10, 71, '2025-09-28 05:39:08', '2025-09-28 05:39:08'), +(363, 2, 71, '2025-09-28 05:39:08', '2025-09-28 05:39:08'), +(364, 3, 71, '2025-09-28 05:39:08', '2025-09-28 05:39:08'), +(370, 1, 72, '2025-10-05 03:42:08', '2025-10-05 03:42:08'), +(371, 16, 72, '2025-10-05 03:42:08', '2025-10-05 03:42:08'), +(372, 15, 72, '2025-10-05 03:42:08', '2025-10-05 03:42:08'), +(373, 2, 72, '2025-10-05 03:42:08', '2025-10-05 03:42:08'), +(374, 3, 72, '2025-10-05 03:42:08', '2025-10-05 03:42:08'), +(375, 1, 56, '2025-10-05 03:43:38', '2025-10-05 03:43:38'), +(376, 16, 56, '2025-10-05 03:43:38', '2025-10-05 03:43:38'), +(377, 15, 56, '2025-10-05 03:43:38', '2025-10-05 03:43:38'), +(378, 2, 56, '2025-10-05 03:43:38', '2025-10-05 03:43:38'), +(379, 3, 56, '2025-10-05 03:43:38', '2025-10-05 03:43:38'), +(381, 1, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(382, 14, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(383, 9, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(384, 10, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(385, 2, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(386, 3, 73, '2025-10-11 22:58:29', '2025-10-11 22:58:29'), +(397, 1, 64, '2025-10-26 06:28:34', '2025-10-26 06:28:34'), +(398, 1, 74, '2025-10-26 06:29:11', '2025-10-26 06:29:11'), +(399, 1, 75, '2025-10-26 06:30:23', '2025-10-26 06:30:23'), +(400, 1, 63, '2025-10-26 06:33:11', '2025-10-26 06:33:11'), +(401, 1, 76, '2025-10-26 06:34:35', '2025-10-26 06:34:35'), +(416, 1, 79, '2025-10-26 06:41:13', '2025-10-26 06:41:13'), +(417, 10, 79, '2025-10-26 06:41:13', '2025-10-26 06:41:13'), +(418, 2, 79, '2025-10-26 06:41:13', '2025-10-26 06:41:13'), +(419, 3, 79, '2025-10-26 06:41:13', '2025-10-26 06:41:13'), +(420, 1, 80, '2025-10-26 06:42:02', '2025-10-26 06:42:02'), +(421, 11, 80, '2025-10-26 06:42:02', '2025-10-26 06:42:02'), +(422, 10, 80, '2025-10-26 06:42:02', '2025-10-26 06:42:02'), +(423, 2, 80, '2025-10-26 06:42:02', '2025-10-26 06:42:02'), +(424, 3, 80, '2025-10-26 06:42:02', '2025-10-26 06:42:02'), +(437, 1, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(438, 14, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(439, 9, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(440, 10, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(441, 2, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(442, 3, 81, '2025-10-26 14:35:52', '2025-10-26 14:35:52'), +(451, 8, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(452, 1, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(453, 14, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(454, 16, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(455, 20, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(456, 21, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(457, 13, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(458, 9, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(459, 11, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(460, 12, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(461, 15, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(462, 18, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(463, 10, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(464, 19, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(465, 2, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(466, 17, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(467, 22, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(468, 3, 83, '2025-11-01 20:58:55', '2025-11-01 20:58:55'), +(471, 1, 82, '2025-12-07 16:19:30', '2025-12-07 16:19:30'), +(472, 12, 82, '2025-12-07 16:19:30', '2025-12-07 16:19:30'), +(473, 2, 82, '2025-12-07 16:19:30', '2025-12-07 16:19:30'), +(474, 1, 84, '2026-01-04 04:17:02', '2026-01-04 04:17:02'), +(475, 2, 84, '2026-01-04 04:17:02', '2026-01-04 04:17:02'), +(476, 3, 84, '2026-01-04 04:17:02', '2026-01-04 04:17:02'), +(477, 8, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(478, 1, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(479, 14, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(480, 16, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(481, 20, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(482, 21, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(483, 13, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(484, 9, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(485, 11, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(486, 12, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(487, 15, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(488, 18, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(489, 10, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(490, 19, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(491, 7, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(492, 2, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(493, 17, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(494, 6, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(495, 22, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(496, 4, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(497, 5, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(498, 3, 85, '2026-01-07 04:29:16', '2026-01-07 04:29:16'), +(499, 8, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(500, 1, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(501, 14, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(502, 16, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(503, 20, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(504, 21, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(505, 13, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(506, 9, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(507, 11, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(508, 12, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(509, 15, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(510, 18, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(511, 10, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(512, 19, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(513, 2, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(514, 17, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(515, 3, 86, '2026-01-11 07:40:32', '2026-01-11 07:40:32'), +(516, 8, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(517, 1, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(518, 14, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(519, 16, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(520, 20, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(521, 21, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(522, 13, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(523, 9, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(524, 11, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(525, 12, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(526, 15, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(527, 18, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(528, 10, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(529, 19, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(530, 2, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(531, 17, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(532, 3, 87, '2026-01-11 07:41:19', '2026-01-11 07:41:19'), +(533, 1, 88, '2026-01-13 19:48:58', '2026-01-13 19:48:58'), +(534, 1, 89, '2026-01-13 19:49:35', '2026-01-13 19:49:35'), +(535, 1, 90, '2026-01-14 03:53:43', '2026-01-14 03:53:43'), +(536, 2, 90, '2026-01-14 03:53:43', '2026-01-14 03:53:43'), +(539, 1, 92, '2026-01-18 07:23:26', '2026-01-18 07:23:26'), +(540, 2, 92, '2026-01-18 07:23:26', '2026-01-18 07:23:26'), +(541, 1, 91, '2026-01-18 07:24:37', '2026-01-18 07:24:37'), +(542, 2, 91, '2026-01-18 07:24:37', '2026-01-18 07:24:37'), +(543, 1, 93, '2026-01-18 07:25:26', '2026-01-18 07:25:26'), +(544, 2, 93, '2026-01-18 07:25:26', '2026-01-18 07:25:26'), +(554, 1, 95, '2026-01-29 01:51:29', '2026-01-29 01:51:29'), +(555, 2, 95, '2026-01-29 01:51:29', '2026-01-29 01:51:29'), +(556, 1, 96, '2026-01-29 01:52:20', '2026-01-29 01:52:20'), +(557, 2, 96, '2026-01-29 01:52:20', '2026-01-29 01:52:20'), +(558, 1, 28, '2026-01-29 04:26:10', '2026-01-29 04:26:10'), +(559, 11, 28, '2026-01-29 04:26:10', '2026-01-29 04:26:10'), +(560, 2, 28, '2026-01-29 04:26:10', '2026-01-29 04:26:10'), +(561, 3, 28, '2026-01-29 04:26:10', '2026-01-29 04:26:10'), +(562, 1, 97, '2026-02-06 03:08:29', '2026-02-06 03:08:29'), +(563, 2, 97, '2026-02-06 03:08:29', '2026-02-06 03:08:29'), +(564, 1, 98, '2026-03-01 21:50:13', '2026-03-01 21:50:13'), +(565, 14, 98, '2026-03-01 21:50:13', '2026-03-01 21:50:13'), +(566, 9, 98, '2026-03-01 21:50:13', '2026-03-01 21:50:13'), +(567, 2, 98, '2026-03-01 21:50:13', '2026-03-01 21:50:13'), +(568, 3, 98, '2026-03-01 21:50:13', '2026-03-01 21:50:13'), +(569, 1, 94, '2026-03-29 15:58:33', '2026-03-29 15:58:33'), +(570, 2, 94, '2026-03-29 15:58:33', '2026-03-29 15:58:33'), +(571, 1, 51, '2026-04-19 14:58:10', '2026-04-19 14:58:10'), +(572, 9, 51, '2026-04-19 14:58:10', '2026-04-19 14:58:10'), +(573, 12, 51, '2026-04-19 14:58:10', '2026-04-19 14:58:10'), +(574, 2, 51, '2026-04-19 14:58:10', '2026-04-19 14:58:10'), +(575, 3, 51, '2026-04-19 14:58:10', '2026-04-19 14:58:10'), +(579, 1, 100, '2026-05-21 21:54:03', '2026-05-21 21:54:03'), +(580, 2, 100, '2026-05-21 21:54:03', '2026-05-21 21:54:03'), +(581, 1, 101, '2026-05-26 20:01:55', '2026-05-26 20:01:55'), +(582, 2, 101, '2026-05-26 20:01:55', '2026-05-26 20:01:55'), +(587, 1, 31, '2026-05-26 20:03:17', '2026-05-26 20:03:17'), +(588, 11, 31, '2026-05-26 20:03:17', '2026-05-26 20:03:17'), +(589, 10, 31, '2026-05-26 20:03:17', '2026-05-26 20:03:17'), +(590, 2, 31, '2026-05-26 20:03:17', '2026-05-26 20:03:17'), +(600, 1, 30, '2026-05-26 20:14:17', '2026-05-26 20:14:17'), +(601, 11, 30, '2026-05-26 20:14:17', '2026-05-26 20:14:17'), +(602, 2, 30, '2026-05-26 20:14:17', '2026-05-26 20:14:17'), +(603, 1, 99, '2026-05-26 20:14:43', '2026-05-26 20:14:43'), +(604, 2, 99, '2026-05-26 20:14:43', '2026-05-26 20:14:43'), +(605, 1, 103, '2026-05-26 20:18:48', '2026-05-26 20:18:48'), +(606, 11, 103, '2026-05-26 20:18:48', '2026-05-26 20:18:48'), +(607, 10, 103, '2026-05-26 20:18:48', '2026-05-26 20:18:48'), +(608, 2, 103, '2026-05-26 20:18:48', '2026-05-26 20:18:48'), +(609, 1, 102, '2026-05-26 20:20:04', '2026-05-26 20:20:04'), +(610, 11, 102, '2026-05-26 20:20:04', '2026-05-26 20:20:04'), +(611, 10, 102, '2026-05-26 20:20:04', '2026-05-26 20:20:04'), +(612, 2, 102, '2026-05-26 20:20:04', '2026-05-26 20:20:04'), +(613, 1, 104, '2026-05-30 08:06:54', '2026-05-30 08:06:54'), +(614, 2, 104, '2026-05-30 08:06:54', '2026-05-30 08:06:54'), +(615, 1, 105, '2026-06-07 03:28:15', '2026-06-07 03:28:15'), +(616, 2, 105, '2026-06-07 03:28:15', '2026-06-07 03:28:15'), +(617, 1, 106, '2026-07-20 02:09:50', '2026-07-20 02:09:50'), +(618, 2, 106, '2026-07-20 02:09:50', '2026-07-20 02:09:50'), +(619, 1, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(620, 14, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(621, 16, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(622, 20, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(623, 21, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(624, 9, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(625, 11, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(626, 12, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(627, 10, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(628, 19, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(629, 2, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(630, 17, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(631, 3, 107, '2026-08-23 22:06:12', '2026-08-23 22:06:12'), +(632, 1, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(633, 14, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(634, 9, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(635, 11, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(636, 10, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(637, 2, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(638, 3, 78, '2026-08-23 22:07:09', '2026-08-23 22:07:09'), +(639, 1, 23, '2026-08-23 22:07:26', '2026-08-23 22:07:26'), +(640, 14, 23, '2026-08-23 22:07:26', '2026-08-23 22:07:26'), +(641, 9, 23, '2026-08-23 22:07:26', '2026-08-23 22:07:26'), +(642, 1, 22, '2026-08-23 22:08:11', '2026-08-23 22:08:11'), +(643, 14, 22, '2026-08-23 22:08:11', '2026-08-23 22:08:11'), +(644, 9, 22, '2026-08-23 22:08:11', '2026-08-23 22:08:11'), +(645, 2, 22, '2026-08-23 22:08:11', '2026-08-23 22:08:11'), +(646, 3, 22, '2026-08-23 22:08:11', '2026-08-23 22:08:11'), +(647, 1, 24, '2026-08-23 22:08:29', '2026-08-23 22:08:29'), +(648, 11, 24, '2026-08-23 22:08:29', '2026-08-23 22:08:29'), +(649, 2, 24, '2026-08-23 22:08:29', '2026-08-23 22:08:29'), +(650, 3, 24, '2026-08-23 22:08:29', '2026-08-23 22:08:29'), +(651, 1, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(652, 14, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(653, 9, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(654, 11, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(655, 10, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(656, 2, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(657, 3, 77, '2026-08-23 22:09:26', '2026-08-23 22:09:26'), +(658, 1, 108, '2026-08-24 21:19:48', '2026-08-24 21:19:48'), +(659, 12, 108, '2026-08-24 21:19:48', '2026-08-24 21:19:48'), +(660, 10, 108, '2026-08-24 21:19:48', '2026-08-24 21:19:48'), +(661, 2, 108, '2026-08-24 21:19:48', '2026-08-24 21:19:48'), +(662, 3, 108, '2026-08-24 21:19:48', '2026-08-24 21:19:48'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `role_permissions` +-- + +CREATE TABLE `role_permissions` ( + `id` int(11) UNSIGNED NOT NULL, + `role_id` int(11) NOT NULL, + `permission_id` int(11) NOT NULL, + `can_create` tinyint(1) DEFAULT 0, + `can_read` tinyint(1) DEFAULT 0, + `can_update` tinyint(1) DEFAULT 0, + `can_delete` tinyint(1) DEFAULT 0, + `can_manage` tinyint(1) DEFAULT 0, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `role_permissions` +-- + +INSERT INTO `role_permissions` (`id`, `role_id`, `permission_id`, `can_create`, `can_read`, `can_update`, `can_delete`, `can_manage`, `created_at`, `updated_at`) VALUES +(1, 1, 1, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(2, 1, 2, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(3, 1, 3, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(4, 1, 4, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(5, 1, 5, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(6, 1, 6, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(7, 1, 7, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(8, 1, 8, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(9, 1, 9, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(10, 1, 10, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(11, 1, 11, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(12, 1, 12, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(13, 1, 13, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(14, 1, 14, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(15, 1, 15, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(16, 2, 1, 1, 1, 1, 1, 0, '2024-08-31 04:34:16', '2025-09-12 07:55:59'), +(17, 2, 3, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(18, 2, 4, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(19, 2, 6, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(20, 2, 9, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(21, 2, 2, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(22, 2, 7, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(23, 2, 8, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(24, 2, 10, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(25, 2, 11, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(26, 2, 12, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(27, 2, 13, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(28, 2, 14, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(29, 2, 15, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(30, 2, 5, 1, 1, 1, 1, 0, '2024-08-31 05:01:31', '2025-09-12 07:55:59'), +(31, 7, 106, 1, 1, 1, 1, 0, '2024-09-21 16:23:42', '2025-09-12 05:07:20'), +(33, 6, 5, 1, 1, 1, 1, 0, '2024-08-31 05:03:02', '2024-08-31 05:03:02'), +(34, 7, 108, 1, 1, 0, 0, 0, '2024-09-21 16:23:42', '2025-09-12 05:07:20'), +(36, 8, 6, 1, 1, 1, 1, 0, '2024-08-31 15:36:52', '2024-08-31 15:36:52'), +(37, 11, 3, 1, 1, 1, 1, 0, '2024-09-04 14:24:19', '2024-09-04 14:24:19'), +(38, 4, 107, 1, 1, 1, 1, 0, '2024-09-23 15:20:04', '2024-09-23 15:20:04'), +(39, 1, 108, 1, 1, 1, 1, 1, '2024-07-19 17:27:01', '2025-09-12 03:47:19'), +(40, 2, 108, 1, 1, 1, 1, 0, '2024-07-19 17:27:01', '2025-09-12 07:55:59'), +(44, 1, 16, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(45, 1, 17, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(46, 1, 18, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(47, 1, 19, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(48, 1, 20, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(49, 1, 21, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(50, 1, 22, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(51, 1, 23, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(52, 1, 24, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(53, 1, 25, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(54, 1, 26, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(55, 1, 27, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(56, 1, 28, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(57, 1, 29, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(58, 1, 30, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(59, 1, 31, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(60, 1, 32, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(61, 1, 33, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(62, 1, 34, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(63, 1, 35, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(64, 1, 36, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(65, 1, 37, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(66, 1, 38, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(67, 1, 39, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(68, 1, 40, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(69, 1, 41, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(70, 1, 42, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(71, 1, 43, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(72, 1, 44, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(73, 1, 45, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(74, 1, 46, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(75, 1, 47, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(76, 1, 48, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(77, 1, 49, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(78, 1, 50, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(79, 1, 51, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(80, 1, 52, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(81, 1, 53, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(82, 1, 54, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(83, 1, 55, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(84, 1, 56, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(85, 1, 57, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(86, 1, 58, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(87, 1, 59, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(88, 1, 60, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(89, 1, 61, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(90, 1, 62, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(91, 1, 63, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(92, 1, 64, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(93, 1, 65, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(94, 1, 66, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(95, 1, 67, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(96, 1, 68, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(97, 1, 69, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(98, 1, 70, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(99, 1, 71, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(100, 1, 72, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(101, 1, 73, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(102, 1, 74, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(103, 1, 75, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(104, 1, 76, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(107, 1, 79, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(108, 1, 80, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(109, 1, 81, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(110, 1, 82, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(111, 1, 83, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(112, 1, 84, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(113, 1, 85, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(114, 1, 86, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(115, 1, 87, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(116, 1, 88, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(117, 1, 89, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(118, 1, 90, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(119, 1, 91, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(120, 1, 92, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(121, 1, 93, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(122, 1, 94, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(123, 1, 95, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(124, 1, 96, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(125, 1, 97, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(126, 1, 98, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(127, 1, 99, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(128, 1, 100, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(129, 1, 101, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(130, 1, 102, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(131, 1, 103, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(132, 1, 104, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(133, 1, 105, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(134, 1, 106, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(135, 1, 107, 1, 1, 1, 1, 0, '2025-09-12 03:43:40', '2025-09-12 03:47:19'), +(137, 1, 131, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(138, 1, 109, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(139, 1, 110, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(140, 1, 111, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(141, 1, 112, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(142, 1, 113, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(143, 1, 114, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(144, 1, 115, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(145, 1, 116, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(146, 1, 117, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(147, 1, 118, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(148, 1, 120, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(149, 1, 119, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(150, 1, 121, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(151, 1, 122, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(152, 1, 123, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(153, 1, 124, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(154, 1, 125, 1, 1, 1, 1, 0, '2025-09-12 03:47:19', '2025-09-12 03:47:19'), +(155, 5, 107, 1, 1, 1, 1, 0, '2025-09-12 05:08:16', '2025-09-12 05:08:16'), +(160, 2, 16, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(161, 2, 17, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(162, 2, 18, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(163, 2, 19, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(164, 2, 20, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(165, 2, 21, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(166, 2, 22, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(167, 2, 23, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(168, 2, 24, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(169, 2, 25, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(170, 2, 26, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(171, 2, 27, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(172, 2, 28, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(173, 2, 29, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(174, 2, 30, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(175, 2, 31, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(176, 2, 32, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(177, 2, 33, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(178, 2, 34, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(179, 2, 35, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(180, 2, 36, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(181, 2, 37, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(182, 2, 38, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(183, 2, 39, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(184, 2, 40, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(185, 2, 41, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(186, 2, 42, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(187, 2, 43, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(188, 2, 44, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(189, 2, 45, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(190, 2, 46, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(191, 2, 47, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(192, 2, 48, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(193, 2, 49, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(194, 2, 50, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(195, 2, 51, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(196, 2, 52, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(197, 2, 53, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(198, 2, 54, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(199, 2, 55, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(200, 2, 56, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(201, 2, 57, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(202, 2, 58, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(203, 2, 59, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(204, 2, 60, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(205, 2, 61, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(206, 2, 62, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(207, 2, 63, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(208, 2, 64, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(209, 2, 65, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(210, 2, 66, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(211, 2, 67, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(212, 2, 68, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(213, 2, 69, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(214, 2, 70, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(215, 2, 71, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(216, 2, 72, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(217, 2, 73, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(218, 2, 74, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(219, 2, 75, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(220, 2, 76, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(221, 2, 131, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(222, 2, 79, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(223, 2, 80, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(224, 2, 81, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(225, 2, 82, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(226, 2, 83, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(227, 2, 84, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(228, 2, 85, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(229, 2, 86, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(230, 2, 87, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(231, 2, 88, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(232, 2, 89, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(233, 2, 90, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(234, 2, 91, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(235, 2, 92, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(236, 2, 93, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(237, 2, 94, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(238, 2, 95, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(239, 2, 96, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(240, 2, 97, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(241, 2, 98, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(242, 2, 99, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(243, 2, 100, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(244, 2, 101, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(245, 2, 102, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(246, 2, 103, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(247, 2, 104, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(248, 2, 105, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(249, 2, 106, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(250, 2, 107, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(251, 2, 109, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(252, 2, 110, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(253, 2, 111, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(254, 2, 112, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(255, 2, 113, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(256, 2, 114, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(257, 2, 115, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(258, 2, 116, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(259, 2, 117, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(260, 2, 118, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(261, 2, 120, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(262, 2, 119, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(263, 2, 121, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(264, 2, 122, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(265, 2, 123, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(266, 2, 124, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(267, 2, 125, 1, 1, 1, 1, 0, '2025-09-12 07:55:59', '2025-09-12 07:55:59'), +(269, 22, 97, 1, 1, 1, 0, 0, '2025-10-20 04:29:31', '2025-10-20 04:29:31'), +(270, 22, 107, 1, 1, 1, 0, 0, '2025-10-20 04:29:31', '2025-10-20 04:29:31'), +(271, 22, 92, 1, 1, 1, 0, 0, '2025-10-20 04:29:31', '2025-10-20 04:29:31'), +(368, 14, 84, 1, 1, 1, 0, 0, '2025-11-02 17:37:44', '2025-11-02 17:37:44'), +(369, 14, 79, 1, 1, 1, 0, 0, '2025-11-02 17:37:44', '2025-11-02 17:37:44'), +(596, 9, 54, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(597, 9, 37, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(598, 9, 30, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(599, 9, 118, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(600, 9, 51, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(601, 9, 36, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(602, 9, 82, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(603, 9, 56, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(604, 9, 80, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(605, 9, 84, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(606, 9, 79, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(607, 9, 44, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(608, 9, 17, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(609, 9, 99, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(610, 9, 105, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(611, 9, 33, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(612, 9, 42, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(613, 9, 40, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(614, 9, 63, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(615, 9, 92, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(616, 9, 70, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(617, 9, 83, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(618, 9, 7, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'), +(619, 9, 8, 1, 1, 1, 1, 0, '2025-11-02 17:57:31', '2025-11-02 17:57:31'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `scan_log` +-- + +CREATE TABLE `scan_log` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `card_id` varchar(255) DEFAULT NULL, + `scan_time` datetime DEFAULT current_timestamp(), + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `score_comments` +-- + +CREATE TABLE `score_comments` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) NOT NULL, + `score_type` varchar(50) NOT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(20) NOT NULL, + `comment` text DEFAULT NULL, + `comment_review` text DEFAULT NULL, + `reviewed_by` int(11) UNSIGNED DEFAULT NULL, + `commented_by` int(11) DEFAULT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `score_comments` +-- + +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(1, 108, 90, 'ptap', 'Fall', '2025-2026', 'Ziyad is an intelligent student who performs well on homework and quizzes. However, he often lacks focus during class discussions and does not actively participate. Increased attentiveness and engagement would help him benefit more.', 'Ziyad is an intelligent student who performs well on homework and quizzes. However, he often lacks focus during class discussions and does not actively participate. Increased attentiveness and engagement would help him benefit more.', 4, 138, '2026-02-06 20:05:58'), +(2, 212, 90, 'ptap', 'Fall', '2025-2026', 'Aicha Safia sometimes struggles with attentiveness, but her unique personality adds energy to class activities. She completes her homework, and with increased participation, she has strong potential to grow more.', 'Aicha Safia sometimes struggles with attentiveness, but her unique personality adds energy to class activities. She completes her homework, and with increased participation, she has strong potential to grow more.', 4, 138, '2026-02-06 20:05:58'), +(3, 162, 90, 'ptap', 'Fall', '2025-2026', 'Sidrah is a bright student who stays on top of her assignments and quizzes. She actively participates, asks thoughtful questions, and brings a positive, bubbly energy to the classroom.', 'Sidrah is a bright student who stays on top of her assignments and quizzes. She actively participates, asks thoughtful questions, and brings a positive, bubbly energy to the classroom.', 4, 138, '2026-02-06 20:05:58'), +(4, 204, 90, 'ptap', 'Fall', '2025-2026', 'Bubacar is a quiet and respectful student but often lacks focus and does not participate or ask questions. He has also had some tardiness and absences. Greater attentiveness and consistency would help his progress.', 'Bubacar is a quiet and respectful student but often lacks focus and does not participate or ask questions. He has also had some tardiness and absences. Greater attentiveness and consistency would help his progress.', 4, 138, '2026-02-06 20:05:58'), +(5, 102, 90, 'ptap', 'Fall', '2025-2026', 'Hiba is a quiet and capable student who completes her homework consistently. While she does not often participate or ask questions, increased confidence in sharing her thoughts would help her abilities shine more in class.', 'Hiba is a quiet and capable student who completes her homework consistently. While she does not often participate or ask questions, increased confidence in sharing her thoughts would help her abilities shine more in class.', 4, 138, '2026-02-06 20:05:58'), +(6, 154, 90, 'ptap', 'Fall', '2025-2026', 'Yasmine consistently asks questions to better understand the material and completes her homework. Her enthusiasm and positive presence contribute greatly to an engaging classroom environment.', 'Yasmine consistently asks questions to better understand the material and completes her homework. Her enthusiasm and positive presence contribute greatly to an engaging classroom environment.', 4, 138, '2026-02-06 20:05:58'), +(7, 48, 90, 'ptap', 'Fall', '2025-2026', 'Subhan completes his homework but often appears lost during class discussions. He does not regularly participate or ask questions. Increased engagement and seeking clarification would help support his understanding.', 'Subhan completes his homework but often appears lost during class discussions. He does not regularly participate or ask questions. Increased engagement and seeking clarification would help support his understanding.', 4, 138, '2026-02-06 20:05:58'), +(8, 208, 90, 'ptap', 'Fall', '2025-2026', 'Iqra has struggled with focus and consistency on homework and quizzes and can display an unproductive attitude in class. However, she has potential to contribute meaningfully, and greater effort and engagement would help her succeed.', 'Iqra has struggled with focus and consistency on homework and quizzes and can display an unproductive attitude in class. However, she has potential to contribute meaningfully, and greater effort and engagement would help her succeed.', 4, 138, '2026-02-06 20:05:58'), +(9, 223, 90, 'ptap', 'Fall', '2025-2026', 'Sabeen actively participates in class and consistently shares her prior knowledge during discussions. While she struggles with comprehension and has had a few absences, she is a pleasure to have in class.', 'Sabeen actively participates in class and consistently shares her prior knowledge during discussions. While she struggles with comprehension and has had a few absences, she is a pleasure to have in class.', 4, 138, '2026-02-06 20:05:58'), +(10, 69, 90, 'ptap', 'Fall', '2025-2026', 'Ishaal attended the first day of class but has not been present since. Due to limited attendance, there has been insufficient opportunity to assess her participation or academic progress.', 'Ishaal attended the first day of class but has not been present since. Due to limited attendance, there has been insufficient opportunity to assess her participation or academic progress.', 4, 4, '2026-01-25 01:06:55'), +(11, 116, 90, 'ptap', 'Fall', '2025-2026', 'Zoya is a quiet and respectful student who completes her homework consistently. While she does not often participate or ask questions, her polite demeanor contributes positively to the classroom.', 'Zoya is a quiet and respectful student who completes her homework consistently. While she does not often participate or ask questions, her polite demeanor contributes positively to the classroom.', 4, 138, '2026-02-06 20:05:58'), +(12, 63, 42, 'ptap', 'Fall', '2025-2026', 'Zakaria is a hard working students. He participates in class activities and turns in his homework on time. Zakaria memorizes most of the Quran surahs we covered. He needs some support to understand meaning of the surahs.', 'Zakaria is a hard working student. He participates in class activities and turns in his homework on time. Zakaria memorizes most of the Quran Surahs we covered. He needs some support to understand meaning of the Surahs.', 4, 4, '2026-02-01 16:24:55'), +(13, 198, 60, 'ptap', 'Fall', '2025-2026', 'Ikhlas pays attention in class well. She is attentive and focused. Ikhlas needs to work on completing homework and participating more during class. She has not completed her homework and constantly needs to be reminded to finish her homework.', 'Ikhlas is attentive and focused in class. She needs to work on completing her homework and on participating more during class. She rarely completes her homework and constantly needs to be reminded to finish it.', 4, 120, '2026-02-07 04:43:49'), +(14, 139, 60, 'ptap', 'Fall', '2025-2026', 'Rana is very focused and attentive in class. She does a great job completing all her homework assignments. With that being said, Rana can work on participating more. Rana has also performed well on her quiz and has perfect attendance.', 'Rana is very focused and attentive in class. She does a great job completing all her homework assignments. With that being said, Rana can work on participating more. Rana has also performed well on her quiz!', 4, 120, '2026-02-07 04:43:49'), +(15, 254, 60, 'ptap', 'Fall', '2025-2026', 'London is respectful in class. She pays attention and is focused. London needs to work on completing her homework assignments and participating more during class. London is a hard worker and her goal should be to improve quiz scores.', 'London is a respectful and focused student. She pays attention in class. but needs to work on completing her homework assignments and participating more during class. London is a hard worker and her goal should be to improve quiz scores.', 4, 120, '2026-02-07 04:43:49'), +(16, 77, 60, 'ptap', 'Fall', '2025-2026', 'Zaariya is a well behaved student. She is present in class and pays attention. She has performed well on her quiz and does a good job completing her homework. However, Zaariya can work harder on participating more during class.', 'Zaariya is a well behaved student. She is present in class and pays attention. She has performed well on her quiz and does a good job completing her homework. However, Zaariya can work harder on participating more during class.', 4, 120, '2026-02-07 04:43:49'), +(17, 258, 60, 'ptap', 'Fall', '2025-2026', 'Reyad is a hard worker. He completes homework assignments and is respectful during class. Reyad can work on participating more during class and staying engaged. Keep it up!', 'Reyad is a hard working student. He completes his homework assignments and is respectful during class. Reyad can work on participating more during class and on staying engaged. Keep it up!', 4, 120, '2026-02-07 04:43:49'), +(18, 137, 60, 'ptap', 'Fall', '2025-2026', 'Hamza is an excellent student. He is very focused and attentive. Hamza does a good job participating and answering questions. He completes all assignments and is on top of things. Continue the great work!', 'Hamza is an excellent student. He is very focused and attentive. Hamza does a good job participating and answering questions. He completes all assignments and is on top of things. Continue the great work!', 4, 120, '2026-02-07 04:43:49'), +(19, 10, 60, 'ptap', 'Fall', '2025-2026', 'Nowriza is very respectful and pays attention in class. She needs to work on actively participating and engaging more during class. With that being said, she is on top of completing all assignments! Keep up the good work!', 'Nowriza is very respectful and pays attention in class. She needs to work on actively participating and engaging more during class. With that being said, she is on top of completing all assignments! Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(20, 9, 60, 'ptap', 'Fall', '2025-2026', 'Nashwa is a pleasure to have in class. She pays attention during class and completes all home work assignments. Nashwa excels in quizzes and tests and works hard. She can improve by participating more during class. Good work!', 'Nashwa is a pleasure to have in class. She pays attention and completes all homework assignments. Nashwa excels in quizzes and tests and works hard. She can improve by participating more during class. Good work!', 4, 120, '2026-02-07 04:43:49'), +(21, 161, 60, 'ptap', 'Fall', '2025-2026', 'Kareemah has done a great job completing homework assignments. She did great on the quiz and pays attention during class. She can work on being more engaging during class and participate more during class discussions. Good work!', 'Kareemah has done a great job completing her homework assignments. She did great on the quiz and pays attention during class. She can work on being more engaged during class and participate more in class discussions. Good work!', 4, 120, '2026-02-07 04:43:49'), +(22, 231, 42, 'ptap', 'Fall', '2025-2026', 'Ghaith started to show more understanding of key concepts. He partially finishes homework. He needs some reminders to participate in class. Ghaith memorizes all the suras we covered.', 'Ghaith started to show more understanding of key concepts. He partially finishes homework. He needs some reminders to participate in class. Ghaith memorized all the Surahs we covered.', 4, 4, '2026-02-01 16:24:55'), +(23, 33, 42, 'ptap', 'Fall', '2025-2026', 'Souleymane made a lot of progress. He participate in class discussion with a minimal reminder. With continued practice and support, Souleymane will continue improving.', 'Souleymane made a lot of progress. He participates in class discussion with a minimal reminder. With continued practice and support, Souleymane will continue improving.', 4, 4, '2026-02-01 16:24:55'), +(24, 106, 42, 'ptap', 'Fall', '2025-2026', 'Atiya is a hard working student. She participates effectively in class discussion. Atiya does her best in Quran recitations. Continued practice and focus on the meaning of the surahs will help Atiya make more progress.', 'Atiya is a hard working student who participates effectively in class discussion. Atiya does her best in Quran recitations. Continued practice and focus on the meaning of the Surahs will help Atiya make more progress.', 4, 4, '2026-02-01 16:24:55'), +(25, 40, 42, 'ptap', 'Fall', '2025-2026', 'Ashar is developing the skills needed to meet the expectations. He turn in his homework, but he needs some reminders to stay on task and participate in class activities. Continued support will help Ashar improve.', 'Ashar is developing the skills needed to meet the expectations. He turns in his homework, but he needs some reminders to stay on task and to participate in class activities. Continued support will help Ashar improve.', 4, 4, '2026-02-01 16:24:55'), +(26, 135, 42, 'ptap', 'Fall', '2025-2026', 'John is making a steady progress. He participates in class discussion and tries his best to practice Quran recitation. Continued focus and practice will help John improve.', 'John is making a steady progress. He participates in class discussion and tries his best to practice Quran recitation. Continued focus and practice will help John improve.', 4, 4, '2026-02-01 16:24:55'), +(27, 138, 42, 'ptap', 'Fall', '2025-2026', 'Hashim is a hard working students. He participates in class discussions. He turns in homework, and tries his to memorize all the covered surahs and understand the meaning .', 'Hashim is a hard working student who participates in class discussions. He turns in homework and tries his best to memorize all the covered Surahs and to understand their meaning.', 4, 4, '2026-02-01 16:24:55'), +(28, 85, 42, 'ptap', 'Fall', '2025-2026', 'Aiza works hard in class, and participates in class discussions. She turns in homework, and asks questions. She participates effectively in Quran recitation. Understanding the meaning of the surahs will help Aiza progress.', 'Aiza works hard and participates in class discussions. She turns in homework, and asks questions. She participates effectively in Quran recitation. Understanding the meaning of the Surahs will help Aiza progress.', 4, 4, '2026-02-01 16:24:55'), +(29, 51, 42, 'ptap', 'Fall', '2025-2026', 'Samira works hard in class, and participates productively in class discussion. She turns in homework, and cares about learning. She tries her best in Quran recitation, as well as understanding the meaning of the surahs.', 'Samira works hard in class and participates productively in class discussions. She always turns in her homework and cares about learning. She tries her best in Quran recitation, as well as understanding the meaning of the Surahs.', 4, 4, '2026-02-01 16:24:55'), +(30, 140, 42, 'ptap', 'Fall', '2025-2026', 'Ziyad is making a steady progress. He participates in class discussion and tries his best in Quran recitation. Continued focus and practice will help Ziyad improve.', 'Ziyad is making a steady progress. He participates in class discussion and tries his best in Quran recitation. Continued focus and practice will help Ziyad improve.', 4, 4, '2026-02-01 16:24:55'), +(31, 55, 42, 'ptap', 'Fall', '2025-2026', 'Mariam is a hard working students. She participates in class discussions with some reminders. Mariam turns in her homework, and tries her best in Quran recitation. It would benefit Mariam to focus more on the meaning of the surahs.', 'Mariam is a hard working student. She participates in class discussions with some reminders. Mariam turns in her homework and tries her best in Quran recitation. It would benefit Mariam to focus more on the meaning of the Surahs.', 4, 4, '2026-02-01 16:24:55'), +(32, 177, 42, 'ptap', 'Fall', '2025-2026', 'Naz Yasin is a hard working student. He participates effectively in class discussions and asks meaningful questions. Naz turns in homework, and tries his best in Quran recitation as well as understanding the meaning of the surahs.', 'Naz Yasin is a hard working student. He participates effectively in class discussions and asks meaningful questions. Naz turns in homework and tries his best in Quran recitation as well as understanding the meaning of the Surahs.', 4, 4, '2026-02-01 16:24:55'), +(33, 118, 42, 'ptap', 'Fall', '2025-2026', 'Anya is a hard working student. She participates in class discussions with some reminders to stay on topic. She turns in homework, and she tries her best in Quran recitation. Continued practice and focus will help Anya make more progress.', 'Anya is a hard working student. She participates in class discussions with some reminders to stay on topic. She turns in homework, and tries her best in Quran recitation. Continued practice and focus will help Anya make more progress.', 4, 4, '2026-02-01 16:24:55'), +(34, 218, 42, 'ptap', 'Fall', '2025-2026', 'Zunairah is a hard working student. She participates in class discussions with some reminders. Zunairah turns in her homework, and she tries her best in Quran recitation. Continues practice and focus on Surahs meaning will help progress.', 'Zunairah is a hard working student. She participates in class discussions with some reminders. Zunairah turns in her homework and tries her best in Quran recitation. Continued practice and focus on Surahs meaning will help her progress.', 4, 4, '2026-02-01 16:24:55'), +(35, 197, 22, 'ptap', 'Fall', '2025-2026', 'Simra is an exemplary student who consistently completes her homework, actively participates in class, and seeks help when necessary. her proactive approach and organized work habits yield impressive results making me extremely proud of her.', 'Simra is an exemplary student who consistently completes her homework, actively participates in class, and seeks help when necessary. Her proactive approach and organized work habits yield impressive results making me extremely proud of her.', 4, 4, '2026-02-01 17:42:35'), +(36, 63, 42, 'midterm', 'Fall', '2025-2026', 'Zakaria did well in the midterm. His grade reflects his strong knowledge of the topics we have covered. He answered most of the questions correctly. I would like him to focus more on the translation of the surah which will help him understand the meaning of the surahs.', 'Zakaria did well in the midterm. His grade reflects his strong knowledge of the topics covered. He answered most of the questions correctly. I would like him to focus more on the translation of the Surahs which will help him understand the meaning of the Surahs.', 4, 4, '2026-02-01 16:24:55'), +(37, 231, 42, 'midterm', 'Fall', '2025-2026', 'Ghaith tried his best in the midterm. It is challenging for Ghaith to write which impacted his grade. working on study skills like makeing notes or flash cards and practice writing will help Ghaith improve his score.', 'Ghaith tried his best in the midterm. It is challenging for Ghaith to write which impacted his grade. Working on study skills like making notes or flash cards and practice writing will help Ghaith improve his score.', 4, 4, '2026-02-01 16:24:55'), +(38, 33, 42, 'midterm', 'Fall', '2025-2026', 'Souleymane tried his best in the midterm. It was difficult for him to answer open ended questions, and meaning of words from the surahs. reviewing lessons, and making notes will help Souleymane improve his score.', 'Souleymane tried his best in the midterm. It was difficult for him to answer open ended questions and meaning of words from the Surahs. Reviewing lessons and making notes will help Souleymane improve his score.', 4, 4, '2026-02-01 16:24:55'), +(39, 223, 90, 'midterm', 'Fall', '2025-2026', 'Sabeen struggled on this midterm, leaving many questions blank and showing gaps in comprehension. Although she is eager to learn and often tries her best in class, that effort was not reflected on the exam. Asking more questions and engaging more actively will be important for her improvement.', 'Sabeen struggled on this midterm, leaving many questions blank and showing gaps in comprehension. Although she is eager to learn and often tries her best in class, that effort was not reflected on the exam. Asking more questions and engaging more actively will be important for her improvement.', 4, 138, '2026-02-06 20:05:58'), +(40, 108, 90, 'midterm', 'Fall', '2025-2026', 'Ziyad struggled on this midterm, as many responses lacked detail and were incomplete. However, it is clear that he put in genuine effort and prepared as much as he could, especially for the Quran portion. With stronger focus and clearer expression, his understanding can improve moving forward.', 'Ziyad struggled on this midterm, as many responses lacked detail and were incomplete. However, it is clear that he put in genuine effort and prepared as much as he could, especially for the Quran portion. With stronger focus and clearer expression, his understanding can improve moving forward.', 4, 138, '2026-02-06 20:05:58'), +(41, 69, 90, 'midterm', 'Fall', '2025-2026', 'Ishaal attended the first day of class but has not been present since. Due to limited attendance, there has been insufficient opportunity to assess her participation or academic progress.', 'Ishaal attended the first day of class but has not been present since. Due to limited attendance, there has been insufficient opportunity to assess her participation or academic progress.', 4, 4, '2026-01-25 01:06:55'), +(42, 212, 90, 'midterm', 'Fall', '2025-2026', 'Aicha Safia put strong effort into her midterm and clearly tried to retain what was taught in class. While she struggled with some subjects and the Quran portion, she showed progress by identifying more than half of the Arabic letters.', 'Aicha Safia put strong effort into her midterm and clearly tried to retain what was taught in class. While she struggled with some subjects and the Quran portion, she showed progress by identifying more than half of the Arabic letters.', 4, 138, '2026-02-06 20:05:58'), +(43, 116, 90, 'midterm', 'Fall', '2025-2026', 'Zoya performed exceptionally well on her midterm, demonstrating a strong and complete understanding of the major concepts covered on the exam. She also excelled in the Quran portion, memorizing 24 out of 30 ayahs. Her preparation, focus, and dedication truly reflected in her performance.', 'Zoya performed exceptionally well on her midterm, demonstrating a strong and complete understanding of the major concepts covered on the exam. She also excelled in the Quran portion, memorizing 24 out of 30 ayahs. Her preparation, focus, and dedication truly reflected in her performance.', 4, 138, '2026-02-06 20:05:58'), +(44, 162, 90, 'midterm', 'Fall', '2025-2026', 'Sidrah performed outstandingly on her midterm, showing complete understanding of what was covered this semester. Her answers reflected strong comprehension and thoughtful detail. She also memorized all of Surah Al-Mulk, demonstrating excellent dedication and consistency.', 'Sidrah performed outstandingly on her midterm, showing complete understanding of what was covered this semester. Her answers reflected strong comprehension and thoughtful detail. She also memorized all of Surah Al-Mulk, demonstrating excellent dedication and consistency.', 4, 138, '2026-02-06 20:05:58'), +(45, 204, 90, 'midterm', 'Fall', '2025-2026', 'Bubacar struggled on this midterm, as several responses lacked sufficient detail and the memorization portion showed limited progress. Moving forward, increased effort, active participation is needed.', 'Bubacar struggled on this midterm, as several responses lacked sufficient detail and the memorization portion showed limited progress. Moving forward, increased effort, active participation is needed.', 4, 138, '2026-02-06 20:05:58'), +(46, 102, 90, 'midterm', 'Fall', '2025-2026', 'Hiba performed well on her midterm, showing clear understanding of most topics covered this semester. She consistently put forth strong effort and demonstrated commitment in the Quran portion by memorizing 20 out of 30 ayahs. With continued focus, her progress can grow even further.', 'Hiba performed well on her midterm, showing clear understanding of most topics covered this semester. She consistently put forth strong effort and demonstrated commitment in the Quran portion by memorizing 20 out of 30 ayahs. With continued focus, her progress can grow even further.', 4, 138, '2026-02-06 20:05:58'), +(47, 154, 90, 'midterm', 'Fall', '2025-2026', 'Yasmine put strong effort into her midterm and tried her best to demonstrate her skills. While she struggled in some areas, she excelled in identifying all of the Arabic letters, which is commendable. With greater consistency and focus, her overall performance can continue to improve.', 'Yasmine put strong effort into her midterm and tried her best to demonstrate her skills. While she struggled in some areas, she excelled in identifying all of the Arabic letters, which is commendable. With greater consistency and focus, her overall performance can continue to improve.', 4, 138, '2026-02-06 20:05:58'), +(48, 48, 90, 'midterm', 'Fall', '2025-2026', 'Subhan struggled on this midterm, showing a lack of attention to detail and difficulty with both the written exam and the Quran portion. Memorization progress was limited. Moving forward, increased focus, consistent practice, and asking questions when unsure will be important for improvement.', 'Subhan struggled on this midterm, showing a lack of attention to detail and difficulty with both the written exam and the Quran portion. Memorization progress was limited. Moving forward, increased focus, consistent practice, and asking questions when unsure will be important for improvement.', 4, 138, '2026-02-06 20:05:58'), +(49, 208, 90, 'midterm', 'Fall', '2025-2026', 'Iqra struggled on this midterm, as many questions were left incomplete and responses lacked detail. The Quran portion was also challenging. Greater honesty, effort, and asking questions will be essential moving forward.', 'Iqra struggled on this midterm, as many questions were left incomplete and responses lacked detail. The Quran portion was also challenging. Greater honesty, effort, and asking questions will be essential moving forward.', 4, 138, '2026-02-06 20:05:58'), +(50, 106, 42, 'midterm', 'Fall', '2025-2026', 'Atiya rushed in the midterm. I reminded her to read the questions carefully and review her answers. Review the lessons and make flashcards will help Atiya improver her scores in future testing.', 'Atiya rushed in the midterm. I reminded her to read the questions carefully and review her answers. Review the lessons and make flashcards will help Atiya improve her scores in future tests.', 4, 4, '2026-02-01 16:24:55'), +(51, 51, 42, 'midterm', 'Fall', '2025-2026', 'Samira did an amazing job in the midterm. She demonstrated deep understanding. She did well preparing, and taking notes. Samira has strong study skills, and I encourage her to continue reviewing weekly lessons and surahs to maintain her level.', 'Samira did an amazing job in the midterm. She demonstrated deep understanding of the topics covered. She did well preparing and taking notes. Samira has strong study skills and I encourage her to continue reviewing weekly lessons and Surahs to maintain her level.', 4, 4, '2026-02-01 16:24:55'), +(52, 138, 42, 'midterm', 'Fall', '2025-2026', 'Hashim did amazing job in the midterm. He demonstrated deep knowledge in the topics we have covered. Hashim has strong study skills, and cares about learning. I encourage Hashim to continue reviewing the weekly lessons and surahs to maintain his high level.', 'Hashim did an amazing job in the midterm. He demonstrated deep knowledge of the topics covered. Hashim has strong study skills, and cares about learning. I encourage him to continue reviewing the weekly lessons and Surahs to maintain his high level.', 4, 4, '2026-02-01 16:24:55'), +(53, 64, 31, 'midterm', 'Fall', '2025-2026', 'Judy did exceptional on the midterm and it is clear she studied really well for it. Her score reflects her hard work that she puts in weekly in class, Mashallah!', 'Judy did exceptional on the midterm and it is clear she studied really well for it. Her score reflects her hard work that she puts in weekly in class, Mashallah!', 4, 4, '2026-01-25 21:54:14'), +(54, 199, 31, 'midterm', 'Fall', '2025-2026', 'Amin did not perform well on the midterm. However, he is a bright student with a perfect attendance, so he is not missing any class. I hope that next semester he focuses more in class, Inshallah.', 'Amin did not perform well on the midterm. However, he is a bright student with a perfect attendance, so he is not missing any class. I hope that next semester he focuses more in class, Inshallah.', 4, 4, '2026-01-25 21:54:14'), +(55, 70, 31, 'midterm', 'Fall', '2025-2026', 'Ikram performed extremely well on the midterm. His hard work and dedication in class payed off, Mashallah!', 'Ikram performed extremely well on the midterm. His hard work and dedication in class payed off, Mashallah!', 4, 4, '2026-01-25 21:54:14'), +(56, 19, 31, 'midterm', 'Fall', '2025-2026', 'Shayaan did well on the midterm and his hard work and effort in class truly paid off! He is one of our highest scoring students, Mashallah!', 'Shayaan did well on the midterm and his hard work and effort in class truly paid off! He is one of our highest scoring students, Mashallah!', 4, 4, '2026-01-25 21:54:14'), +(57, 68, 31, 'midterm', 'Fall', '2025-2026', 'Aneeqa did not perform that well on the midterm, however, she has a lot of potential. It would help if she started doing the homework more because she does not seem to be distracted in class. Inshallah, next semester, she will focus and study a bit more outside the classroom.', 'Aneeqa did not perform that well on the midterm, however, she has a lot of potential. It would help if she started doing the homework more because she does not seem to be distracted in class. Inshallah, next semester, she will focus and study a bit more outside the classroom.', 4, 4, '2026-01-25 21:54:14'), +(58, 196, 31, 'midterm', 'Fall', '2025-2026', 'Kareem did exceptionally well on the midterm and he is consistently one of our highest scoring students Mashallah! Inshallah, he continues to keep this up next semester.', 'Kareem did exceptionally well on the midterm and he is consistently one of our highest scoring students Mashallah! Inshallah, he continues to keep this up next semester.', 4, 4, '2026-01-25 21:54:14'), +(59, 127, 31, 'midterm', 'Fall', '2025-2026', 'Rehaan did not perform that well on the midterm, however he usually does well on tests and quizzes. It seems this might just have been a bad test because he puts in a lot of effort in class. Inshallah, I hope to see his dedication next semester as well!', 'Rehaan did not perform that well on the midterm, however he usually does well on tests and quizzes. It seems this might just have been a bad test because he puts in a lot of effort in class. Inshallah, I hope to see his dedication next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(60, 64, 31, 'ptap', 'Fall', '2025-2026', 'Judy is an attentive and bright student. She loves participating and putting her answers out there. On the other hand, she forgets to do her homework often.', 'Judy is an attentive and bright student. She loves participating and putting her answers out there. On the other hand, she forgets to do her homework often.', 4, 4, '2026-01-25 21:54:14'), +(61, 199, 31, 'ptap', 'Fall', '2025-2026', 'Amin is a little harder to handle compared to the other students. He doesn\'t put in much effort in class but does well on his homework; he has a lot of potential. Inshallah, he will improve.', 'Amin is a little harder to handle compared to the other students. He doesn\'t put in much effort in class but does well on his homework; he has a lot of potential. Inshallah, he will improve.', 4, 4, '2026-01-25 21:54:14'), +(62, 70, 31, 'ptap', 'Fall', '2025-2026', 'Ikram is a nice student, playful yet also focuses when class starts. When he has a question or a brilliant answer, his arm is always in the air first. Although he forgot to do the homework very often.', 'Ikram is a nice student, playful yet also focuses when class starts. When he has a question or a brilliant answer, his arm is always in the air first. Although he forgot to do the homework very often.', 4, 4, '2026-01-25 21:54:14'), +(63, 19, 31, 'ptap', 'Fall', '2025-2026', 'Shayaan is a student with a lot of potential; rarely does he get distracted in class, and he bounces back and answers all the questions asked.', 'Shayaan is a student with a lot of potential; rarely he gets distracted in class, and he bounces back and answers all the questions asked.', 4, 4, '2026-01-25 21:54:14'), +(64, 68, 31, 'ptap', 'Fall', '2025-2026', 'Aneeqa is a student with a lot of potential; however, it seems she is not taking the class seriously enough. I can tell she is trying, but her homework is rarely done. Hopefully, there are improvements next semester, inshallah.', 'Aneeqa is a student with a lot of potential; however, it seems she is not taking the class seriously enough. I can tell she is trying, but her homework is rarely done. Hopefully, there are improvements next semester, inshallah.', 4, 4, '2026-01-25 21:54:14'), +(65, 196, 31, 'ptap', 'Fall', '2025-2026', 'Kareem is a very hardworking and determined student, in class he always has his hand raised with either a question or an answer. He is a delight to have in class.', 'Kareem is a very hardworking and determined student. In class he always has his hand raised with either a question or an answer. He is a delight to have in class.', 4, 4, '2026-01-25 21:54:14'), +(66, 127, 31, 'ptap', 'Fall', '2025-2026', 'Rehaan is an exceptional student who loves to take notes of lessons and has many answers to difficult questions. We are very happy to have him in our class!', 'Rehaan is an exceptional student who loves to take notes of lessons and has many answers to difficult questions. We are very happy to have him in our class!', 4, 4, '2026-01-25 21:54:14'), +(67, 234, 31, 'ptap', 'Fall', '2025-2026', 'Ibrahim is a student who loves using his Arabic skills in class. He is very attentive and hardworking, especially when it comes to finishing homework alhamdulillah!', 'Ibrahim is a student who loves using his Arabic skills in class. He is very attentive and hardworking, especially when it comes to finishing homework alhamdulillah!', 4, 4, '2026-01-25 21:54:14'), +(68, 234, 31, 'midterm', 'Fall', '2025-2026', 'Ibrahim did exceptionally well on the midterm and is usually one of our highest scorers in class. I can clearly see the effort he puts in and I hope he will continue to do so next semester as well Inshallah!', 'Ibrahim did exceptionally well on the midterm and is usually one of our highest scorers in class. I can clearly see the effort he puts in and I hope he will continue to do so next semester as well Inshallah!', 4, 4, '2026-01-25 21:54:14'), +(69, 20, 31, 'midterm', 'Fall', '2025-2026', 'Joseph did not do well on the midterm, unfortunately. He told me he had friends over the day before and did not have time to study, so Inshallah next semester I hope he leaves enough time to prepare for assessments.', 'Joseph did not do well on the midterm, unfortunately. He told me he had friends over the day before and did not have time to study, so Inshallah next semester I hope he leaves enough time to prepare for assessments.', 4, 4, '2026-01-25 21:54:14'), +(70, 44, 31, 'midterm', 'Fall', '2025-2026', 'Hannah did exceptionally well on the midterm and is consistently one of our highest scoring students Mashallah! Her dedication is reflective in her scores, and it is clear how hard she works. Inshallah, I hope to see her continue this effort next semester as well!', 'Hannah did exceptionally well on the midterm and is consistently one of our highest scoring students Mashallah! Her dedication is reflective in her scores, and it is clear how hard she works. Inshallah, I hope to see her continue this effort next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(71, 57, 31, 'midterm', 'Fall', '2025-2026', 'Hashir did not do to well on the midterm, but he is usually a high-scoring student, so this is likely a bad test. Inshallah, he will continue performing well next semester.', 'Hashir did not do well on the midterm, but he is usually a high-scoring student, so this is likely a bad test. Inshallah, he will continue performing well next semester.', 4, 4, '2026-01-25 21:54:14'), +(72, 81, 31, 'midterm', 'Fall', '2025-2026', 'Safa did not do too well on the midterm, but is usually one of our highest scoring students, so this might simply have been a bad test. Inshallah, I am excited to see her smiles and effort next semester as well!', 'Safa did not do too well on the midterm, but is usually one of our highest scoring students, so this might simply have been a bad test. Inshallah, I am excited to see her smiles and effort next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(73, 21, 31, 'midterm', 'Fall', '2025-2026', 'Amelia did not perform well on the midterm, and I feel as if she does not put that much time in outside of class to study. I hope next semester she completes her homework and focuses outside the classroom as well.', 'Amelia did not perform well on the midterm, and I feel as if she does not put that much time in outside of class to study. I hope next semester she completes her homework and focuses outside the classroom as well.', 4, 4, '2026-01-25 21:54:14'), +(74, 78, 31, 'midterm', 'Fall', '2025-2026', 'Areesh was one of the highest scorers on the midterm, Mashallah, and she consistently scores high on assessments. I am very proud of her performance this semester!', 'Areesh was one of the highest scorers on the midterm, Mashallah, and she consistently scores high on assessments. I am very proud of her performance this semester!', 4, 4, '2026-01-25 21:54:14'), +(75, 16, 31, 'midterm', 'Fall', '2025-2026', 'Mariam performed exceptional on the midterm, and consistently does well on assessments Mashallah! She is a pleasure to have in class and clearly puts in a lot of effort studying. Inshallah, I hope to see the same dedication next semester as well!', 'Mariam performed exceptional on the midterm, and consistently does well on assessments Mashallah! She is a pleasure to have in class and clearly puts in a lot of effort studying. Inshallah, I hope to see the same dedication next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(76, 30, 31, 'midterm', 'Fall', '2025-2026', 'Amir did amazing on the midterm and is one of our highest scorers in class, Mashallah! Inshallah I hope to see the same effort and dedication next semester as well!', 'Amir did amazing on the midterm and is one of our highest scorers in class, Mashallah! Inshallah I hope to see the same effort and dedication next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(77, 171, 31, 'midterm', 'Fall', '2025-2026', 'Aima did well on the midterm, and she usually performs well on class assessments as well. However, she definitely has the potential to do better, and Inshallah next semester she puts in a bit more effort studying outside the classroom.', 'Aima did well on the midterm, and she usually performs well on class assessments as well. However, she definitely has the potential to do better, and Inshallah next semester she puts in a bit more effort studying outside the classroom.', 4, 4, '2026-01-25 21:54:14'), +(78, 245, 31, 'midterm', 'Fall', '2025-2026', 'Mira did exceptionally well on the midterm, and is usually a high scorer in class, Mashallah! Inshallah, she continues this effort and dedication next semester as well!', 'Mira did exceptionally well on the midterm, and is usually a high scorer in class, Mashallah! Inshallah, she continues this effort and dedication next semester as well!', 4, 4, '2026-01-25 21:54:14'), +(79, 206, 21, 'ptap', 'Fall', '2025-2026', 'Yusuf needs to be more included in classroom discussions, I encourage him to participate more in class and ask any questions when he is struggling, He is a good kid and I\'m sure he will do better next semester InchAllah.', 'Yusuf needs to be more included in classroom discussions. I encourage him to participate more in class and ask any questions when he is struggling. He is a good kid and I\'m sure he will do better next semester InshaAllah.', 4, 4, '2026-02-01 17:47:40'), +(80, 206, 21, 'midterm', 'Fall', '2025-2026', 'Yusuf would benefit from more time reviewing his lessons at home, and is encouraged to keep trying to memorize the Quran.', 'Yusuf would benefit from reviewing more his lessons at home. I encourage him to keep trying to memorize Quran.', 4, 4, '2026-02-01 17:47:40'), +(81, 146, 21, 'ptap', 'Fall', '2025-2026', 'Abdallah is an amazing student with an outstanding 100% on both hw and attendance, he is a good part of the class.', 'Abdallah is an amazing student with an outstanding 100% completion rate in homework. He is a good addition to the class.', 4, 4, '2026-02-01 17:47:40'), +(82, 147, 21, 'ptap', 'Fall', '2025-2026', 'Yara is a well behaved student and excels in class. I\'m proud of her consistent effort and attendance. Her commitment to completing homework assignments and participating in class is impressive.', 'Yara is a well behaved student who excels in class. I\'m proud of her consistent effort. Her commitment to completing homework assignments and participating in class is impressive. Very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(83, 249, 21, 'ptap', 'Fall', '2025-2026', 'Abdul Kabeer is a great student to work with and very well behaved, mashallah he is very quiet but he works very hard, very proud of him.', 'Abdul Kabeer is a great student to work with. He is very well behaved, MashaAllah. He is very quiet but he works very hard. Very proud of him!', 4, 4, '2026-02-01 17:47:40'), +(84, 45, 21, 'ptap', 'Fall', '2025-2026', 'Aya will need to work on being more focused and engaged in class. She is a good student and always completes her homework.', 'Aya will need to work on being more focused and engaged in class. She is a good student and always completes her homework.', 4, 4, '2026-02-01 17:47:40'), +(85, 112, 21, 'ptap', 'Fall', '2025-2026', 'Ali is a well behaved student he shows great knowledge, and I\'m very proud of him. I hope he does better next semester. His commitment to completing homework assignments and participating in class is impressive.', 'Ali is a well behaved student. He shows great knowledge in class. I hope he does better next semester. His commitment to completing homework assignments and participating in class is impressive. I\'m very proud of him!', 4, 4, '2026-02-01 17:47:40'), +(86, 86, 21, 'ptap', 'Fall', '2025-2026', 'Ibrahim efforts were amazing he showed great knowledge, excellent job. I\'m proud of him and hope he does better next semester.', 'Ibrahim efforts were amazing! He showed great knowledge in class. Excellent job! I\'m proud of him and hope he does better next semester.', 4, 4, '2026-02-01 17:47:40'), +(87, 105, 21, 'ptap', 'Fall', '2025-2026', 'Khadija is a well behaved student I\'m sure she will due better next semester, I know it was hard for her because of her frequent absence.', 'Khadija is a well behaved student. I\'m sure she will do better next semester. I know it was hard for her because of her frequent absence.', 4, 4, '2026-02-01 17:47:40'), +(88, 200, 21, 'ptap', 'Fall', '2025-2026', 'Leena is a well behaved student and excels in class. I\'m proud of her consistent effort and attendance. Her commitment to completing homework assignments and participating in class is impressive.', 'Leena is a well behaved student and excels in class. I\'m proud of her consistent effort. Her commitment to completing homework assignments and participating in class is impressive. Very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(89, 256, 21, 'ptap', 'Fall', '2025-2026', 'Khadijah is a great student to work with and very well behaved, mashallah she is very quiet but she works very hard, Her commitment to completing homework assignments and participating in class is impressive. very proud of her.', 'Khadijah is a great student to work with and very well behaved MashaAllah. She is very quiet but she works very hard. Her commitment to completing homework assignments and participating in class is impressive. Very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(90, 43, 21, 'ptap', 'Fall', '2025-2026', 'Soheb consistently participates in class and is always eager to learn, she memorized the surahs for 2nd grade. She is a hard working student. And I\'m very proud of her.', 'Soheb consistently participates in class and is always eager to learn. He memorized the Surahs for 2nd grade. He is a hard working student and I\'m very proud of him.', 4, 4, '2026-02-01 17:47:40'), +(91, 36, 21, 'ptap', 'Fall', '2025-2026', 'Shariq consistently participates in class and is always eager to learn, he memorized the surahs for 2nd grade. He is a hard working student. And I\'m very proud of him.', 'Shariq consistently participates in class and is always eager to learn. He memorized the Surahs for 2nd grade. He is a hard working student and I\'m very proud of him.', 4, 4, '2026-02-01 17:47:40'), +(92, 157, 21, 'ptap', 'Fall', '2025-2026', 'Salma consistently participates in class and is always eager to learn, she memorized the surahs for 2nd grade. She is a hard working student. And I\'m very proud of her.', 'Salma consistently participates in class and is always eager to learn. She memorized the Surahs for 2nd grade. She is a hard working student and I\'m very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(93, 173, 21, 'ptap', 'Fall', '2025-2026', 'Hafiz is an amazing student with an outstanding 100% on both home work and attendance, he is a good part of the class.', 'Hafiz is an amazing student with an outstanding 100% in homework. He is a good addition to the class.', 4, 4, '2026-02-01 17:47:40'), +(94, 141, 21, 'ptap', 'Fall', '2025-2026', 'Ali is an amazing student with an outstanding 100% on both hw and attendance, he is a good part of the class.', 'Ali is an amazing student with an outstanding 100% in homework. He is a good part of the class.', 4, 4, '2026-02-01 17:47:40'), +(95, 226, 21, 'ptap', 'Fall', '2025-2026', 'Mah Noor is a great student to work with and very well behaved, mashallah she is very quiet but she works very hard, very proud of her.', 'Mah Noor is a great student to work with in class. She is very well behaved, MashaAllah. She is very quiet but she works very hard. I am very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(96, 176, 21, 'ptap', 'Fall', '2025-2026', 'Afrah needs to be more included in classroom discussions, I encourage him to participate more in class and ask any questions when she is struggling, She is a good kid and I\'m sure she will do better next semester InchAllah.', 'Afrah needs to be more included in classroom discussions. I encourage her to participate more in class and ask any questions when she is struggling. She is a good kid and I\'m sure she will do better next semester InshaAllah.', 4, 4, '2026-02-01 17:47:40'), +(97, 217, 21, 'ptap', 'Fall', '2025-2026', 'Musa\'s efforts were amazing he showed great knowledge, excellent job. I\'m proud of him and hope he does better next semester.', 'Musa\'s efforts were amazing. He showed great knowledge and effort. Excellent job! I\'m proud of him and hope he does better next semester.', 4, 4, '2026-02-01 17:47:40'), +(98, 146, 21, 'midterm', 'Fall', '2025-2026', 'Abdallah is on the right track and will keep growing with practice.\r\nhe is trying his best and showing improvement.', 'Abdallah is on the right track and will keep growing with practice.\r\nHe is trying his best and showing improvement.', 4, 4, '2026-02-01 17:47:40'), +(99, 147, 21, 'midterm', 'Fall', '2025-2026', 'Yara is doing a great job and shows strong effort in class. outstanding work. I\'m very glade to have her in my class .', 'Yara is doing a great job and shows strong effort in class. Outstanding work in the midterm. I\'m very glad to have her in my class .', 4, 4, '2026-02-01 17:47:40'), +(100, 20, 31, 'ptap', 'Fall', '2025-2026', 'Joseph is a student who, we can all tell, is trying very hard during class lectures and such; however, the commitment and focus are not there when it comes to practicing his work outside of class which makes his grade go down so low.', 'Joseph is a student who, we can all tell, is trying very hard during class lectures and such; however, the commitment and focus are not there when it comes to practicing his work outside of class which makes his grade go down so low.', 4, 4, '2026-01-25 21:54:14'), +(101, 44, 31, 'ptap', 'Fall', '2025-2026', 'Hannah is a very great student; she listens during class material, participates whenever she can, and does exceptionally well on her quizzes/tests. We are very glad to have her in our class!', 'Hannah is a great student; she listens during class material, participates whenever she can, and does exceptionally well on her quizzes/tests. We are very glad to have her in our class!', 4, 4, '2026-01-25 21:54:14'), +(102, 57, 31, 'ptap', 'Fall', '2025-2026', 'Hashir is an attentive student during class, and he is also very ahead with his homework and manages to get it done faster than the other kids. We are very glad to have him in our class!', 'Hashir is an attentive student during class, and he is also very ahead with his homework and manages to get it done faster than the other kids. We are very glad to have him in our class!', 4, 4, '2026-01-25 21:54:14'), +(103, 81, 31, 'ptap', 'Fall', '2025-2026', 'Safa is a very light-hearted and fun type of student who works as hard as she can on everything she does. I have observed her determined demeanor in class many times and am very proud to call her my student!', 'Safa is a very light-hearted and fun type of student who works as hard as she can on everything she does. I have observed her determined demeanor in class many times and am very proud to call her my student!', 4, 4, '2026-01-25 21:54:14'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(104, 21, 31, 'ptap', 'Fall', '2025-2026', 'Amelia is a student with a lot of potential; however, she is visibly unmotivated, and we can see this in her lack of homework as well. Hopefully, we will see improvements next semester, Inshallah.', 'Amelia is a student with a lot of potential; however, she is visibly unmotivated, and we can see this in her lack of homework as well. Hopefully, we will see improvements next semester, Inshallah.', 4, 4, '2026-01-25 21:54:14'), +(105, 78, 31, 'ptap', 'Fall', '2025-2026', 'Areesh is a bright student who always participates in class and completes her homework. We are very glad to have her in our class!', 'Areesh is a bright student who always participates in class and completes her homework. We are very glad to have her in our class!', 4, 4, '2026-01-25 21:54:14'), +(106, 16, 31, 'ptap', 'Fall', '2025-2026', 'Mariam is an amazing student; she has, time and time again, shown us how smart and capable a student she is. I am very proud to call her my student!', 'Mariam is an amazing student; she has, time and time again, shown us how smart and capable a student she is. I am very proud to call her my student!', 4, 4, '2026-01-25 21:54:14'), +(107, 30, 31, 'ptap', 'Fall', '2025-2026', 'Amir was one of my brightest and most enthusiastic students. He always came into class prepared and eager to learn, Alhamdulillah. We are very glad to have him in our class!', 'Amir is one of our brightest and most enthusiastic students. He always comes into class prepared and eager to learn, Alhamdulillah. We are very glad to have him in our class!', 4, 4, '2026-01-25 21:54:14'), +(108, 171, 31, 'ptap', 'Fall', '2025-2026', 'Aima was a very quiet but sharp student. She is very smart and would always have the right answer to questions. Alhamdulillah, we are very glad to have her in our class!', 'Aima is a very quiet but sharp student. She is very smart and would always have the right answer to questions. Alhamdulillah, we are very glad to have her in our class!', 4, 4, '2026-01-25 21:54:14'), +(109, 245, 31, 'ptap', 'Fall', '2025-2026', 'Mira is a very outgoing and enthusiastic student who has a lot to say but also a lot of correct answers to questions. She sometimes forgot to finish the homework, which brought her grade down a bit.Alhamdulillah, we are very glad', 'Mira is a very outgoing and enthusiastic student who has a lot to say but also a lot of correct answers to questions. She sometimes forgot to finish the homework, which brought her grade down a bit. Alhamdulillah, we are very glad to have her in our class!', 4, 4, '2026-01-25 21:54:14'), +(110, 230, 70, 'midterm', 'Fall', '2025-2026', 'Mohammad needs to spend more time towards Islamic studies. Please make him practice reading and writing short sentences every day to improve his comprehension.\r\nHe is excellent in Quran memorization. His recitation is beautiful.', 'Mohammad needs to spend more time towards Islamic studies. Please make him practice reading and writing short sentences every day to improve his comprehension. He is excellent in Quran memorization. His recitation is beautiful.', 1, 1, '2026-02-08 17:28:34'), +(111, 221, 10, 'ptap', 'Fall', '2025-2026', 'Ariyan shows good understanding in homework and quizzes. With more focus on projects and continued participation, he can further improve his performance.', 'Ariyan shows good understanding in homework and quizzes. With more focus on projects and continued participation, he can further improve his performance.', 4, 4, '2026-01-26 04:22:46'), +(112, 159, 10, 'ptap', 'Fall', '2025-2026', 'Nasma completes her homework and projects well. Improving quiz results and class participation will help her overall progress.', 'Nasma completes her homework and projects well. Improving quiz results and class participation will help her overall progress.', 4, 4, '2026-01-26 04:22:46'), +(113, 160, 10, 'ptap', 'Fall', '2025-2026', 'Nora performs well in homework and projects. Increased participation and focus during assessments will support her improvement.', 'Nora performs well in homework and projects. Increased participation and focus during assessments will support her improvement.', 4, 4, '2026-01-26 04:22:46'), +(114, 183, 10, 'ptap', 'Fall', '2025-2026', 'Abdelrahman consistently demonstrates excellent performance in all areas. He participates actively and shows strong understanding of the material.', 'Abdelrahman consistently demonstrates excellent performance in all areas. He participates actively and shows strong understanding of the material.', 4, 4, '2026-01-26 04:22:46'), +(115, 235, 10, 'ptap', 'Fall', '2025-2026', 'Fatma shows outstanding performance and strong dedication. She consistently excels in assignments, participation, and assessments.', 'Fatma shows outstanding performance and strong dedication. She consistently excels in assignments, participation, and assessments.', 4, 4, '2026-01-26 04:22:46'), +(116, 215, 10, 'ptap', 'Fall', '2025-2026', 'Nyla shows steady effort and good quiz performance. Improving homework consistency and participation will help strengthen her results.', 'Nyla shows steady effort and good quiz performance. Improving homework consistency and participation will help strengthen her results.', 4, 4, '2026-01-26 04:22:46'), +(117, 214, 10, 'ptap', 'Fall', '2025-2026', 'Seth performs well in quizzes and projects. Greater focus on homework and consistent effort will help him improve further.', 'Seth performs well in quizzes and projects. Greater focus on homework and consistent effort will help him improve further.', 4, 4, '2026-01-26 04:22:46'), +(118, 52, 10, 'ptap', 'Fall', '2025-2026', 'Imara consistently demonstrates excellent understanding and strong performance across assessments. Keep up the great focus and effort.', 'Imara consistently demonstrates excellent understanding and strong performance across assignments. Keep up the great focus and effort!', 4, 4, '2026-01-26 04:22:46'), +(119, 131, 10, 'ptap', 'Fall', '2025-2026', 'Zaynab shows solid academic progress with steady improvement. With continued practice, even stronger results are within reach.', 'Zaynab shows solid academic progress with steady improvement. With continued practice, even stronger results are within reach.', 4, 4, '2026-01-26 04:22:46'), +(120, 227, 10, 'ptap', 'Fall', '2025-2026', 'Muhammad puts in good effort but needs to work on consistency across all areas. Regular review and focus will help improve overall performance.', 'Muhammad puts in good effort but needs to work on consistency across all areas. Regular review and focus will help improve overall performance.', 4, 4, '2026-01-26 04:22:46'), +(121, 180, 10, 'ptap', 'Fall', '2025-2026', 'Abdul Rahman is performing at a very high level with excellent results. His dedication and strong understanding are clearly reflected in his work.', 'Abdul Rahman is performing at a very high level with excellent results. His dedication and strong understanding are clearly reflected in his work.', 4, 4, '2026-01-26 04:22:46'), +(122, 229, 10, 'ptap', 'Fall', '2025-2026', 'Sameer shows good participation and understanding but would benefit from more consistency in assessments. Continued effort will lead to better outcomes.', 'Sameer shows good participation and understanding but would benefit from more consistency in assignments. Continued effort will lead to better outcomes.', 4, 4, '2026-01-26 04:22:46'), +(123, 56, 10, 'ptap', 'Fall', '2025-2026', 'Salma consistently performs very well and shows strong mastery of the material. Excellent work—keep it up!', 'Salma consistently performs very well and shows strong interest in the material covered in class. Excellent work—keep it up!', 4, 4, '2026-01-26 04:22:46'), +(124, 211, 10, 'ptap', 'Fall', '2025-2026', 'Zohaib demonstrates strong effort but has some gaps in certain assessments. With focused practice and review, his performance can improve significantly.', 'Zohaib demonstrates strong effort but has some gaps in certain assignments. With focused practice and review, his performance can improve significantly.', 4, 4, '2026-01-26 04:22:46'), +(125, 222, 22, 'ptap', 'Fall', '2025-2026', 'Zayyan is a quiet and well-behaved student. He participates when prompted and seeks help when he needs it. I encourage him to complete his homework more consistently and to stay attentive during lessons. I\'am proud to have him in my class and look forward to seeing his continued growth.', 'Zayyan is a quiet and well-behaved student. He participates when prompted and seeks help when he needs it. I encourage him to complete his homework more consistently and to stay attentive during lessons. I am proud to have him in my class and look forward to seeing his continued growth.', 4, 4, '2026-02-01 17:42:35'), +(126, 92, 22, 'ptap', 'Fall', '2025-2026', 'Alishba is attentive, well-behaved, and consistently completes her homework.Her organized and proactive work habits lead to impressive results. I would love to see her participate more often, as she has much to contribute. I\' am very proud of her progress', 'Alishba is attentive, well-behaved, and consistently completes her homework. Her organized and proactive work habits lead to impressive results. I would love to see her participate more often, as she has much to contribute. I am very proud of her progress!', 4, 4, '2026-02-01 17:42:35'), +(127, 50, 52, 'midterm', 'Fall', '2025-2026', 'Abubakar performed very well on the midterm. His impressive accuracy across most of the exam clearly shows his grasp on the course material, including big takeaways as well as smaller details. More thorough review of specific terms could reduce small errors, but overall, keep up the good work!', 'Abubakar performed very well on the midterm. His impressive accuracy across most of the exam clearly shows his grasp on the course material, including big takeaways as well as smaller details. More thorough review of specific terms could reduce small errors, but overall, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(128, 125, 52, 'midterm', 'Fall', '2025-2026', 'Abdullah has a basic understanding of some of the course material, which could be seen through his open response answers; however, more review is definitely needed. We recommend that he revises specific names and vocabulary terms from the guided notes to improve his performance in the future.', 'Abdullah has a basic understanding of some of the course material, which could be seen through his open response answers; however, more review is definitely needed. We recommend that he revises specific names and vocabulary terms from the guided notes to improve his performance in the future.', 1, 1, '2026-02-08 16:45:05'), +(129, 224, 52, 'midterm', 'Fall', '2025-2026', 'Umaima\'s answers showed that she has a grasp on certain sections of the coursework, while there is definitely still room for improvement, especially with names and events. We recommend thoroughly reviewing the guided notes in the future to improve performance on open response questions.', 'Umaima\'s answers showed that she has a grasp on certain sections of the coursework, while there is definitely still room for improvement, especially with names and events. We recommend thoroughly reviewing the guided notes in the future to improve performance on open response questions.', 1, 1, '2026-02-08 16:45:05'), +(130, 186, 52, 'midterm', 'Fall', '2025-2026', 'Justin\'s exam responses showed his grasp on certain areas of the coursework. Our main tips are to be more clear and detailed in open response answers, and review each guided notes section separately to avoid getting names and events mixed up on multiple choice questions.', 'Justin\'s exam responses showed his grasp on certain areas of the coursework. Our main tips are to be more clear and detailed in open response answers, and review each guided note section separately to avoid getting names and events mixed up on multiple choice questions.', 1, 1, '2026-02-08 16:45:05'), +(131, 221, 10, 'midterm', 'Fall', '2025-2026', 'Ariyan shows excellent understanding of the material and consistently performs at a high level. He demonstrates focus and strong effort in his work. Keep up the great work.', 'Ariyan shows excellent understanding of the material and consistently performs at a high level. He demonstrates focus and strong effort in his work. Keep up the great work!', 4, 4, '2026-01-26 04:22:46'), +(132, 159, 10, 'midterm', 'Fall', '2025-2026', 'Nasma has shown very good progress and a solid understanding of the lessons. With continued focus and practice, she can achieve even stronger results.', 'Nasma has shown very good progress and a solid understanding of the lessons. With continued focus and practice, she can achieve even stronger results.', 4, 4, '2026-01-26 04:22:46'), +(133, 160, 10, 'midterm', 'Fall', '2025-2026', 'Nora demonstrates good effort and understanding of most concepts. Additional review and practice will help strengthen her overall performance.', 'Nora demonstrates good effort and understanding of most concepts. Additional review and practice will help strengthen her overall performance.', 4, 4, '2026-01-26 04:22:46'), +(134, 183, 10, 'midterm', 'Fall', '2025-2026', 'Abdelrahman shows steady progress and good comprehension of the material. With continued effort, he can further improve his performance.', 'Abdelrahman shows steady progress and good comprehension of the material. With continued effort, he can further improve his performance.', 4, 4, '2026-01-26 04:22:46'), +(135, 235, 10, 'midterm', 'Fall', '2025-2026', 'Fatma has an outstanding performance and demonstrates strong mastery of the material. She consistently puts in great effort and attention to detail.', 'Fatma has an outstanding performance and demonstrates strong mastery of the material. She consistently puts in great effort and attention to detail.', 4, 4, '2026-01-26 04:22:46'), +(136, 215, 10, 'midterm', 'Fall', '2025-2026', 'Nyla shows good understanding and participates well in class activities. Continued focus will help her maintain and improve her performance.', 'Nyla showed good understanding of the materials covered in the midterm. Continued focus will help her maintain and improve her performance.', 4, 4, '2026-01-26 04:22:46'), +(137, 214, 10, 'midterm', 'Fall', '2025-2026', 'Seth demonstrates good comprehension of the material and consistent effort. With continued practice, he can reach an even higher level.', 'Seth demonstrates good comprehension of the material and consistent effort. With continued practice, he can reach an even higher level.', 4, 4, '2026-01-26 04:22:46'), +(138, 52, 10, 'midterm', 'Fall', '2025-2026', 'Imara shows very good progress and understanding of the lessons. Continued focus and consistency will help her achieve excellent results.', 'Imara shows very good progress and understanding of the lessons. Continued focus and consistency will help her achieve excellent results.', 4, 4, '2026-01-26 04:22:46'), +(139, 131, 10, 'midterm', 'Fall', '2025-2026', 'Zaynab demonstrates excellent understanding and strong performance. He consistently applies what he learns and shows great effort.', 'Zaynab demonstrates excellent understanding and strong performance. She consistently applies what she learns and shows great effort.', 4, 4, '2026-01-26 04:22:46'), +(140, 227, 10, 'midterm', 'Fall', '2025-2026', 'Muhammad needs to put more effort into reviewing the material and practicing regularly. With additional support and focus, improvement is achievable.', 'Muhammad needs to put more effort into reviewing the material and practicing regularly. With additional support and focus, improvement is achievable.', 4, 4, '2026-01-26 04:22:46'), +(141, 180, 10, 'midterm', 'Fall', '2025-2026', 'Abdul Rahman shows very good understanding and steady progress. Continued effort will help him strengthen his overall performance.', 'Abdul Rahman shows very good understanding and steady progress. Continued effort will help him strengthen his overall performance.', 4, 4, '2026-01-26 04:22:46'), +(142, 229, 10, 'midterm', 'Fall', '2025-2026', 'Sameer demonstrates excellent mastery of the material and strong effort. He consistently performs at a high level and should keep up the great work.', 'Sameer demonstrates excellent mastery of the material and strong effort. He consistently performs at a high level and should keep up the great work.', 4, 4, '2026-01-26 04:22:46'), +(143, 56, 10, 'midterm', 'Fall', '2025-2026', 'Salma shows satisfactory understanding of the material. Regular review and additional practice will help improve her performance.', 'Salma shows satisfactory understanding of the material. Regular review and additional practice will help improve her performance.', 4, 4, '2026-01-26 04:22:46'), +(144, 211, 10, 'midterm', 'Fall', '2025-2026', 'Zohaib demonstrates good effort and understanding of many concepts. Continued practice and focus will help him improve further.', 'Zohaib demonstrates good effort and understanding of many concepts. Continued practice and focus will help him improve further.', 4, 4, '2026-01-26 04:22:46'), +(145, 62, 80, 'ptap', 'Fall', '2025-2026', 'Adam has much to offer in class discussions, remaining attentive would allow him to shine in the class and grow his knowledge more', 'Adam has much to offer in class discussions. Remaining attentive would allow him to shine in class and grow his knowledge more.', 4, 4, '2026-02-06 13:23:41'), +(146, 142, 80, 'ptap', 'Fall', '2025-2026', 'Manal always prepared for class, shows great responsibility but would benefit from participating a little more in discussions.', 'Manal is always prepared for class. She shows great responsibility but would benefit from participating a little more in class discussions.', 4, 4, '2026-02-06 13:23:41'), +(147, 76, 80, 'ptap', 'Fall', '2025-2026', 'Shayaan demonstrates the ability and understanding but needs to limit distractions to reach his full potential.', 'Shayaan demonstrates strong ability and understanding but needs to minimize distractions to reach his full potential.', 4, 4, '2026-02-06 13:23:41'), +(148, 39, 80, 'ptap', 'Fall', '2025-2026', 'Aasma’s eagerness to engage in discussions reflects a positive attitude toward learning and growth in Islamic understanding.', 'Aasma’s eagerness to engage in discussions reflects a positive attitude toward learning and growth in Islamic understanding.', 4, 4, '2026-02-06 13:23:41'), +(149, 192, 80, 'ptap', 'Fall', '2025-2026', 'Zahra participates in class and consistently completes assigned work. Becoming a little more spoken and confident during discussions would help strengthen her learning.', 'Zahra participates in class and consistently completes assigned work. Becoming a little more spoken and confident during discussions would help strengthen her learning.', 4, 4, '2026-02-06 13:23:41'), +(150, 84, 80, 'ptap', 'Fall', '2025-2026', 'Aalia is always ready and eager to answer questions, demonstrating confidence and respect for knowledge.', 'Aalia is always ready and eager to answer questions, demonstrating confidence and a strong understanding of the material.', 4, 4, '2026-02-06 13:23:41'), +(151, 35, 80, 'ptap', 'Fall', '2025-2026', 'Samin shows great knowledge, but improving focus and demonstrating respect in the class will support both his learning and Islamic character.', 'Samin shows great knowledge, but improving focus and demonstrating respect in the class will support both his learning and Islamic character.', 4, 4, '2026-02-06 13:23:41'), +(152, 207, 80, 'ptap', 'Fall', '2025-2026', 'Yousuf has the potential to do very well. Improving focus and attention in class will help him benefit fully from the lessons and strengthen his understanding of Islamic teachings.', 'Yousuf has the potential to do very well. Improving focus and attention in class will help him benefit fully from the lessons and strengthen his understanding of Islamic teachings.', 4, 4, '2026-02-06 13:23:41'), +(153, 71, 80, 'ptap', 'Fall', '2025-2026', 'Rayhane consistently exceeds expectations in work completion and would benefit from being more spoken in class.', 'Rayhane consistently exceeds expectations in work completion and would benefit from being more spoken in class.', 4, 4, '2026-02-06 13:23:41'), +(154, 34, 80, 'ptap', 'Fall', '2025-2026', 'Zoya is always prepared and consistently contributes thoughtful answers in class. Excellent work this semester!', 'Zoya is always prepared and consistently contributes with thoughtful answers in class. Excellent work this semester!', 4, 4, '2026-02-06 13:23:41'), +(155, 163, 80, 'ptap', 'Fall', '2025-2026', 'Omair is a wonderful student to have. with consistency and participation, he will do great. I hope he gets to be more consistent next semester.', 'Omair is a wonderful student to have. With consistency and participation, he will do great. I hope he gets to be more consistent next semester.', 4, 4, '2026-02-06 13:23:41'), +(156, 257, 80, 'ptap', 'Fall', '2025-2026', 'Abdul. While I believe Abdul is doing his best to pick up English, he is however, encouraged to put in consistent effort and prepare before class in order to benefit fully from learning and strengthen his understanding of Islamic teachings.', 'Abdul is making an effort to improve his English skills. Continued consistent effort and preparation before class are encouraged to help strengthen his understanding of Islamic teachings.', 4, 4, '2026-02-06 13:23:41'), +(157, 53, 80, 'ptap', 'Fall', '2025-2026', 'Ashar is an excellent student. Very polite and very respectful. He is always ready to be part of our discussion, and always gets work done.', 'Ashar is an excellent student. He is very polite and respectful. He is always ready to be part of our class discussions, and always gets work done.', 4, 4, '2026-02-06 13:23:41'), +(158, 15, 80, 'ptap', 'Fall', '2025-2026', 'Omar always participates with enthusiasm and respect. He has an outstanding voice in Tajwid. Great student to have in the class.', 'Omar always participates with enthusiasm and respect. He has an outstanding voice in Tajweed. Great student to have in the class.', 4, 4, '2026-02-06 13:23:41'), +(159, 124, 80, 'ptap', 'Fall', '2025-2026', 'Muhammad has good potential. He can benefit from revisiting his lessons after our session to strengthen his understanding of the Islamic studies.', 'Muhammad has good potential. He can benefit from revisiting his lessons after our sessions to strengthen his understanding of Islamic studies.', 4, 4, '2026-02-06 13:23:41'), +(160, 11, 80, 'ptap', 'Fall', '2025-2026', 'Abeerah demonstrates excellent readiness and confidently answers questions in class. Excellent student!', 'Abeerah demonstrates excellent readiness and confidently answers questions in class. Excellent student!', 4, 4, '2026-02-06 13:23:41'), +(161, 49, 80, 'ptap', 'Fall', '2025-2026', 'Ibrahim demonstrates great understanding and effort in class. Always prepared and engaged in lessons. Excellent work this semester!', 'Ibrahim demonstrates great understanding and effort in class. Always prepared and engaged in lessons. Excellent work this semester!', 4, 4, '2026-02-06 13:23:41'), +(162, 190, 80, 'ptap', 'Fall', '2025-2026', 'Yahia consistently completes his work on a weekly basis. He could work on being more engaged during class discussions', 'Yahia consistently completes his work on a weekly basis. He could work on being more engaged during class discussions.', 4, 4, '2026-02-06 13:23:41'), +(163, 249, 21, 'midterm', 'Fall', '2025-2026', 'Abdul Kabeer did an outstanding job in the midterm he also did good on the Quran part of the midterm, I\'m proud of him , and hope he keeps it up to the finals.', 'Abdul Kabeer did an outstanding job in the midterm. He performed well on the Quran part. I\'m proud of him and hope he keeps it up to the finals.', 4, 4, '2026-02-01 17:47:40'), +(164, 45, 21, 'midterm', 'Fall', '2025-2026', 'Aya did good in the exam. I think she will continue to improve well. Incha Allah. I encourage her to continue trying her best and study a bit more thoroughly and a head of time. very proud of her Quran memorization.', 'Aya did good in the exam. I think she will continue to improve well InshaAllah. I encourage her to continue trying her best and study a bit more thoroughly and ahead of time. Very proud of her Quran memorization.', 4, 4, '2026-02-01 17:47:40'), +(165, 86, 21, 'midterm', 'Fall', '2025-2026', 'Ibrahim did an amazing job on the midterm, He placed really high in the class. He worked independently, finished the test on time , and remained focused the whole time. Very proud of him.', 'Ibrahim did an amazing job in the midterm. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 4, 4, '2026-02-01 17:47:40'), +(166, 62, 80, 'midterm', 'Fall', '2025-2026', 'Adam, well done! I do however believe that you can better. You are very bright, and you can demonstrate excellent results if you focus more during lessons', 'Adam has shown good performance and clear ability. Greater focus during lessons will help him demonstrate his full potential and achieve excellent results.', 4, 4, '2026-02-06 13:23:41'), +(167, 142, 80, 'midterm', 'Fall', '2025-2026', 'Manal Excellent work! You showed your understanding of the material. Your answers were well presented. Very well done!', 'Manal did an excellent work in the midterm! She showed great understanding of the material. Her answers were well presented. Very well done!', 4, 4, '2026-02-06 13:23:41'), +(168, 105, 21, 'midterm', 'Fall', '2025-2026', 'Khadija got a decent score, I was very surprised how she did good because couldn\'t attended all the classes. I\'m sure she will much better next semester.', 'Khadija got a decent score. I was very surprised how she did good because she couldn\'t attend all the sessions. I\'m sure she will do much better next semester with less absences.', 4, 4, '2026-02-01 17:47:40'), +(169, 76, 80, 'midterm', 'Fall', '2025-2026', 'Shayaan, very well done! You did very well. Your answers show your great understanding of the material.', 'Shayaan did very well in the midterm! His answers show his great understanding of the material covered in class.', 4, 4, '2026-02-06 13:23:41'), +(170, 200, 21, 'midterm', 'Fall', '2025-2026', 'Leena had one of the highest score in the midterms. I\'m very proud of her due to her hard work and commitment for Islamic school. And hope she keeps it up for the next semester.', 'Leena had one of the highest score in the midterm. I\'m very proud of her hard work and commitment to Islamic school. I hope she keeps it up for the next semester.', 4, 4, '2026-02-01 17:47:40'), +(171, 256, 21, 'midterm', 'Fall', '2025-2026', 'Khadijah did an outstanding job , placing first in the class, she works very hard and her work is paying off. And I\'m very proud of her.', 'Khadijah did an outstanding job, placing first in the class. She works very hard and her work is paying off. I\'m very proud of her!', 4, 4, '2026-02-01 17:47:40'), +(172, 43, 21, 'midterm', 'Fall', '2025-2026', 'Soheb did good in the exam. I think he will continue to improve well. Incha Allah. I encourage him to continue trying her best and study a bit more thoroughly and a head of time. Very proud of his Quran memorization.', 'Soheb did good in the exam. I think he will continue to improve well InshaAllah. I encourage him to continue trying his best and study a bit more thoroughly ahead of time. Very proud of his Quran memorization.', 4, 4, '2026-02-01 17:47:40'), +(173, 192, 80, 'midterm', 'Fall', '2025-2026', 'Zahra, well done. You seem very comfortable with the material, and you demonstrated solid knowledge of the topics.', 'Zahra did well in the midterm. She seems very comfortable with the material, and demonstrates solid knowledge of the topics.', 4, 4, '2026-02-06 13:23:41'), +(174, 84, 80, 'midterm', 'Fall', '2025-2026', 'Aalia, excellent work! you demonstrate a great gasp of the material, and answered the questions with confidence.', 'Aalia has demonstrated excellent work, showing a strong grasp of the material and answering questions with confidence.', 4, 4, '2026-02-06 13:23:41'), +(175, 36, 21, 'midterm', 'Fall', '2025-2026', 'Shariq did an amazing job on the midterm, He placed really high in the class. He worked independently, finished the test on time , and remained focused the whole time. Very proud of him.', 'Shariq did an amazing job in the midterm. He placed really high in the class. He worked independently, finished the test on time, and remained focused the whole time. Very proud of him.', 4, 4, '2026-02-01 17:47:40'), +(176, 157, 21, 'midterm', 'Fall', '2025-2026', 'Salma is on the right track and will keep growing with practice. She is trying her best and showing improvement.', 'Salma is on the right track and will keep growing with practice. She is trying her best and showing improvement.', 4, 4, '2026-02-01 17:47:40'), +(177, 173, 21, 'midterm', 'Fall', '2025-2026', 'Hafiz did an outstanding job in the midterm he also did good on the Quran part of the midterm, I\'m proud of him , and hope he keeps it up to the finals.', 'Hafiz did an outstanding job in the midterm. He also did good in the Quran part. I\'m proud of him and hope he keeps it up to the finals.', 4, 4, '2026-02-01 17:47:40'), +(178, 35, 80, 'midterm', 'Fall', '2025-2026', 'Samin, well done! I believe that you have the potential to show an excellent result. Please pay more attention during the lessons and discussion. I believe you have what it takes.', 'Samin performed well in the midterm. He has the potential to achieve excellent results by paying closer attention during lessons and discussions, and he has what it takes to succeed.', 4, 4, '2026-02-06 13:23:41'), +(179, 207, 80, 'midterm', 'Fall', '2025-2026', 'Yousuf well done! You have demonstrated a good level of understanding. With more consistency and focus, you can achieve more. Please work on your hand writing when taking exams.', 'Yousuf performed well in the midterm, demonstrating a good level of understanding. With increased consistency and focus, he can achieve even more. Improvement in handwriting during exams is encouraged.', 4, 4, '2026-02-06 13:23:41'), +(180, 141, 21, 'midterm', 'Fall', '2025-2026', 'Ali did good in the exam. I think he will continue to improve well. Incha Allah. I encourage him to continue trying her best and study a bit more thoroughly and a head of time. Very proud of his Quran memorization.', 'Ali did good in the exam. I think he will continue to improve well InshaAllah. I encourage him to continue trying his best and study a bit more thoroughly ahead of time. Very proud of his Quran memorization.', 4, 4, '2026-02-01 17:47:40'), +(181, 226, 21, 'midterm', 'Fall', '2025-2026', 'Mah Noor had one of the highest score in the midterms. I\'m very proud of her due to her hard work and commitment for Islamic school. And hope she keeps it up for the next semester.', 'Mah Noor had one of the highest scores in the midterm. I\'m very proud of her hard work and commitment to Islamic school. I hope she keeps it up for the next semester.', 4, 4, '2026-02-01 17:47:40'), +(182, 176, 21, 'midterm', 'Fall', '2025-2026', 'Afrah did good in the exam. I think she will continue to improve well. Incha Allah. I encourage her to continue trying her best and study a bit more thoroughly and a head of time. very proud of her Quran memorization.', 'Afrah did good in the exam. I hope she will continue to improve well InshaAllah. I encourage her to continue trying her best and study a bit more thoroughly and ahead of time. Very proud of her Quran memorization.', 4, 4, '2026-02-01 17:47:40'), +(183, 217, 21, 'midterm', 'Fall', '2025-2026', 'Musa is truly oustanding. I think he will continue to improve well. Incha Allah. I encourage him to continue trying her best and study a bit more thoroughly and a head of time. Very proud of his Quran memorization.', 'Musa is truly outstanding. I think he will continue to improve well InshaAllah. I encourage him to continue trying his best and study a bit more thoroughly ahead of time. Very proud of his Quran memorization.', 4, 4, '2026-02-01 17:47:40'), +(184, 71, 80, 'midterm', 'Fall', '2025-2026', 'Rayhane, Excellent work! you showed a great understanding of the material and your answers were well presented.', 'Rayhane did an excellent work in the midterm! She showed a great understanding of the material and her answers were well presented.', 4, 4, '2026-02-06 13:23:41'), +(185, 11, 80, 'midterm', 'Fall', '2025-2026', 'Abeerah, outstanding work! your understanding of the material is evident, and your answers were very very well presented!', 'Abeerah has demonstrated outstanding work, with a clear understanding of the material and very well-presented answers.', 4, 4, '2026-02-06 13:23:41'), +(186, 53, 80, 'midterm', 'Fall', '2025-2026', 'Ashar, excellent work! Thank you for the excellent presentation in your midterm, very clean, very organized, and great handwriting. your understanding of the material is clear.', 'Ashar has demonstrated excellent work and a great performance on the midterm. His work was very clean and organized with great handwriting. A clear understanding of the material was evident.', 4, 4, '2026-02-06 13:23:41'), +(187, 15, 80, 'midterm', 'Fall', '2025-2026', 'Omar, excellent work! \r\nyour knowledge and understanding of the material is very clear through your great results. your answers were well presented. Outstanding work!', 'Omar did an excellent work! \r\nHis knowledge and understanding of the material is very clear through his great results. His answers were well presented. Outstanding work!', 4, 4, '2026-02-06 13:23:41'), +(188, 257, 80, 'midterm', 'Fall', '2025-2026', 'Abdul, I understand the language barrier, I do however, believe that you can help yourself with preparing ahead, and revisiting your lessons more often.', 'Abdul did ok in the midterm. While language challenges may have affected his performance, improved preparation ahead of assessments and more frequent review of lessons are encouraged.', 4, 4, '2026-02-06 13:23:41'), +(189, 124, 80, 'midterm', 'Fall', '2025-2026', 'Muhammad, I believe that you can help yourself better by revisiting the lessons more often, and make a better use of the group discussions we have.', 'Muhammad can help himself better by revisiting the lessons more often and making better use of the group discussions. We expect better results in the second semester.', 4, 4, '2026-02-06 13:23:41'), +(190, 34, 80, 'midterm', 'Fall', '2025-2026', 'Zoya, excellent job! Great attitude, great effort. Your understanding of the material is very evident. Keep up the good work!', 'Zoya did an excellent job in the midterm! Zoya showed great attitude and effort. Her understanding of the material is very evident. Keep up the good work!', 4, 4, '2026-02-06 13:23:41'), +(191, 49, 80, 'midterm', 'Fall', '2025-2026', 'Ibrahim, excellent work! Your hard work during class and at home shows through your excellent results. Outstanding student!', 'Ibrahim has demonstrated an excellent work! His hard work during class and at home shows through his excellent results. Outstanding student!', 4, 4, '2026-02-06 13:23:41'), +(192, 165, 32, 'ptap', 'Fall', '2025-2026', 'Salma always completes her homework. She participates in class and is always attentive. She tackles tasks in an organized manner. She is a hardworking student, and I am proud of her!', 'Salma always completes her homework. She participates in class and is always attentive. She tackles tasks in an organized manner. She is a hardworking student, and I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(193, 165, 32, 'midterm', 'Fall', '2025-2026', 'Salma did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Salma!', 'Salma did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace. Keep up the great work Salma!', 4, 4, '2026-01-26 05:22:58'), +(194, 7, 32, 'ptap', 'Fall', '2025-2026', 'Adam Kamal always completes his homework. He is dynamic and energetic in class. He consistently participates in class and asks for help when he needs it. He is a hardworking student, and I am very proud of him!', 'Adam Kamal always completes his homework. He is dynamic and energetic in class. He consistently participates in class and asks for help when he needs it. He is a hardworking student, and I am very proud of him!', 4, 4, '2026-01-26 05:22:58'), +(195, 8, 32, 'ptap', 'Fall', '2025-2026', 'Yahia Nizar always completes his homework. He got first place in the Quiz Competition. Yahia participates in class and pays attention to the lessons. He is attentive and tackles tasks in an organized manner. He is a hardworking student, and his efforts are paying off. I am very proud of him!', 'Yahia Nizar always completes his homework. He got first place in the Quiz Competition. Yahia participates in class and pays attention to the lessons. He is attentive and tackles tasks in an organized manner. He is a hardworking student, and his efforts are paying off. I am very proud of him!', 4, 4, '2026-01-26 05:22:58'), +(196, 7, 32, 'midterm', 'Fall', '2025-2026', 'Adam Kamal did well in the test. He completed the test at an appropriate pace. Adam asked for clarification whenever he didn\'t understand a question. I believe he would have scored better if he hadn\'t missed a few questions. I expect him to do better in the next exam inshaAllah.', 'Adam Kamal did well in the test. He completed the test at an appropriate pace. Adam asked for clarification whenever he didn\'t understand a question. I believe he would have scored better if he hadn\'t missed a few questions. I expect him to do better in the next exam inshaAllah.', 4, 4, '2026-01-26 05:22:58'), +(197, 8, 32, 'midterm', 'Fall', '2025-2026', 'Yahia Nizar did well in the test, mashaAllah. He worked independently and stayed focused the whole time. He asked for spelling whenever he needed it. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 'Yahia Nizar did well in the test, mashaAllah. He worked independently and stayed focused the whole time. He asked for spelling whenever he needed it. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(198, 18, 32, 'midterm', 'Fall', '2025-2026', 'Nuha did very well in the test. She worked independently and stayed focused the whole time. She asked for spelling whenever she needed it. She completed the test on time. InshaAllah, she will keep up the good work for the remainder of the school year.', 'Nuha did very well in the test. She worked independently and stayed focused the whole time. She asked for spelling whenever she needed it. She completed the test on time. InshaAllah, she will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(199, 18, 32, 'ptap', 'Fall', '2025-2026', 'Nuha always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am very proud of her!', 'Nuha always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am very proud of her!', 4, 4, '2026-01-26 05:22:58'), +(200, 145, 32, 'ptap', 'Fall', '2025-2026', 'Lina always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am proud of her!', 'Lina always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(201, 145, 32, 'midterm', 'Fall', '2025-2026', 'Lina did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Lina!', 'Lina did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace. Keep up the great work Lina!', 4, 4, '2026-01-26 05:22:58'), +(202, 164, 51, 'midterm', 'Fall', '2025-2026', 'Zaina is a pure joy to have in class. She performs really well every week yet she falls short of her best during quiz/exam. With a more steady approach and greater diligent, she can be a top scorer in the finals.', 'Zaina is a joy to have in class. She performs very well each week but does not always show her best in quizzes and exams. With a steadier approach and greater diligence, she can become a top scorer in the finals.', 4, 4, '2026-02-07 23:26:52'), +(203, 143, 51, 'midterm', 'Fall', '2025-2026', 'Doha is an enthusiastic learner who seems to enjoy class while working hard to excel. Although she performed well in the midterm but she could provide a good competition to her fellow students in the finals.', 'Doha is an enthusiastic learner who seems to enjoy class while working hard to excel. Although she performed well in the midterm but she could provide a good competition to her fellow students in the finals.', 4, 4, '2026-02-07 23:26:52'), +(204, 17, 51, 'midterm', 'Fall', '2025-2026', 'Sundus is an exceptional all rounder who excels at completing tasks and applying learned concepts. Her performance on the midterms is outstanding. Shine brighter in the finals!', 'Sundus is an exceptional all rounder who excels at completing tasks and applying learned concepts. Her performance on the midterms is outstanding. Shine brighter in the finals!', 4, 4, '2026-02-07 23:26:52'), +(205, 205, 51, 'midterm', 'Fall', '2025-2026', 'Umu is an amazing student in every respect, but her performance on the midterm is not reflective of her true capabilities. She can easily achieve one of the highest scores with little extra effort.', 'Umu is an amazing student in every respect, but her performance on the midterm is not reflective of her true capabilities. She can easily achieve one of the highest scores with little extra effort.', 4, 4, '2026-02-07 23:26:52'), +(206, 150, 51, 'midterm', 'Fall', '2025-2026', 'Leena has shown great enthusiasm for everything we do in class. However, she needs to focus more on retaining and reproducing the material we cover in class. Work hard for the finals!', 'Leena has shown great enthusiasm for everything we do in class. However, she needs to focus more on retaining and reproducing the material we cover in class. Work hard for the finals!', 4, 4, '2026-02-07 23:26:52'), +(207, 233, 51, 'midterm', 'Fall', '2025-2026', 'Rinad is a very conscientious student who has shown tremendous improvement despite her language barrier. Had it not been for the language barrier, she would have been one the high achievers. Best wishes for the finals!', 'Rinad is a very conscientious student who has shown tremendous improvement despite her language barrier. Had it not been for the language barrier, she would have been one the high achievers. Best wishes for the finals!', 4, 4, '2026-02-07 23:26:52'), +(208, 255, 51, 'midterm', 'Fall', '2025-2026', 'Jennah is a brilliant student who has consistently maintained her high performance. Her conscientious efforts to stay on top are reflected in her midterm score. Keep up the good work!', 'Jennah is a brilliant student who has consistently maintained her high performance. Her conscientious efforts to stay on top are reflected in her midterm score. Keep up the good work!', 4, 4, '2026-02-07 23:26:52'), +(209, 93, 51, 'midterm', 'Fall', '2025-2026', 'Hannah is an adorable girl but she exhibits minimal confidence in her skills. She is intelligent but works below her capacity. With more careful approach and attention to the details, give the second semester everything you have got!', 'Hannah is a bright and capable student, but she currently shows minimal confidence in her skills. With a more careful approach and attention to detail, she is encouraged to give her best in the second semester.', 4, 4, '2026-02-07 23:26:52'), +(210, 73, 51, 'midterm', 'Fall', '2025-2026', 'Arwa is a bright student; however, she is often hesitant to ask questions. Her midterm score is not indicative of her full potential. It would be amazing to see her shine in the finals.', 'Arwa is a bright student; however, she is often hesitant to ask questions. Her midterm score is not indicative of her full potential. It would be amazing to see her shine in the finals.', 4, 4, '2026-02-07 23:26:52'), +(211, 29, 51, 'midterm', 'Fall', '2025-2026', 'Saja is one of the most hardworking students. She achieved close to what she expected on the midterms. With a bit more focus, she can significantly improve her performance in the second semester. Best wishes for the finals!', 'Saja is one of the most hardworking students. She achieved close to what she expected on the midterms. With a bit more focus, she can significantly improve her performance in the second semester. Best wishes for the finals!', 4, 4, '2026-02-07 23:26:52'), +(212, 167, 51, 'midterm', 'Fall', '2025-2026', 'Anayah has shown great commitment over the past few months. She has performed well on the midterms but if she gives her best, she can easily achieve one of the highest scores.', 'Anayah has shown great commitment over the past few months. She has performed well on the midterms but if she gives her best, she can easily achieve one of the highest scores.', 4, 4, '2026-02-07 23:26:52'), +(213, 210, 51, 'midterm', 'Fall', '2025-2026', 'Sedra is an intelligent student, but she needs to believe in herself and challenge her capabilities. With improved focus and attention during class, she can achieve significant improvements next semester. Work hard for the finals!', 'Sedra is an intelligent student, but she needs to believe in herself and challenge her capabilities. With improved focus and attention during class, she can achieve significant improvements next semester. Work hard for the finals!', 4, 4, '2026-02-07 23:26:52'), +(214, 97, 22, 'midterm', 'Fall', '2025-2026', 'Mahum Jaza performed very well on this exam.your score shows a solid understanding of the material, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Mahum Jaza performed very well on this exam. Her score shows a solid understanding of the material and with a bit more refinement in a few areas, she can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(215, 222, 22, 'midterm', 'Fall', '2025-2026', 'Zayyan achieved a good result on this exam. With a little more review and focus on key areas, you can easily reach an even higher score.', 'Zayyan achieved a good result in the midterm exam. With a little more review and focus on key areas, he can easily reach an even higher score.', 4, 4, '2026-02-01 17:42:35'), +(216, 144, 32, 'midterm', 'Fall', '2025-2026', 'Omar did very well in the test. He got the highest score in the class. He worked independently and stayed focused the whole time. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 'Omar did very well in the test. He got the highest score in the class. He worked independently and stayed focused the whole time. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(217, 144, 32, 'ptap', 'Fall', '2025-2026', 'Omar always completes his homework. He is attentive and tackles tasks in an organized manner. He consistently participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 'Omar always completes his homework. He is attentive and tackles tasks in an organized manner. He consistently participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(218, 130, 32, 'ptap', 'Fall', '2025-2026', 'Omar always completes his homework. He is attentive and tackles tasks in an organized manner. He consistently participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 'Omar always completes his homework. He is attentive and tackles tasks in an organized manner. He consistently participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 4, 4, '2026-01-26 05:22:58'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(219, 130, 32, 'midterm', 'Fall', '2025-2026', 'Omar did very well in the test. He worked independently and stayed focused the whole time. He asked for clarification whenever he didn\'t understand a question. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 'Omar did very well in the test. He worked independently and stayed focused the whole time. He asked for clarification whenever he didn\'t understand a question. He completed the test on time. InshaAllah, he will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(220, 74, 32, 'ptap', 'Fall', '2025-2026', 'Razan always completes her homework. She participates in class whenever asked but is still shy. She tackles tasks in an organized manner. She is a hardworking student, and her efforts are paying off. I am proud of her!', 'Razan always completes her homework. She participates in class whenever asked but is still shy. She tackles tasks in an organized manner. She is a hardworking student, and her efforts are paying off. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(221, 188, 52, 'ptap', 'Fall', '2025-2026', 'Salma is an attentive and motivated student who shows a strong desire to learn beyond the material taught. She often asks thoughtful questions to gain a deeper understanding of topics. We would advise her to be more consistent with completing homework and practicing Quran recitation.', 'Salma is an attentive and motivated student who shows a strong desire to learn beyond the material taught. She often asks thoughtful questions to gain a deeper understanding of topics. We would advise her to be more consistent with completing homework and practicing Quran recitation.', 1, 1, '2026-02-08 16:45:05'), +(222, 224, 52, 'ptap', 'Fall', '2025-2026', 'Umaima is a responsible and attentive student who works hard to complete homework and classwork. She works hard to perfect her Quran recitation and helps other students as well. We hope to see her participate in class more next semester.', 'Umaima is a responsible and attentive student who works hard to complete homework and classwork. She works hard to perfect her Quran recitation and helps other students as well. We hope to see her participate in class more next semester.', 1, 1, '2026-02-08 16:45:05'), +(223, 22, 52, 'ptap', 'Fall', '2025-2026', 'Janna is a driven and hardworking student who is always eager to participate in class. She frequently asks questions to gain a better understanding of the material and takes in-depth notes. She brings wonderful energy to the classroom and engages with other students in a positive way. Keep it up!', 'Janna is a driven and hardworking student who is always eager to participate in class. She frequently asks questions to gain a better understanding of the material and takes in-depth notes. She brings wonderful energy to the classroom and engages with other students in a positive way. Keep it up!', 1, 1, '2026-02-08 16:45:05'), +(224, 125, 52, 'ptap', 'Fall', '2025-2026', 'Abdullah is an active and engaged student who works hard to complete classwork. He works hard to perfect his Quran recitation and consistently completes the assigned homework. We hope to see him come to class more prepared and remain attentive during lectures next semester.', 'Abdullah is an active and engaged student who works hard to complete classwork. He works hard to perfect his Quran recitation and consistently completes the assigned homework. We hope to see him come to class more prepared and remain attentive during lectures next semester.', 1, 1, '2026-02-08 16:45:05'), +(225, 2, 52, 'ptap', 'Fall', '2025-2026', 'Imran Badr is a hardworking and dedicated student who frequently participates in class and remains engaged during discussions. He works hard to perfect his Quran recitation and consistently completes homework. We hope to see him continue with the same effort and motivation next semester!', 'Imran Badr is a hardworking and dedicated student who frequently participates in class and remains engaged during discussions. He works hard to perfect his Quran recitation and consistently completes homework. We hope to see him continue with the same effort and motivation next semester!', 1, 1, '2026-02-08 16:45:05'), +(226, 195, 52, 'ptap', 'Fall', '2025-2026', 'Haneen is an engaged and conscientious student. She is very eager to learn and always makes class more interesting with her questions and comments. She diligently completes her work, helps her classmates, and goes above-and-beyond with her memorization. Keep up the good work!', 'Haneen is an engaged and conscientious student. She is very eager to learn and always makes class more interesting with her questions and comments. She diligently completes her work, helps her classmates, and goes above-and-beyond with her memorization. Keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(227, 194, 52, 'ptap', 'Fall', '2025-2026', 'Omar is a motivated and dedicated student who consistently completes assigned work. He makes a sincere effort to participate in class and asks thoughtful questions. He works well with peers and in group settings. We hope to see him continue with the same effort and motivation next semester.', 'Omar is a motivated and dedicated student who consistently completes assigned work. He makes a sincere effort to participate in class and asks thoughtful questions. He works well with peers and in group settings. We hope to see him continue with the same effort and motivation next semester.', 1, 1, '2026-02-08 16:45:05'), +(228, 103, 52, 'ptap', 'Fall', '2025-2026', 'Dua is a diligent and hardworking student who consistently completes her homework and never disrupts class. She always puts thoughtful effort into learning and memorization and speaks up when she has questions. We look forward to seeing her keep up the good work next semester!', 'Dua is a diligent and hardworking student who consistently completes her homework and never disrupts class. She always puts thoughtful effort into learning and memorization and speaks up when she has questions. We look forward to seeing her keep up the good work next semester!', 1, 1, '2026-02-08 16:45:05'), +(229, 50, 52, 'ptap', 'Fall', '2025-2026', 'Abubakar is a hardworking and responsible student who puts a tremendous amount of effort into completing homework and classwork. He is always fully focused and often raises his hand to answer questions. We hope to see him continue with the same effort and motivation next semester!', 'Abubakar is a hardworking and responsible student who puts a tremendous amount of effort into completing homework and classwork. He is always fully focused and often raises his hand to answer questions. We hope to see him continue with the same effort and motivation next semester!', 1, 1, '2026-02-08 16:45:05'), +(230, 100, 52, 'ptap', 'Fall', '2025-2026', 'Arham is a good student who consistently completes homework and is an active participant in class. He frequently volunteers for class activities and discussions. For the future, we would advise him to pay more attention to lectures during class and engage with the material.', 'Arham is a good student who consistently completes homework and is an active participant in class. He frequently volunteers for class activities and discussions. For the future, we would advise him to pay more attention to lectures during class and engage with the material.', 1, 1, '2026-02-08 16:45:05'), +(231, 25, 52, 'ptap', 'Fall', '2025-2026', 'Melody is a respectful and driven student who makes a strong effort to learn class material. She always pays attention in class and completes the assigned homework. We would love to see her interact more with her peers and participate more in class next semester.', 'Melody is a respectful and driven student who makes a strong effort to learn class material. She always pays attention in class and completes the assigned homework. We would love to see her interact more with her peers and participate more in class next semester.', 1, 1, '2026-02-08 16:45:05'), +(232, 42, 52, 'ptap', 'Fall', '2025-2026', 'Zainab is a very focused and responsible student who always gets her work done to the highest standard possible. She puts in effort to have a thorough understanding of the material and is always ready to speak up in class and help out her peers. Keep up the good work!', 'Zainab is a very focused and responsible student who always gets her work done to the highest standard possible. She puts in effort to have a thorough understanding of the material and is always ready to speak up in class and help out her peers. Keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(233, 244, 52, 'ptap', 'Fall', '2025-2026', 'Yaseen is a hardworking and responsible student who consistently completes homework and classwork. He pays attention during class lectures and makes a sincere effort to engage with the material. For the future, we would advise him to be more consistent with Quran memorization.', 'Yaseen is a hardworking and responsible student who consistently completes homework and classwork. He pays attention during class lectures and makes a sincere effort to engage with the material. For the future, we would advise him to be more consistent with Quran memorization.', 1, 1, '2026-02-08 16:45:05'), +(234, 186, 52, 'ptap', 'Fall', '2025-2026', 'Justin is a dedicated and hardworking student who consistently completes homework and remains attentive during class. He is an active participant who frequently volunteers to answer questions and participate in class activities. He puts in a sincere effort to do well in class. Keep up the good work!', 'Justin is a dedicated and hardworking student who consistently completes homework and remains attentive during class. He is an active participant who frequently volunteers to answer questions and participate in class activities. He puts in a sincere effort to do well in class. Keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(235, 60, 52, 'ptap', 'Fall', '2025-2026', 'Ibrahim is a driven and responsible student who consistently completes his homework and pays attention in class. He frequently volunteers to answer questions and helps his peers when they are struggling. We hope to see him continue with this same motivation and effort next semester.', 'Ibrahim is a driven and responsible student who consistently completes his homework and pays attention in class. He frequently volunteers to answer questions and helps his peers when they are struggling. We hope to see him continue with this same motivation and effort next semester.', 1, 1, '2026-02-08 16:45:05'), +(236, 74, 32, 'midterm', 'Fall', '2025-2026', 'Razan did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Razan!', 'Razan did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace. Keep up the great work Razan!', 4, 4, '2026-01-26 05:22:58'), +(237, 123, 32, 'midterm', 'Fall', '2025-2026', 'Sara did very well in the test. She got the second-highest score in the class. She worked independently and stayed focused the whole time. She completed the test on time. InshaAllah, she will keep up the good work for the remainder of the school year.', 'Sara did very well in the test. She got the second-highest score in the class. She worked independently and stayed focused the whole time. She completed the test on time. InshaAllah, she will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(238, 123, 32, 'ptap', 'Fall', '2025-2026', 'Sara always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am very proud of her!', 'Sara always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am very proud of her!', 4, 4, '2026-01-26 05:22:58'), +(239, 54, 32, 'midterm', 'Fall', '2025-2026', 'Ayesha did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Ayesha!', 'Ayesha did very well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace. Keep up the great work Ayesha!', 4, 4, '2026-01-26 05:22:58'), +(240, 169, 32, 'midterm', 'Fall', '2025-2026', 'Azlaan did very well in the test. He asked for clarification whenever she didn\'t understand a question. He also asked for spelling whenever she needed it. He completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Azlaan!', 'Azlaan did very well in the test. He asked for clarification whenever she didn\'t understand a question. He also asked for spelling whenever she needed it. He completed the test at an appropriate pace. Keep up the great work Azlaan!', 4, 4, '2026-01-26 05:22:58'), +(241, 179, 32, 'ptap', 'Fall', '2025-2026', 'Hasanat always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am proud of her!', 'Hasanat always completes her homework. She is attentive and tackles tasks in an organized manner. She consistently participates in class and pays attention to the lessons. She is a hardworking student, and her efforts are paying off. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(242, 179, 32, 'midterm', 'Fall', '2025-2026', 'Hasanat did well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace, neither too quickly nor too slowly. Keep up the great work Hasanat!', 'Hasanat did well in the test. She asked for clarification whenever she didn\'t understand a question. She also asked for spelling whenever she needed it. She completed the test at an appropriate pace. Keep up the great work Hasanat!', 4, 4, '2026-01-26 05:22:58'), +(243, 54, 32, 'ptap', 'Fall', '2025-2026', 'Ayesha always completes her homework. She participates in class whenever asked but is still shy. She tackles tasks in an organized manner. She is a hardworking student, and her efforts are paying off. I am proud of her!', 'Ayesha always completes her homework. She participates in class whenever asked but is still shy. She tackles tasks in an organized manner. She is a hardworking student, and her efforts are paying off. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(244, 169, 32, 'ptap', 'Fall', '2025-2026', 'Azlaan always completes his homework. He is attentive and tackles tasks in an organized manner. He participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 'Azlaan always completes his homework. He is attentive and tackles tasks in an organized manner. He participates in class and pays attention to the lessons. He is a hardworking student, and his efforts are paying off. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(245, 189, 32, 'ptap', 'Fall', '2025-2026', 'Ayana Amin always completes her homework. She participates in class when prompted and she loves group activities. Ayana sometimes lacks focus during class. She is a smart student but just needs to be more attentive in the classroom to improve her knowledge. I am proud of her!', 'Ayana Amin always completes her homework. She participates in class when prompted and she loves group activities. Ayana sometimes lacks focus during class. She is a smart student but just needs to be more attentive in the classroom to improve her knowledge. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(246, 168, 32, 'ptap', 'Fall', '2025-2026', 'Abaan always completes his homework. He is attentive and listens to the teacher\'s directions. He participates in class whenever asked. He is a hardworking student, and his efforts are paying off. I am proud of him!', 'Abaan always completes his homework. He is attentive and listens to the teacher\'s directions. He participates in class whenever asked. He is a hardworking student, and his efforts are paying off. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(247, 197, 22, 'midterm', 'Fall', '2025-2026', 'Simra your results show partial understanding of the concepts. Strengthening the areas you found challenging will help you improve next time.', 'Simra\'s results show partial understanding of the concepts covered in the midterm. Strengthening the areas she found challenging will help her improve next time.', 4, 4, '2026-02-01 17:42:35'), +(248, 92, 22, 'midterm', 'Fall', '2025-2026', 'Alishba achieves a fair result with your score. With a little more review and consistent practice, you can strengthen your understanding and improve even further.', 'Alishba achieved a fair result with her score. With a little more review and consistent practice she can strengthen her understanding and improve even further.', 4, 4, '2026-02-01 17:42:35'), +(249, 104, 22, 'midterm', 'Fall', '2025-2026', 'Hasaan performed exceptionally well in the exam. Keep refining your skills, and you\'ll continue reaching impressive levels.', 'Hasaan performed exceptionally well in the exam. I encourage him to keep refining his skills to reach impressive levels.', 4, 4, '2026-02-01 17:42:35'), +(250, 182, 22, 'midterm', 'Fall', '2025-2026', 'Ishmael performed very well on this exam.your score shows a solid understanding of the material, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Ishmael performed very well in the midterm exam. His score shows a solid understanding of the material covered. With a bit more refinement in a few areas, he can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(251, 58, 22, 'midterm', 'Fall', '2025-2026', 'Hafiz your results show partial understanding of the concepts. Strengthening the areas you found challenging will help you improve next time.', 'Hafiz results show partial understanding of the concepts covered in the midterm. Strengthening the areas he found challenging will help him improve next time.', 4, 4, '2026-02-01 17:42:35'), +(252, 82, 22, 'midterm', 'Fall', '2025-2026', 'Shoaib performed well on this exam.your score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Shoaib performed well in the midterm. his score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, he can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(253, 153, 22, 'midterm', 'Fall', '2025-2026', 'Maryam performed well on this exam.your score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Maryam performed well in the midterm exam. Her score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, she can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(254, 80, 22, 'midterm', 'Fall', '2025-2026', 'Hareer performed well on this exam. Your score shows a solid understanding of many concepts, With a little more review and focus on key areas, you can easily reach an even higher score.', 'Hareer performed well in the midterm. Her score shows a solid understanding of many concepts. With a little more review and focus on key areas, she can easily reach an even higher score.', 4, 4, '2026-02-01 17:42:35'), +(255, 79, 22, 'midterm', 'Fall', '2025-2026', 'Mohammad Ghayoor your score in this exam shows that you\'re beginning to grasp the material. With more focused revision and steady effort, you can make meaningful improvement.', 'Mohammad Ghayoor\'s score in the midterm exam shows that he is beginning to grasp the material. With more focused revision and steady effort, he can make meaningful improvement.', 4, 4, '2026-02-01 17:42:35'), +(256, 41, 22, 'midterm', 'Fall', '2025-2026', 'Armaan performed well on this exam.your score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Armaan performed well in the midterm exam. His score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, he can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(257, 14, 22, 'midterm', 'Fall', '2025-2026', 'Aroush performed well on this exam.your score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Aroush performed well in the midterm. Her score shows a solid understanding of many concepts, and with a bit more refinement in a few areas, she can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(258, 228, 22, 'midterm', 'Fall', '2025-2026', 'Jamal performed very well on this exam.your score shows a solid understanding of the material, and with a bit more refinement in a few areas, you can reach an even higher level.', 'Jamal performed very well in the midterm exam. His score shows a solid understanding of the material and with a bit more refinement in a few areas, he can reach an even higher level.', 4, 4, '2026-02-01 17:42:35'), +(259, 178, 22, 'midterm', 'Fall', '2025-2026', 'Maimoona achieves a fair result with your score. With a little more review and consistent practice, you can strengthen your understanding and improve even further.', 'Maimoona achieved a fair result. With a little more review and consistent practice, she can strengthen her understanding and improve even further.', 4, 4, '2026-02-01 17:42:35'), +(260, 185, 32, 'ptap', 'Fall', '2025-2026', 'Ilyes always completes his homework. Ilyes participates in class and loves group activities but sometimes he lacks focus during class. He is a smart kid but just needs to be more attentive in the classroom to improve his knowledge. He did well in the Quiz Competition, MashaAllah. I am proud of him!', 'Ilyes always completes his homework. Ilyes participates in class and loves group activities but sometimes he lacks focus during class. He is a smart kid but just needs to be more attentive in the classroom to improve his knowledge. He did well in the Quiz Competition, mashaAllah. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(261, 185, 32, 'midterm', 'Fall', '2025-2026', 'Ilyes could have scored better as he didn\'t memorize Surah Al-Fil and he missed most of the questions about Quran. He also didn\'t finish on time and needed the teacher to write his answers. Ilyes has to learn to manage his time. With your help, I expect him to do better next exam inshaAllah.', 'Ilyes could have scored better as he didn\'t memorize Surah Al-Fil and he missed most of the questions about Quran. He also didn\'t finish on time and needed the teacher to write his answers. Ilyes has to learn to manage his time. With your help, I expect him to do better next exam inshaAllah.', 4, 4, '2026-01-26 05:22:58'), +(262, 213, 32, 'ptap', 'Fall', '2025-2026', 'Nuara always completes her homework. She participates in class when prompted and she loves group activities. Nuara sometimes lacks focus during class. She is a smart student but just needs to be more attentive in the classroom to improve her knowledge. I am proud of her!', 'Nuara always completes her homework. She participates in class when prompted and she loves group activities. Nuara sometimes lacks focus during class. She is a smart student but just needs to be more attentive in the classroom to improve her knowledge. I am proud of her!', 4, 4, '2026-01-26 05:22:58'), +(263, 60, 52, 'midterm', 'Fall', '2025-2026', 'Ibrahim had an overall strong performance on the midterm. His open response answers and Quran recitation in particular reflect his preparation and understanding of the material. Our main tip for the future is to focus more on revising names of Islamic figures. But in general, keep up the good work!', 'Ibrahim had an overall strong performance on the midterm. His open response answers and Quran recitation in particular reflect his preparation and understanding of the material. Our main tip for the future is to focus more on revising names of Islamic figures. But in general, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(264, 194, 52, 'midterm', 'Fall', '2025-2026', 'Omar\'s exam responses showed his grasp on various areas of the coursework. Our main tip is to just review all the guided notes more in-depth to avoid small errors that add up over the course of the exam. In particular, focus on names of Islamic figures, as well as brush up on Quran recitation.', 'Omar\'s exam responses showed his grasp on various areas of the coursework. Our main tip is to just review all the guided notes more in-depth to avoid small errors that add up over the course of the exam. In particular, focus on names of Islamic figures, as well as brush up on Quran recitation.', 1, 1, '2026-02-08 16:45:05'), +(265, 213, 32, 'midterm', 'Fall', '2025-2026', 'Nuara did good in the test but could have scored better as she missed some of the questions about Quran comprehension. She also didn\'t finish on time and needed extra time and teacher\'s help to finish. I expect Nuara to do better next exam InshaAllah.', 'Nuara did good in the test but could have scored better as she missed some of the questions about Quran comprehension. She also didn\'t finish on time and needed extra time and teacher\'s help to finish. I expect Nuara to do better next exam inshaAllah.', 4, 4, '2026-01-26 05:22:58'), +(266, 189, 32, 'midterm', 'Fall', '2025-2026', 'Ayana Amin did ok in the test but could have scored better as she missed most of the questions about Quran comprehension. She also didn\'t finish on time and needed extra time and teacher\'s help to finish. I expect Ayana to do better next exam InshaAllah.', 'Ayana Amin did ok in the test but could have scored better as she missed most of the questions about Quran comprehension. She also didn\'t finish on time and needed extra time and teacher\'s help to finish. I expect Ayana to do better next exam inshaAllah.', 4, 4, '2026-01-26 05:22:58'), +(267, 22, 52, 'midterm', 'Fall', '2025-2026', 'Janna performed exceptionally on the midterm. Her perfect accuracy across the entire exam and incredible amount of detail clearly reflected her thoughtful preparation, hard work, and dedication to achieving a thorough understanding of all the coursework. We\'re very impressed, keep up the good work!', 'Janna performed exceptionally on the midterm. Her perfect accuracy across the entire exam and incredible amount of detail clearly reflected her thoughtful preparation, hard work, and dedication to achieving a thorough understanding of all the coursework. We\'re very impressed, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(268, 42, 52, 'midterm', 'Fall', '2025-2026', 'Zainab performed very impressively on the midterm, with her detailed and accurate answers, especially on the fill-in-the-blanks, clearly showing her preparation and understanding of the material presented in the guided notes. She should be very proud of herself, as are we! Keep up the good work!', 'Zainab performed very impressively on the midterm, with her detailed and accurate answers, especially on the fill-in-the-blanks, clearly showing her preparation and understanding of the material presented in the guided notes. She should be very proud of herself, as are we! Keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(269, 168, 32, 'midterm', 'Fall', '2025-2026', 'Abaan did ok in the test. He worked independently and stayed focused the whole time. Abaan could have scored better as he missed most of the questions about Quran comprehension. With your help, I expect him to do better next exam inshaAllah.', 'Abaan did ok in the test. He worked independently and stayed focused the whole time. Abaan could have scored better as he missed most of the questions about Quran comprehension. With your help, I expect him to do better next exam inshaAllah.', 4, 4, '2026-01-26 05:22:58'), +(270, 37, 60, 'ptap', 'Fall', '2025-2026', 'Antolina is a very respectful student. She completes her homework on time and comes to class well prepared. She can show improvement by participating actively in class. A little more prepration for the class tests can improve test scores.', 'Antolina is a very respectful student. She completes her homework on time and comes to class well prepared. She can show improvement by participating actively in class. A little more preparation for the class tests can improve test scores.', 4, 120, '2026-02-07 04:43:49'), +(271, 25, 52, 'midterm', 'Fall', '2025-2026', 'Melody\'s exam responses showed a solid understanding of the coursework. Her open response and fill-in-the-blanks answers were very accurate and detailed. Our main tips are to practice Arabic recitation and review the guided notes more in-depth to avoid errors on multiple choice questions.', 'Melody\'s exam responses showed a solid understanding of the coursework. Her open response and fill-in-the-blanks answers were very accurate and detailed. Our main tips are to practice Arabic recitation and review the guided notes more in-depth to avoid errors on multiple choice questions.', 1, 1, '2026-02-08 16:45:05'), +(272, 220, 32, 'ptap', 'Fall', '2025-2026', 'Adyan is a quiet and respectful student. He follows the teachers\' directions. He did very well in the Quizz Competition. He had the same questions as the other students and still got more than half of the questions correct. I am proud of him!', 'Adyan is a quiet and respectful student. He follows the teachers\' directions. He did very well in the Quiz Competition. He had the same test as the other students and still got more than half of the questions correct. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(273, 103, 52, 'midterm', 'Fall', '2025-2026', 'Dua had an overall strong performance on the midterm, and we were impressed with her progress on Quran recitation. Our main tip would be to review the guided notes more in-depth to avoid errors on multiple choice and provide more thorough open response answers. But in general, keep up the good work!', 'Dua had an overall strong performance on the midterm, and we were impressed with her progress on Quran recitation. Our main tip would be to review the guided notes more in-depth to avoid errors on multiple choice and provide more thorough open response answers. But in general, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(274, 220, 32, 'midterm', 'Fall', '2025-2026', 'Adyan did well in the test. He worked with the teacher and stayed focused the whole time. He completed the test on time. Adyan\'s writing is perfect MashaAllah, even the Arabic writing! InshaAllah, he will keep up the good work for the remainder of the school year.', 'Adyan did well in the test. He worked with the teacher and stayed focused the whole time. He completed the test on time. Adyan\'s writing is perfect mashaAllah including the Arabic writing! InshaAllah, he will keep up the good work for the remainder of the school year.', 4, 4, '2026-01-26 05:22:58'), +(275, 193, 60, 'ptap', 'Fall', '2025-2026', 'Jyda is a very well behaved and respectful student. She always completes her homework on time and comes to class well prepared. She can improve by participating more in class. Keep working hard.', 'Jyda is a very well behaved and respectful student. She always completes her homework on time and comes to class well prepared. She can improve by participating more in class. Keep working hard!', 4, 120, '2026-02-07 04:43:49'), +(276, 120, 60, 'ptap', 'Fall', '2025-2026', 'Amirah is a very attentive and focused student. She participates well in class and does an excellent job in finishing her work on time. She works well with fellow students and is always well prepared. Pleasure to have in class.', 'Amirah is a very attentive and focused student. She participates well in class and does an excellent job in finishing her work on time. She works well with fellow students and is always well prepared. Pleasure to have in class.', 4, 120, '2026-02-07 04:43:49'), +(277, 2, 52, 'midterm', 'Fall', '2025-2026', 'Imran Badr performed very well on the midterm. His overall accuracy, especially with multiple choice & fill-in-the-blanks questions, reflect his grasp on the material. Our main tip is to review events more in-depth to provide thorough answers on the open response. In general, keep up the good work!', 'Imran Badr performed very well on the midterm. His overall accuracy, especially with multiple choice & fill-in-the-blanks questions, reflect his grasp on the material. Our main tip is to review events more in-depth to provide thorough answers on the open response questions. In general, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(278, 75, 32, 'ptap', 'Fall', '2025-2026', 'Amjad always completes his homework. He is attentive and tackles tasks in an organized manner. He participates in class whenever prompted and pays attention to the lessons. Amjad is a hardworking student, and his efforts are paying off. I am proud of him!', 'Amjad always completes his homework. He is attentive and tackles tasks in an organized manner. He participates in class whenever prompted and pays attention to the lessons. Amjad is a hardworking student, and his efforts are paying off. I am proud of him!', 4, 4, '2026-01-26 05:22:58'), +(279, 195, 52, 'midterm', 'Fall', '2025-2026', 'Haneen performed very well on the midterm. Her overall accuracy clearly displayed her strong grasp of the coursework. We would mainly recommend more review of specific names and events to avoid errors and allow for more in-depth open response answers. But in general, keep up the good work!', 'Haneen performed very well on the midterm. Her overall accuracy clearly displayed her strong grasp of the coursework. We would mainly recommend more review of specific names and events to avoid errors and allow for more in-depth open response answers. But in general, keep up the good work!', 1, 1, '2026-02-08 16:45:05'), +(280, 244, 52, 'midterm', 'Fall', '2025-2026', 'Yaseen\'s exam responses showed an understanding of certain areas of the coursework. Our main tips would be to focus more on Quran memorization and reviewing the guided notes more in-depth to avoid errors on the multiple choice, as it\'s clear he has a basic grasp of much of the material.', 'Yaseen\'s exam responses showed an understanding of certain areas of the coursework. Our main tips would be to focus more on Quran memorization and reviewing the guided notes more in-depth to avoid errors on the multiple choice, as it\'s clear he has a basic grasp of much of the material.', 1, 1, '2026-02-08 16:45:05'), +(281, 170, 60, 'ptap', 'Fall', '2025-2026', 'Safa is a pleasure to have in class. She is a very hard working and attentive student. She participates well and completes her homework on time. Keep up the good work!', 'Safa is a pleasure to have in class. She is a very hard working and attentive student. She participates well and completes her homework on time. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(282, 90, 60, 'ptap', 'Fall', '2025-2026', 'Emira is a very respectful student with positive learning attitude. She participates well in class and completes her assignment on time. Keep up the good work!', 'Emira is a very respectful student with a positive learning attitude. She participates well in class and completes her assignment on time. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(283, 209, 60, 'ptap', 'Fall', '2025-2026', 'Isra has a very good attendance record and she completes her homework on time. She has a lot of potential but has a hard time focusing in class. She can improve by paying more attention. With little bit of hard work the can improve her grades.', 'Isra has a very good attendance record and she completes her homework on time. She has a lot of potential but has a hard time focusing in class. She can improve by paying more attention. With little bit of hard work she can improve her grades.', 4, 120, '2026-02-07 04:43:49'), +(284, 191, 60, 'ptap', 'Fall', '2025-2026', 'Salma has a good attendance and completes homework on time. She has a hard time focusing in class and is very distracted.', 'Salma has a good attendance and completes homework on time. She has a hard time focusing in class and is very distracted.', 4, 4, '2026-01-26 07:13:41'), +(285, 198, 60, 'midterm', 'Fall', '2025-2026', 'Ikhlas needs to put effort into exam preparation. Parent teacher conference is needed to discuss her performance in exam.', 'Ikhlas needs to put efforts into exam preparation. Parent teacher conference is needed to discuss her performance in the exam.', 4, 120, '2026-02-07 04:43:49'), +(286, 37, 60, 'midterm', 'Fall', '2025-2026', 'Antolina needs to put in a little more effort towards test preparation. The Quranic studied portions requires more attention. Keep working on Surah memorization.', 'Antolina needs to put in a little more effort towards test preparation. The Quranic studies portion requires more attention. Keep working on Surah memorization.', 4, 120, '2026-02-07 04:43:49'), +(287, 139, 60, 'midterm', 'Fall', '2025-2026', 'Rana has shown great effort on the midterm exam.The exam was very well written with perfect score on memorization. Keep up the good work!', 'Rana has shown great effort on the midterm exam. The exam was very well written with perfect score on memorization. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(288, 254, 60, 'midterm', 'Fall', '2025-2026', 'London has scored well on the midterms. She has put good effort in preparing for exam and it shows. Keep working hard!', 'London has scored well on the midterms. She has put good efforts in preparing for the exam and it shows. Keep working hard!', 4, 120, '2026-02-07 04:43:49'), +(289, 193, 60, 'midterm', 'Fall', '2025-2026', 'Jyda can improve her test score by putting in a little more effort. Keep working on memorizing the Surah.', 'Jyda can improve her test score by putting in a little more effort. Keep working on memorizing the Surah.', 4, 120, '2026-02-07 04:43:49'), +(290, 77, 60, 'midterm', 'Fall', '2025-2026', 'Zaariya has scored very well on the midterms. the exam was very well written with almost perfect score on memorization. Keep up the good work!', 'Zaariya has scored very well on the midterms. The exam was very well written with almost a perfect score on memorization. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(291, 258, 60, 'midterm', 'Fall', '2025-2026', 'Reyad needs to work hard on preparing for the exams. The Quranic studies portion and memorization needs special effort.', 'Reyad needs to work hard on preparing for the exams. The Quranic studies portion and memorization needs special effort.', 4, 120, '2026-02-07 04:43:49'), +(292, 137, 60, 'midterm', 'Fall', '2025-2026', 'Hamza has scored well on the midterms. Very well written exam with a an almost perfect score on memorization. With a little more effort, the test score can be improved further. Keep up the good work!', 'Hamza has scored well on the midterms. Very well written exam with a an almost perfect score on memorization. With a little more effort, the test score can be improved further. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(293, 120, 60, 'midterm', 'Fall', '2025-2026', 'Amirah has put in a good effort for the midterms. A little more effort is required towards Surah memorization. Keep working hard!', 'Amirah has put in a good effort for the midterms. A little more effort is required towards Surah memorization. Keep working hard!', 4, 120, '2026-02-07 04:43:49'), +(294, 10, 60, 'midterm', 'Fall', '2025-2026', 'Nowriza has done an excellent job on the midterms. She has a perfect score on Surah memorization portion. The exam was very well written. Keep up the good work!', 'Nowriza has done an excellent job on the midterms. She has a perfect score on Surah memorization portion. The exam was very well written. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(295, 9, 60, 'midterm', 'Fall', '2025-2026', 'Nashwa has scored really well on the midterms. Her hard work is apparent through a very well written exam. Keep working hard!', 'Nashwa has scored really well on the midterms. Her hard work is apparent through a very well written exam. Keep working hard!', 4, 120, '2026-02-07 04:43:49'), +(296, 170, 60, 'midterm', 'Fall', '2025-2026', 'Safa has scored very well on the midterms. Great effort on Surah memorization. With a little more effort, the test score can be improved further. Keep up the good work!', 'Safa has scored very well on the midterms. Great effort on Surah memorization. With a little more effort, the test score can be improved further. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(297, 230, 70, 'ptap', 'Fall', '2025-2026', 'Mohammad is a positive and bright student. He is always asking questions and stays engaged during class. He always completes his assignments.', 'Mohammad is a positive and bright student. He is always asking questions and stays engaged during class. He always completes his assignments.', 1, 1, '2026-02-08 17:28:34'), +(298, 187, 70, 'ptap', 'Fall', '2025-2026', 'Sophia is a positive and responsible student. She always completes her assignments on time and follows directions. Has great behavior and puts in effort.', 'Sophia is a positive and responsible student. She always completes her assignments on time and follows directions. She has great behavior and puts in effort in class.', 1, 1, '2026-02-08 17:28:34'), +(299, 26, 70, 'ptap', 'Fall', '2025-2026', 'Aamina consistently shows effort and is engaged in class. She always completes assignments and has a positive attitude. She is committed to doing her best.', 'Aamina consistently shows effort and is engaged in class. She always completes assignments and has a positive attitude. She is committed to doing her best.', 1, 1, '2026-02-08 17:28:34'), +(300, 242, 70, 'ptap', 'Fall', '2025-2026', 'Aliyah is a kind student who completes her assignments. But I would like for her to participate more during class.\r\nShe also needs to spend more time learning Quran and studying during the week.', 'Aliyah is a kind student who completes her assignments. But I would like her to participate more during class. She also needs to spend more time learning Quran and studying during the week.', 1, 1, '2026-02-08 17:28:34'), +(301, 85, 42, 'midterm', 'Fall', '2025-2026', 'Aiza tried her best in the midterm. She was reminded to review her answers and slow down. Reviewing the lessons weekly, making flash cards, and writing important notes will help Aiza improve her score.', 'Aiza tried her best in the midterm. She was reminded to review her answers and slow down. Reviewing the lessons weekly, making flash cards, and writing important notes will help Aiza improve her score.', 4, 4, '2026-02-01 16:24:55'), +(302, 94, 70, 'ptap', 'Fall', '2025-2026', 'Hafsah does put effort in and completes her assignments when asked. But I would like to see her participate and be engaged in class more. She seems tired often in class.', 'Hafsah tries her best and completes her assignments when asked. But I would like to see her participate and be more engaged in class. She often seems tired in class.', 1, 1, '2026-02-08 17:28:34'), +(303, 151, 70, 'ptap', 'Fall', '2025-2026', 'Fatima is positive students who always reaches for full potential. She completes her assignments and remains focused during class. Has excellent behavior and is respectful.', 'Fatima is a diligent student who consistently aims for excellence. She completes her assignments and remains focused during class. She has an excellent behavior and is respectful.', 1, 1, '2026-02-08 17:28:34'), +(304, 218, 42, 'midterm', 'Fall', '2025-2026', 'Zunairah tried her best in the midterm. I reminded her to slow down and review her paper. Zunairah needs to make flash cards and write notes so she can improve her scores in the future.', 'Zunairah tried her best in the midterm. I reminded her to slow down and review her paper. Zunairah needs to make flash cards and write notes so she can improve her scores in the future.', 4, 4, '2026-02-01 16:24:55'), +(305, 158, 70, 'ptap', 'Fall', '2025-2026', 'Mamadou tends to not pay attention during class, but he does complete his assignments when asked. He is still a respectful student, would just like to see some more effort.', 'Mamadou tends to not pay attention during class, but he does complete his assignments when asked. He is still a respectful student, would just like to see more effort from him.', 1, 1, '2026-02-08 17:28:34'), +(306, 1, 70, 'ptap', 'Fall', '2025-2026', 'Doha is a very bright and kind student. She is always quick to participate in class and completes her assignments on time.', 'Doha is a very bright and kind student. She is always quick to participate in class and completes her assignments on time.', 1, 1, '2026-02-08 17:28:34'), +(307, 66, 70, 'ptap', 'Fall', '2025-2026', 'Mohammed participates often and is an accountable student. He puts in a lot of effort into his work, which is good.\r\nHe needs to be more focused while in class.', 'Mohammed participates regularly in class and is an accountable student. He puts in a lot of effort into his work.\r\nHe needs to be more focused in class.', 1, 1, '2026-02-08 17:28:34'), +(308, 118, 42, 'midterm', 'Fall', '2025-2026', 'Anya did her best in the midterm. It was challenging for Anya to remember the English translation for the words. Reviewing lessons weekly, and making flash cards for the words will help Anya improve her score.', 'Anya did her best in the midterm. It was challenging for Anya to remember the English translation for the words. Reviewing lessons weekly, and making flash cards for the words will help Anya improve her score.', 4, 4, '2026-02-01 16:24:55'), +(309, 140, 42, 'midterm', 'Fall', '2025-2026', 'Ziyad did well in the midterm. He needed reminders to read the questions carefully before answering. Ziyad needs to improve her study skills like writing notes, and reviewing the lessons weekly to improve his scores.', 'Ziyad did well in the midterm. He needed reminders to read the questions carefully before answering. Ziyad needs to improve his study skills like writing notes, and reviewing the lessons weekly to improve his scores.', 4, 4, '2026-02-01 16:24:55'), +(310, 55, 42, 'midterm', 'Fall', '2025-2026', 'Mariam did well in the midterm. She answered most of the questions correctly. It was challenging for her to remember the important events, and words translations. Mariam will continue to improve by reviewing weekly lessons and make flash cards for the new words.', 'Mariam did well in the midterm. She answered most of the questions correctly. It was challenging for her to remember the important events and words translations. Mariam will continue to improve by reviewing weekly lessons and make flash cards for the new words.', 4, 4, '2026-02-01 16:24:55'), +(311, 177, 42, 'midterm', 'Fall', '2025-2026', 'Naz Yasin did well in the midterm. He answered most of the questions correctly. It was challenging for Naz to answer the open ended questions. With continue focus and weekly lesson review Naz will improve his score.', 'Naz Yasin did well in the midterm. He answered most of the questions correctly. It was challenging for Naz to answer the open ended questions. With continued focus and weekly lesson review Naz will improve his score.', 4, 4, '2026-02-01 16:24:55'), +(312, 135, 42, 'midterm', 'Fall', '2025-2026', 'John tried his best in the midterm. It was challenging for John to record his answers, and he needed reminders to focus and read the questions before selecting the correct choice. John will benefit from reviewing and writing the important point which will help John improve his score.', 'John tried his best in the midterm. It was challenging for John to record his answers. He needed reminders to focus and read the questions before selecting the correct choice. John will benefit from reviewing and writing the important points which will help John improve his score in the future.', 4, 4, '2026-02-01 16:24:55'), +(313, 1, 70, 'midterm', 'Fall', '2025-2026', 'Doha did well, she has a potential to do better. She was not able to answer the short question part both in Islamic studies and Quran.\r\nHer memorization is excellent.', 'Doha did ok, she has the potential to do better. She was not able to answer the short questions part in Islamic studies and Quran. Her memorization is excellent!', 1, 1, '2026-02-08 17:28:34'), +(314, 26, 70, 'midterm', 'Fall', '2025-2026', 'Aamina was Excellent in Islamic studies as well as in Quran memorization.\r\nShe needs to focus on learning the explanation of the Surah.', 'Aamina was Excellent in Islamic studies as well as in Quran memorization. She needs to focus on learning the explanation of the Surah.', 1, 1, '2026-02-08 17:28:34'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(315, 94, 70, 'midterm', 'Fall', '2025-2026', 'Hafsah needs to put more effort learning Islamic studies as well as Quran memorization.\r\nI would like to see her parents\' input to improve her learning.', 'Hafsah needs to put more effort learning Islamic studies as well as Quran memorization. I would like to see her parents\' input to improve her learning.', 1, 1, '2026-02-08 17:28:34'), +(316, 151, 70, 'midterm', 'Fall', '2025-2026', 'Fatima performed really well in Islamic studies.\r\nHer memorization is excellent. She could have focused more learning the explanation of the surah.', 'Fatima performed really well in Islamic studies. Her memorization is excellent. She could have focused more learning the explanation of the Surah.', 1, 1, '2026-02-08 17:28:34'), +(317, 28, 70, 'ptap', 'Fall', '2025-2026', 'Arwa is a good student. Always participates in class and is eager to learn, completes her assignments. She needs to spend more time learning Quran during the week at home.', 'Arwa is a good student. She always participates in class, is eager to learn and completes her assignments on time. She needs to spend more time learning Quran during the week at home.', 1, 1, '2026-02-08 17:28:34'), +(318, 28, 70, 'midterm', 'Fall', '2025-2026', 'Arwa did well in Islamic studies. She can do better if she gives more time to her studies.\r\nHer memorization is good, needs to focus on explanation of the surah as well.', 'Arwa did well in Islamic studies. She can do better if she gives more time to her studies. Her memorization is good, needs to focus on explanation of the Surah as well.', 1, 1, '2026-02-08 17:28:34'), +(319, 117, 70, 'ptap', 'Fall', '2025-2026', 'Zahra is an attentive and kind student. She completes all of her work and puts in effort. She is respectful and participates well.', 'Zahra is an attentive and kind student. She completes all of her work and puts in effort in class. She is respectful and participates well.', 1, 1, '2026-02-08 17:28:34'), +(320, 158, 70, 'midterm', 'Fall', '2025-2026', 'Mamadou did poorly on the exam and needed to have more details. Revising at home would be beneficial, including spending time on the Quran.\r\nI would appreciate parents\' input in this regard.', 'Mamadou did poorly on the exam and needed to have more details. Revising at home would be beneficial, including spending time on the Quran. I would appreciate parents\' input in this regard.', 1, 1, '2026-02-08 17:28:34'), +(321, 32, 70, 'ptap', 'Fall', '2025-2026', 'Aicha is a bright and cheerful student. She always completes her assignments and stays on task. She is respectful and motivated.', 'Aicha is a bright and cheerful student. She always completes her assignments and stays on task. She is respectful and motivated.', 1, 1, '2026-02-08 17:28:34'), +(322, 119, 70, 'ptap', 'Fall', '2025-2026', 'Zoeya is a thoughtful and focused student. She completes all her work and puts in a lot of effort. She is respectful and kind.', 'Zoeya is a thoughtful and focused student. She completes all her work and puts in a lot of effort in class. She is respectful and kind.', 1, 1, '2026-02-08 17:28:34'), +(323, 126, 70, 'ptap', 'Fall', '2025-2026', 'Ayaan is a very bright student and participates very well in class. He pays attention and is always completes his work.', 'Ayaan is a very bright student and participates very well in class. He pays attention and always completes his work.', 1, 1, '2026-02-08 17:28:34'), +(324, 46, 120, 'midterm', 'Fall', '2025-2026', 'Sarah, amazing job, I\'m so happy to have you in my class. Excellent work on the midterm. I see you worked hard studying and staying up to date with all the class content. May Allah reward you and keep steadfast on deen. Also great job with the recitation. Keep up the beautiful work.', 'Sarah, amazing job! So happy to have you in our class. Excellent work on the midterm. I see you worked hard studying and staying up to date with all the class content. May Allah reward you and keep you steadfast on your Deen. Also great job with the recitation. Keep up the beautiful work!', 4, 4, '2026-02-07 03:19:05'), +(325, 238, 120, 'midterm', 'Fall', '2025-2026', 'Adyan did not do badly on the Islamic studies portion of the exam, but he needs more focus on memorization. He must ensure he memorizes the Surahs and verses mentioned in class, as his effort outside of school directly impacts his results. Reading verses five times and listening to them would have helped him greatly.', 'Adyan did not do badly on the Islamic studies portion of the exam, but he needs more focus on memorization. He must ensure he memorizes the Surahs and verses mentioned in class, as his effort outside of school directly impacts his results. Reading verses five times and listening to them would have helped him greatly.', 4, 4, '2026-02-07 03:19:05'), +(326, 88, 120, 'midterm', 'Fall', '2025-2026', 'Adi\'s Islamic studies exam was a fair effort, but he needs to focus more on the Quran section. By dedicating time to the Quran, Adi will find more barakah in his schedule and accomplish more each day. He is capable of doing much better, and with extra study, he will achieve amazing results on his future exams.', 'Adi\'s Islamic studies exam was a fair effort, but he needs to focus more on the Quran section. By dedicating time to the Quran, Adi will find more barakah in his schedule and accomplish more each day. He is capable of doing much better, and with extra study, he will achieve amazing results on his future exams.', 4, 4, '2026-02-07 03:19:05'), +(327, 225, 120, 'midterm', 'Fall', '2025-2026', 'Abdul\'s performance has been disappointing, he needs to prioritize studying and paying attention in class. These concepts are foundational to his relationship with Allah. By dedicating 15 minutes a day to the Quran, Abdul will see improvement in his exams and daily productivity. He is capable of much more and has our full support for next term.', 'Abdul\'s performance has been disappointing, he needs to prioritize studying and paying attention in class. These concepts are foundational to his relationship with Allah. By dedicating 15 minutes a day to the Quran, Abdul will see improvement in his exams and daily productivity. He is capable of much more and has our full support for next term.', 4, 4, '2026-02-07 03:19:05'), +(328, 114, 120, 'midterm', 'Fall', '2025-2026', 'Hashir did good work on his test, and his short answers were impressive! He was on track for a 90, but missed some points on Surah Al-Kahf. By spending just 15 minutes a day reading over the verses, he’ll find that dedicating time to the Qur\'an brings more barakah and productivity to his entire day. Great job, and keep it up!', 'Hashir did good work on his test, and his short answers were impressive! He was on track for a 90, but missed some points on Surah Al-Kahf. By spending just 15 minutes a day reading over the verses, he’ll find that dedicating time to the Qur\'an brings more barakah and productivity to his entire day. Great job, and keep it up!', 4, 4, '2026-02-07 03:19:05'), +(329, 6, 70, 'ptap', 'Fall', '2025-2026', 'Sarah Maria is a kind student who completes her work. But she does get distracted at times. She participates well and is responsible.', 'Sarah Maria is a kind student who completes her work. But she gets distracted at times. She participates well and is responsible.', 1, 1, '2026-02-08 17:28:34'), +(330, 246, 120, 'midterm', 'Fall', '2025-2026', 'Ayaan did great work on his exam, proving himself to be a smart student with a strong memory. He is paying attention well in class, and his efforts are truly commendable. While some short answers were worded uniquely, his grasp of the material is clear. Keep up the good work!', 'Ayaan did great work on his exam, proving himself to be a smart student with a strong memory. He is paying attention well in class, and his efforts are truly commendable. While some short answers were worded uniquely, his grasp of the material is clear. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(331, 95, 120, 'midterm', 'Fall', '2025-2026', 'Fauzhan did good work, but there is room for improvement. He should focus on how class concepts apply to his own life and spend more time on the short-answer sections. By dedicating just 15 minutes a day to memorization, he will see a significant benefit and a jump in his grades.', 'Fauzhan did good work, but there is room for improvement. He should focus on how class concepts apply to his own life and spend more time on the short-answer sections. By dedicating just 15 minutes a day to memorization, he will see a significant benefit and a jump in his grades.', 4, 4, '2026-02-07 03:19:05'), +(332, 91, 70, 'ptap', 'Fall', '2025-2026', 'Afsheen is a very bright student and participates very nicely in the class. She always does her work on time and puts in the effort.', 'Afsheen is a very bright student and participates very nicely in the class. She always does her work on time and puts in the effort.', 1, 1, '2026-02-08 17:28:34'), +(333, 61, 120, 'midterm', 'Fall', '2025-2026', 'Sana performed amazingly on the exam, displaying a deep understanding of the material through her impressive short answers. Sana\'s contributions are highly valued and we have no doubt she will excel even further next semester. Sana is encouraged to refine her Tajweed, feel free to ask us about resources that might help you.', 'Sana performed amazingly on the exam, displaying a deep understanding of the material through her impressive short answers. Sana\'s contributions are highly valued and we have no doubt she will excel even further next semester. Sana is encouraged to refine her Tajweed, feel free to ask us about resources that might help you.', 4, 4, '2026-02-07 03:19:05'), +(334, 253, 120, 'midterm', 'Fall', '2025-2026', 'Victoria has the potential to do much better. She is encouraged to reach out with questions about class concepts, as they are core to our Deen and helpful for her life. More effort is needed in Islamic studies and Qur\'an memorization. Since she cannot read yet, material will be provided next semester to help her progress.', 'Victoria has the potential to do much better. She is encouraged to reach out with questions about class concepts, as they are core to our Deen and helpful for her life. More effort is needed in Islamic studies and Qur\'an memorization. Since she cannot read yet, material will be provided next semester to help her progress.', 4, 4, '2026-02-07 03:19:05'), +(335, 239, 120, 'midterm', 'Fall', '2025-2026', 'Umaima has a lot of work to do, but has the potential to do much better. If she struggles with understanding, she should ask more questions in class or on Discord. Next semester, the goal is to work together on effective memorization to ace the next exam. She is urged to be more proactive to succeed in class.', 'Umaima has a lot of work to do, but has the potential to do much better. If she struggles with understanding, she should ask more questions in class or on Discord. Next semester, the goal is to work together on effective memorization to ace the next exam. She is urged to be more proactive to succeed in class.', 4, 4, '2026-02-07 03:19:05'), +(336, 67, 70, 'ptap', 'Fall', '2025-2026', 'Safa is a bright and kind student. She pays attention and always completes her assignments. She is a respectful and well-mannered student. She is very shy and quiet. I would like to see her asking questions in the class.', 'Safa is a bright and kind student. She pays attention and always completes her assignments. She is a respectful and well-mannered student. She is very shy and quiet. I would like to see her asking questions in the class.', 1, 1, '2026-02-08 17:28:34'), +(337, 72, 70, 'ptap', 'Fall', '2025-2026', 'Barae is a an accountable student and puts solid effort into his work. He participates and pays attention during class.', 'Barae is a an accountable student and puts solid efforts into his work. He participates and pays attention during class.', 1, 1, '2026-02-08 17:28:34'), +(338, 117, 70, 'midterm', 'Fall', '2025-2026', 'Zahra did very good.\r\nl expected to see more from her in midterm given her performance in class.\r\nShe is excellent in memorization. She also did very well in Quran quiz.', 'Zahra did very well in the midterm. l expected to see more from her given her performance in class. She is excellent in memorization.', 1, 1, '2026-02-08 17:28:34'), +(339, 6, 70, 'midterm', 'Fall', '2025-2026', 'Sarah Maria did well. She surely needed to work more on short questions for both Islamic studies and Quran.\r\nHer memorization is good.', 'Sarah Maria did ok. She surely needed to work more on short questions for both Islamic studies and Quran. Her memorization is good.', 1, 1, '2026-02-08 17:28:34'), +(340, 91, 70, 'midterm', 'Fall', '2025-2026', 'Afsheen did very good.\r\nShe needs to focus on details of each section to do better next time.\r\nShe is good in memorizing the surah but needs to work on her pronunciation.', 'Afsheen did very good. She needs to focus on details of each section to do better next time. She is good in memorizing the Surah but needs to work on her pronunciation.', 1, 1, '2026-02-08 17:28:34'), +(341, 119, 70, 'midterm', 'Fall', '2025-2026', 'Zoeya did good but definitely has a room to improve. I expect her to put more effort to the details of the lessons.\r\nHer memorization is good. She needs to focus on explanation as well.', 'Zoeya did good in the midterm but definitely has room to improve. I expect her to put more efforts into the details of the lessons. Her memorization is good. She needs to focus on Surah explanation as well.', 1, 1, '2026-02-08 17:28:34'), +(342, 72, 70, 'midterm', 'Fall', '2025-2026', 'Barae did well. I expected more from him. He lost most of his points on short answer section for both Islamic studies and Quran. He needs to go over the details of the lessons next time.\r\nHe is good in memorization but in midterm he made few mistakes which is unusual.', 'Barae did well. I expected more from him. He lost most of his points on short answers section for both Islamic studies and Quran. He needs to go over the details of the lessons next time. He is good in memorization but he made a few mistakes in the midterm, which is unusual.', 1, 1, '2026-02-08 17:28:34'), +(343, 32, 70, 'midterm', 'Fall', '2025-2026', 'Aicha did well. She has the potential to improve in each of the sections of the quiz.\r\nShe is good in memorizing the surah but needs to work on meanings.', 'Aicha did well. She has the potential to improve in each of the sections of the quiz. She is good in memorizing the Surah but needs to work on meanings.', 1, 1, '2026-02-08 17:28:34'), +(344, 66, 70, 'midterm', 'Fall', '2025-2026', 'Mohammed did very well. I expected to see more from him. Detailed responses needed for the next time. \r\nMemorization is good, needs to focus on the meaning of the surah.', 'Mohammed did very well. I expected to see more from him. Detailed responses needed for the next time. His memorization is good, needs to focus on the meaning of the Surah.', 1, 1, '2026-02-08 17:28:34'), +(345, 126, 70, 'midterm', 'Fall', '2025-2026', 'Ayaan did well. I was expecting more from him. He made some unusual mistakes in each section of the quiz.\r\nHe needs to study details of the lessons next time.\r\nExcellent memorization.', 'Ayaan did well. I was expecting more from him. He made some unusual mistakes in each section of the quiz. He needs to study details of the lessons next time. Excellent memorization!', 1, 1, '2026-02-08 17:28:34'), +(346, 67, 70, 'midterm', 'Fall', '2025-2026', 'Safa did well.\r\nShe has a room to improve each section of the quiz.\r\nExcellent memorization needs to work on surahs meanings.', 'Safa did well in the midterm. She has room to improve each section of the exam. Excellent memorization but needs to work on Surahs\' meanings.', 1, 1, '2026-02-08 17:28:34'), +(347, 97, 22, 'ptap', 'Fall', '2025-2026', 'Mahum Jaza is quiet and well-behaved student.She always participates in class and seeks help when she needs it. I encourage her to complete homework more consistently , her proactive approach and organized work habits yield impressive results making me extremely proud of her.and look forward to seeing her continued growth.', 'Mahum Jaza is quiet and well-behaved student. She always participates in class and seeks help when she needs it. I encourage her to complete homework more consistently. Her proactive approach and organized work habits yield impressive results making me extremely proud of her. I look forward to seeing her continued growth.', 4, 4, '2026-02-01 17:42:35'), +(348, 104, 22, 'ptap', 'Fall', '2025-2026', 'Hasaan is attentive, well-behaved student, and consistently completes his homework. His organized and proactive work habits lead to impressive results making me extremely proud of him. and look forward to seeing his continued growth. I\'am very proud of his progress.', 'Hasaan is attentive, well-behaved student who consistently completes his homework. His organized and proactive work habits lead to impressive results making me extremely proud of him. I look forward to seeing his continued growth. I am very proud of his progress.', 4, 4, '2026-02-01 17:42:35'), +(349, 182, 22, 'ptap', 'Fall', '2025-2026', 'Ishmael is an attentive, well-behaved student , and consistently completes his homework .His organized and proactive work habits lead to impressive results making me extremely proud of him . and look forward to seeing his continued growth . I am very proud of his progress.', 'Ishmael is an attentive, well-behaved student who consistently completes his homework. His organized and proactive work habits lead to impressive results making me extremely proud of him. I look forward to seeing his continued growth. I am very proud of his progress.', 4, 4, '2026-02-01 17:42:35'), +(350, 58, 22, 'ptap', 'Fall', '2025-2026', 'Hafiz is an attentive, well-behaved student, and consistently completes his homework .He participates when prompted and seeks help when he needs it. I encourage him to stay attentive during lessons. and look forward to seeing his continued growth . I\'am very proud of his progress.', 'Hafiz is an attentive, well-behaved student who consistently completes his homework. He participates when prompted and seeks help when he needs it. I encourage him to stay attentive during lessons and look forward to seeing his continued growth. I am proud of his progress.', 4, 4, '2026-02-01 17:42:35'), +(351, 82, 22, 'ptap', 'Fall', '2025-2026', 'Shoaib has shown inconsistent effort in completing his homework and has messed a few Islamic studies lessons however, he participates when prompted and seeks help when he needs it.To support his Islamic studies I recommend that he prioritize submitting his homework on time and actively engaging during lessons.', 'Shoaib has shown inconsistent effort in completing his homework and has messed a few Islamic studies lessons. However, he participates when prompted and seeks help when he needs it. To support his Islamic studies, I recommend that he prioritizes submitting his homework on time and actively engaging during lessons.', 4, 4, '2026-02-01 17:42:35'), +(352, 153, 22, 'ptap', 'Fall', '2025-2026', 'Maryam is attentive, well-behaved student, and consistently completes her homework. Her organized and proactive work habits lead to impressive results. I would love to see her participate more often, as she has much to contribute. I\'am very proud of her.', 'Maryam is attentive, well-behaved student who consistently completes her homework. Her organized and proactive work habits lead to impressive results. I would love to see her participate more often. I am very proud of her.', 4, 4, '2026-02-01 17:42:35'), +(353, 80, 22, 'ptap', 'Fall', '2025-2026', 'Hareer is an exemplary student who consistently completes her homework, actively participates in class , and seeks help when necessary. her proactive approach and organized work habits yield impressive results making me extremely proud of her and look forward to seeing her continued growth.', 'Hareer is an exemplary student who consistently completes her homework, actively participates in class, and seeks help when necessary. Her proactive approach and organized work habits yield impressive results making me extremely proud of her! I look forward to seeing her continued growth.', 4, 4, '2026-02-01 17:42:35'), +(354, 79, 22, 'ptap', 'Fall', '2025-2026', 'Mohammad Ghayoor is an attentive, well-behaved student, and consistently completes his homework. He participates when prompted and seeks help when he needs it . I encourage him to stay attentive during lessons and look forward to seeing his continued growth. I\'am very proud of his progress.', 'Mohammad Ghayoor is an attentive, well-behaved student who consistently completes his homework. He participates when prompted and seeks help when he needs it. I encourage him to stay attentive during lessons and look forward to seeing his continued growth. I am very proud of his progress.', 4, 4, '2026-02-01 17:42:35'), +(355, 41, 22, 'ptap', 'Fall', '2025-2026', 'Armaan is an attentive well-behaved student, and consistently completes his homework. His organized and proactive work habits lead to impressive results making me extremely proud of him . and look forward to seeing his continued growth. I am very proud of his progress.', 'Armaan is an attentive well-behaved student who consistently completes his homework. His organized and proactive work habits lead to impressive results making me extremely proud of him . I look forward to seeing his continued growth.', 4, 4, '2026-02-01 17:42:35'), +(356, 14, 22, 'ptap', 'Fall', '2025-2026', 'Aroush is an exemplary student who consistently completes her homework, actively participates in class, and seeks help when necessary.Her proactive approach and organized work habits yield impressive results making me extremely proud of her and look forward to seeing her continued growth.', 'Aroush is an exemplary student who consistently completes her homework, actively participates in class, and seeks help when necessary. Her proactive approach and organized work habits yield impressive results making me extremely proud of her! I look forward to seeing her continued growth.', 4, 4, '2026-02-01 17:42:35'), +(357, 228, 22, 'ptap', 'Fall', '2025-2026', 'Jamal is an attentive, well-behaved student, and consistently completes his homework .He participates when prompted and seeks help when he needs it. I encourage him to stay attentive during lessons. and look forward to seeing his continued growth . I am very proud of his progress.', 'Jamal is an attentive, well-behaved student who consistently completes his homework. He participates when prompted and seeks help when he needs it. I encourage him to stay attentive during the lessons. I look forward to seeing his continued growth. I am very proud of his progress.', 4, 4, '2026-02-01 17:42:35'), +(358, 178, 22, 'ptap', 'Fall', '2025-2026', 'Maimoona is a quiet and well-behaved student. She participates when prompted and seeks help when she needs it. To support her Islamic Studies I recommend that she prioritize submitting her homework on time and actively engaging during lessons. I\'m proud to have her in my class and look forward to seeing his continued growth.', 'Maimoona is a quiet and well-behaved student. She participates when prompted and seeks help when she needs it. To support her Islamic Studies, I recommend that she prioritizes submitting her homework on time and actively engaging during lessons. I\'m proud to have her in my class and look forward to seeing his continued growth.', 4, 4, '2026-02-01 17:42:35'), +(388, 164, 51, 'ptap', 'Fall', '2025-2026', 'Zaina participates efficiently in class. She always finishes all her work on time and has memorized all the surahs. Keep up the good work!', 'Zaina participates efficiently in class. She always finishes all her work on time and has memorized all the Surahs. Keep up the good work!', 4, 4, '2026-02-07 23:26:52'), +(389, 143, 51, 'ptap', 'Fall', '2025-2026', 'Doha pays great attention during class, finishes her homework on time and she memorized her surahs with great dedication. Keep it up!', 'Doha pays great attention during class, finishes her homework on time and she memorized her Surahs with great dedication. Keep it up!', 4, 4, '2026-02-07 23:26:52'), +(390, 17, 51, 'ptap', 'Fall', '2025-2026', 'Sundus has performed her class work, assigned tasks, and home work with excellence. Keep up the amazing job!', 'Sundus has performed her class work, assigned tasks and homework with excellence. Keep up the amazing job!', 4, 4, '2026-02-07 23:26:52'), +(391, 109, 41, 'ptap', 'Fall', '2025-2026', 'Jana is extremely polite and avid listener. She has an outstanding participation in class. always enjoys all activities and projects we do in class.', 'Jana is extremely polite and an avid listener. her participation in class is outstanding. She always enjoys all activities and projects we do in class.', 4, 4, '2026-02-04 03:11:13'), +(392, 109, 41, 'midterm', 'Fall', '2025-2026', 'Jana worked very hard on the midterm, and she excels in Qur\'anic recitation. Keep working hard Jana.', 'Jana worked very hard on the midterm, and she exceled in Qur\'anic recitation. Keep working hard Jana!', 4, 4, '2026-02-04 03:11:13'), +(393, 156, 41, 'ptap', 'Fall', '2025-2026', 'Asma is polite student. always participate in class. She likes to learn and enjoys all activities we do in class.', 'Asma is a polite student who always participates in class. She likes to learn and enjoys all activities we do in class.', 4, 4, '2026-02-04 03:11:13'), +(394, 156, 41, 'midterm', 'Fall', '2025-2026', 'Asma demonstrated exceptional understanding of the material covered on the midterm exam. More effort in Quranic studies would be great.', 'Asma demonstrated exceptional understanding of the material covered in the midterm exam. More effort in Quranic studies would be great.', 4, 4, '2026-02-04 03:11:13'), +(395, 248, 41, 'ptap', 'Fall', '2025-2026', 'Mohammad Yusuf always participates in class, loves to tell me stories about prophets, he is kind and always respects.', 'Mohammad Yusuf always participates in class. He loves to tell me stories about prophets. He is kind and always respectful.', 4, 4, '2026-02-04 03:11:13'), +(396, 248, 41, 'midterm', 'Fall', '2025-2026', 'Mohammad Yusuf worked hard on the midterm and excels his Qur\'anic studies. Additional practice in Islamic studies will be beneficial to his grade on the next assessment inchalah.', 'Mohammad Yusuf worked hard on the midterm and exceled in the Qur\'anic studies. Additional practice in Islamic studies will be beneficial to his grade on the next exam inshaAllah.', 4, 4, '2026-02-04 03:11:13'), +(397, 115, 41, 'ptap', 'Fall', '2025-2026', 'Ayesha is a kind student, very well behaved, I encourage Ayesha to participate more during class. Keep working hard Ayesha.', 'Ayesha is a kind and very well behaved student. I encourage Ayesha to participate more during class. Keep working hard Ayesha!', 4, 4, '2026-02-04 03:11:13'), +(398, 115, 41, 'midterm', 'Fall', '2025-2026', 'Ayesha has shown good effort. Always tries her best. She can do much better with a little more effort and participation.', 'Ayesha has shown good effort in the midterm. She can do much better with a little more effort. I expect to see better results from her in the next semester.', 4, 4, '2026-02-04 03:11:13'), +(399, 27, 41, 'ptap', 'Fall', '2025-2026', 'Muhammad Abdullah is an excellent student always participates. He is extremely polite, and well behaved. Always care about others.', 'Muhammad Abdullah is an excellent student who always participates in class. He is extremely polite, and well behaved. He always cares about others.', 4, 4, '2026-02-04 03:11:13'), +(400, 27, 41, 'midterm', 'Fall', '2025-2026', 'Muhammad Abdullah worked hard on his midterm. More effort on the next assessment would be great. Keep working hard Muhammad.', 'Muhammad Abdullah worked hard on his midterm. More effort on the next exam would be great. Keep working hard Muhammad!', 4, 4, '2026-02-04 03:11:13'), +(401, 202, 41, 'ptap', 'Fall', '2025-2026', 'Zoya is polite student. Always participate in class. She likes to learn and enjoys all activities we do in class Zoya is extremely well behaved in class. hi bobo', 'Zoya is a polite and well behaved student who always participates in class. She likes to learn and enjoys all activities we do in class.', 4, 4, '2026-02-04 03:11:13'), +(402, 202, 41, 'midterm', 'Fall', '2025-2026', 'Zoya demonstrated exceptional understanding of the material covered on the midterm exam machalah. Keep working hard Zoya.', 'Zoya demonstrated exceptional understanding of the material covered on the midterm exam MashaAllah. Keep working hard Zoya!', 4, 4, '2026-02-04 03:11:13'), +(403, 111, 41, 'ptap', 'Fall', '2025-2026', 'Seif Eddine is a hardworking student. He likes to learn and enjoys all activities we do in class. Well behaved student and always participates.', 'Seif Eddine is a hardworking student. He likes to learn and enjoys all activities we do in class. He is a well behaved student who always participates in class.', 4, 4, '2026-02-04 03:11:13'), +(404, 121, 41, 'ptap', 'Fall', '2025-2026', 'Ajmal is extremely polite and an avid listener. He has an outstanding participation in class. he always put more details to his work.', 'Ajmal is extremely polite and an avid listener. His participation in class is outstanding. He always pays attention to details in his work.', 4, 4, '2026-02-04 03:11:13'), +(405, 121, 41, 'midterm', 'Fall', '2025-2026', 'Ajmal worked hard on his midterm, always on top of his work. Little more effort on the next assessment would be great .', 'Ajmal worked hard on his midterm. He is always on top of his work. Little more effort on the next exam would be great!', 4, 4, '2026-02-04 03:11:13'), +(406, 203, 120, 'midterm', 'Fall', '2025-2026', 'Isabella did a solid job on the exam, excelling in the Qur\'an section. While she missed some multiple-choice points, she can improve by writing fuller responses that directly address the short-answer prompts. As a bright student, she is expected to keep improving and showing her full potential.', 'Isabella did a solid job on the exam, excelling in the Qur\'an section. While she missed some multiple-choice points, she can improve by writing fuller responses that directly address the short-answer prompts. As a bright student, she is expected to keep improving and showing her full potential.', 4, 4, '2026-02-07 03:19:05'), +(407, 96, 120, 'midterm', 'Fall', '2025-2026', 'Arleyya Safeera did an excellent job on the exam, providing thorough and complete responses to the short-answer questions. Although minor mistakes and a few incorrect answers cost her some points, she showed great effort by guessing on the fill-in-the-blanks she was unsure of. She also did well on the Qur\'an portion. Keep up the good work!', 'Arleyya Safeera did an excellent job on the exam, providing thorough and complete responses to the short-answer questions. Although minor mistakes and a few incorrect answers cost her some points, she showed great effort by guessing on the fill-in-the-blanks she was unsure of. She also did well on the Qur\'an portion. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(408, 136, 120, 'midterm', 'Fall', '2025-2026', 'Hawa, excellent job on the exam! You made some minor mistakes on the multiple choice and fill-in-the-blank questions that cost you points. You had great and full answers on the short answer questions. Excellent job on the Qur\'an section as well. Keep up the good work!', 'Hawa did an excellent job on the exam, providing full and thorough answers on the short-answer sections. Though minor mistakes in multiple-choice and fill-in-the-blank questions cost her some points, she performed excellently in the Qur\'an section. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(409, 201, 120, 'midterm', 'Fall', '2025-2026', 'Rayan did an excellent job on the exam, showing great effort in the Qur\'an section. While he made minor mistakes in fill-in-the-blanks, he provided good short answers. He is encouraged to answer all questions fully and avoid leaving blanks to maximize partial credit. Keep up the good work!', 'Rayan did an excellent job on the exam, showing great effort in the Qur\'an section. While he made minor mistakes in fill-in-the-blanks, he provided good short answers. He is encouraged to answer all questions fully and avoid leaving blanks to maximize partial credit. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(410, 251, 120, 'midterm', 'Fall', '2025-2026', 'Ayyan did an excellent job on the exam, providing thorough and complete answers for the short-answer questions. While a few mistakes on the multiple-choice and fill-in-the-blank sections cost him some points, he showed tremendous effort in the Qur\'an section. Ayyan should be proud of his performance, keep up the good work!', 'Ayyan did an excellent job on the exam, providing thorough and complete answers for the short-answer questions. While a few mistakes on the multiple-choice and fill-in-the-blank sections cost him some points, he showed tremendous effort in the Qur\'an section. Ayyan should be proud of his performance, keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(411, 107, 120, 'midterm', 'Fall', '2025-2026', 'Anas, excellent job on the exam! You lost some points for mistakes on a few of the fill-in-the-blank and short answer questions. You had great and full answers for most of the short answer questions. Excellent work on the Qur\'an section as well. Keep up the good work!', 'Anas did an excellent job on the exam, providing thorough and complete answers for most of the short-answer questions. While he lost some points on a few fill-in-the-blank and short-answer sections, his performance on the Qur\'an section was excellent. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(412, 219, 120, 'midterm', 'Fall', '2025-2026', 'Zuhayer did a good job on the exam, showing great work in the Qur\'an section. While he lost points due to mistakes in the fill-in-the-blanks, he is encouraged to write full, complete answers for the short-answer portion. Even when unsure, he should guess to maximize his points. Keep up the good work!', 'Zuhayer did a good job on the exam, showing great work in the Qur\'an section. While he lost points due to mistakes in the fill-in-the-blanks, he is encouraged to write full, complete answers for the short-answer portion. Even when unsure, he should guess to maximize his points. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(413, 47, 120, 'midterm', 'Fall', '2025-2026', 'Salman performed excellently on his exam, notably with full and great responses on most short-answer questions. While he missed points on multiple-choice and fill-in-the-blank sections, his effort in the Qur\'an section was tremendous. Keep up the good work!', 'Salman performed excellently on his exam, notably with full and great responses on most short-answer questions. While he missed points on multiple-choice and fill-in-the-blank sections, his effort in the Qur\'an section was tremendous. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(414, 59, 120, 'midterm', 'Fall', '2025-2026', 'Ahmed did a great job on his exam and showed impressive effort despite recent absences. While he wrote thorough answers, he missed points on fill-in-the-blank and short-answer questions. Ahmed put in a solid effort on the Qur\'an section, though improving his memorization of Surah Al-Kahf would have increased his score. Keep up the work!', 'Ahmed did a great job on his exam and showed impressive effort despite recent absences. While he wrote thorough answers, he missed points on fill-in-the-blank and short-answer questions. Ahmed put in a solid effort on the Qur\'an section, though improving his memorization of Surah Al-Kahf would have increased his score. Keep up the work!', 4, 4, '2026-02-07 03:19:05'), +(415, 31, 120, 'midterm', 'Fall', '2025-2026', 'Ibrahim performed well on the exam, providing great and complete answers for most short-answer questions. While he missed points on multiple-choice and fill-in-the-blanks, he showed excellent effort in the Qur\'an section. He is encouraged not to leave any blanks in the future. Keep up the good work!', 'Ibrahim performed well on the exam, providing great and complete answers for most short-answer questions. While he missed points on multiple-choice and fill-in-the-blanks, he showed excellent effort in the Qur\'an section. He is encouraged not to leave any blanks in the future. Keep up the good work!', 4, 4, '2026-02-07 03:19:05'), +(416, 252, 120, 'midterm', 'Fall', '2025-2026', 'Arsalan showed a solid effort on the exam, though he missed points on multiple-choice and fill-in-the-blank questions. He should focus on answering short-answer questions more fully in the future. While his Quran section was decent, improving memorization and fluency would boost his score. We are sure Arsalan will do better in the final exam.', 'Arsalan showed a solid effort on the exam, though he missed points on multiple-choice and fill-in-the-blank questions. He should focus on answering short-answer questions more fully in the future. While his Quran section was decent, improving memorization and fluency would boost his score. We are sure Arsalan will do better in the final exam.', 4, 4, '2026-02-07 03:19:05'), +(417, 107, 120, 'ptap', 'Fall', '2025-2026', 'Anas is a pleasure to have in class as he demonstrates excellent commitment and focus while consistently completing his work. He should maintain and continue building upon his effective study and work routine. Anas is a shining student, and there is full confidence in his continued success. He should stay locked in to finish the year strong!', 'Anas is a pleasure to have in class as he demonstrates excellent commitment and focus while consistently completing his work. He should maintain and continue building upon his effective study and work routine. Anas is a shining student, and there is full confidence in his continued success. He should stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(418, 47, 120, 'ptap', 'Fall', '2025-2026', 'Salman is a pleasure to have in class as he shows consistent commitment and focus on completing his work. His efforts are highly valued, and he is clearly a bright student. By maintaining and building upon his current study habits and work routine, he will continue to excel. He is encouraged to stay locked in and finish the year strong.', 'Salman is a pleasure to have in class as he shows consistent commitment and focus on completing his work. His efforts are highly valued, and he is clearly a bright student. By maintaining and building upon his current study habits and work routine, he will continue to excel. He is encouraged to stay locked in and finish the year strong.', 4, 4, '2026-02-07 03:19:05'), +(419, 31, 120, 'ptap', 'Fall', '2025-2026', 'Ibrahim is a pleasure to have in class as he shows consistent focus and commitment to completing his work. His efforts are tremendously appreciated, and he is clearly an amazing student. He should maintain and build upon his current study and work routine. There is great anticipation to see him finish the year strong!', 'Ibrahim is a pleasure to have in class as he shows consistent focus and commitment to completing his work. His efforts are tremendously appreciated, and he is clearly an amazing student. He should maintain and build upon his current study and work routine. There is great anticipation to see him finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(420, 241, 120, 'ptap', 'Fall', '2025-2026', 'Zakaria is a pleasure to have in class as he remains engaged throughout the semester. Improving his study routine and completing weekly work will help him further. Despite the challenges of not reading Arabic, his effort is appreciated and support will be provided. He is a bright student, and we hope he will finish the year strong.', 'Zakaria is a pleasure to have in class as he remains engaged throughout the semester. Improving his study routine and completing weekly work will help him further. Despite the challenges of not reading Arabic, his effort is appreciated and support will be provided. He is a bright student, and we hope he will finish the year strong.', 4, 4, '2026-02-07 03:19:05'), +(421, 238, 120, 'ptap', 'Fall', '2025-2026', 'Adyan is a pleasure to have in class as he demonstrates great commitment and consistency. To improve, he should focus on keeping up with weekly work and refining his study routine. Adyan is a bright student, and we are sure he will bounce back and finish the year strong.', 'Adyan is a pleasure to have in class as he demonstrates great commitment and consistency. To improve, he should focus on keeping up with weekly work and refining his study routine. Adyan is a bright student, and we are sure he will bounce back and finish the year strong.', 4, 4, '2026-02-07 03:19:05'), +(422, 114, 120, 'ptap', 'Fall', '2025-2026', 'Hashir is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To help him excel further, he should focus on staying current with weekly assignments and continuing to build his study habits. Hashir is a great student, and his efforts are truly appreciated. Stay locked in to finish the year strong!', 'Hashir is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To help him excel further, he should focus on staying current with weekly assignments and continuing to build his study habits. Hashir is a great student, and his efforts are truly appreciated. Stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(423, 201, 120, 'ptap', 'Fall', '2025-2026', 'Rayan is a pleasure to have in class as he shows consistent commitment and engagement. His effort in completing work is appreciated, and he is clearly a bright student. By maintaining and building upon his study habits, he will continue to excel. There is great anticipation for him to stay locked in and finish the year strong.', 'Rayan is a pleasure to have in class as he shows consistent commitment and engagement. His effort in completing work is appreciated, and he is clearly a bright student. By maintaining and building upon his study habits, he will continue to excel. There is great anticipation for him to stay locked in and finish the year strong.', 4, 4, '2026-02-07 03:19:05'), +(424, 252, 120, 'ptap', 'Fall', '2025-2026', 'Arsalan is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To improve further, he should focus on keeping up with weekly work and refining his study routine. His effort is greatly appreciated, and he is encouraged to ask for help if needed. Stay locked in to finish the year strong!', 'Arsalan is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To improve further, he should focus on keeping up with weekly work and refining his study routine. His effort is greatly appreciated, and he is encouraged to ask for help if needed. Stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(425, 251, 120, 'ptap', 'Fall', '2025-2026', 'Ayyan is a pleasure to have in class as he consistently demonstrates commitment through active engagement and completion of his work. He should maintain his current study habits while continuing to build upon them. Ayyan’s efforts are greatly appreciated, and there is full confidence in his abilities as a student. Stay locked in to finish the year', 'Ayyan is a pleasure to have in class as he consistently demonstrates commitment through active engagement and completion of his work. He should maintain his current study habits while continuing to build upon them. Ayyan’s efforts are greatly appreciated, and there is full confidence in his abilities as a student. Stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(426, 38, 120, 'ptap', 'Fall', '2025-2026', 'Ahmed is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To excel further, he should focus on keeping up with weekly work and refining his study routine. Ahmed is a bright student, and there is full confidence in his abilities. He should stay locked in to finish the year strong!', 'Ahmed is a pleasure to have in class as he shows consistent commitment and engagement throughout the semester. To excel further, he should focus on keeping up with weekly work and refining his study routine. Ahmed is a bright student, and there is full confidence in his abilities. He should stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(427, 88, 120, 'ptap', 'Fall', '2025-2026', 'Adi is a pleasure to have in class as he shows great engagement when present. To improve, he should focus on his study routine, class attendance and keep up with his weekly work. Adi is a bright student, and we are sure he will excel with more consistency. He should stay locked in to finish the year strong!', 'Adi is a pleasure to have in class as he shows great engagement when present. To improve, he should focus on his study routine, class attendance and keep up with his weekly work. Adi is a bright student, and we are sure he will excel with more consistency. He should stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(428, 225, 120, 'ptap', 'Fall', '2025-2026', 'Abdul is a pleasure to have in class, showing excellent engagement and commitment. To reach the next level, he should focus on staying consistent with weekly work. By refining his study routine, he will surely bounce back even stronger. Abdul should stay locked in to finish the year on a high note!', 'Abdul is a pleasure to have in class, showing excellent engagement and commitment. To reach the next level, he should focus on staying consistent with weekly work. By refining his study routine, he will surely bounce back even stronger. Abdul should stay locked in to finish the year on a high note!', 4, 4, '2026-02-07 03:19:05'), +(429, 246, 120, 'ptap', 'Fall', '2025-2026', 'Ayaan is a pleasure to have in class as he shows great commitment and engagement in both discussions and coursework. To continue his success, he should maintain and build upon his study habits and stay consistent with weekly assignments. Ayaan is a bright student whose efforts are truly appreciated. Stay locked in to finish the year strong!', 'Ayaan is a pleasure to have in class as he shows great commitment and engagement in both discussions and coursework. To continue his success, he should maintain and build upon his study habits and stay consistent with weekly assignments. Ayaan is a bright student whose efforts are truly appreciated. Stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(430, 59, 120, 'ptap', 'Fall', '2025-2026', 'Ahmed is a pleasure to have in class as he demonstrates consistent commitment and engagement throughout the semester. To continue growing, he should focus on keeping up with weekly work and building stronger study habits. Ahmed’s efforts are appreciated, and we believe in his potential. He should stay locked in to finish the year strong!', 'Ahmed is a pleasure to have in class as he demonstrates consistent commitment and engagement throughout the semester. To continue growing, he should focus on keeping up with weekly work and building stronger study habits. Ahmed’s efforts are appreciated, and we believe in his potential. He should stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(431, 95, 120, 'ptap', 'Fall', '2025-2026', 'Fauzhan is a pleasure to have in class as he shows great commitment and engagement throughout the semester. To reach the next level, he should focus on staying consistent with weekly assignments and refining his study routine. Fauzhan is an amazing student, and we believe in his potential. Stay locked in to finish the year strong!', 'Fauzhan is a pleasure to have in class as he shows great commitment and engagement throughout the semester. To reach the next level, he should focus on staying consistent with weekly assignments and refining his study routine. Fauzhan is an amazing student, and we believe in his potential. Stay locked in to finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(432, 219, 120, 'ptap', 'Fall', '2025-2026', 'Zuhayer is a pleasure to have in class as he shows commitment and engagement while completing his work throughout the semester. His efforts are well-appreciated, and he is encouraged to maintain and build upon his study habits and work routine. He should stay locked in to finish the year strong.', 'Zuhayer is a pleasure to have in class as he shows commitment and engagement while completing his work throughout the semester. His efforts are well-appreciated, and he is encouraged to maintain and build upon his study habits and work routine. He should stay locked in to finish the year strong.', 4, 4, '2026-02-07 03:19:05'), +(433, 46, 120, 'ptap', 'Fall', '2025-2026', 'Sarah, it has been a pleasure having you with us this semester. You engage thoughtfully in discussions and consistently show a strong eagerness to learn. Your curiosity and positive attitude contribute to a productive and welcoming environment. We appreciate your effort and look forward to seeing you continue to grow.', NULL, NULL, 4, '2026-02-07 03:19:05'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(434, 239, 120, 'ptap', 'Fall', '2025-2026', 'Umaima is a pleasure to have this semester as she consistently engages in discussions with curiosity and enthusiasm. Her eagerness to learn and thoughtful participation add great value to the class. Her positive attitude and dedication to her personal growth are truly appreciated, and her continued progress is highly anticipated.', 'Umaima is a pleasure to have this semester as she consistently engages in discussions with curiosity and enthusiasm. Her eagerness to learn and thoughtful participation add great value to the class. Her positive attitude and dedication to her personal growth are truly appreciated, and her continued progress is highly anticipated.', 4, 4, '2026-02-07 03:19:05'), +(435, 203, 120, 'ptap', 'Fall', '2025-2026', 'Isabella is a pleasure to have this semester. Her thoughtful participation and positive attitude contribute to a welcoming, respectful environment. She engages sincerely in discussions, and her presence is valued by peers and instructors alike. The effort she brings is appreciated, and her continued growth is highly anticipated.', 'Isabella is a pleasure to have this semester. Her thoughtful participation and positive attitude contribute to a welcoming, respectful environment. She engages sincerely in discussions, and her presence is valued by peers and instructors alike. The effort she brings is appreciated, and her continued growth is highly anticipated.', 4, 4, '2026-02-07 03:19:05'), +(436, 259, 120, 'ptap', 'Fall', '2025-2026', 'Zaineb is a pleasure to have this semester. Her dedication and positive energy are truly appreciated, and her commitment to Qur’an memorization has been outstanding. Great pride is taken in the progress she continues to make. Her presence is valued, and there is much to look forward to as she grows even further.', 'Zaineb is a pleasure to have this semester. Her dedication and positive energy are truly appreciated, and her commitment to Qur’an memorization has been outstanding. Great pride is taken in the progress she continues to make. Her presence is valued, and there is much to look forward to as she grows even further.', 4, 4, '2026-02-07 03:19:05'), +(437, 61, 120, 'ptap', 'Fall', '2025-2026', 'Sana is a pleasure to have back this semester. Her knowledge, enthusiasm, and positive energy significantly enrich class discussions and uplift the entire group. Her contributions are consistently thoughtful and highly valued. There is great anticipation for the unique insights and energy she will bring to the table next semester.', 'Sana is a pleasure to have back this semester. Her knowledge, enthusiasm, and positive energy significantly enrich class discussions and uplift the entire group. Her contributions are consistently thoughtful and highly valued. There is great anticipation for the unique insights and energy she will bring to the table next semester.', 4, 4, '2026-02-07 03:19:05'), +(438, 247, 120, 'ptap', 'Fall', '2025-2026', 'Aliyah has been a pleasure to have this semester. While her attendance and assignment completion could be more consistent, she engages thoughtfully and provides insightful perspectives when present. Aliyah\'s voice is highly appreciated, and her quality of engagement adds great value to class discussions.', 'Aliyah has been a pleasure to have this semester. While her attendance and assignment completion could be more consistent, she engages thoughtfully and provides insightful perspectives when present. Aliyah\'s voice is highly appreciated, and her quality of engagement adds great value to class discussions.', 4, 4, '2026-02-07 03:19:05'), +(439, 96, 120, 'ptap', 'Fall', '2025-2026', 'Arleyya Safeera has been a pleasure to have back this semester as she shows great confidence in expressing her thoughts. Her willingness to share perspectives encourages meaningful discussion and helps peers feel comfortable. Her energy and passion are truly appreciated, and there is great anticipation for how she will continue to grow and lead.', 'Arleyya Safeera has been a pleasure to have back this semester as she shows great confidence in expressing her thoughts. Her willingness to share perspectives encourages meaningful discussion and helps peers feel comfortable. Her energy and passion are truly appreciated, and there is great anticipation for how she will continue to grow and lead.', 4, 4, '2026-02-07 03:19:05'), +(440, 136, 120, 'ptap', 'Fall', '2025-2026', 'Hawa is a pleasure to have back this semester. She is a dependable role model for her sisters, providing leadership and consistent effort. Her active participation creates an uplifting environment. She approaches every opportunity with curiosity and sincerity. We are proud of you!', 'Hawa is a pleasure to have back this semester. She is a dependable role model for her sisters, providing leadership and consistent effort. Her active participation creates an uplifting environment. She approaches every opportunity with curiosity and sincerity. We are proud of you!', 4, 4, '2026-02-07 03:19:05'), +(441, 253, 120, 'ptap', 'Fall', '2025-2026', 'Victoria is a pleasure to have this semester as she contributes thoughtfully and engages well in discussions. She is encouraged to continue building consistency in her attendance and participation. Her voice and perspective are highly valued and have the potential to add even more to the class environment.', 'Victoria is a pleasure to have this semester as she contributes thoughtfully and engages well in discussions. She is encouraged to continue building consistency in her attendance and participation. Her voice and perspective are highly valued and have the potential to add even more to the class environment.', 4, 4, '2026-02-07 03:19:05'), +(442, 152, 41, 'ptap', 'Fall', '2025-2026', 'Muhammad Abubaker is kind student, I encourage him to participate more in class, he usually gets distracted easily.', 'Muhammad Abubaker is a kind student. I encourage him to participate more in class . He usually gets distracted easily.', 4, 4, '2026-02-04 03:11:13'), +(443, 152, 41, 'midterm', 'Fall', '2025-2026', 'Muhammad Abubaker. Awesome job on your midterm, great job on Islamic studies, little more effort on Qur\'anic studies would be great. Keep working hard.', 'Muhammad Abubaker did an awesome job on his midterm. He did great job in the Islamic studies. Little more effort in the Qur\'anic studies would be great. Keep working hard!', 4, 4, '2026-02-04 03:11:13'), +(444, 12, 41, 'ptap', 'Fall', '2025-2026', 'Ahdia is an excellent student, always tries hard and focuses more in class. She is able to answer questions in class about the lesson and recites Quran successfully in class.', 'Ahdia is an excellent student who always tries her best and focuses in class. She is able to answer questions about the lessons and is good in Quran recitation.', 4, 4, '2026-02-04 03:11:13'), +(445, 12, 41, 'midterm', 'Fall', '2025-2026', 'Ahdia you did excellent job on your midterm. You demonstrated exceptional understanding of the material covered on the midterm exam.', 'Ahdia did an excellent job in the midterm. She demonstrated exceptional understanding of the material covered. Keep up the good work!', 4, 4, '2026-02-04 03:11:13'), +(446, 13, 41, 'ptap', 'Fall', '2025-2026', 'Amina is a very well behaved student. She an outstanding participation in class, and in her studies.', 'Amina is a very well behaved student. Her participation in class is outstanding. Keep up the good work!', 4, 4, '2026-02-04 03:11:13'), +(447, 13, 41, 'midterm', 'Fall', '2025-2026', 'Amina, your thorough preparation and attention to details are evident in your results. Keep up the outstanding work.', 'Amina\'s thorough preparation and attention to details are evident in her results. Keep up the outstanding work!', 4, 4, '2026-02-04 03:11:13'), +(448, 216, 41, 'ptap', 'Fall', '2025-2026', 'Aleem is well behaved and polite student, I encourage him to participate more in class. keep working hard Aleem.', 'Aleem is a well behaved and polite student. I encourage him to participate more in class. keep working hard Aleem!', 4, 4, '2026-02-04 03:11:13'), +(449, 216, 41, 'midterm', 'Fall', '2025-2026', 'Aleem is a good student who can do much better with little more effort and participation. He has shown good effort on his midterm.', 'Aleem is a good student who can do much better with little more effort. He has shown good effort in the midterm.', 4, 4, '2026-02-04 03:11:13'), +(450, 129, 41, 'ptap', 'Fall', '2025-2026', 'Zaid is an amazing student. Love having him in class. Always willing to work and participate. Keep up the good work Zaid.', 'Zaid is an amazing student. I love having him in class. He is always willing to work and participate. Keep up the good work Zaid!', 4, 4, '2026-02-04 03:11:13'), +(451, 129, 41, 'midterm', 'Fall', '2025-2026', 'Zaid what an excellent work you did on your midterm. Zaid has excelled in his qur\'anic studies machalah.', 'Zaid did an excellent work in the midterm! He has also excelled in the Qur\'anic studies MashaAllah. Keep up the good work!', 4, 4, '2026-02-04 03:11:13'), +(466, 205, 51, 'ptap', 'Fall', '2025-2026', 'Umu may be soft spoken but her consistent participation shows that she is fully present and engaged in every class. She finishes all her tasks, homework and memorization of surahs on time.', 'Umu may be soft spoken but her consistent participation shows that she is fully present and engaged in every class. She finishes all her tasks, homework and memorization of the Surahs on time.', 4, 4, '2026-02-07 23:26:52'), +(467, 150, 51, 'ptap', 'Fall', '2025-2026', 'Leena has a great learning capability. She works hard in the class to memorize the surahs but she needs to exercise due diligence in finishing the surah memorization and other homework.', 'Leena has a strong learning capability. She works hard in class to memorize the Surahs, but she is encouraged to exercise diligence in completing Surahs memorization and other homework.', 4, 4, '2026-02-07 23:26:52'), +(468, 233, 51, 'ptap', 'Fall', '2025-2026', 'Rinad has excellent learning capability, she pays attention to details in homework, has good memorization skill. Keep up good work!', 'Rinad has an excellent learning capability, she pays attention to details in homework and has good memorization skills. Keep up the good work!', 4, 4, '2026-02-07 23:26:52'), +(469, 255, 51, 'ptap', 'Fall', '2025-2026', 'Jennah has excellent learning capacity, does homework on time, Participates in all tasks. Knows her goals and strives every day to achieve them.', 'Jennah has an excellent learning capacity, does homework on time and participates in all tasks. She knows her goals and strives every day to achieve them.', 4, 4, '2026-02-07 23:26:52'), +(470, 93, 51, 'ptap', 'Fall', '2025-2026', 'Hannah can be a good participant in the class if she pays attention. she takes a lot of reminders to stay on tasks.', 'Hannah can be a good participant in class if she pays more attention. She takes a lot of reminders to stay on tasks.', 4, 4, '2026-02-07 23:26:52'), +(471, 73, 51, 'ptap', 'Fall', '2025-2026', 'Arwa Knows her goals and strives every day to achieve them. she Is aware of her learning styles and makes every effort to work to her strengths as a student. I hope she will get good score in the final.', 'Arwa knows her goals and strives every day to achieve them. She is aware of her learning styles and makes every effort to work to her strengths as a student. I hope she will get good score in the final!', 4, 4, '2026-02-07 23:26:52'), +(472, 29, 51, 'ptap', 'Fall', '2025-2026', 'Saja is always willing to jump in participate in any task. Excels when given leadership roles in small groups. She has an active mind and is eager to achieve. Does her homework.', 'Saja is always willing to jump in to participate in any assigned task. She excels when given leadership roles in small groups. She also completes all her homeworks.', 4, 4, '2026-02-07 23:26:52'), +(473, 167, 51, 'ptap', 'Fall', '2025-2026', 'Anayah is an ambitious and proactive student. Comes to class with a huge willingness to participate. Does homework on time, active listener. She is an amazing student.', 'Anayah is an ambitious and proactive student. She comes to class with a willingness to participate. She does homework on time and is an active listener. She is an amazing student!', 4, 4, '2026-02-07 23:26:52'), +(474, 210, 51, 'ptap', 'Fall', '2025-2026', 'Sedra is a participative student who tries to memories her surah enthusiastically in class. She needs to finish her homework on time. Best wishes for the second semester!', 'Sedra is a participative student who enthusiastically works to memorize her Suraha in class. She is encouraged to complete her homework on time. Best wishes for the second semester!', 4, 4, '2026-02-07 23:26:52'), +(475, 89, 80, 'ptap', 'Fall', '2025-2026', 'Alicia\'s attendance was inconsistent, making it difficult to evaluate her performance. The few times she was present wasn\'t very involved in our discussion', NULL, NULL, 4, '2026-02-06 13:23:41'), +(476, 99, 80, 'ptap', 'Fall', '2025-2026', 'Aaban has been very consistent with his work, but his attendance has affected his assessment and overall score', 'Aaban has been very consistent with his work, but his attendance has affected his assessments and overall score.', 4, 4, '2026-02-06 13:23:41'), +(477, 149, 80, 'ptap', 'Fall', '2025-2026', 'Salma, because of her minimal class participation and attendance, her work has been incomplete, therefore her scores affected.', 'Salma, because of her minimal class participation and attendance, her work has been incomplete, therefore her scores were affected.', 4, 4, '2026-02-06 13:23:41'), +(478, 221, 10, 'attendance', 'Fall', '2025-2026', 'Ariyan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(479, 159, 10, 'attendance', 'Fall', '2025-2026', 'Nasma\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(480, 160, 10, 'attendance', 'Fall', '2025-2026', 'Nora\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(481, 183, 10, 'attendance', 'Fall', '2025-2026', 'Abdelrahman\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(482, 235, 10, 'attendance', 'Fall', '2025-2026', 'Fatma\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(483, 215, 10, 'attendance', 'Fall', '2025-2026', 'Nyla\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(484, 214, 10, 'attendance', 'Fall', '2025-2026', 'Seth\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(485, 52, 10, 'attendance', 'Fall', '2025-2026', 'Imara\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(486, 131, 10, 'attendance', 'Fall', '2025-2026', 'Zaynab\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(487, 227, 10, 'attendance', 'Fall', '2025-2026', 'Muhammad\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(488, 180, 10, 'attendance', 'Fall', '2025-2026', 'Abdul Rahman\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(489, 229, 10, 'attendance', 'Fall', '2025-2026', 'Sameer\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(490, 56, 10, 'attendance', 'Fall', '2025-2026', 'Salma\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(491, 211, 10, 'attendance', 'Fall', '2025-2026', 'Zohaib\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:09'), +(492, 206, 21, 'attendance', 'Fall', '2025-2026', 'Yusuf\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(493, 146, 21, 'attendance', 'Fall', '2025-2026', 'Abdallah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(494, 147, 21, 'attendance', 'Fall', '2025-2026', 'Yara\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(495, 249, 21, 'attendance', 'Fall', '2025-2026', 'Abdul Kabeer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(496, 45, 21, 'attendance', 'Fall', '2025-2026', 'Aya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(497, 112, 21, 'attendance', 'Fall', '2025-2026', 'Ali\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(498, 86, 21, 'attendance', 'Fall', '2025-2026', 'Ibrahim\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(499, 105, 21, 'attendance', 'Fall', '2025-2026', 'Khadija\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(500, 200, 21, 'attendance', 'Fall', '2025-2026', 'Leena\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(501, 256, 21, 'attendance', 'Fall', '2025-2026', 'Khadijah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(502, 43, 21, 'attendance', 'Fall', '2025-2026', 'Soheb\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(503, 36, 21, 'attendance', 'Fall', '2025-2026', 'Shariq\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(504, 157, 21, 'attendance', 'Fall', '2025-2026', 'Salma\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(505, 173, 21, 'attendance', 'Fall', '2025-2026', 'Hafiz\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(506, 141, 21, 'attendance', 'Fall', '2025-2026', 'Ali\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(507, 226, 21, 'attendance', 'Fall', '2025-2026', 'Mah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(508, 176, 21, 'attendance', 'Fall', '2025-2026', 'Afrah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(509, 217, 21, 'attendance', 'Fall', '2025-2026', 'Musa\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-29 04:18:31'), +(510, 75, 32, 'attendance', 'Fall', '2025-2026', 'Amjad\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(511, 165, 32, 'attendance', 'Fall', '2025-2026', 'Salma\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(512, 7, 32, 'attendance', 'Fall', '2025-2026', 'Adam Kamal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(513, 8, 32, 'attendance', 'Fall', '2025-2026', 'Yahia Nizar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(514, 18, 32, 'attendance', 'Fall', '2025-2026', 'Nuha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(515, 145, 32, 'attendance', 'Fall', '2025-2026', 'Lina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(516, 144, 32, 'attendance', 'Fall', '2025-2026', 'Omar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(517, 189, 32, 'attendance', 'Fall', '2025-2026', 'Ayana Amin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(518, 220, 32, 'attendance', 'Fall', '2025-2026', 'Adyan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(519, 130, 32, 'attendance', 'Fall', '2025-2026', 'Omar\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(520, 213, 32, 'attendance', 'Fall', '2025-2026', 'Nuara\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(521, 74, 32, 'attendance', 'Fall', '2025-2026', 'Razan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(522, 185, 32, 'attendance', 'Fall', '2025-2026', 'Ilyes\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(523, 54, 32, 'attendance', 'Fall', '2025-2026', 'Ayesha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(524, 179, 32, 'attendance', 'Fall', '2025-2026', 'Hasanat\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(525, 168, 32, 'attendance', 'Fall', '2025-2026', 'Abaan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(526, 169, 32, 'attendance', 'Fall', '2025-2026', 'Azlaan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(527, 123, 32, 'attendance', 'Fall', '2025-2026', 'Sara\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-29 04:19:41'), +(528, 64, 31, 'attendance', 'Fall', '2025-2026', 'Judy\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(529, 199, 31, 'attendance', 'Fall', '2025-2026', 'Amin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(530, 70, 31, 'attendance', 'Fall', '2025-2026', 'Ikram\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(531, 19, 31, 'attendance', 'Fall', '2025-2026', 'Shayaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(532, 68, 31, 'attendance', 'Fall', '2025-2026', 'Aneeqa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(533, 196, 31, 'attendance', 'Fall', '2025-2026', 'Kareem\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(534, 127, 31, 'attendance', 'Fall', '2025-2026', 'Rehaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(535, 234, 31, 'attendance', 'Fall', '2025-2026', 'Ibrahim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(536, 20, 31, 'attendance', 'Fall', '2025-2026', 'Joseph\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(537, 44, 31, 'attendance', 'Fall', '2025-2026', 'Hannah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(538, 57, 31, 'attendance', 'Fall', '2025-2026', 'Hashir\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(539, 81, 31, 'attendance', 'Fall', '2025-2026', 'Safa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(540, 21, 31, 'attendance', 'Fall', '2025-2026', 'Amelia\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(541, 78, 31, 'attendance', 'Fall', '2025-2026', 'Areesh\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(542, 16, 31, 'attendance', 'Fall', '2025-2026', 'Mariam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(543, 30, 31, 'attendance', 'Fall', '2025-2026', 'Amir\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(544, 171, 31, 'attendance', 'Fall', '2025-2026', 'Aima\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(545, 245, 31, 'attendance', 'Fall', '2025-2026', 'Mira\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-29 04:19:46'), +(546, 164, 51, 'attendance', 'Fall', '2025-2026', 'Zaina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(547, 143, 51, 'attendance', 'Fall', '2025-2026', 'Doha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(548, 17, 51, 'attendance', 'Fall', '2025-2026', 'Sundus\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(549, 205, 51, 'attendance', 'Fall', '2025-2026', 'Umu\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(550, 150, 51, 'attendance', 'Fall', '2025-2026', 'Leena\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(551, 233, 51, 'attendance', 'Fall', '2025-2026', 'Rinad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(552, 255, 51, 'attendance', 'Fall', '2025-2026', 'Jennah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(553, 93, 51, 'attendance', 'Fall', '2025-2026', 'Hannah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(554, 73, 51, 'attendance', 'Fall', '2025-2026', 'Arwa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(555, 29, 51, 'attendance', 'Fall', '2025-2026', 'Saja\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(556, 167, 51, 'attendance', 'Fall', '2025-2026', 'Anayah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(557, 210, 51, 'attendance', 'Fall', '2025-2026', 'Sedra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:33:03'), +(558, 223, 90, 'attendance', 'Fall', '2025-2026', 'Sabeen\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(559, 108, 90, 'attendance', 'Fall', '2025-2026', 'Ziyad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(560, 69, 90, 'attendance', 'Fall', '2025-2026', 'Ishaal\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(561, 212, 90, 'attendance', 'Fall', '2025-2026', 'Aicha Safia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(562, 116, 90, 'attendance', 'Fall', '2025-2026', 'Zoya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(563, 162, 90, 'attendance', 'Fall', '2025-2026', 'Sidrah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(564, 204, 90, 'attendance', 'Fall', '2025-2026', 'Bubacar\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(565, 102, 90, 'attendance', 'Fall', '2025-2026', 'Hiba\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(566, 154, 90, 'attendance', 'Fall', '2025-2026', 'Yasmine\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(567, 48, 90, 'attendance', 'Fall', '2025-2026', 'Subhan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(568, 208, 90, 'attendance', 'Fall', '2025-2026', 'Iqra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, NULL, '2026-01-30 03:48:00'), +(569, 198, 60, 'attendance', 'Fall', '2025-2026', 'Ikhlas\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(570, 37, 60, 'attendance', 'Fall', '2025-2026', 'Antolina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(571, 139, 60, 'attendance', 'Fall', '2025-2026', 'Rana\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(572, 254, 60, 'attendance', 'Fall', '2025-2026', 'London\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(573, 193, 60, 'attendance', 'Fall', '2025-2026', 'Jyda\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(574, 77, 60, 'attendance', 'Fall', '2025-2026', 'Zaariya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(575, 258, 60, 'attendance', 'Fall', '2025-2026', 'Reyad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(576, 137, 60, 'attendance', 'Fall', '2025-2026', 'Hamza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(577, 120, 60, 'attendance', 'Fall', '2025-2026', 'Amirah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(578, 10, 60, 'attendance', 'Fall', '2025-2026', 'Nowriza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(579, 9, 60, 'attendance', 'Fall', '2025-2026', 'Nashwa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(580, 191, 60, 'attendance', 'Fall', '2025-2026', 'Salma Attendance has been very limited this semester, with numerous absences noted. Starting fresh with consistent attendance will help you rebuild strong routines and finish the term stronger. You’ve got this-stay committed!', NULL, NULL, 4, '2026-01-30 03:58:52'), +(581, 170, 60, 'attendance', 'Fall', '2025-2026', 'Safa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(582, 90, 60, 'attendance', 'Fall', '2025-2026', 'Emira\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(583, 161, 60, 'attendance', 'Fall', '2025-2026', 'Kareemah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(584, 209, 60, 'attendance', 'Fall', '2025-2026', 'Isra\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 03:58:52'), +(585, 230, 70, 'attendance', 'Fall', '2025-2026', 'Mohammad\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(586, 187, 70, 'attendance', 'Fall', '2025-2026', 'Sophia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(587, 117, 70, 'attendance', 'Fall', '2025-2026', 'Zahra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(588, 32, 70, 'attendance', 'Fall', '2025-2026', 'Aicha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(589, 158, 70, 'attendance', 'Fall', '2025-2026', 'Mamadou\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(590, 67, 70, 'attendance', 'Fall', '2025-2026', 'Safa\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(591, 242, 70, 'attendance', 'Fall', '2025-2026', 'Aliyah\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(592, 6, 70, 'attendance', 'Fall', '2025-2026', 'Sarah Maria\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(593, 1, 70, 'attendance', 'Fall', '2025-2026', 'Doha\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(594, 126, 70, 'attendance', 'Fall', '2025-2026', 'Ayaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(595, 91, 70, 'attendance', 'Fall', '2025-2026', 'Afsheen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(596, 26, 70, 'attendance', 'Fall', '2025-2026', 'Aamina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(597, 94, 70, 'attendance', 'Fall', '2025-2026', 'Hafsah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(598, 151, 70, 'attendance', 'Fall', '2025-2026', 'Fatima\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(599, 72, 70, 'attendance', 'Fall', '2025-2026', 'Barae\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(600, 28, 70, 'attendance', 'Fall', '2025-2026', 'Arwa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(601, 66, 70, 'attendance', 'Fall', '2025-2026', 'Mohammed\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(602, 119, 70, 'attendance', 'Fall', '2025-2026', 'Zoeya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-01-30 04:31:39'), +(603, 90, 60, 'midterm', 'Fall', '2025-2026', 'Emira has an excellent midterm score. She has worked very hard through the semester. A little more effort can result in a perfect score for memorization. keep up the good work!', 'Emira has an excellent midterm score. She has worked very hard through the semester. A little more effort can result in a perfect score for memorization. keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(604, 209, 60, 'midterm', 'Fall', '2025-2026', 'Isra has done an excellent job in the midterms. I am very proud of her. She prepared really well and has a perfect score in memorization. She has proved that she is capable of giving excellent results if she puts in effort and stays focused. Keep up the good work!', 'Isra has done an excellent job in the midterms. I am very proud of her. She prepared really well and has a perfect score in memorization. She has proved that she is capable of giving excellent results if she puts in effort and stays focused. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(605, 161, 60, 'midterm', 'Fall', '2025-2026', 'Kareemah has performed very well in the midterm exams. A little bit of effort can lead to a perfect score in memorization. Keep up the good work!', 'Kareemah has performed very well in the midterm exams. A little bit of effort can lead to a perfect score in memorization. Keep up the good work!', 4, 120, '2026-02-07 04:43:49'), +(606, 198, 60, 'attendance', 'Spring', '2025-2026', 'Ikhlas\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(607, 37, 60, 'attendance', 'Spring', '2025-2026', 'Antolina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(608, 139, 60, 'attendance', 'Spring', '2025-2026', 'Rana\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(609, 254, 60, 'attendance', 'Spring', '2025-2026', 'London\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(610, 193, 60, 'attendance', 'Spring', '2025-2026', 'Jyda\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(611, 77, 60, 'attendance', 'Spring', '2025-2026', 'Zaariya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(612, 258, 60, 'attendance', 'Spring', '2025-2026', 'Reyad\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(613, 137, 60, 'attendance', 'Spring', '2025-2026', 'Hamza\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(614, 120, 60, 'attendance', 'Spring', '2025-2026', 'Amirah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(615, 10, 60, 'attendance', 'Spring', '2025-2026', 'Nowriza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(616, 9, 60, 'attendance', 'Spring', '2025-2026', 'Nashwa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(617, 170, 60, 'attendance', 'Spring', '2025-2026', 'Safa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(618, 90, 60, 'attendance', 'Spring', '2025-2026', 'Emira\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(619, 161, 60, 'attendance', 'Spring', '2025-2026', 'Kareemah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(620, 209, 60, 'attendance', 'Spring', '2025-2026', 'Isra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:11:48'), +(621, 221, 10, 'attendance', 'Spring', '2025-2026', 'Ariyan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(622, 159, 10, 'attendance', 'Spring', '2025-2026', 'Nasma\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(623, 160, 10, 'attendance', 'Spring', '2025-2026', 'Nora Has maintained perfect attendance this semester, demonstrating exceptional commitment and reliability. Outstanding consistency in attending every class session without fail. Excellent work-keep it up!', NULL, NULL, 4, '2026-01-30 07:12:57'), +(624, 183, 10, 'attendance', 'Spring', '2025-2026', 'Abdelrahman\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(625, 235, 10, 'attendance', 'Spring', '2025-2026', 'Fatma\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(626, 215, 10, 'attendance', 'Spring', '2025-2026', 'Nyla\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(627, 214, 10, 'attendance', 'Spring', '2025-2026', 'Seth\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(628, 52, 10, 'attendance', 'Spring', '2025-2026', 'Imara\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(629, 131, 10, 'attendance', 'Spring', '2025-2026', 'Zaynab\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(630, 227, 10, 'attendance', 'Spring', '2025-2026', 'Muhammad\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(631, 180, 10, 'attendance', 'Spring', '2025-2026', 'Abdul Rahman\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(632, 229, 10, 'attendance', 'Spring', '2025-2026', 'Sameer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(633, 56, 10, 'attendance', 'Spring', '2025-2026', 'Salma\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(634, 211, 10, 'attendance', 'Spring', '2025-2026', 'Zohaib\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:12:57'), +(635, 64, 31, 'attendance', 'Spring', '2025-2026', 'Judy\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(636, 199, 31, 'attendance', 'Spring', '2025-2026', 'Amin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(637, 70, 31, 'attendance', 'Spring', '2025-2026', 'Ikram\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(638, 19, 31, 'attendance', 'Spring', '2025-2026', 'Shayaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(639, 68, 31, 'attendance', 'Spring', '2025-2026', 'Aneeqa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(640, 196, 31, 'attendance', 'Spring', '2025-2026', 'Kareem\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(641, 127, 31, 'attendance', 'Spring', '2025-2026', 'Rehaan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(642, 234, 31, 'attendance', 'Spring', '2025-2026', 'Ibrahim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(643, 20, 31, 'attendance', 'Spring', '2025-2026', 'Joseph\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(644, 44, 31, 'attendance', 'Spring', '2025-2026', 'Hannah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(645, 57, 31, 'attendance', 'Spring', '2025-2026', 'Hashir\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(646, 81, 31, 'attendance', 'Spring', '2025-2026', 'Safa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(647, 21, 31, 'attendance', 'Spring', '2025-2026', 'Amelia\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(648, 78, 31, 'attendance', 'Spring', '2025-2026', 'Areesh\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(649, 16, 31, 'attendance', 'Spring', '2025-2026', 'Mariam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(650, 30, 31, 'attendance', 'Spring', '2025-2026', 'Amir\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(651, 171, 31, 'attendance', 'Spring', '2025-2026', 'Aima\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(652, 245, 31, 'attendance', 'Spring', '2025-2026', 'Mira\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:07'), +(653, 206, 21, 'attendance', 'Spring', '2025-2026', 'Yusuf\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(654, 146, 21, 'attendance', 'Spring', '2025-2026', 'Abdallah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(655, 147, 21, 'attendance', 'Spring', '2025-2026', 'Yara\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(656, 249, 21, 'attendance', 'Spring', '2025-2026', 'Abdul Kabeer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(657, 45, 21, 'attendance', 'Spring', '2025-2026', 'Aya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(658, 112, 21, 'attendance', 'Spring', '2025-2026', 'Ali\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(659, 86, 21, 'attendance', 'Spring', '2025-2026', 'Ibrahim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(660, 105, 21, 'attendance', 'Spring', '2025-2026', 'Khadija\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(661, 200, 21, 'attendance', 'Spring', '2025-2026', 'Leena\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(662, 256, 21, 'attendance', 'Spring', '2025-2026', 'Khadijah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(663, 43, 21, 'attendance', 'Spring', '2025-2026', 'Soheb\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(664, 36, 21, 'attendance', 'Spring', '2025-2026', 'Shariq\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(665, 157, 21, 'attendance', 'Spring', '2025-2026', 'Salma\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(666, 173, 21, 'attendance', 'Spring', '2025-2026', 'Hafiz\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(667, 141, 21, 'attendance', 'Spring', '2025-2026', 'Ali\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(668, 226, 21, 'attendance', 'Spring', '2025-2026', 'Mah\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(669, 176, 21, 'attendance', 'Spring', '2025-2026', 'Afrah\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(670, 217, 21, 'attendance', 'Spring', '2025-2026', 'Musa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:13:10'), +(671, 109, 41, 'attendance', 'Fall', '2025-2026', 'Jana\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(672, 156, 41, 'attendance', 'Fall', '2025-2026', 'Asma\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(673, 248, 41, 'attendance', 'Fall', '2025-2026', 'Mohammad Yusuf\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(674, 115, 41, 'attendance', 'Fall', '2025-2026', 'Ayesha\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(675, 27, 41, 'attendance', 'Fall', '2025-2026', 'Muhammad Abdullah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(676, 202, 41, 'attendance', 'Fall', '2025-2026', 'Zoya\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(677, 111, 41, 'attendance', 'Fall', '2025-2026', 'Seif Eddine\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(678, 121, 41, 'attendance', 'Fall', '2025-2026', 'Ajmal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(679, 129, 41, 'attendance', 'Fall', '2025-2026', 'Zaid\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(680, 152, 41, 'attendance', 'Fall', '2025-2026', 'Muhammad Abubaker\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(681, 12, 41, 'attendance', 'Fall', '2025-2026', 'Ahdia\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(682, 13, 41, 'attendance', 'Fall', '2025-2026', 'Amina\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(683, 216, 41, 'attendance', 'Fall', '2025-2026', 'Aleem\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-01-30 07:30:08'), +(684, 230, 70, 'attendance', 'Spring', '2025-2026', 'Mohammad\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(685, 187, 70, 'attendance', 'Spring', '2025-2026', 'Sophia\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(686, 117, 70, 'attendance', 'Spring', '2025-2026', 'Zahra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(687, 32, 70, 'attendance', 'Spring', '2025-2026', 'Aicha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(688, 158, 70, 'attendance', 'Spring', '2025-2026', 'Mamadou\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(689, 67, 70, 'attendance', 'Spring', '2025-2026', 'Safa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(690, 242, 70, 'attendance', 'Spring', '2025-2026', 'Aliyah\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(691, 6, 70, 'attendance', 'Spring', '2025-2026', 'Sarah Maria\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(692, 1, 70, 'attendance', 'Spring', '2025-2026', 'Doha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(693, 126, 70, 'attendance', 'Spring', '2025-2026', 'Ayaan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(694, 91, 70, 'attendance', 'Spring', '2025-2026', 'Afsheen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(695, 26, 70, 'attendance', 'Spring', '2025-2026', 'Aamina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(696, 94, 70, 'attendance', 'Spring', '2025-2026', 'Hafsah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(697, 151, 70, 'attendance', 'Spring', '2025-2026', 'Fatima\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(698, 72, 70, 'attendance', 'Spring', '2025-2026', 'Barae\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(699, 28, 70, 'attendance', 'Spring', '2025-2026', 'Arwa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(700, 66, 70, 'attendance', 'Spring', '2025-2026', 'Mohammed\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(701, 119, 70, 'attendance', 'Spring', '2025-2026', 'Zoeya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:22:06'), +(702, 107, 120, 'attendance', 'Fall', '2025-2026', 'Anas\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(703, 237, 120, 'attendance', 'Fall', '2025-2026', 'Hussain\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(704, 47, 120, 'attendance', 'Fall', '2025-2026', 'Salman\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(705, 46, 120, 'attendance', 'Fall', '2025-2026', 'Sarah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(706, 31, 120, 'attendance', 'Fall', '2025-2026', 'Ibrahim\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(707, 181, 120, 'attendance', 'Fall', '2025-2026', 'Hassen\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(708, 241, 120, 'attendance', 'Fall', '2025-2026', 'Zakaria\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(709, 238, 120, 'attendance', 'Fall', '2025-2026', 'Adyan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(710, 239, 120, 'attendance', 'Fall', '2025-2026', 'Umaima\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(711, 203, 120, 'attendance', 'Fall', '2025-2026', 'Isabella\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(712, 259, 120, 'attendance', 'Fall', '2025-2026', 'Zaineb\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(713, 114, 120, 'attendance', 'Fall', '2025-2026', 'Hashir\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(714, 201, 120, 'attendance', 'Fall', '2025-2026', 'Rayan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(715, 61, 120, 'attendance', 'Fall', '2025-2026', 'Sana\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(716, 247, 120, 'attendance', 'Fall', '2025-2026', 'Aliyah\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(717, 252, 120, 'attendance', 'Fall', '2025-2026', 'Arsalan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(718, 251, 120, 'attendance', 'Fall', '2025-2026', 'Ayyan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(719, 38, 120, 'attendance', 'Fall', '2025-2026', 'Ahmed\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(720, 88, 120, 'attendance', 'Fall', '2025-2026', 'Adi\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(721, 96, 120, 'attendance', 'Fall', '2025-2026', 'Arleyya Safeera\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(722, 225, 120, 'attendance', 'Fall', '2025-2026', 'Abdul\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(723, 246, 120, 'attendance', 'Fall', '2025-2026', 'Ayaan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(724, 59, 120, 'attendance', 'Fall', '2025-2026', 'Ahmed\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(725, 136, 120, 'attendance', 'Fall', '2025-2026', 'Hawa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(726, 95, 120, 'attendance', 'Fall', '2025-2026', 'Fauzhan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(727, 219, 120, 'attendance', 'Fall', '2025-2026', 'Zuhayer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(728, 253, 120, 'attendance', 'Fall', '2025-2026', 'Victoria\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(729, 236, 120, 'attendance', 'Fall', '2025-2026', 'Malaika\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-01 05:58:05'), +(730, 40, 42, 'midterm', 'Fall', '2025-2026', 'Ashar tried his best in the midterm. Ashar needs to work on his studying skills like writing notes, making flash cards, and weekly lesson review. Ashar also needs to practice reciting surahs at home so he will improve his scores in the future.', 'Ashar tried his best in the midterm. He needs to work on his studying skills like writing notes, making flash cards, and weekly lesson review. Ashar also needs to practice reciting Surahs at home so he can improve his scores in the future.', 4, 4, '2026-02-01 16:24:55'), +(731, 242, 70, 'midterm', 'Fall', '2025-2026', 'Aliyah did well on the multiple choice section, but she fell short on the open response questions. Need more detailed responses next time.', 'Aliyah did well on the multiple choice section, but she fell short on the open response questions. She needs more detailed responses next time.', 1, 1, '2026-02-08 17:28:34'), +(732, 101, 22, 'ptap', 'Fall', '2025-2026', 'Ammar is a quiet and well-behaved student. He participates when prompted and seeks help when he needs it. To support her Islamic Studies I recommend that he prioritize submitting his homework on time and actively engaging during lessons. I\'m proud to have him in my class and look forward to seeing his continued growth.', 'Ammar is a quiet and well-behaved student. He participates when prompted and seeks help when he needs it. To support his Islamic Studies, I recommend that he prioritize submitting his homework on time and actively engaging during lessons. I\'m proud to have him in my class and look forward to seeing his continued growth.', 4, 4, '2026-02-01 17:42:35'), +(733, 101, 22, 'midterm', 'Fall', '2025-2026', 'Ammar has potential, but should focus more on completing work carefully. With a little more review and consistent practice,you can strengthen your understanding and improve even further.', 'Ammar has potential, but should focus more on completing work carefully. With a little more review and consistent practice, he can strengthen his understanding and improve even further.', 4, 4, '2026-02-01 17:42:35'), +(734, 112, 21, 'midterm', 'Fall', '2025-2026', 'Ali did an outstanding job in the midterm Masha Allah. I\'m sure he would do much better if he was not sick and absent the day of the test. very proud of his Quran memorization. very happy to have him in my class.', 'Ali did an outstanding job in the midterm MashaAllah. I\'m sure he would do much better if he was not sick and absent the day of the test. Very proud of his Quran memorization. Very happy to have him in my class.', 4, 4, '2026-02-01 17:47:40'), +(735, 62, 80, 'attendance', 'Fall', '2025-2026', 'Adam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(736, 142, 80, 'attendance', 'Fall', '2025-2026', 'Manal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(737, 240, 80, 'attendance', 'Fall', '2025-2026', 'Shafiqa\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(738, 149, 80, 'attendance', 'Fall', '2025-2026', 'Salma\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(739, 76, 80, 'attendance', 'Fall', '2025-2026', 'Shayaan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(740, 99, 80, 'attendance', 'Fall', '2025-2026', 'Aaban\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(741, 39, 80, 'attendance', 'Fall', '2025-2026', 'Aasma\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(742, 89, 80, 'attendance', 'Fall', '2025-2026', 'Alicia\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(743, 192, 80, 'attendance', 'Fall', '2025-2026', 'Zahra\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(744, 84, 80, 'attendance', 'Fall', '2025-2026', 'Aalia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(745, 35, 80, 'attendance', 'Fall', '2025-2026', 'Samin\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(746, 207, 80, 'attendance', 'Fall', '2025-2026', 'Yousuf\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(747, 71, 80, 'attendance', 'Fall', '2025-2026', 'Rayhane\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(748, 34, 80, 'attendance', 'Fall', '2025-2026', 'Zoya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(749, 163, 80, 'attendance', 'Fall', '2025-2026', 'Omair\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(750, 257, 80, 'attendance', 'Fall', '2025-2026', 'Abdul\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(751, 53, 80, 'attendance', 'Fall', '2025-2026', 'Ashar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(752, 15, 80, 'attendance', 'Fall', '2025-2026', 'Omar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(753, 124, 80, 'attendance', 'Fall', '2025-2026', 'Muhammad\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(754, 11, 80, 'attendance', 'Fall', '2025-2026', 'Abeerah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(755, 49, 80, 'attendance', 'Fall', '2025-2026', 'Ibrahim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(756, 190, 80, 'attendance', 'Fall', '2025-2026', 'Yahia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-02 22:01:53'), +(757, 111, 41, 'midterm', 'Fall', '2025-2026', 'Seif Eddine is a very hardworking student. He did an excellent job MaShaAllah in the midterm. keep working hard Seif Eddine.', 'Seif Eddine is a very hardworking student. He did an excellent job MashaAllah in the midterm. Keep working hard!', 4, 4, '2026-02-04 03:11:13'), +(758, 188, 52, 'attendance', 'Fall', '2025-2026', 'Salma\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(759, 224, 52, 'attendance', 'Fall', '2025-2026', 'Umaima\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(760, 22, 52, 'attendance', 'Fall', '2025-2026', 'Janna\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(761, 125, 52, 'attendance', 'Fall', '2025-2026', 'Abdullah\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(762, 2, 52, 'attendance', 'Fall', '2025-2026', 'Imran Badr\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(763, 195, 52, 'attendance', 'Fall', '2025-2026', 'Haneen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(764, 194, 52, 'attendance', 'Fall', '2025-2026', 'Omar\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(765, 103, 52, 'attendance', 'Fall', '2025-2026', 'Dua\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(766, 50, 52, 'attendance', 'Fall', '2025-2026', 'Abubakar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(767, 100, 52, 'attendance', 'Fall', '2025-2026', 'Arham\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(768, 25, 52, 'attendance', 'Fall', '2025-2026', 'Melody\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(769, 42, 52, 'attendance', 'Fall', '2025-2026', 'Zainab\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(770, 244, 52, 'attendance', 'Fall', '2025-2026', 'Yaseen\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(771, 186, 52, 'attendance', 'Fall', '2025-2026', 'Justin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(772, 60, 52, 'attendance', 'Fall', '2025-2026', 'Ibrahim\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-02-04 05:44:36'), +(773, 99, 80, 'midterm', 'Fall', '2025-2026', 'Aaban well done. Despite being out and missing out some lessons, he dis very well. Good job, Keep it up', 'Aaban did a good job in the midterm! Despite being out and missing out some lessons, he did very well. Good job, Keep it up!', 4, 4, '2026-02-06 13:23:41'), +(774, 39, 80, 'midterm', 'Fall', '2025-2026', 'Aasma overall job well done. She is always engaged in class asking questions, and it paid off. Good job!', 'Aasma has shown strong performance on the midterm, reflecting good preparation and understanding of the material covered.', 4, 4, '2026-02-06 13:23:41'), +(775, 163, 80, 'midterm', 'Fall', '2025-2026', 'Omair well done. Despite missing a few lessons, he did great. His devotion to his lessons shows. Very well done', 'Omair has done well. Despite missing a few lessons, he performed admirably. His devotion to his lessons is evident. Very well done!', 4, 4, '2026-02-06 13:23:41'), +(776, 62, 80, 'attendance', 'Spring', '2025-2026', 'Adam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(777, 142, 80, 'attendance', 'Spring', '2025-2026', 'Manal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(778, 240, 80, 'attendance', 'Spring', '2025-2026', 'Shafiqa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(779, 149, 80, 'attendance', 'Spring', '2025-2026', 'Salma Has maintained perfect attendance this semester, demonstrating exceptional commitment and reliability. Outstanding consistency in attending every class session without fail. Excellent work-keep it up!', NULL, NULL, 4, '2026-02-05 19:21:53'), +(780, 76, 80, 'attendance', 'Spring', '2025-2026', 'Shayaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(781, 99, 80, 'attendance', 'Spring', '2025-2026', 'Aaban\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(782, 39, 80, 'attendance', 'Spring', '2025-2026', 'Aasma\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(783, 89, 80, 'attendance', 'Spring', '2025-2026', 'Alicia\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(784, 192, 80, 'attendance', 'Spring', '2025-2026', 'Zahra\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(785, 84, 80, 'attendance', 'Spring', '2025-2026', 'Aalia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(786, 35, 80, 'attendance', 'Spring', '2025-2026', 'Samin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(787, 207, 80, 'attendance', 'Spring', '2025-2026', 'Yousuf\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(788, 71, 80, 'attendance', 'Spring', '2025-2026', 'Rayhane\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(789, 34, 80, 'attendance', 'Spring', '2025-2026', 'Zoya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(790, 163, 80, 'attendance', 'Spring', '2025-2026', 'Omair\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(791, 257, 80, 'attendance', 'Spring', '2025-2026', 'Abdul\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(792, 53, 80, 'attendance', 'Spring', '2025-2026', 'Ashar\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(793, 15, 80, 'attendance', 'Spring', '2025-2026', 'Omar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(794, 124, 80, 'attendance', 'Spring', '2025-2026', 'Muhammad\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(795, 11, 80, 'attendance', 'Spring', '2025-2026', 'Abeerah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(796, 49, 80, 'attendance', 'Spring', '2025-2026', 'Ibrahim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(797, 190, 80, 'attendance', 'Spring', '2025-2026', 'Yahia\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-05 19:21:53'), +(798, 164, 51, 'attendance', 'Spring', '2025-2026', 'Zaina\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(799, 143, 51, 'attendance', 'Spring', '2025-2026', 'Doha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(800, 17, 51, 'attendance', 'Spring', '2025-2026', 'Sundus\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(801, 205, 51, 'attendance', 'Spring', '2025-2026', 'Umu\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(802, 150, 51, 'attendance', 'Spring', '2025-2026', 'Leena\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(803, 233, 51, 'attendance', 'Spring', '2025-2026', 'Rinad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(804, 255, 51, 'attendance', 'Spring', '2025-2026', 'Jennah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(805, 93, 51, 'attendance', 'Spring', '2025-2026', 'Hannah\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(806, 73, 51, 'attendance', 'Spring', '2025-2026', 'Arwa\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(807, 29, 51, 'attendance', 'Spring', '2025-2026', 'Saja\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(808, 167, 51, 'attendance', 'Spring', '2025-2026', 'Anayah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(809, 210, 51, 'attendance', 'Spring', '2025-2026', 'Sedra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:04:55'), +(810, 63, 42, 'attendance', 'Fall', '2025-2026', 'Zakaria\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(811, 231, 42, 'attendance', 'Fall', '2025-2026', 'Ghaith\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(812, 33, 42, 'attendance', 'Fall', '2025-2026', 'Souleymane\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(813, 106, 42, 'attendance', 'Fall', '2025-2026', 'Atiya\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(814, 51, 42, 'attendance', 'Fall', '2025-2026', 'Samira\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(815, 40, 42, 'attendance', 'Fall', '2025-2026', 'Ashar\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(816, 138, 42, 'attendance', 'Fall', '2025-2026', 'Hashim\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(817, 85, 42, 'attendance', 'Fall', '2025-2026', 'Aiza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(818, 140, 42, 'attendance', 'Fall', '2025-2026', 'Ziyad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(819, 135, 42, 'attendance', 'Fall', '2025-2026', 'John\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(820, 55, 42, 'attendance', 'Fall', '2025-2026', 'Mariam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(821, 177, 42, 'attendance', 'Fall', '2025-2026', 'Naz Yasin\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(822, 118, 42, 'attendance', 'Fall', '2025-2026', 'Anya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(823, 218, 42, 'attendance', 'Fall', '2025-2026', 'Zunairah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 03:33:13'), +(824, 100, 52, 'midterm', 'Fall', '2025-2026', 'Arham has a novice level understanding of some of the course material which can be seen through his answers on the multiple choice. However, the open responses need to be more detailed. For the future, we recommend he works on memorizing the assigned ayahs each week and reviewing the guided notes.', 'Arham has a novice level understanding of some of the course material which can be seen through his answers on the multiple choice. However, the open responses need to be more detailed. For the future, we recommend he works on memorizing the assigned ayahs each week and reviewing the guided notes.', 1, 1, '2026-02-08 16:45:05'), +(825, 190, 80, 'midterm', 'Fall', '2025-2026', 'Yahia well done. I belive you can do better. You have what it takes, just need to focus more. But overall job well done!', 'Yahia performed well in the midterm. He has the ability to do even better and, with increased focus, can achieve excellent results. Overall, a job well done!', 4, 4, '2026-02-06 13:23:41'), +(826, 97, 22, 'attendance', 'Fall', '2025-2026', 'Mahum Jaza\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(827, 222, 22, 'attendance', 'Fall', '2025-2026', 'Zayyan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(828, 197, 22, 'attendance', 'Fall', '2025-2026', 'Simra\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(829, 92, 22, 'attendance', 'Fall', '2025-2026', 'Alishba\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(830, 104, 22, 'attendance', 'Fall', '2025-2026', 'Hasaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(831, 182, 22, 'attendance', 'Fall', '2025-2026', 'Ishmael\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(832, 58, 22, 'attendance', 'Fall', '2025-2026', 'Hafiz\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(833, 101, 22, 'attendance', 'Fall', '2025-2026', 'Ammar\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(834, 82, 22, 'attendance', 'Fall', '2025-2026', 'Shoaib\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(835, 153, 22, 'attendance', 'Fall', '2025-2026', 'Maryam\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(836, 80, 22, 'attendance', 'Fall', '2025-2026', 'Hareer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(837, 79, 22, 'attendance', 'Fall', '2025-2026', 'Mohammad Ghayoor\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(838, 41, 22, 'attendance', 'Fall', '2025-2026', 'Armaan\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(839, 14, 22, 'attendance', 'Fall', '2025-2026', 'Aroush\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(840, 228, 22, 'attendance', 'Fall', '2025-2026', 'Jamal\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(841, 178, 22, 'attendance', 'Fall', '2025-2026', 'Maimoona\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-02-06 22:26:55'), +(842, 247, 120, 'midterm', 'Fall', '2025-2026', 'Aliyah, good job on the exam! Good effort on the Short answers. Just need a little bit more studying to reach excellence. Qu’ran was great, just need to keep working on the flow and frequency and perfecting your tajweed. Keep up the good work and finish the year strong!', 'Aliyah, good job on the exam! Good effort on the short answers. Just need a little bit more studying to reach excellence. Qur\'an was good, just need to keep working on the flow/frequency and perfecting your tajweed. Keep up the good work and finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(843, 38, 120, 'midterm', 'Fall', '2025-2026', 'Ahmed, I expected a better result on the exam. You missed out on a significant number of points for the Islamic Studies and Qur\'an sections. Also, put more effort into the Short Answer questions. Keep up with the weekly work and be proactive with your studying. We are confident you will bounce back on the Final Exam!', 'Ahmed, we expected a better result from you. You missed out on a significant number of points for the Islamic Studies and Qur\'an sections. Also, put more effort into the short answer questions. Keep up with the weekly work and be proactive with your studying. We are confident you will bounce back for the final exam!', 4, 4, '2026-02-07 03:19:05'), +(844, 259, 120, 'midterm', 'Fall', '2025-2026', 'Zaineb, excellent job on the exam! You missed out on some points on the multiple choice and fill-in-the-blanks. Remember not to leave anything blank. Tremendous work on the Qur\'an section and for exceeding expectations as well. Keep up the effort and finish the year strong!', 'Zaineb, excellent job on the exam! You missed out on some points on the multiple choice and fill-in-the-blanks. Remember not to leave anything blank. Tremendous work on the Qur\'an section and for exceeding expectations as well. Keep up the effort and finish the year strong!', 4, 4, '2026-02-07 03:19:05'), +(845, 241, 120, 'midterm', 'Fall', '2025-2026', 'Zakaria, okay effort on the exam. You need to improve your study routine and keep up with the weekly class material. Try your best with the Qur\'an memorization through listening to recitations or with your parents. Let us know if you need help. We are confident in you, let\'s bounce back on the Final Exam!', 'Zakaria, ok effort on the exam. You need to improve your study routine and keep up with the weekly class material. Try your best with the Qur\'an memorization through listening to recitations or with your parents. We are confident in you, let\'s bounce back for the final exam!', 4, 4, '2026-02-07 03:19:05'), +(846, 188, 52, 'midterm', 'Fall', '2025-2026', 'Salma\'s answers on the exam show that she has a decent understanding of the material. She did well on the true and false questions. We would suggest she works on her Quran memorization every week. We also recommend that she reviews the guided notes for both Islamic and Quranic studies.', 'Salma\'s exam responses demonstrate a solid understanding of the material. She performed particularly well on the true or false section. We recommend that she continues to work on her Quran memorization regularly each week. Additionally, reviewing the guided notes for both Islamic and Quranic studies will help reinforce her learning and improve her', 1, 1, '2026-02-08 16:45:05'), +(847, 187, 70, 'midterm', 'Fall', '2025-2026', 'Sophia did good.She needs to improve her short questions for Quran.\r\nHer memorization is ok.She needs to spend more time to learn Quran recitation during the week.', 'Sophia did well overall. However, she should work on improving her responses to the short-answer questions in Quran studies. Her memorization is acceptable, but she would benefit from dedicating more time during the week to practicing her Quran recitation.', 1, 1, '2026-02-08 17:28:34'), +(848, 183, 10, 'ptap', 'Spring', '2025-2026', 'Abdelrahman; - Raises his hand often and contributes thoughtful answers.\r\n- Enjoys participating and encourages others to join in.', 'Abdelrahman raises his hand often and contributes thoughtful answers. He enjoys participating and encourages others to join in.', 4, 4, '2026-05-22 02:00:38'), +(849, 235, 10, 'ptap', 'Spring', '2025-2026', 'Fatma :- Always she demonstrates outstanding participation in class. Consistently raises her hand, shares ideas confidently, and actively engages in all lessons and activities.', 'Fatma always demonstrates outstanding participation in class. Consistently raises her hand, shares ideas confidently and actively engages in all lessons and activities.', 4, 4, '2026-05-22 02:00:38'), +(850, 52, 10, 'ptap', 'Spring', '2025-2026', 'Imara: - Always raises her hand \r\n- Actively engages in learning \r\n- Demonstrates excellent listening skills', 'Imara always raises her hand and actively engages in learning. She demonstrates excellent listening skills.', 4, 4, '2026-05-22 02:00:38'), +(851, 214, 10, 'ptap', 'Spring', '2025-2026', 'Seth:- Regularly participates in class discussions and activities with confidence.\r\n- Often raises his hand and shares ideas when comfortable.', 'Seth regularly participates in class discussions and activities with confidence. He often raises his hand and shares ideas when comfortable.', 4, 4, '2026-05-22 02:00:38'), +(852, 10, 60, 'ptap', 'Spring', '2025-2026', 'Nowriza is a pleasure to have in class. She is on top of her class work and projects and comes well prepared to class. Nowriza participates well in class and follows along our lessons. Great work!', 'Nowriza is a pleasure to have in class. She is on top of her class work and projects and comes well prepared to class. Nowriza participates well in class and follows along our lessons. Great work!', 4, 4, '2026-05-25 21:11:32'), +(853, 9, 60, 'ptap', 'Spring', '2025-2026', 'Nashwa is always prepared and on top of her class work. She has done well on her quizzes and participates well in class. She completes all her homework assignments and is engaged during class. Great work!', 'Nashwa is always prepared and on top of her class work. She has done well on her quizzes and participates well in class. She completes all her homework assignments and is engaged during class. Great work!', 4, 4, '2026-05-25 21:11:32'), +(854, 209, 60, 'ptap', 'Spring', '2025-2026', 'Isra does a great job participating in class and answering questions when called on. She has made great progress throughout the year and has good attendance and does a great job in completing her homework assignments. She has put in the effort and is engaged during class. She is a pleasure to have in class. Good job!', 'Isra does a great job participating in class and answering questions when called on. She has made great progress throughout the year and has good attendance and does a great job in completing her homework assignments. She has put in the effort and is engaged during class. She is a pleasure to have in class. Good job!', 4, 4, '2026-05-25 21:11:32'), +(855, 198, 60, 'ptap', 'Spring', '2025-2026', 'Ikhlas does a good job participating and being engaged in class. She could use some assistance and support when it comes to completing homework assignments. She has good attendance, however, needs to work on coming to class prepared and completing her homework assignments. Keep working hard!', 'Ikhlas does a good job participating and being engaged in class. She could use some assistance and support when it comes to completing homework assignments. She needs to work on coming to class prepared and completing her homework assignments. Keep working hard!', 4, 4, '2026-05-25 21:11:32'), +(856, 137, 60, 'ptap', 'Spring', '2025-2026', 'Hamza is a great student. He participates often and always comes to class prepared. He does a good job on his assignments and projects. Great work this year!', 'Hamza is a great student. He participates often and always comes to class prepared. He does a good job on his assignments and projects. Great work this year!', 4, 4, '2026-05-25 21:11:32'), +(857, 77, 60, 'ptap', 'Spring', '2025-2026', 'Zaariya is a good student. She is engaged during lessons and completes her assignments. She could work on participating more, but she does put in the effort. Keep up the good work!', 'Zaariya is a good student. She is engaged during lessons and completes her assignments. She could work on participating more, but she does put in the effort. Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(858, 212, 90, 'ptap', 'Spring', '2025-2026', 'Aicha Safia brings a positive and engaging energy to the classroom through her personality and participation. She regularly asks questions and completes her homework occasionally. While she contributes well to class discussions, greater focus and attentiveness during lessons will support her growth further.', 'Aicha Safia brings a positive and engaging energy to the classroom through her personality and participation. She regularly asks questions and completes her homework occasionally. While she contributes well to class discussions, greater focus and attentiveness during lessons will support her growth further.', 1, 1, '2026-05-19 17:51:46'), +(859, 204, 90, 'ptap', 'Spring', '2025-2026', 'Bubacar has shown limited effort in participation, homework completion, and attentiveness during class this semester. While I hoped to see growth from last semester, his overall engagement has remained unchanged. Greater effort, participation, and consistency will be important for his academic progress.', 'Bubacar has shown limited effort in participation, homework completion and attentiveness during class this semester. While I hoped to see growth from last semester, his overall engagement has remained unchanged. Greater effort, participation and consistency will be important for his academic progress.', 1, 1, '2026-05-19 17:51:46'), +(860, 102, 90, 'ptap', 'Spring', '2025-2026', 'Hiba is a quiet and respectful student who consistently demonstrates the ability to complete classwork and assignments successfully. She is capable and responsible in her work. Increased participation and asking more questions in class would further strengthen her confidence and growth.', 'Hiba is a quiet and respectful student who consistently demonstrates the ability to complete classwork and assignments successfully. She is capable and responsible in her work. Increased participation and asking more questions in class would further strengthen her confidence and growth.', 1, 1, '2026-05-19 17:51:46'), +(861, 208, 90, 'ptap', 'Spring', '2025-2026', 'Iqra struggles to remain focused during class and often puts minimal effort into classwork activities and participation. Despite this, she shows signs of being capable and bright. I would love to see her become more engaged, confident, and willing to put forth stronger effort in class.', 'Iqra struggles to remain focused during class and often puts minimal effort into classwork activities and participation. Despite this, she shows signs of being capable and bright. I would love to see her become more engaged, confident and willing to put forth stronger effort in class.', 1, 1, '2026-05-19 17:51:46'), +(862, 223, 90, 'ptap', 'Spring', '2025-2026', 'Sabeen has been absent for a large portion of the spring semester, making it difficult to fully assess her participation, consistency, and academic growth in class. Regular attendance and engagement will be important moving forward to better support her progress and understanding.', 'Sabeen has been absent for a large portion of the spring semester, making it difficult to fully assess her participation, consistency and academic growth in class. Regular attendance and engagement will be important moving forward to better support her progress and understanding.', 1, 1, '2026-05-19 17:51:46'), +(863, 162, 90, 'ptap', 'Spring', '2025-2026', 'Sidrah is an outstanding and highly intelligent student who consistently demonstrates focus, strong comprehension, and academic excellence. She actively participates, asks thoughtful questions, and consistently follows class expectations. Her performance and dedication this semester have been exceptional.', 'Sidrah is an outstanding and highly intelligent student who consistently demonstrates focus, strong comprehension and academic excellence. She actively participates, asks thoughtful questions and consistently follows class expectations. Her performance and dedication this semester have been exceptional.', 1, 1, '2026-05-19 17:51:46'), +(864, 48, 90, 'ptap', 'Spring', '2025-2026', 'Subhan completes most assigned homework but remains very quiet and rarely participates during class discussions or activities. At times, he appears lost or disconnected from the lesson. Greater focus, engagement, and asking questions when confused would strongly support his understanding and progress.', 'Subhan completes most assigned homework but remains very quiet and rarely participates during class discussions or activities. At times, he appears lost or disconnected from the lesson. Greater focus, engagement and asking questions when confused would strongly support his understanding and progress.', 1, 1, '2026-05-19 17:51:46'), +(865, 154, 90, 'ptap', 'Spring', '2025-2026', 'Yasmine is a sincere and thoughtful student who actively asks questions and brings a wonderful personality to the classroom. She is honest about her weaknesses and genuinely open to improving, which reflects strong character and maturity. Her attitude toward growth is admirable.', 'Yasmine is a sincere and thoughtful student who actively asks questions and brings a wonderful personality to the classroom. She is honest about her weaknesses and genuinely open to improving, which reflects strong character and maturity. Her attitude toward growth is admirable.', 1, 1, '2026-05-19 17:51:46'), +(866, 108, 90, 'ptap', 'Spring', '2025-2026', 'Ziyad is a bright and capable student who consistently completes his classwork. However, he often struggles with attention and can become distracted by his phone during lessons. I would love to see him stay more engaged in class so his full potential and abilities can shine more consistently.', 'Ziyad is a bright and capable student who consistently completes his classwork. However, he often struggles with attention and can become distracted by his phone during lessons. I would love to see him stay more engaged in class so his full potential and abilities can shine more consistently.', 1, 1, '2026-05-19 17:51:46'), +(867, 116, 90, 'ptap', 'Spring', '2025-2026', 'Zoya is a respectful and responsible student who consistently completes her homework and class tasks. Although, she is very quiet and rarely participates, she demonstrates strong potential through her work. I encourage her to feel more confident asking questions and engaging during class discussions.', 'Zoya is a respectful and responsible student who consistently completes her homework and class tasks. Although, she is very quiet and rarely participates, she demonstrates strong potential through her work. I encourage her to feel more confident asking questions and engaging during class discussions.', 1, 1, '2026-05-19 17:51:46'), +(868, 215, 10, 'ptap', 'Spring', '2025-2026', 'Nyla consistently participates positively in class activities and discussions. She demonstrates strong engagement, maintains excellent focus, and contributes thoughtfully to the learning environment.', 'Nyla consistently participates positively in class activities and discussions. She demonstrates strong engagement, maintains excellent focus and contributes thoughtfully to the learning environment.', 4, 4, '2026-05-22 02:00:38'), +(869, 229, 10, 'ptap', 'Spring', '2025-2026', 'Sameer participates appropriately in class activities and demonstrates a positive attitude toward learning. He contributes well during lessons and completes class tasks effectively. Greater consistency in participation, focus, and effort will further support his overall progress and engagement in learning.', 'Sameer participates appropriately in class activities and demonstrates a positive attitude toward learning. He contributes well during lessons and completes class tasks effectively. Greater consistency in participation, focus and effort will further support his overall progress and engagement in learning.', 4, 4, '2026-05-22 02:00:38'), +(870, 180, 10, 'ptap', 'Spring', '2025-2026', 'Abdul Rahman comes to class well prepared. He participates in class and completes his homework on time. He shows interest in the lessons and enjoys learning. He puts in good effort every day and continues to make steady progress. Keep up the great work.', 'Abdul Rahman comes to class well prepared. He participates in class and completes his homework on time. He shows interest in the lessons and enjoys learning. He puts in good effort and continues to make steady progress. Keep up the great work!', 4, 4, '2026-05-22 02:00:38'), +(871, 221, 10, 'ptap', 'Spring', '2025-2026', 'Ariyan is doing well in class. He participates and shows interest in learning. He always tries his best, but he still needs more practice and support at home to continue improving. With consistent help, he will make steady progress.', 'Ariyan is doing well in class. He participates and shows interest in learning. He always tries his best, but he still needs more practice and support at home to continue improving. With consistent help, he will make steady progress.', 4, 4, '2026-05-22 02:00:38'), +(872, 227, 10, 'ptap', 'Spring', '2025-2026', 'Muhammad puts in effort, but he still needs more support and practice to build his skills. With consistent help, he can continue to grow and improve.', 'Muhammad puts in effort, but he still needs more support and practice to build his skills. With consistent help, he can continue to grow and improve.', 4, 4, '2026-05-22 02:00:38'), +(873, 159, 10, 'ptap', 'Spring', '2025-2026', 'Nasma is doing well in class. She participates and shows good effort, but she still needs more support and practice to improve. With extra help, she can continue to make progress.', 'Nasma is doing well in class. She participates and shows good effort, but she still needs more support and practice to improve. With extra help, she can continue to make progress.', 4, 4, '2026-05-22 02:00:38'), +(874, 160, 10, 'ptap', 'Spring', '2025-2026', 'Nora is doing well in class. She is shy and does not participate much, but she shows effort in her work. She still needs more support and practice to improve. With extra help, she can continue to make progress.', 'Nora is doing well in class. She is shy and does not participate much, but she shows effort in her work. She still needs more support and practice to improve. With extra help, she can continue to make progress.', 4, 4, '2026-05-22 02:00:38'), +(875, 56, 10, 'ptap', 'Spring', '2025-2026', 'Salma is doing well in class. She stays on task and completes her work. She shows good effort and continues to make progress.', 'Salma is doing well in class. She stays on task and completes her work. She shows good effort and continues to make progress.', 4, 4, '2026-05-22 02:00:38'), +(876, 131, 10, 'ptap', 'Spring', '2025-2026', 'Zaynab is doing well in class. She stays focused on her work and completes her assignments. She shows good effort and continues to make progress.', 'Zaynab is doing well in class. She stays focused on her work and completes her assignments. She shows good effort and continues to make progress.', 4, 4, '2026-05-22 02:00:38'), +(877, 211, 10, 'ptap', 'Spring', '2025-2026', 'Zohaib is showing good progress in class. He stays focused on his tasks and completes his work responsibly. He puts in steady effort and continues to grow in his learning.', 'Zohaib is showing good progress in class. He stays focused on his tasks and completes his work responsibly. He puts in steady effort and continues to grow in his learning.', 4, 4, '2026-05-22 02:00:38'), +(878, 120, 60, 'ptap', 'Spring', '2025-2026', 'Amirah is a great student. She is attentive and participates well in class. She completes her homework assignments and performs well in class. Keep up the good work!', 'Amirah is a great student. She is attentive and participates well in class. She completes her homework assignments and performs well in class. Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(879, 37, 60, 'ptap', 'Spring', '2025-2026', 'Antolina has great attendance. She can work harder on participating more in class and also could use support in completing her homework assignments. She can work hard on actively participating more and being prepared for class. Keep up the hard work!', 'Antolina can work harder on participating more in class and also could use support in completing her homework assignments. She can work hard on being prepared for class. Keep up the hard work!', 4, 4, '2026-05-25 21:11:32'), +(880, 90, 60, 'ptap', 'Spring', '2025-2026', 'Emira is a great student. She is a pleasure to have in class. She participates well and completes her assignments on time. She is a hard worker and is well prepared for class!', 'Emira is a great student. She is a pleasure to have in class. She participates well and completes her assignments on time. She is a hard worker and is well prepared for class!', 4, 4, '2026-05-25 21:11:32'), +(881, 139, 60, 'ptap', 'Spring', '2025-2026', 'Rana is a pleasure to have in class. She is well prepared for class and completes all her assignments on time. She is engaged and participates in class. Good work!', 'Rana is a pleasure to have in class. She is well prepared for class and completes all her assignments on time. She is engaged and participates in class. Good work!', 4, 4, '2026-05-25 21:11:32'), +(882, 161, 60, 'ptap', 'Spring', '2025-2026', 'Kareemah is a great student. She completes all her work and is prepared for class. She can work on participating more during class. Great job this year!', 'Kareemah is a great student. She completes all her work and is prepared for class. She can work on participating more during class. Great job this year!', 4, 4, '2026-05-25 21:11:32'), +(883, 170, 60, 'ptap', 'Spring', '2025-2026', 'Safa is a great student. She is well prepared for class and does all her assignments. She can work harder on participating more and speaking up during class. Over all, she is on top of her work!', 'Safa is a great student. She is well prepared for class and does all her assignments. She can work harder on participating more and speaking up during class. Overall, she is on top of her work!', 4, 4, '2026-05-25 21:11:32'), +(884, 258, 60, 'ptap', 'Spring', '2025-2026', 'Reyad is a hard worker. He has good attendance, but can work on staying on top of his homework assignments. Reyad can work on participating more during class and staying engaged. Keep it up!', 'Reyad is a hard worker. He can work on staying on top of his homework assignments. Reyad can work on participating more during class and staying engaged. Keep it up!', 4, 4, '2026-05-25 21:11:32'), +(885, 85, 42, 'ptap', 'Spring', '2025-2026', 'Aiza is a hard working student. She is always eager to participate and share knowledge with peers. She consistently turn in homework and put effort into assignments.', 'Aiza is a hard working student. She is always eager to participate and share knowledge with peers. She consistently turns in homework and puts effort into assignments.', 4, 4, '2026-05-24 01:43:28'), +(886, 118, 42, 'ptap', 'Spring', '2025-2026', 'Anya is a dedicated and a responsible student. She comes to class ready to learn and participate. She completes homework on time and put sincere effort in doing all the tasks.', 'Anya is a dedicated and responsible student. She comes to class ready to learn and participates well. She completes homework on time and put sincere effort in doing all the tasks.', 4, 4, '2026-05-24 01:43:28'), +(887, 106, 42, 'ptap', 'Spring', '2025-2026', 'Atiya is a hard working student. She comes to class ready to learn, participate, and share her knowledge during class discussion. She consistently turns in her homework on time.', 'Atiya is a hard working student. She comes to class ready to learn. She participates and shares her knowledge during class discussions. She consistently turns in her homework on time.', 4, 4, '2026-05-24 01:43:28'), +(888, 138, 42, 'ptap', 'Spring', '2025-2026', 'Hashim is a dedicated and a responsible student. He comes to class eager to learn and share his knowledge. He consistently tuns in homework on time and puts effort into assignment.', 'Hashim is a dedicated and a responsible student. He comes to class eager to learn and share his knowledge. He consistently turns in homework on time and puts effort into assignment.', 4, 4, '2026-05-24 01:43:28'), +(889, 167, 51, 'ptap', 'Spring', '2025-2026', 'Anayah is an enthusiastic participant in the class who always finishes her homework, memorization of surahs and projects on time.', NULL, NULL, 161, '2026-05-24 04:58:17'), +(890, 167, 51, 'ptap', 'Spring', '2025-2026', 'Anayah is an enthusiastic participant in the class who always finishes her homework, memorization of surahs and projects on time.', 'Anayah is an enthusiastic participant in the class who always finishes her homework, memorization of Surahs and projects on time.', 4, 4, '2026-05-17 15:41:23'), +(891, 73, 51, 'ptap', 'Spring', '2025-2026', 'Arwa is a brilliant student, in fact the only student who finishes all her homework on time. She did really well in project and memorization of the surahs on time.', 'Arwa is a brilliant student, in fact the only student who finishes all her homework on time. She did really well in the project and always memorizes the assigned Surahs on time.', 4, 4, '2026-05-24 04:58:17'), +(892, 162, 90, 'final', 'Spring', '2025-2026', 'Sidrah demonstrated exceptional performance on both the Islamic Studies and Quran portions of the final exam. She shows strong comprehension, excellent writing skills, and outstanding memorization. A consistently focused, intelligent, and exemplary student throughout the year.', 'Sidrah demonstrated exceptional performance on both the Islamic Studies and Quran portions of the final exam. She shows strong comprehension, excellent writing skills and outstanding memorization. A consistently focused, intelligent and exemplary student throughout the year.', 1, 1, '2026-05-19 17:51:46'), +(893, 116, 90, 'final', 'Spring', '2025-2026', 'Zoya performed very well on her final exam and demonstrated a solid understanding of both Islamic Studies and Quranic Studies. While some minor mistakes reflected a need for closer attention to detail, she showed strong overall comprehension and successfully passed the course.', 'Zoya performed very well on her final exam and demonstrated a solid understanding of both Islamic Studies and Quranic Studies. While some minor mistakes reflected a need for closer attention to detail, she showed strong overall comprehension and successfully passed the course.', 1, 1, '2026-05-19 17:51:46'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(894, 102, 90, 'final', 'Spring', '2025-2026', 'Hiba performed very well on her final exam and demonstrated a strong overall understanding of the semester’s material. While a few areas required more careful differentiation between concepts, her performance was commendable and she showed consistent effort and comprehension.', 'Hiba performed very well on her final exam and demonstrated a strong overall understanding of the semester’s material. While a few areas required more careful differentiation between concepts, her performance was commendable and she showed consistent effort and comprehension.', 1, 1, '2026-05-19 17:51:46'), +(895, 212, 90, 'final', 'Spring', '2025-2026', 'Aicha Safia passed the final exam and demonstrated comprehension of most topics covered in Islamic Studies throughout the semester. However, the Quran memorization portion reflected very limited preparation and effort. Greater consistency in Quran review is strongly encouraged moving forward.', 'Aicha Safia passed the final exam and demonstrated comprehension of most topics covered in Islamic Studies throughout the semester. However, the Quran memorization portion reflected very limited preparation and effort. Greater consistency in Quran review is strongly encouraged moving forward.', 1, 1, '2026-05-19 17:51:46'), +(896, 48, 90, 'final', 'Spring', '2025-2026', 'Subhan performed fairly well on the final exam and showed understanding in many Islamic Studies topics. Greater attention to detail and stronger use of textual evidence from the chapters would strengthen his responses further. He did well in memorization but needs improvement in Quranic understanding.', 'Subhan performed fairly well on the final exam and showed understanding in many Islamic Studies topics. Greater attention to detail and stronger use of textual evidence from the chapters would strengthen his responses further. He did well in memorization but needs improvement in Quranic understanding.', 1, 1, '2026-05-19 17:51:46'), +(897, 154, 90, 'final', 'Spring', '2025-2026', 'Yasmine showed understanding during class discussions, but her final exam performance did not fully reflect her potential. More preparation and attention to detail would have improved her score. She struggled with Quran memorization, though recalling the meaning of the first ayah showed sincere effort.', 'Yasmine showed understanding during class discussions, but her final exam performance did not fully reflect her potential. More preparation and attention to detail would have improved her score. She struggled with Quran memorization, though recalling the meaning of the first ayah showed sincere effort.', 1, 1, '2026-05-19 17:51:46'), +(898, 108, 90, 'final', 'Spring', '2025-2026', 'Ziyad’s final exam performance was lower compared to his previous exam. He showed strengths in certain chapters and memorization, but struggled with understanding some core concepts and the running themes of the Surah. More consistent review and focus on comprehension would benefit him greatly.', 'Ziyad\'s final exam performance was lower compared to his previous exam. He showed strengths in certain chapters and memorization, but struggled with understanding some core concepts and the running themes of the Surah. More consistent review and focus on comprehension would benefit him greatly.', 1, 1, '2026-05-19 17:51:46'), +(899, 208, 90, 'final', 'Spring', '2025-2026', 'Iqra’s final exam reflected low effort and performance compared to the potential she demonstrates in class. She is capable of much more, and with greater focus, preparation, and consistency, I believe she can significantly improve and succeed.', 'Iqra\'s final exam reflected low effort and performance compared to the potential she demonstrates in class. She is capable of much more, and with greater focus, preparation and consistency, I believe she can significantly improve and succeed.', 1, 1, '2026-05-19 17:51:46'), +(900, 204, 90, 'final', 'Spring', '2025-2026', 'Bubacar performed below expectations on the final exam. Difficulty reading portions of his handwriting affected some scores, and he struggled with comprehension in several topics. However, there were certain chapters where he demonstrated solid understanding and performed well.', 'Bubacar performed below expectations on the final exam. Difficulty reading portions of his handwriting affected some scores, and he struggled with comprehension in several topics. However, there were certain chapters where he demonstrated solid understanding and performed well.', 1, 1, '2026-05-19 17:51:46'), +(901, 223, 90, 'final', 'Spring', '2025-2026', 'Sabeen did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Sabeen did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 1, 1, '2026-05-19 17:51:46'), +(902, 34, 80, 'final', 'Spring', '2025-2026', 'Zoya, a remarkable achievement on the final exam that highlights her commitment to Islamic Studies and Quran memorization. Excellent work', 'Zoya had a remarkable score on the final exam that highlights her commitment to Islamic Studies and Quran memorization. Excellent work!', 4, 4, '2026-05-26 01:27:04'), +(903, 11, 80, 'final', 'Spring', '2025-2026', 'Abeerah performed extremely well on the final exam and showed strong knowledge of the course material.', 'Abeerah performed extremely well on the final exam and showed strong knowledge of the course material.', 4, 4, '2026-05-26 01:27:04'), +(904, 49, 80, 'final', 'Spring', '2025-2026', 'Ibrahim, earned an excellent final exam score through consistent study habits and active participation in class. Outstanding work.', 'Ibrahim, earned an excellent final exam score through consistent study habits and active participation in class. Outstanding work!', 4, 4, '2026-05-26 01:27:04'), +(905, 15, 80, 'final', 'Spring', '2025-2026', 'Omar, MashaAllah, a superb performance on the final exam with careful attention to detail and strong understanding. Outstanding work', 'Omar, MashaAllah, a superb performance on the final exam! Omar showed careful attention to detail and strong understanding of the material. Outstanding work!', 4, 4, '2026-05-26 01:27:04'), +(906, 71, 80, 'final', 'Spring', '2025-2026', 'Rayhane achieved an outstanding result on the final exam through hard work, focus, and excellent preparation. Excellent work.', 'Rayhane achieved an outstanding result on the final exam through hard work, focus and excellent preparation. Excellent work!', 4, 4, '2026-05-26 01:27:04'), +(907, 53, 80, 'final', 'Spring', '2025-2026', 'Ashar had a strong and impressive final exam result, showing both knowledge and disciplined preparation. Great job!', 'Ashar had a strong and impressive final exam result, showing both knowledge and disciplined preparation. Great job!', 4, 4, '2026-05-26 01:27:04'), +(908, 84, 80, 'final', 'Spring', '2025-2026', 'Aalia, a very successful final exam performance that reflects consistent effort throughout the course. Great work.', 'Aalia had a very successful final exam performance that reflects consistent effort throughout the course. Great work!', 4, 4, '2026-05-26 01:27:04'), +(909, 99, 80, 'final', 'Spring', '2025-2026', 'Aaban, a good performance overall, showing a solid understanding of Islamic Studies. Good work and best of luck next year.', 'Aaban performed well overall in the final, showing a solid understanding of Islamic Studies. Good work and best of luck next year!', 4, 4, '2026-05-26 01:27:04'), +(910, 99, 80, 'final', 'Spring', '2025-2026', 'Aaban, a good performance overall, showing a solid understanding of Islamic Studies. Good work and best of luck next year.', 'Aaban performed well overall in the final, showing a solid understanding of Islamic Studies. Good work and best of luck next year!', 4, 4, '2026-05-20 16:48:32'), +(911, 207, 80, 'final', 'Spring', '2025-2026', 'Yousuf, a positive performance showing good understanding of the material. Definitely more potential for further growth', 'Yousuf had a positive performance in the final showing good understanding of the material. He definitely has more potential for further growth. Best of luck next year.', 4, 4, '2026-05-26 01:27:04'), +(912, 183, 10, 'final', 'Spring', '2025-2026', 'Abdelrahman, excellent performance on the test. Keep up the good work and stay focused, consistent, and motivated.', 'Abdelrahman, excellent performance on the test! Keep up the good work and stay focused, consistent and motivated!', 4, 4, '2026-05-22 02:00:38'), +(913, 180, 10, 'final', 'Spring', '2025-2026', 'Abdul Rahman, Well done on the exam — you demonstrated strong knowledge and confidence. Keep up the good work and keep pushing yourself.', 'Abdul Rahman, well done on the exam! You demonstrated strong knowledge and confidence. Keep up the good work and keep pushing yourself!', 4, 4, '2026-05-22 02:00:38'), +(914, 221, 10, 'final', 'Spring', '2025-2026', 'Ariyan, excellent performance on the test — your effort is clearly showing. Keep up the good work and keep improving.', 'Ariyan, excellent performance on the test! Your effort is clearly showing. Keep up the good work and keep improving!', 4, 4, '2026-05-22 02:00:38'), +(915, 235, 10, 'final', 'Spring', '2025-2026', 'Fatma, Wonderful achievement — well done! You demonstrated excellent effort and strong understanding throughout the assessment. Keep up the great work and continue striving for excellence in all your studies.', 'Fatma, wonderful achievement, well done! You demonstrated excellent effort and strong understanding throughout the assessment. Keep up the great work and continue striving for excellence in all your studies!', 4, 4, '2026-05-22 02:00:38'), +(916, 52, 10, 'final', 'Spring', '2025-2026', 'Imara, great work on your exam — your effort and focus really showed. Keep up the good work and stay consistent with your studies.', 'Imara, great work on your exam! Your effort and focus really showed. Keep up the good work and stay consistent with your studies!', 4, 4, '2026-05-22 02:00:38'), +(917, 56, 10, 'final', 'Spring', '2025-2026', 'Salma, good job — well done! You demonstrated excellent effort and strong understanding of the material. Continue building on this success and stay motivated.', 'Salma, well done! You demonstrated excellent effort and strong understanding of the material. Continue building on this success and stay motivated!', 4, 4, '2026-05-22 02:00:38'), +(918, 229, 10, 'final', 'Spring', '2025-2026', 'Sameer, wonderful achievement — well done! You demonstrated excellent effort and strong understanding, showing great focus and preparation. Keep up the excellent progress.', 'Sameer, wonderful achievement, well done! You demonstrated excellent effort and strong understanding, showing great focus and preparation. Keep up the excellent progress!', 4, 4, '2026-05-22 02:00:38'), +(919, 214, 10, 'final', 'Spring', '2025-2026', 'Seth, excellent performance on the exam — you worked hard and it shows. Keep up the good work and stay motivated.', 'Seth, excellent performance on the exam, you worked hard and it shows. Keep up the good work and stay motivated!', 4, 4, '2026-05-22 02:00:38'), +(920, 131, 10, 'final', 'Spring', '2025-2026', 'Zaynab, keep up the excellent academic work and continue showing strong effort and dedication in all your studies.', 'Zaynab, keep up the excellent academic work! Continue showing strong effort and dedication in all your studies.', 4, 4, '2026-05-22 02:00:38'), +(921, 215, 10, 'final', 'Spring', '2025-2026', 'Nyla, wonderful achievement — well done! You demonstrated excellent effort and strong understanding, and your hard work is clearly reflected in your results. Keep it up!', 'Nyla, wonderful achievement, well done! You demonstrated excellent effort and strong understanding, and your hard work is clearly reflected in your results. Keep it up!', 4, 4, '2026-05-22 02:00:38'), +(922, 160, 10, 'final', 'Spring', '2025-2026', 'Nora, great work on the exam! You showed strong understanding of the material and solid effort throughout. Keep up the good work and continue improving your skills.', 'Nora, great work on the exam! You showed strong understanding of the material and solid effort throughout. Keep up the good work and continue improving your skills!', 4, 4, '2026-05-22 02:00:38'), +(923, 159, 10, 'final', 'Spring', '2025-2026', 'Nasma, well done on the test! You demonstrated good knowledge and focus. Keep working hard and aim for even higher results next time.', 'Nasma, well done on the test! You demonstrated good knowledge and focus. Keep working hard and aim for even higher results next time!', 4, 4, '2026-05-22 02:00:38'), +(924, 211, 10, 'final', 'Spring', '2025-2026', 'Zohaib, good job on your performance! You have a clear understanding of most concepts. Keep up the effort and stay consistent in your studies.', 'Zohaib, good job on your performance! You have a clear understanding of most concepts. Keep up the effort and stay consistent in your studies!', 4, 4, '2026-05-22 02:00:38'), +(925, 151, 70, 'ptap', 'Spring', '2025-2026', 'Fatima is an outstanding student. She is always actively participating in class and answering questions. She completes all assignments with great effort and attention to detail. Her quiz and test scores are very good as well.', 'Fatima is an outstanding student. She is always actively participating in class and answering questions. She completes all assignments with great effort and attention to detail. Her quiz and test scores are very good as well.', 4, 4, '2026-05-25 02:09:20'), +(926, 1, 70, 'ptap', 'Spring', '2025-2026', 'Doha is a delight to have in class and always reaches for full potential. She participates every class and is engaged in the lesson. She does well on tests and quizzes. Her homework is always complete and written well.', 'Doha is a delight to have in class and always reaches for full potential. She participates in every class and is engaged during the lessons. She does well on tests and quizzes. Her homework is always complete and written well.', 4, 4, '2026-05-25 02:09:20'), +(927, 32, 70, 'ptap', 'Spring', '2025-2026', 'Aicha is a nice student who does her work well. She listens during class and completes all of her assignments.', 'Aicha is a nice student who does her work well. She listens during class and completes all of her assignments.', 4, 4, '2026-05-25 02:09:20'), +(928, 26, 70, 'ptap', 'Spring', '2025-2026', 'Aamina is a very bright student who participates very often. She is a pleasure to have in class. Her work is always done with great effort, which is very good.', 'Aamina is a very bright student who participates very often. She is a pleasure to have in class. Her work is always done with great effort, which is very good.', 4, 4, '2026-05-25 02:09:20'), +(929, 94, 70, 'ptap', 'Spring', '2025-2026', 'Hafsah is a bright student, but can get distracted at times with her work. Although, she does follow along with the lessons and completes her work. She has done well on the quizzes and project.', 'Hafsah is a bright student, but can get distracted at times. Although, she does follow along with the lessons and completes her work. She has done well on the quizzes and project.', 4, 4, '2026-05-25 02:09:20'), +(930, 66, 70, 'ptap', 'Spring', '2025-2026', 'Mohammed completes all his assignments and participate in class activities often. He asks questions when necessary and is very attentive.', 'Mohammed completes all his assignments and participates in class activities often. He asks questions when necessary and is very attentive.', 4, 4, '2026-05-25 02:09:20'), +(931, 67, 70, 'ptap', 'Spring', '2025-2026', 'Safa is a positive and responsible student. She always completes her assignments on time and follows directions. Has great behavior and puts in effort.', 'Safa is a positive and responsible student. She always completes her assignments on time and follows directions. She also has great behavior and puts in effort.', 4, 4, '2026-05-25 02:09:20'), +(932, 91, 70, 'ptap', 'Spring', '2025-2026', 'Afsheen consistently shows effort and is engaged in class. Always completes her assignments and has a positive attitude. Has good manners and is committed to doing her best.', 'Afsheen consistently shows effort and is engaged in class. She always completes her assignments and has a positive attitude. She has good manners and is committed to doing her best.', 4, 4, '2026-05-25 02:09:20'), +(933, 119, 70, 'ptap', 'Spring', '2025-2026', 'Zoeya is a delight to have in class and always reaches for full potential. Always completes her assignments and remains focused during entire class. Has excellent behavior and is respectful.\r\nAwesome job on the mi', 'Zoeya is a delight to have in class and always reaches for full potential. She always completes her assignments and remains focused during the entire class. She has excellent behavior and is respectful.', 4, 4, '2026-05-25 02:09:20'), +(934, 26, 70, 'final', 'Spring', '2025-2026', 'Aamina did amazing on the midterm and had very detailed answers. Very happy with her work and effort. Great job!', 'Aamina did amazing on the midterm and had very detailed answers. Very happy with her work and effort. Great job!', 4, 4, '2026-05-25 02:09:20'), +(935, 151, 70, 'final', 'Spring', '2025-2026', 'Fatima did an awesome job on the midterm! Extremely concise and detailed answers. Did well on all sections.', 'Fatima did an awesome job on the final! Extremely concise and detailed answers. Fatima did well on all sections.', 4, 4, '2026-05-25 02:09:20'), +(936, 1, 70, 'final', 'Spring', '2025-2026', 'Doha did very well on the exam and had great and detailed answers. Really happy with her work and I hope to see her excel further!', 'Doha did very well on the exam and had great and detailed answers. Really happy with her work and I hope to see her excel further!', 4, 4, '2026-05-25 02:09:20'), +(937, 28, 70, 'ptap', 'Spring', '2025-2026', 'Arwa is an accountable and kind student. She asks questions and participates in class often. She does well during lessons and on quizzes.', 'Arwa is a responsible and kind student. She asks questions and participates in class often. She does well during lessons and on quizzes.', 4, 4, '2026-05-25 02:09:20'), +(938, 117, 70, 'ptap', 'Spring', '2025-2026', 'Zahra is a positive and responsible student. She always completes her assignments on time and follows directions. Has great behavior and puts in effort.', 'Zahra is a positive and responsible student. She always completes her assignments on time and follows directions. She has great behavior and puts in effort.', 4, 4, '2026-05-25 02:09:20'), +(939, 242, 70, 'ptap', 'Spring', '2025-2026', 'Aliyah is a kind student who completes her work. Would like to see her participate during class more often.', 'Aliyah is a kind student who completes her homework. Would like to see her participate during class more often.', 4, 4, '2026-05-25 02:09:20'), +(940, 126, 70, 'ptap', 'Spring', '2025-2026', 'Ayaan is a very bright student and participates very nicely in the class. He always does his work on time and is a good student. He actively listens during the lessons.', 'Ayaan is a very bright student who participates well in the class. He always does his work on time and is a good student. He actively listens during the lessons.', 4, 4, '2026-05-25 02:09:20'), +(941, 72, 70, 'ptap', 'Spring', '2025-2026', 'Barae is a thoughtful and focused student. He completes all his work and puts in good effort. He follows along during lessons and participates very often, which is appreciated.', 'Barae is a thoughtful and focused student. He completes all his homework and puts in good effort. He follows along during lessons and participates very often, which is appreciated.', 4, 4, '2026-05-25 02:09:20'), +(942, 158, 70, 'ptap', 'Spring', '2025-2026', 'Mamadou is a kind student who completes his work. But he does get distracted and lost at times. I would like to see him participate more often.', 'Mamadou is a kind student who completes his work. But he does get distracted and lost at times. I would like to see him participate more often.', 4, 4, '2026-05-25 02:09:20'), +(943, 230, 70, 'ptap', 'Spring', '2025-2026', 'Mohammad is a positive student and participates nicely in class. He completes all his work and puts in solid effort.', 'Mohammad is a positive student and participates nicely in class. He completes all his work and puts in solid effort.', 4, 4, '2026-05-25 02:09:20'), +(944, 6, 70, 'ptap', 'Spring', '2025-2026', 'Sarah Maria is an accountable and kind student. She can get distracted at times and I would like to see her participate more often.', 'Sarah Maria is a responsible and kind student. She can get distracted at times and I would like to see her participate more often.', 4, 4, '2026-05-25 02:09:20'), +(945, 143, 51, 'ptap', 'Spring', '2025-2026', 'Doha is an amazing student who works hard to memorize surahs, finish her homework, project and she participates well in class.', 'Doha is an amazing student who works hard to memorize the Surahs and to finish her homework and project. She also participates well in class.', 4, 4, '2026-05-24 04:58:17'), +(946, 255, 51, 'ptap', 'Spring', '2025-2026', 'Jennah is one of the outstanding students of our class who participates really well, finishes her homework and memorizes all the surahs on time.', 'Jennah is one of the outstanding students of our class who participates really well, completes her homework and memorizes all the Surahs on time.', 4, 4, '2026-05-24 04:58:17'), +(947, 150, 51, 'ptap', 'Spring', '2025-2026', 'Leena always attend school with positive demeanor but she needs to challenge herself for better learning.', 'Leena always attends school with a positive demeanor but she needs to challenge herself for better learning.', 4, 4, '2026-05-24 04:58:17'), +(948, 233, 51, 'ptap', 'Spring', '2025-2026', 'Rinad is an absolute joy to have in class who works really hard not only to understand and participate in every activity but also to reproduce the concepts and share her experiences.', 'Rinad is an absolute joy to have in class. She works really hard to understand and participate in every activity. She is also good at reproducing the concepts and sharing her experiences.', 4, 4, '2026-05-24 04:58:17'), +(949, 164, 51, 'ptap', 'Spring', '2025-2026', 'Zaina is an absolute delight to have in class who participates so well in all class activities. She only needs to be mindful of finishing her homework on time.', 'Zaina is an absolute delight to have in class. She participates so well in all class activities. She only needs to be mindful of finishing her homework on time.', 4, 4, '2026-05-24 04:58:17'), +(950, 73, 51, 'final', 'Spring', '2025-2026', 'Arwa performed really well in Quranic studies part. Her exam score doesn\'t fully reflect her true capabilities. She could have achieve a higher by paying extra attention.', 'Arwa performed really well in the Quranic studies portion. Her exam score does not fully reflect her true capabilities. She could have achieved a higher grade by paying extra attention.', 4, 4, '2026-05-24 04:58:17'), +(951, 143, 51, 'final', 'Spring', '2025-2026', 'Doha achieved great success on her final exam. She demonstrated great performance on both sections but she could have maximized her score by paying attention to descriptive questions.', 'Doha achieved great success on her final exam. She demonstrated a great performance on both sections but she could have maximized her score by paying attention to descriptive questions.', 4, 4, '2026-05-24 04:58:17'), +(952, 255, 51, 'final', 'Spring', '2025-2026', 'Jennah achieved one of the highest scores on her final exam, performing exceptionally well on both sections. With a bit more preparation on the surah\'s summaries, she could have earned an even higher score.', 'Jennah achieved one of the highest scores on her final exam, performing exceptionally well on both sections. With a bit more preparation on the Surahs summaries, she could have earned an even higher score.', 4, 4, '2026-05-24 04:58:17'), +(953, 150, 51, 'final', 'Spring', '2025-2026', 'Leena is an enthusiastic student who starts off strong but can quickly lose track. To reach her full potential, she needs to pay extra attention to her performance in both sections.', 'Leena is an enthusiastic student who starts off strong but can quickly lose track. To reach her full potential, she needs to pay extra attention to her performance in both sections of the exam.', 4, 4, '2026-05-24 04:58:17'), +(954, 233, 51, 'final', 'Spring', '2025-2026', 'Rinad demonstrated her true potential on the final exam, greatly improving upon her midterm results. she clearly pays attention and will achieve even greater success in the future as her language skills continue to develop.', 'Rinad demonstrated her true potential in the final exam, greatly improving upon her midterm results. She clearly pays attention and will achieve even greater success in the future as her language skills continue to develop.', 4, 4, '2026-05-24 04:58:17'), +(955, 164, 51, 'final', 'Spring', '2025-2026', 'Zaina is an amazing student in every respect, but her performance on the final exam is not reflective of her true capabilities. She can easily achieve one of the highest scores with little extra effort.', 'Zaina is an amazing student in every aspect, but her performance in the final exam is not reflective of her true capabilities. She can easily achieve one of the highest scores with little extra effort.', 4, 4, '2026-05-24 04:58:17'), +(956, 66, 70, 'final', 'Spring', '2025-2026', 'Mohammed did exceptionally well on the exam. He had great and detailed answers. Keep up the good work!', 'Mohammed did exceptionally well on the exam. He had great and detailed answers. Keep up the good work!', 4, 4, '2026-05-25 02:09:20'), +(957, 146, 21, 'ptap', 'Spring', '2025-2026', 'Abdallah is extremely polite an avid listener. his participation in class is outstanding. he always enjoys all activities and project we do.', 'Abdallah is extremely polite and is an avid listener. His participation in class is outstanding. He always enjoys all activities and projects we do.', 4, 4, '2026-05-23 21:50:48'), +(958, 249, 21, 'ptap', 'Spring', '2025-2026', 'Abdul Kabeer is a pleasure to have in class as he demonstrates excellent commitment and fucus while consistently completing his work . he should do more effort at home by doing his homework and project.', 'Abdul Kabeer is a pleasure to have in class as he demonstrates excellent commitment and focus while consistently completing his work. He should do more effort at home by completing his homework and project.', 4, 4, '2026-05-23 21:50:48'), +(959, 146, 21, 'final', 'Spring', '2025-2026', 'Abdallah, I\'m very happy with your progress on this exam from the last one. i think you will continue to improve well, Insha\'Allah! I encourage you to practice more Quran and Arabic alphabet.', 'Abdallah, I\'m very happy with your progress on this exam from the last one. I think you will continue to improve, Insha\'Allah! I encourage you to practice more Quran and Arabic alphabet.', 4, 4, '2026-05-23 21:50:48'), +(960, 249, 21, 'final', 'Spring', '2025-2026', 'Abdul Kabeer did an outstanding job with recitation and did excellent on the exam, providing thorough and completing answers for most questions but he lost some points on a few questions. keep up the good work.', 'Abdul Kabeer did an outstanding job with recitation and did excellent on the exam, providing thorough answers for most questions but he lost some points on a few questions. Keep up the good work!', 4, 4, '2026-05-23 21:50:48'), +(961, 176, 21, 'ptap', 'Spring', '2025-2026', 'Afrah is a well behaved student. she is very quit and causes no trouble. i encourage her to try to engage more in class and ask any question that come to her mind.', 'Afrah is a well behaved student. She is very quiet and causes no trouble. I encourage her to try to engage more in class and ask questions.', 4, 4, '2026-05-23 21:50:48'), +(962, 176, 21, 'final', 'Spring', '2025-2026', 'Afrah struggled on this final exam. however, it is clear that she put in genuine effort and prepared as much as she could, especially for the Quran portion. with stronger focus and clear expression, her understanding can improve. happy to have her in my class.', 'Afrah struggled on this final exam. However, it is clear that she put in genuine effort and prepared as much as she could especially for the Quran portion. With stronger focus, her understanding can improve. Happy to have her in my class.', 4, 4, '2026-05-23 21:50:48'), +(963, 112, 21, 'ptap', 'Spring', '2025-2026', 'Ali is a pleasure to have in class. his effort this year were amazing. he should maintain and continue building upon his effective study and work routine.', 'Ali is a pleasure to have in class. His effort this year was amazing. He should maintain and continue building upon his effective study and work routine.', 4, 4, '2026-05-23 21:50:48'), +(964, 112, 21, 'final', 'Spring', '2025-2026', 'Ali great job! Masha Allah he surprised me . i encourage him to continue trying his best and to study a bit more. best of luck next year!', 'Ali, great job! MashaAllah he surprised me. I encourage him to continue trying his best and to study a bit more. Best of luck next year!', 4, 4, '2026-05-23 21:50:48'), +(965, 141, 21, 'ptap', 'Spring', '2025-2026', 'Ali consistently participates in class and always eager to learn. Ali memorized all the required surahs for second grade. he is a hard working student and his work is paying off. I am very proud of him!', 'Ali consistently participates in class and is always eager to learn. Ali memorized all the required Surahs for second grade. He is a hard working student and his work is paying off. I am very proud of him!', 4, 4, '2026-05-23 21:50:48'), +(966, 141, 21, 'final', 'Spring', '2025-2026', 'Ali outstanding work, Masha Allah he got the third highest score in the final. he worked independently, finished the test on time, and remained focused the whole time. happy to have him in my class!', 'Ali, outstanding work! MashaAllah he got the third highest score in the final. He worked independently, finished the test on time and remained focused the whole time. Happy to have him in my class!', 4, 4, '2026-05-23 21:50:48'), +(967, 45, 21, 'ptap', 'Spring', '2025-2026', 'Aya is a well behaved student. she is very quit and causes no trouble. i encourage her to try to engage more in class and ask any question that come to her mind.', 'Aya is a well behaved student. She is very quiet and causes no trouble. I encourage her to try to engage more in class and ask questions.', 4, 4, '2026-05-23 21:50:48'), +(968, 45, 21, 'final', 'Spring', '2025-2026', 'Aya struggled on the Quran memorization. she should put more effort. Otherwise she is a very nice student and I was very happy to have her in my class.', 'Aya struggled on the Quran memorization. She should put more effort into memorization. Otherwise, she is a very nice student and I was very happy to have her in my class.', 4, 4, '2026-05-23 21:50:48'), +(969, 173, 21, 'ptap', 'Spring', '2025-2026', 'Hafiz, your efforts this year were amazing,, focused, driven, and ambitious. I was proud to have you in class. great gob!', 'Hafiz\' efforts this year were amazing! He stayed focused, driven and ambitious throughout the school year. Great job!', 4, 4, '2026-05-23 21:50:48'), +(970, 86, 21, 'ptap', 'Spring', '2025-2026', 'Ibrahim, is a well behaved student and excels in memorization. we are proud of his consistent effort and attendance. thank you for a great year!', 'Ibrahim is a well behaved student and excels in Quran memorization. We are proud of his consistent effort and attendance. Thank you for a great year!', 4, 4, '2026-05-23 21:50:48'), +(971, 86, 21, 'final', 'Spring', '2025-2026', 'Ibrahim did an excellent job on the exam. His performance on the Quran section was quite good. keep up the good work!', 'Ibrahim did an excellent job on the exam. His performance on the Quran section was quite good. Keep up the good work!', 4, 4, '2026-05-23 21:50:48'), +(972, 105, 21, 'ptap', 'Spring', '2025-2026', 'Khadija is extremely polite an avid listener. her participation in class is outstanding. She always enjoys all activities and project we do. very happy to have you in class.', 'Khadija is extremely polite and an avid listener. Her participation in class is outstanding. She always enjoys all activities and projects we do. Very happy to have her in class.', 4, 4, '2026-05-23 21:50:48'), +(973, 105, 21, 'final', 'Spring', '2025-2026', 'Khadija great job! Masha Allah she surprised me . i encourage hir to continue trying her best and to study a bit more. best of luck next year!', 'Khadija, great job! MashaAllah she surprised me. I encourage her to continue trying her best and to study a bit more. Best of luck next year!', 4, 4, '2026-05-23 21:50:48'), +(974, 173, 21, 'final', 'Spring', '2025-2026', 'Hafiz, outstanding work. you did great in both Quran memorization and test, keep working hard! very proud to have you in my class.', 'Hafiz did an outstanding work! He did great in both Quran memorization and Islamic studies. Very happy to have him in my class.', 4, 4, '2026-05-23 21:50:48'), +(975, 256, 21, 'ptap', 'Spring', '2025-2026', 'Khadijah consistently participates in class and always eager to learn. She memorized all the required surahs for second grade. She is a hard working student and his work is paying off. I am happy to have her in class.', 'Khadijah consistently participates in class and is always eager to learn. She memorized all the required Surahs for second grade. She is a hard working student and her work is paying off. I am happy to have her in class.', 4, 4, '2026-05-23 21:50:48'), +(976, 256, 21, 'final', 'Spring', '2025-2026', 'Khadijah, Outstanding work, Masha Allah she got the highest score in the final. she worked independently, finished the test on time, and remained focused the whole time. \r\nkeep working hard Khadijah!', 'Khadijah, outstanding work! MashaAllah she got the highest score in the final. She worked independently, finished the test on time and remained focused the whole time. \r\nKeep working hard Khadijah!', 4, 4, '2026-05-23 21:50:48'), +(977, 168, 32, 'ptap', 'Spring', '2025-2026', 'Abaan participates frequently in classroom discussions. He excelled in the project assigned to him. Abaan also always delivers his homework on time and memorizes Quran successfully. I am happy to have had him as my student two years in a row.', 'Abaan participates frequently in classroom discussions. He excelled in his assigned project. Abaan also always delivers his homework on time and memorizes Quran successfully. I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(978, 168, 32, 'final', 'Spring', '2025-2026', 'Abaan did well in the final exam. I am happy with his score especially that he wasn\'t present on the revision day due to taking the exam earlier than the rest of the class. Abaan worked independently in the final. Keep up the good work!', 'Abaan did well in the final exam. I am happy with his score especially that he was not present on the review day due to taking the exam earlier than the rest of the class. Abaan worked independently in the final. Keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(979, 7, 32, 'ptap', 'Spring', '2025-2026', 'Adam Kamal participates frequently in classroom discussions. He always completes his homework on time. He excelled in the project assigned to him. I am happy to have had him as my student two years in a row.', 'Adam Kamal participates frequently in classroom discussions. He always completes his homework on time. He excelled in his assigned project. I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(980, 7, 32, 'final', 'Spring', '2025-2026', 'Adam Kamal did well in the final exam. He worked independently during the test and only asked questions when he didn\'t understand a question. He could have scored better if he didn\'t miss a few easy questions! Adam, keep up the good work!', 'Adam Kamal did well in the final exam. He worked independently during the test and only asked questions when he did not understand a question. He could have scored better if he did not miss a few easy questions. Adam, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(981, 220, 32, 'final', 'Spring', '2025-2026', 'Adyan did very well in the exam, MashaAllah! Sister Hala helped him with reading and understanding the questions. I am really proud of his performance. Keep up the good work Adyan!', 'Adyan did very well in the exam, MashaAllah! Sister Hala helped him with reading and understanding the questions. I am really proud of his performance! Keep up the good work Adyan!', 4, 4, '2026-05-24 01:18:35'), +(982, 75, 32, 'final', 'Spring', '2025-2026', 'Amjad had a full score in the final, MashAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Amjad.', 'Amjad had a perfect score in the final, MashaAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Amjad!', 4, 4, '2026-05-24 01:18:35'), +(983, 12, 41, 'ptap', 'Spring', '2025-2026', 'Ahdia is very well behaved student. I encourage Ahdia to participate more during class. Keep working hard.', 'Ahdia is a very well behaved student. I encourage Ahdia to participate more during class. Keep working hard.', 4, 4, '2026-05-24 21:08:40'), +(984, 121, 41, 'ptap', 'Spring', '2025-2026', 'Ajmal is a very well behaved student in class. I encourage Ajmal to participate more. He is able to answer questions about the lesson in class .', 'Ajmal is a very well behaved student in class. I encourage Ajmal to participate more. He is able to answer questions about the lessons in class.', 4, 4, '2026-05-24 21:08:40'), +(985, 216, 41, 'ptap', 'Spring', '2025-2026', 'Aleem is very polite and an avid listener. He always participates in class. keep working hard Aleem.', 'Aleem is very polite and is an avid listener. He always participates in class. keep working hard Aleem!', 4, 4, '2026-05-24 21:08:40'), +(986, 75, 32, 'ptap', 'Spring', '2025-2026', 'Amjad participates frequently in classroom discussions. He always completes his homework on time and excels in Quran memorization. Amjad\'s assigned project was well-done. I am happy to have had him as my student two years in a row.', 'Amjad participates frequently in classroom discussions. He always completes his homework on time and excels in Quran memorization. Amjad\'s assigned project was well-done. I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(987, 144, 32, 'final', 'Spring', '2025-2026', 'Omar had a full score in the final, MashAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Omar.', 'Omar had a full score in the final, MashaAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Omar!', 4, 4, '2026-05-24 01:18:35'), +(988, 13, 41, 'ptap', 'Spring', '2025-2026', 'Amina is extremely polite and an avid listener. she has outstanding participation in class and her studies. She was very engaged in learning during the year. She contributed great ideas during discussions and worked hard during class.', 'Amina is extremely polite and an avid listener. she actively participates in class. She was very engaged in learning throughout the year. She contributed great ideas during discussions and worked hard in class.', 4, 4, '2026-05-24 21:08:40'), +(989, 156, 41, 'ptap', 'Spring', '2025-2026', 'Asma is a very well behaved student. Always participates in class. I enjoyed having her this year. Keep working hard Asma.', 'Asma is a very well behaved student. She always participates in class. I enjoyed having her this year. Keep working hard Asma!', 4, 4, '2026-05-24 21:08:40'), +(990, 115, 41, 'ptap', 'Spring', '2025-2026', 'Ayesha is such a great and polite student. I encourage her to participate more during class. Keep working hard .', 'Ayesha is such a great and polite student. I encourage her to participate more during class. Keep working hard!', 4, 4, '2026-05-24 21:08:40'), +(991, 107, 120, 'final', 'Spring', '2025-2026', 'Anas, tremendous job on the exam. A few Islamic Studies mistakes cost some points, and one long-answer response needed more detail to fully address the prompt. Your Qur’an recitation and tajweed were strong—focus on fully memorizing the passage and polishing small mistakes through consistent revision. Keep up the great work.', 'Anas, tremendous job on the exam. A few Islamic Studies mistakes cost some points, and one long-answer response needed more detail to fully address the prompt. Your Quran recitation and tajweed were strong, focus on fully memorizing the passage and polishing small mistakes through consistent revision. Keep up the great work!', 4, 4, '2026-05-30 20:21:53'), +(992, 246, 120, 'final', 'Spring', '2025-2026', 'Ayaan, good effort on the exam. There were some minor mistakes in the Islamic Studies section, but your short and long-answer responses were strong overall. One long answer needed more explanation to fully address the prompt. Your recitation was good—focus on completing the Qur’an memorization and strengthening study habits. Keep up the great work.', 'Ayaan, good effort on the exam! There were some minor mistakes in the Islamic Studies section, but your short and long-answer responses were strong overall. Your recitation was good, focus on completing the Quran memorization and strengthening study habits. Keep up the great work!', 4, 4, '2026-05-30 20:21:53'), +(993, 136, 120, 'final', 'Spring', '2025-2026', 'Hawa, outstanding effort on the exam. A few minor mistakes in Islamic Studies and Qur’an recitation kept you from a perfect score. Your short- and long-answer responses were excellent and thoroughly explained. Great job on the Qur’an memorization and recitation. Keep building on your study habits and striving for excellence.', 'Hawa, outstanding effort on the exam. A few minor mistakes in Islamic Studies and Quran recitation kept you from a perfect score. Your short- and long-answer responses were excellent and thoroughly explained. Great job on the Quran memorization and recitation. Keep building on your study habits and striving for excellence.', 4, 4, '2026-05-30 20:21:53'), +(994, 31, 120, 'final', 'Spring', '2025-2026', 'Ibrahim, good job on the exam. A few mistakes in the Islamic Studies section cost points, so continue strengthening your study habits and reviewing the material. Your short and long-answer responses were thoughtful and well written. Your recitation was good—focus on fully memorizing the Qur’an passage. Keep up the great work and continue improving.', 'Ibrahim, good job on the exam! A few mistakes in the Islamic Studies section cost points, so continue strengthening your study habits and reviewing the material. Your short and long-answer responses were thoughtful and well written. Your recitation was good, focus on fully memorizing the Quran passage.', 4, 4, '2026-05-30 20:21:53'), +(995, 201, 120, 'final', 'Spring', '2025-2026', 'Rayan, amazing work on the exam. A few mistakes in the Islamic Studies section can be improved with extra review and self-testing. Your short and long-answer responses were strong overall, though one needed more detail to fully address the prompt. Your recitation was great—focus on fully memorizing the passage and staying on top of assignments.', 'Rayan, amazing work on the exam. A few mistakes in the Islamic Studies section can be improved with extra review and self-testing. Your short- and long-answer responses were strong overall, though one needed more detail to fully address the prompt. Your recitation was great, focus on fully memorizing the passage and staying on top of assignments.', 4, 4, '2026-05-30 20:21:53'), +(996, 47, 120, 'final', 'Spring', '2025-2026', 'Salman, outstanding effort on the exam. Minor Islamic Studies mistakes and some short long-answer responses cost a few points. Your recitation was great, and you were very close to fully memorizing the passage. Keep reviewing consistently and testing yourself. Amazing improvement—keep up the tremendous work.', 'Salman, outstanding effort on the exam. Minor Islamic Studies mistakes and some short long-answer responses cost a few points. Your recitation was great, and you were very close to fully memorizing the passage. Keep reviewing consistently and testing yourself. Amazing improvement, keep up the tremendous work.', 4, 4, '2026-05-30 20:21:53'), +(997, 40, 42, 'ptap', 'Spring', '2025-2026', 'Ashar has been absent frequently, which has resulted in missed classwork, projects, and review activities. These absences have impacted the student’s ability to stay current with instruction and fully participate in classroom learning opportunities.', 'Ashar has been absent frequently, which has resulted in missed classwork, projects, and review activities. These absences have impacted the student’s ability to stay current with instruction and fully participate in classroom learning opportunities.', 4, 4, '2026-05-24 01:43:28'), +(998, 46, 120, 'final', 'Spring', '2025-2026', 'Sarah, good job on the exam. Some mistakes in the Islamic Studies section can be improved with extra review and careful reading of the prompts. Be sure to fully explain your long-answer responses. Your Qur’an recitation showed solid effort—focus on completing the memorization and polishing small mistakes through consistent practice.', 'Sarah, good job on the exam! Some mistakes in the Islamic Studies section can be improved with extra review and careful reading of the prompts. Be sure to fully explain your long-answer responses. Your Quran recitation showed solid effort, focus on completing the memorization and polishing small mistakes through consistent practice.', 4, 4, '2026-05-30 20:21:53'), +(999, 239, 120, 'final', 'Spring', '2025-2026', 'Umaima, I was disappointed in your efforts on the exam. A few multiple-choice mistakes show need for stronger content review and self-testing. Most short- and long-answer questions were left blank; attempted answers were solid—attempt all for partial credit. Qur’an memorization was not completed; set aside daily time, even in small portions.', 'Umaima, I was disappointed in your efforts on the exam. A few multiple-choice mistakes show need for stronger content review and self-testing. Most short- and long-answer questions were left blank; attempted answers were solid, attempt all for partial credit. Quran memorization was not completed; set aside daily time, even in small portions.', 4, 4, '2026-05-30 20:21:53'), +(1000, 259, 120, 'final', 'Spring', '2025-2026', 'Zaineb, great job on the exam. A few minor mistakes can be improved with extra review. For open-response questions, try to attempt every question, even with an educated guess, to earn partial credit. One long-answer response was too brief—be sure to fully explain and address the prompt. Excellent effort on Qur’an memorization and recitation.', 'Zaineb, great job on the exam. A few minor mistakes can be improved with extra review. For open-response questions, try to attempt every question, even with an educated guess, to earn partial credit. One long-answer response was too brief, be sure to fully explain and address the prompt. Excellent effort on Quran memorization and recitation.', 4, 4, '2026-05-30 20:21:53'), +(1001, 219, 120, 'final', 'Spring', '2025-2026', 'Zuhayer, good job on the exam. Strengthen study habits by reviewing content and testing yourself for Islamic Studies. Some short- and long-answer responses needed fuller explanations to address the prompt. Qur’an recitation was good, but only half the passage was memorized—stay consistent with assignments. Good bounce back, keep improving.', 'Zuhayer, good job on the exam! Strengthen study habits by reviewing content and testing yourself for Islamic Studies. Some short- and long-answer responses needed fuller explanations. Quran recitation was good, but only half the passage was memorized, stay consistent with assignments.', 4, 4, '2026-05-30 20:21:53'), +(1002, 96, 120, 'final', 'Spring', '2025-2026', 'Arleyya Safeera, superb effort on the exam. Minor mistakes in the Islamic Studies multiple-choice and fill-in-the-blanks cost a few points, but your short- and long-answer responses were thoughtful and strong. Your recitation was excellent. Focus on completing the Qur’an memorization and staying caught up after absences. Keep up the great work.', 'Arleyya Safeera, superb effort on the exam! Minor mistakes cost a few points, but your short- and long-answer responses were thoughtful and strong. Your recitation was excellent. Focus on completing the Quran memorization and staying caught up after absences. Keep up the great work.', 4, 4, '2026-05-30 20:21:53'), +(1003, 231, 42, 'ptap', 'Spring', '2025-2026', 'Ghaith frequent absences and language barriers have impacted his ability to learn new material and participate effectively in class tasks and discussions. These challenges have affected the Ghaith’s understanding of instruction, completion of assignments, and overall classroom engagement.', 'Ghaith frequent absences and language barriers have impacted his ability to learn new material and participate effectively in class tasks and discussions. These challenges have affected Ghaith’s understanding of instructions, completion of assignments, and overall classroom engagement.', 4, 4, '2026-05-24 01:43:28'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(1004, 135, 42, 'ptap', 'Spring', '2025-2026', 'John is a hardworking and dedicated learner who puts significant effort into class tasks. He cares about learning and consistently strives to improve his knowledge and understanding', 'John is a hardworking and dedicated learner who puts significant effort into class tasks. He cares about learning and consistently strives to improve his knowledge and understanding.', 4, 4, '2026-05-24 01:43:28'), +(1005, 55, 42, 'ptap', 'Spring', '2025-2026', 'Mariam is a hard working student. She may become distracted and benefit from redirection to remain on task. She appears bored or disengaged but she is able to participate with some encouragement.', 'Mariam is a hard working student. She may become distracted and benefit from redirection to remain on task. She appears bored or disengaged but she is able to participate with some encouragement.', 4, 4, '2026-05-24 01:43:28'), +(1006, 177, 42, 'ptap', 'Spring', '2025-2026', 'Naz Yasin is a hard working student. He would benefit from reminders to participate and do his best during class activities. He had difficulties practicing the short suras because his focus has been on memorizing long suras.', 'Naz Yasin is a hard working student. He would benefit from reminders to participate and do his best during class activities. He had difficulties practicing the short Surahs because his focus has been on memorizing long Surahs.', 4, 4, '2026-05-24 01:43:28'), +(1007, 51, 42, 'ptap', 'Spring', '2025-2026', 'Samira is a hard working student. She puts enormous efforts into studying and completing tasks. She demonstrates caring by creating details notes and reviewing lessons.', 'Samira is a hard working student. She puts enormous efforts into studying and completing tasks. She demonstrates caring by creating detailed notes and reviewing lessons.', 4, 4, '2026-05-24 01:43:28'), +(1008, 33, 42, 'ptap', 'Spring', '2025-2026', 'Souleymane is a cooperative student who would benefit from step by step instruction, extra review and encouragement to build his confidence.', 'Souleymane is a cooperative student who would benefit from step by step instructions, extra review and encouragement to build his confidence.', 4, 4, '2026-05-24 01:43:28'), +(1009, 63, 42, 'ptap', 'Spring', '2025-2026', 'Zakaria is academically capable and demonstrates strong understanding of lessons concepts. He can benefit from developing stronger communication skills with peers and teachers, as well as becoming more open to accepting feedback as part of the learning process.', 'Zakaria is academically capable and demonstrates strong understanding of lessons\' concepts. He can benefit from developing stronger communication skills with peers and teachers, as well as becoming more open to accepting feedback as part of the learning process.', 4, 4, '2026-05-24 01:43:28'), +(1010, 140, 42, 'ptap', 'Spring', '2025-2026', 'Ziyad is a capable student . He sometimes avoids doing work and becomes easily distracted. With support and encouragement Ziyad will continue to improve.', 'Ziyad is a capable student . He sometimes avoids doing work and becomes easily distracted. With support and encouragement Ziyad will continue to improve.', 4, 4, '2026-05-24 01:43:28'), +(1011, 218, 42, 'ptap', 'Spring', '2025-2026', 'Zunairah is a capable student. She put a lot of efforts in class assignments. She would benefit from encouragement to participate in class activities and discussions.', 'Zunairah is a capable student. She puts a lot of efforts in class assignments. She would benefit from encouragement to participate in class activities and discussions.', 4, 4, '2026-05-24 01:43:28'), +(1012, 109, 41, 'ptap', 'Spring', '2025-2026', 'Jana participated very well in class. She stayed focus during lessons and shared thoughtful ideas during discussions. Her positives attitude helped create a great learning environment for everyone.', 'Jana participated very well in class. She stayed focused during lessons and shared thoughtful ideas during discussions. Her positive attitude helped create a great learning environment for everyone.', 4, 4, '2026-05-24 21:08:40'), +(1013, 248, 41, 'ptap', 'Spring', '2025-2026', 'Mohammad Yusuf showed excellent participation in class . He raised his hand often and continued meaningful answers to our activities. I\'m so proud of his effort and engagement.', 'Mohammad Yusuf showed excellent participation in class. He raised his hand often and contributed with meaningful answers to our activities. I am so proud of his effort and engagement.', 4, 4, '2026-05-24 21:08:40'), +(1014, 85, 42, 'final', 'Spring', '2025-2026', 'Aiza did well in the final exam. she was reminded to go over the answer and check her work before submitting the exam.', 'Aiza did well in the final exam. She was reminded to go over the answers and check her work before submitting the exam.', 4, 4, '2026-05-24 01:43:28'), +(1015, 27, 41, 'ptap', 'Spring', '2025-2026', 'Muhammad Abdullah was actively involved in every lesson during the year. He worked well with classmates and participated confidently during class discussions. His enthusiasm for learning was wonderful to see.', 'Muhammad Abdullah was actively involved in every lesson during the year. He worked well with classmates and participated confidently during class discussions. His enthusiasm for learning was wonderful to see.', 4, 4, '2026-05-24 21:08:40'), +(1016, 118, 42, 'final', 'Spring', '2025-2026', 'Anya did well in the final exam. she had some confusion about some questions and asked for clarification. she was reminded to review her answers.', 'Anya did well in the final exam. She had some confusion about some questions and asked for clarification. She was reminded to review her answers.', 4, 4, '2026-05-24 01:43:28'), +(1017, 106, 42, 'final', 'Spring', '2025-2026', 'Atiya did her best in the final exam. She was directed to go over her answers and revise her work especially the Quran translation matching words.', 'Atiya did her best in the final exam. She was directed to go over her answers and revise her work especially the Quran translation matching words.', 4, 4, '2026-05-24 01:43:28'), +(1018, 231, 42, 'final', 'Spring', '2025-2026', 'Ghaith missed the review session, so he did not have the study guide to prepare better for the exam which impact his performance in the final exam.', 'Ghaith missed the review session, so he did not have the study guide to prepare better for the exam which impact his performance in the final exam.', 4, 4, '2026-05-24 01:43:28'), +(1019, 152, 41, 'ptap', 'Spring', '2025-2026', 'Muhammad Abubaker had a great year, participated most of the time , occasionally had little difficulty listening. He contributed positively throughout the lessons.', 'Muhammad Abubaker was great throughout the school year. He participated most of the time but occasionally had little difficulty listening. He contributed positively during the lessons.', 4, 4, '2026-05-24 21:08:40'), +(1020, 138, 42, 'final', 'Spring', '2025-2026', 'Hashim did an excellent work in the final exam. His grade reflect his strong understanding and caring for learning.', 'Hashim did an excellent work in the final exam. His grade reflects his strong understanding and caring for learning.', 4, 4, '2026-05-24 01:43:28'), +(1021, 135, 42, 'final', 'Spring', '2025-2026', 'John put in significant effort and did his best on the final exam. He demonstrated persistence throughout the assessment. He was a bit confused on some items and appropriately asked for clarification when needed.', 'John put in significant effort and did his best on the final exam. He demonstrated persistence throughout the assessment. He was a bit confused on some items and appropriately asked for clarification when needed.', 4, 4, '2026-05-24 01:43:28'), +(1022, 111, 41, 'ptap', 'Spring', '2025-2026', 'Seif Eddine demonstrated strong classroom participation during the year. He asked good questions and stayed engaged during independent and group work. His effort is making a positive difference in his learning.', 'Seif Eddine demonstrated strong classroom participation during the year. He asked good questions and stayed engaged during independent and group work. His effort is making a positive difference in his learning.', 4, 4, '2026-05-24 21:08:40'), +(1023, 55, 42, 'final', 'Spring', '2025-2026', 'Mariam did an excellent work in the final exam. her grade reflect deep understanding of the material and strong studying efforts. . She demonstrated thorough preparation and a clear grasp of the concepts assessed.', 'Mariam did an excellent work in the final exam. her grade reflect deep understanding of the material and strong studying efforts. She demonstrated thorough preparation and a clear grasp of the concepts assessed.', 4, 4, '2026-05-24 01:43:28'), +(1024, 129, 41, 'ptap', 'Spring', '2025-2026', 'Zaid participated respectfully and thoughtfully during the class. He always showed confidence answering questions and remained focused throughout our activities. I appreciate his hard work.', 'Zaid participated respectfully and thoughtfully during the class. He always showed confidence answering questions and remained focused throughout our activities. I appreciate his hard work.', 4, 4, '2026-05-24 21:08:40'), +(1025, 177, 42, 'final', 'Spring', '2025-2026', 'Naz Yasin did well in the final exam. He needed reminders to stay focused and review his answers. He did well over all.', 'Naz Yasin did well in the final exam. He needed reminders to stay focused and review his answers. He did well overall.', 4, 4, '2026-05-24 01:43:28'), +(1026, 51, 42, 'final', 'Spring', '2025-2026', 'Samira did an excellent work in the final. Her grade reflects her deep understanding of the material and caring to learn and improve.', 'Samira did an excellent work in the final. Her grade reflects her deep understanding of the material and caring to learn and improve.', 4, 4, '2026-05-24 01:43:28'), +(1027, 202, 41, 'ptap', 'Spring', '2025-2026', 'Zoya did an outstanding job participating in class discussions. They She was attentive, cooperative, and eager to learn new things. Her positive participation is noticed and appreciated.', 'Zoya did an outstanding job participating in class discussions. She was attentive, cooperative and eager to learn new things. Her positive participation is noticed and appreciated.', 4, 4, '2026-05-24 21:08:40'), +(1028, 33, 42, 'final', 'Spring', '2025-2026', 'Souleymane showed significant difficulty understanding the questions and required frequent prompting to support comprehension and recall of answers. He would benefit from additional practice with reading skills and opportunities to discuss what he reads in his own words to strengthen understanding.', 'Souleymane showed significant difficulty understanding the questions and required frequent prompting to support comprehension and recall of answers. He would benefit from additional practice to improve his reading skills and opportunities to discuss what he reads in his own words to strengthen understanding.', 4, 4, '2026-05-24 01:43:28'), +(1029, 63, 42, 'final', 'Spring', '2025-2026', 'Zakaria had difficulty recalling information needed to answer questions and struggled to demonstrate understanding during the assessment. He showed resistance to seeking clarification and was unwilling to reconsider responses or review answers when prompted', 'Zakaria had difficulty recalling information needed to answer questions and struggled to demonstrate understanding during the assessment. He showed resistance to seeking clarification and was unwilling to reconsider responses or review answers when prompted.', 4, 4, '2026-05-24 01:43:28'), +(1030, 140, 42, 'final', 'Spring', '2025-2026', 'Ziyad did well on the exam overall. However, he was at times distracted by drawing and writing comments on his exam paper and needed reminders to stay focused on the questions. With redirection, he was able to complete the assessment and provide responses.', 'Ziyad did well on the exam overall. However, he was at times distracted by drawing and writing comments on his exam paper and needed reminders to stay focused on the questions. With redirection, he was able to complete the assessment and provide responses.', 4, 4, '2026-05-24 01:43:28'), +(1031, 218, 42, 'final', 'Spring', '2025-2026', 'Zunairah did well in the exam overall. However, she rushed through the questions and needed reminders to carefully review her answers. She was reminded to take more time to check her work and provide more detailed responses to fully demonstrate her understanding.', 'Zunairah did well in the exam overall. However, she rushed through the questions and needed reminders to carefully review her answers. She was reminded to take more time to check her work and provide more detailed responses to fully demonstrate her understanding.', 4, 4, '2026-05-24 01:43:28'), +(1032, 217, 21, 'final', 'Spring', '2025-2026', 'Musa did an amazing job in the final test. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 'Musa did an amazing job in the final exam. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 4, 4, '2026-05-23 21:50:48'), +(1033, 217, 21, 'ptap', 'Spring', '2025-2026', 'Musa is a well behaved student and excels in memorization. we are proud of his consistent effort and attendance. thank you for a great year!', 'Musa is a well behaved student who excels in memorization. We are proud of his consistent effort and attendance. Thank you for a great year!', 4, 4, '2026-05-23 21:50:48'), +(1034, 36, 21, 'ptap', 'Spring', '2025-2026', 'Shariq is a well behaved student and excels in memorization. we are proud of his consistent effort and attendance. thank you for a great year!', 'Shariq is a well behaved student who excels in memorization. We are proud of his consistent effort and attendance. Thank you for a great year!', 4, 4, '2026-05-23 21:50:48'), +(1035, 43, 21, 'ptap', 'Spring', '2025-2026', 'Soheb consistently participates in class and always eager to learn. Soheb memorized all the required surahs for second grade. he is a hard working student and his work is paying off. I am very proud of him!', 'Soheb consistently participates in class and is always eager to learn. Soheb memorized all the required Surahs for second grade. He is a hard working student and his work is paying off. I am very proud of him!', 4, 4, '2026-05-23 21:50:48'), +(1036, 43, 21, 'final', 'Spring', '2025-2026', 'Soheb did an amazing job in the final test. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 'Soheb did an amazing job in the final test. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 4, 4, '2026-05-23 21:50:48'), +(1037, 200, 21, 'ptap', 'Spring', '2025-2026', 'Leena consistently participates in class and always eager to learn. Leena memorized all the required surahs for second grade. She is a hard working student and her work is paying off. I am very proud of her!', 'Leena consistently participates in class and is always eager to learn. Leena memorized all the required Surahs for second grade. She is a hard working student and her work is paying off. I am very proud of her!', 4, 4, '2026-05-23 21:50:48'), +(1038, 200, 21, 'final', 'Spring', '2025-2026', 'Leena outstanding work, Masha Allah she got the third highest score in the final. she worked independently, finished the test on time, and remained focused the whole time. happy to have her in my class!', 'Leena, outstanding work! MashaAllah she got the third highest score in the final. She worked independently, finished the test on time and remained focused the whole time. Happy to have her in my class!', 4, 4, '2026-05-23 21:50:48'), +(1039, 147, 21, 'final', 'Spring', '2025-2026', 'Yara, outstanding work, Masha Allah she got the second highest score in the final. she finished the test on time, and remained focused the whole time. happy to have her in my class!', 'Yara, outstanding work! MashaAllah she got the second highest score in the final. She finished the test on time, and remained focused the whole time. Happy to have her in my class!', 4, 4, '2026-05-23 21:50:48'), +(1040, 147, 21, 'ptap', 'Spring', '2025-2026', 'Yara is a well behaved student and excels in memorization. we are proud of his consistent effort and attendance. thank you for a great year!', 'Yara is a well behaved student who excels in memorization. We are proud of her consistent effort and attendance. Thank you for a great year!', 4, 4, '2026-05-23 21:50:48'), +(1041, 206, 21, 'ptap', 'Spring', '2025-2026', 'Yusuf is a well behaved student. he is very quit and causes no trouble. I encourage him to try to engage more in class and ask any question that come to her mind.', 'Yusuf is a well behaved student. He is very quiet and causes no trouble. I encourage him to try to engage more in class and ask questions.', 4, 4, '2026-05-23 21:50:48'), +(1042, 206, 21, 'final', 'Spring', '2025-2026', 'Yusuf struggled on the Quran memorization. he should put more effort. Otherwise he is a very nice student and I was very happy to have him in my class.', 'Yusuf struggled in the Quran memorization. He should put more effort towards that. Otherwise he is a very nice student and I was very happy to have him in my class.', 4, 4, '2026-05-23 21:50:48'), +(1043, 157, 21, 'ptap', 'Spring', '2025-2026', 'Salma is a great student to work with. she is very well behaved. she is very quit and causes no trouble. i was proud to have her in class.', 'Salma is a great student to work with. She is very well behaved. She is very quiet and causes no trouble. I was proud to have her in class.', 4, 4, '2026-05-23 21:50:48'), +(1044, 157, 21, 'final', 'Spring', '2025-2026', 'Salma did good in the final exam but I am sure she could do better. her performance on the Quran section was quite good. keep up the good work!', 'Salma did good in the final exam but I am sure she could do better. Her performance on the Quran section was quite good. Keep up the good work!', 4, 4, '2026-05-23 21:50:48'), +(1045, 36, 21, 'final', 'Spring', '2025-2026', 'Shariq did an amazing job in the final test. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 'Shariq did an amazing job in the final test. He placed really high in the class. He worked independently and finished the test on time. He remained focused the whole time. Very proud of him!', 4, 4, '2026-05-23 21:50:48'), +(1046, 109, 41, 'attendance', 'Spring', '2025-2026', 'Jana\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1047, 156, 41, 'attendance', 'Spring', '2025-2026', 'Asma\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1048, 248, 41, 'attendance', 'Spring', '2025-2026', 'Mohammad Yusuf\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1049, 115, 41, 'attendance', 'Spring', '2025-2026', 'Ayesha\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1050, 27, 41, 'attendance', 'Spring', '2025-2026', 'Muhammad Abdullah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1051, 202, 41, 'attendance', 'Spring', '2025-2026', 'Zoya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1052, 111, 41, 'attendance', 'Spring', '2025-2026', 'Seif Eddine\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1053, 121, 41, 'attendance', 'Spring', '2025-2026', 'Ajmal\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1054, 129, 41, 'attendance', 'Spring', '2025-2026', 'Zaid\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1055, 152, 41, 'attendance', 'Spring', '2025-2026', 'Muhammad Abubaker\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1056, 12, 41, 'attendance', 'Spring', '2025-2026', 'Ahdia\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1057, 13, 41, 'attendance', 'Spring', '2025-2026', 'Amina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1058, 216, 41, 'attendance', 'Spring', '2025-2026', 'Aleem\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:36:31'), +(1059, 188, 52, 'attendance', 'Spring', '2025-2026', 'Salma\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1060, 224, 52, 'attendance', 'Spring', '2025-2026', 'Umaima\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1061, 22, 52, 'attendance', 'Spring', '2025-2026', 'Janna\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1062, 125, 52, 'attendance', 'Spring', '2025-2026', 'Abdullah\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1063, 2, 52, 'attendance', 'Spring', '2025-2026', 'Imran Badr\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1064, 195, 52, 'attendance', 'Spring', '2025-2026', 'Haneen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1065, 194, 52, 'attendance', 'Spring', '2025-2026', 'Omar\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1066, 103, 52, 'attendance', 'Spring', '2025-2026', 'Dua\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1067, 50, 52, 'attendance', 'Spring', '2025-2026', 'Abubakar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1068, 100, 52, 'attendance', 'Spring', '2025-2026', 'Arham\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1069, 25, 52, 'attendance', 'Spring', '2025-2026', 'Melody\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1070, 42, 52, 'attendance', 'Spring', '2025-2026', 'Zainab\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1071, 244, 52, 'attendance', 'Spring', '2025-2026', 'Yaseen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1072, 186, 52, 'attendance', 'Spring', '2025-2026', 'Justin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1073, 60, 52, 'attendance', 'Spring', '2025-2026', 'Ibrahim\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:38:06'), +(1074, 223, 90, 'attendance', 'Spring', '2025-2026', 'Sabeen\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1075, 108, 90, 'attendance', 'Spring', '2025-2026', 'Ziyad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1076, 69, 90, 'attendance', 'Spring', '2025-2026', 'Ishaal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1077, 212, 90, 'attendance', 'Spring', '2025-2026', 'Aicha Safia\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1078, 116, 90, 'attendance', 'Spring', '2025-2026', 'Zoya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1079, 162, 90, 'attendance', 'Spring', '2025-2026', 'Sidrah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1080, 204, 90, 'attendance', 'Spring', '2025-2026', 'Bubacar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1081, 102, 90, 'attendance', 'Spring', '2025-2026', 'Hiba\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1082, 154, 90, 'attendance', 'Spring', '2025-2026', 'Yasmine\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1083, 48, 90, 'attendance', 'Spring', '2025-2026', 'Subhan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1084, 208, 90, 'attendance', 'Spring', '2025-2026', 'Iqra\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 1, '2026-05-23 23:39:08'), +(1085, 107, 120, 'attendance', 'Spring', '2025-2026', 'Anas\' attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1086, 237, 120, 'attendance', 'Spring', '2025-2026', 'Hussain\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1087, 47, 120, 'attendance', 'Spring', '2025-2026', 'Salman\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1088, 46, 120, 'attendance', 'Spring', '2025-2026', 'Sarah\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1089, 31, 120, 'attendance', 'Spring', '2025-2026', 'Ibrahim\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1090, 181, 120, 'attendance', 'Spring', '2025-2026', 'Hassen\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1091, 241, 120, 'attendance', 'Spring', '2025-2026', 'Zakaria\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1092, 238, 120, 'attendance', 'Spring', '2025-2026', 'Adyan\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1093, 239, 120, 'attendance', 'Spring', '2025-2026', 'Umaima\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1094, 203, 120, 'attendance', 'Spring', '2025-2026', 'Isabella\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1095, 259, 120, 'attendance', 'Spring', '2025-2026', 'Zaineb\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1096, 114, 120, 'attendance', 'Spring', '2025-2026', 'Hashir\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1097, 201, 120, 'attendance', 'Spring', '2025-2026', 'Rayan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1098, 247, 120, 'attendance', 'Spring', '2025-2026', 'Aliyah\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1099, 38, 120, 'attendance', 'Spring', '2025-2026', 'Ahmed\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1100, 88, 120, 'attendance', 'Spring', '2025-2026', 'Adi\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1101, 96, 120, 'attendance', 'Spring', '2025-2026', 'Arleyya Safeera\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1102, 225, 120, 'attendance', 'Spring', '2025-2026', 'Abdul\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1103, 246, 120, 'attendance', 'Spring', '2025-2026', 'Ayaan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1104, 59, 120, 'attendance', 'Spring', '2025-2026', 'Ahmed\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1105, 136, 120, 'attendance', 'Spring', '2025-2026', 'Hawa\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1106, 95, 120, 'attendance', 'Spring', '2025-2026', 'Fauzhan\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1107, 219, 120, 'attendance', 'Spring', '2025-2026', 'Zuhayer\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1108, 253, 120, 'attendance', 'Spring', '2025-2026', 'Victoria\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1109, 236, 120, 'attendance', 'Spring', '2025-2026', 'Malaika\'s attendance has been critically low, with extensive missed time and little weekly consistency. Immediate improvement in regular attendance is recommended to restore routine and continuity.', NULL, NULL, 4, '2026-05-23 23:39:20'), +(1110, 144, 32, 'ptap', 'Spring', '2025-2026', 'Omar participates frequently in classroom discussions. He always completes his homework on time. Omar\'s project was amazing MashaAllah. I am happy to have had him as my student two years in a row.', 'Omar participates frequently in classroom discussions. He always completes his homework on time. Omar\'s project was amazing MashaAllah! I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1111, 145, 32, 'ptap', 'Spring', '2025-2026', 'Lina participates frequently and always completes her homework on time. Lina\'s project was amazing MashaAllah. I am happy to have had her as my student two years in a row.', 'Lina participates frequently and always completes her homework on time. Lina\'s project was amazing MashaAllah! I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1112, 130, 32, 'ptap', 'Spring', '2025-2026', 'Omar participates frequently in classroom discussions. He always completes his homework on time. Omar excelled in his project MashaAllah. Omar\'s tajweed is amazing MashaAllah. I am happy I had him as my student this year. Omar was a great addition to our class.', 'Omar participates frequently in classroom discussions. He always completes his homework on time. He also excelled in his project. Omar\'s tajweed is amazing MashaAllah! I am happy I had him as my student this year.', 4, 4, '2026-05-24 01:18:35'), +(1113, 123, 32, 'ptap', 'Spring', '2025-2026', 'Sara participates frequently and always completes her homework on time. Sara\'s project was amazing MashaAllah. I am happy to have had her as my student two years in a row.', 'Sara participates frequently and always completes her homework on time. Sara\'s project was amazing MashaAllah! I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1114, 8, 32, 'ptap', 'Spring', '2025-2026', 'Yahia Nizar participates frequently in classroom discussions. He always completes his homework on time. His project was well done. I am happy to have had him as my student two years in a row.', 'Yahia Nizar participates frequently in classroom discussions. He always completes his homework on time. His project was well done. I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1115, 179, 32, 'ptap', 'Spring', '2025-2026', 'Hasanat participates frequently and always completes her homework on time. She worked hard on her assigned project. Hasanat excels in Quran memorization. I am happy to have had her as my student. She was a great addition to our class.', 'Hasanat participates frequently and always completes her homework on time. She worked hard on her assigned project. Hasanat excels in Quran memorization. I am happy to have had her as my student. She was a great addition to our class.', 4, 4, '2026-05-24 01:18:35'), +(1116, 18, 32, 'ptap', 'Spring', '2025-2026', 'Nuha participates frequently and always completes her homework on time. Nuha\'s project was amazing MashaAllah. She spoke with confidence when presenting it. I am happy to have had her as my student two years in a row.', 'Nuha participates frequently and always completes her homework on time. Nuha\'s project was amazing MashaAllah! She spoke with confidence when presenting it. I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1117, 165, 32, 'ptap', 'Spring', '2025-2026', 'Salma participates frequently and always completes her homework on time. Salma\'s project was amazing MashaAllah. I am happy to have had her as my student two years in a row.', 'Salma participates frequently and always completes her homework on time. Salma\'s project was amazing MashaAllah! I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1118, 74, 32, 'ptap', 'Spring', '2025-2026', 'Razan participates when prompted and always completes her homework on time. Razan excelled in her project. I am happy to have had her as my student two years in a row.', 'Razan participates when prompted and always completes her homework on time. Razan excelled in her project. I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1119, 54, 32, 'ptap', 'Spring', '2025-2026', 'Ayesha participates when prompted and always completes her homework on time. Ayesha excelled in her project. I am happy to have had her as my student two years in a row.', 'Ayesha participates when prompted and always completes her homework on time. Ayesha excelled in her project. I am happy to have had her as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1120, 185, 32, 'ptap', 'Spring', '2025-2026', 'Ilyes participates when prompted in classroom discussions. He always completes his homework on time. Ilyes completed his project research on time. I am happy I had him as my student two years in a row.', 'Ilyes participates in classroom discussions when prompted. He always completes his homework on time. Ilyes completed his project research on time. I am happy I had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1121, 169, 32, 'ptap', 'Spring', '2025-2026', 'Azlaan participates frequently in classroom discussions. He always completes his homework on time and excells in Quran memorization. Azlaan\'s project was well done. I am happy to have had him as my student two years in a row.', 'Azlaan participates frequently in classroom discussions. He always completes his homework on time and excells in Quran memorization. Azlaan\'s project was well done. I am happy to have had him as my student two years in a row.', 4, 4, '2026-05-24 01:18:35'), +(1122, 169, 32, 'final', 'Spring', '2025-2026', 'Azlaan did an amazing job in the final exam. I am proud of his score especially that he wasn\'t present on the revision day due to taking the exam earlier than the rest of the class. Azlaan worked independently in the final. Keep up the amazing work!', 'Azlaan did an amazing job in the final exam. I am proud of his score especially that he was not present on the review day due to taking the exam earlier than the rest of the class. Azlaan worked independently in the final. Keep up the amazing work!', 4, 4, '2026-05-24 01:18:35'), +(1123, 123, 32, 'final', 'Spring', '2025-2026', 'Sara had a full score in the final, MashAllah. She worked independently and stayed focused the whole time. Her hard work throughout the year is paying off. Keep up the excellent work Sara.', 'Sara had a full score in the final, MashAllah. She worked independently and stayed focused the whole time. Her hard work throughout the year is paying off. Keep up the excellent work Sara!', 4, 4, '2026-05-24 01:18:35'), +(1124, 130, 32, 'final', 'Spring', '2025-2026', 'Omar had the second highest score in the final, MashAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Omar.', 'Omar had the second highest score in the final, MashaAllah. He worked independently and stayed focused the whole time. His hard work throughout the year is paying off. Keep up the excellent work Omar.', 4, 4, '2026-05-24 01:18:35'), +(1125, 54, 32, 'final', 'Spring', '2025-2026', 'Ayesha did well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question. She could have scored better if she didn\'t miss a few easy questions! Ayesha, keep up the good work!', 'Ayesha did well in the final exam. She worked independently during the test and only asked questions when she did not understand a question. She could have scored better if she did not miss a few easy questions! Ayesha, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1126, 179, 32, 'final', 'Spring', '2025-2026', 'Hasanat did very well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question. Hasanat, keep up the good work!', 'Hasanat did very well in the final exam. She worked independently during the test and only asked questions when she did not understand a question. Hasanat, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1127, 202, 41, 'final', 'Spring', '2025-2026', 'Zoya did an excellent job on the last final assessment. She showed strong understanding of the skills we learned this year and worked carefully through each section. I\'m very proud of her and her effort and growth.', 'Zoya did an excellent job in the final assessment. She showed strong understanding of the material taught this year and worked carefully through each section. I am very proud of her and her effort and growth!', 4, 4, '2026-05-24 21:08:40'), +(1128, 129, 41, 'final', 'Spring', '2025-2026', 'Zaid performed wonderfully on the final. He stayed focused and showed confidence in his work. His hard work throughout the year truly paid off.', 'Zaid performed wonderfully in the final. He stayed focused and showed confidence in his work. His hard work throughout the year truly paid off!', 4, 4, '2026-05-24 21:08:40'), +(1129, 248, 41, 'final', 'Spring', '2025-2026', 'Mohammad Yusuf did a fantastic job on the final exam. He demonstrated great improvement and completed his assessment with care and accuracy. Keep up the amazing effort.', 'Mohammad Yusuf did a fantastic job in the final exam. He demonstrated great improvement and completed his assessment with care and accuracy. Keep up the amazing effort!', 4, 4, '2026-05-24 21:08:40'), +(1130, 111, 41, 'final', 'Spring', '2025-2026', 'Seif Eddine showed outstanding effort! on the final assessment. I\'m so proud of his achievement. Keep up the good work Seif.', 'Seif Eddine showed an outstanding effort in the final assessment! I am so proud of his achievement. Keep up the good work Seif!', 4, 4, '2026-05-24 21:08:40'), +(1131, 27, 41, 'final', 'Spring', '2025-2026', 'Muhammad Abdullah worked very hard on the final exam and it showed in his results. He demonstrated strong understanding and excellent focus during the assessment. Great work this year!', 'Muhammad Abdullah worked very hard on the final exam and it showed in his results. He demonstrated strong understanding and excellent focus during the assessment. Great work this year!', 4, 4, '2026-05-24 21:08:40'), +(1132, 152, 41, 'final', 'Spring', '2025-2026', 'Muhammad Abubaker did a good job on his final and throughout the year. keep up the good work Abubaker.', 'Muhammad Abubaker did a good job in his final and throughout the year. Keep up the good work Abubaker!', 4, 4, '2026-05-24 21:08:40'), +(1133, 109, 41, 'final', 'Spring', '2025-2026', 'Jana did an amazing job on the final. She answered questions thoughtfully and showed excellent job in many areas. Her dedication to learning has been wonderful to see!', 'Jana did an amazing job in the final. She answered questions thoughtfully and did an excellent job overall. Her dedication to learning has been wonderful to see!', 4, 4, '2026-05-24 21:08:40'), +(1134, 185, 32, 'final', 'Spring', '2025-2026', 'Ilyes did very well in the final exam. He worked independently during the test and only asked questions when he didn\'t understand a question or wasn\'t sure about spelling. Ilyes, keep up the good work!', 'Ilyes did very well in the final exam. He worked independently during the test and only asked questions when he did not understand a question or was not sure about spelling. Ilyes, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1135, 145, 32, 'final', 'Spring', '2025-2026', 'Lina did very well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Lina, keep up the good work!', 'Lina did very well in the final exam. She worked independently during the test and only asked questions when she did not understand a question or was not sure about spelling. Lina, keep up the great work!', 4, 4, '2026-05-24 01:18:35'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(1136, 18, 32, 'final', 'Spring', '2025-2026', 'Nuha did very well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Nuha, keep up the good work!', 'Nuha did very well in the final exam. She worked independently during the test and only asked questions when she did not understand a question or was not sure about spelling. Nuha, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1137, 74, 32, 'final', 'Spring', '2025-2026', 'Razan did very well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Razan, keep up the good work!', 'Razan did very well in the final exam. She worked independently during the test and only asked questions when she did not understand a question or was not sure about spelling. Razan, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1138, 165, 32, 'final', 'Spring', '2025-2026', 'Salma did very well in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Salma, keep up the good work!', 'Salma did very well in the final exam. She worked independently during the test and only asked questions when she did not understand a question or was not sure about spelling. Salma, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1139, 97, 22, 'attendance', 'Spring', '2025-2026', 'Mahum Jaza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1140, 222, 22, 'attendance', 'Spring', '2025-2026', 'Zayyan\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1141, 197, 22, 'attendance', 'Spring', '2025-2026', 'Simra\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1142, 92, 22, 'attendance', 'Spring', '2025-2026', 'Alishba\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1143, 104, 22, 'attendance', 'Spring', '2025-2026', 'Hasaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1144, 182, 22, 'attendance', 'Spring', '2025-2026', 'Ishmael\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1145, 58, 22, 'attendance', 'Spring', '2025-2026', 'Hafiz\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1146, 101, 22, 'attendance', 'Spring', '2025-2026', 'Ammar\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1147, 82, 22, 'attendance', 'Spring', '2025-2026', 'Shoaib\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1148, 153, 22, 'attendance', 'Spring', '2025-2026', 'Maryam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1149, 80, 22, 'attendance', 'Spring', '2025-2026', 'Hareer\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1150, 79, 22, 'attendance', 'Spring', '2025-2026', 'Mohammad Ghayoor\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1151, 41, 22, 'attendance', 'Spring', '2025-2026', 'Armaan\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1152, 14, 22, 'attendance', 'Spring', '2025-2026', 'Aroush\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1153, 228, 22, 'attendance', 'Spring', '2025-2026', 'Jamal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1154, 178, 22, 'attendance', 'Spring', '2025-2026', 'Maimoona\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 01:03:51'), +(1155, 156, 41, 'final', 'Spring', '2025-2026', 'Asma completed the final exam with confidence and care. She demonstrated good academic skills and a positive attitude throughout the exam . great work Asma !', 'Asma completed the final exam with confidence and care. She demonstrated good academic skills and a positive attitude throughout the exam. Great work Asma!', 4, 4, '2026-05-24 21:08:40'), +(1156, 8, 32, 'final', 'Spring', '2025-2026', 'Yahia Nizar did well in the final exam. He worked independently during the test and only asked questions when he didn\'t understand a question or wasn\'t sure about spelling. He could have scored better if he didn\'t miss a few easy questions! Yahia, keep up the good work!', 'Yahia Nizar did well in the final exam. He worked independently during the test and only asked questions when he did not understand a question or was not sure about spelling. He could have scored better if he did not miss a few easy questions! Yahia, keep up the good work!', 4, 4, '2026-05-24 01:18:35'), +(1157, 189, 32, 'final', 'Spring', '2025-2026', 'Ayana Amin made some efforts in the final exam. She worked independently during the test and only asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Ayana could have scored better if she didn\'t miss some easy questions and memorized Quran! Ayana needs to work harder on learning Islam fundamentals.', 'Ayana Amin\'s performance in the final exam was not satisfactory. She could have scored better if she did not miss a few easy questions and memorized Quran! Ayana needs to work harder on learning Islam fundamentals.', 4, 4, '2026-05-24 01:18:35'), +(1158, 117, 70, 'final', 'Spring', '2025-2026', 'Zahra did well on the exam. She missed out on some points, but overall I\'m happy with her work and effort.', 'Zahra did well on the exam. She missed out on some points, but overall I\'m happy with her work and effort.', 4, 4, '2026-05-25 02:09:20'), +(1159, 213, 32, 'final', 'Spring', '2025-2026', 'Nuara made some efforts in the final exam but wasn\'t enough to get a better score. She asked questions when she didn\'t understand a question or wasn\'t sure about spelling. Nuara could have scored better if she didn\'t miss some easy questions and memorized Quran! Nuara needs to work harder on learning Islam fundamentals.', 'Nuara made some efforts in the final exam but was not enough to get a better score. She asked questions when she did not understand a question or was not sure about spelling. Nuara could have scored better if she did not miss a few easy questions and memorized Quran! Nuara needs to work harder on learning Islam fundamentals.', 4, 4, '2026-05-24 01:18:35'), +(1160, 13, 41, 'final', 'Spring', '2025-2026', 'Amina showed great success on the final exam. She remained determined, worked independently and demonstrated all she have learned throughout this semester, I\'m very proud of her.', 'Amina showed great success in the final exam. She remained determined, worked independently and demonstrated all she has learned throughout this semester. I am very proud of her!', 4, 4, '2026-05-24 21:08:40'), +(1161, 28, 70, 'final', 'Spring', '2025-2026', 'Arwa could improve on all sections of the exam. I expected to see more from her. I believe with more studying she would have improved.', 'Arwa could improve on all sections of the exam. I expected to see more from her. I believe with more studying she would have gotten a better score.', 4, 4, '2026-05-25 02:09:20'), +(1162, 189, 32, 'ptap', 'Spring', '2025-2026', 'Ayana Amin participates when prompted and always completes her homework. She completed her project on time. I believe she could benefit more if she stays focused in class, listens carefully to what we discuss and works harder at home. Ayana needs to work harder on her Quran memorization.', 'Ayana Amin participates when prompted and always completes her homework. She completed her project on time. I believe she could benefit more if she stays focused in class, listens carefully to what we discuss and works harder at home. Ayana needs to work harder on her Quran memorization.', 4, 4, '2026-05-24 01:18:35'), +(1163, 32, 70, 'final', 'Spring', '2025-2026', 'Aicha had the potential to do better on the exam, but she still did a good job. There were parts she missed out on, which could be fixed with more time revising.', 'Aicha had the potential to do better on the exam, but she still did a good job. There were parts she missed out on, which could be fixed with more time revising.', 4, 4, '2026-05-25 02:09:20'), +(1164, 213, 32, 'ptap', 'Spring', '2025-2026', 'Nuara participates when prompted and always completes her homework. Her project was completed on time. I believe she could benefit more if she stays focused in class, listens carefully to what we discuss and works harder at home. Nuara needs to work harder on her Quran memorization.', 'Nuara participates when prompted and always completes her homework. Her project was completed on time. I believe she could benefit more if she stays focused in class, listens carefully to what we discuss and works harder at home. Nuara needs to work harder on her Quran memorization.', 4, 4, '2026-05-24 01:18:35'), +(1165, 158, 70, 'final', 'Spring', '2025-2026', 'Mamadou needs to spend more time revising and studying Islamic Studies. He could also slowly work on Quran and recitation. I hope to see him improve as he has the potential.g', 'Mamadou needs to spend more time revising and studying Islamic Studies. He could also slowly work on Quran and recitation. I hope to see him improve as he has potential.', 4, 4, '2026-05-25 02:09:20'), +(1166, 94, 70, 'final', 'Spring', '2025-2026', 'Hafsah should spend more time on reviewing Islamic Studies and memorization. I know she can do much better.', 'Hafsah should spend more time on reviewing Islamic Studies and memorization. I know she can do much better.', 4, 4, '2026-05-25 02:09:20'), +(1167, 91, 70, 'final', 'Spring', '2025-2026', 'Afsheen did good on the exam. She missed out on points here and there. With revision and practicing of the material, she can do better.', 'Afsheen did good on the exam. She missed out some points here and there. With revision and practicing of the material, she can do better.', 4, 4, '2026-05-25 02:09:20'), +(1168, 216, 41, 'final', 'Spring', '2025-2026', 'Aleem tried his best on the final exam. He stayed focused and worked independently throughout the exam.', 'Aleem tried his best on the final exam. He stayed focused and worked independently throughout the exam.', 4, 4, '2026-05-24 21:08:40'), +(1169, 126, 70, 'final', 'Spring', '2025-2026', 'Ayaan did good on the exam, but I expected to see more from him. He lost out on points in certain sections. With further revision I believe he could improve.', 'Ayaan did good on the exam, but I expected to see more from him. He lost out points in certain sections. With further revision I believe he could improve.', 4, 4, '2026-05-25 02:09:20'), +(1170, 119, 70, 'final', 'Spring', '2025-2026', 'Zoeya did a good job on the exam. Only missed some points. But I\'m pleased with her work and detail.', 'Zoeya did a good job on the exam. Only missed some points. But I\'m pleased with her work and detailed answers.', 4, 4, '2026-05-25 02:09:20'), +(1171, 12, 41, 'final', 'Spring', '2025-2026', 'Ahdia gave a good effort on the final assessment. Her hard work, preparation, and positive attitude helped her achieve a good result. Keep trying your best Ahdia!', 'Ahdia gave a good effort on the final assessment. Her hard work, preparation and positive attitude helped her achieve a good result. Keep trying your best Ahdia!', 4, 4, '2026-05-24 21:08:40'), +(1172, 171, 31, 'ptap', 'Spring', '2025-2026', 'Aima is an incredible student, Masha\'allah. She is quiet yet very intelligent and makes that known to her teachers. She is a joy to have in class and has done well this year!”', 'Aima is an incredible student, Masha\'Allah. She is quiet yet very intelligent and makes that known to her teachers. She is a joy to have in class and has done well this year!', 4, 4, '2026-05-29 16:27:08'), +(1173, 21, 31, 'ptap', 'Spring', '2025-2026', 'Amelia is disciplined in how she’s quiet in class, Masha\'allah. However, she could do better with turning in her homework and studying a lot more. If she does, she has a bright future ahead of her, inshallah!', 'Amelia is disciplined and quiet in class, Masha\'Allah. However, she could do better with turning in her homework and studying a lot more. If she does, she has a bright future ahead of her, inshaAllah!', 4, 4, '2026-05-29 16:27:08'), +(1174, 199, 31, 'ptap', 'Spring', '2025-2026', 'Amin Masha\'allah finishes all the homework but doesn’t seem to absorb the material very well. I admire his curiosity however as he asks many questions, and hope he continues to do so in the future!', 'Amin Masha\'Allah finishes all the homework but does not seem to absorb the material very well. I admire his curiosity as he asks many questions, and hope he continues to do so in the future!', 4, 4, '2026-05-29 16:27:08'), +(1175, 72, 70, 'final', 'Spring', '2025-2026', 'Barae did a good job on the exam. He only missed a few points. I appreciate the effort he put into the exam and his detailed answers.', 'Barae did a good job on the exam. He only missed a few points. I appreciate the effort he put into the exam and his detailed answers.', 4, 4, '2026-05-25 02:09:20'), +(1176, 30, 31, 'ptap', 'Spring', '2025-2026', 'Amir is a brilliant student, Masha\'allah. He always listens and is extremely eager to learn, and despite the occasional disruptions he’s easily one of my best students this year!', 'Amir is a brilliant student, Masha\'Allah. He always listens and is extremely eager to learn. Despite the occasional disruptions, he is easily one of my best students this year!', 4, 4, '2026-05-29 16:27:08'), +(1177, 121, 41, 'final', 'Spring', '2025-2026', 'Ajmal always tries his best. He showed his positive attitude during the final exam. Although the test was challenging, he continued to try hard and did not give up. I\'m proud of his effort and encourage him to keep practicing .', 'Ajmal always tries his best. He showed his positive attitude during the final exam. Although the test was challenging, he continued to try hard and did not give up. I am proud of his effort and encourage him to keep practicing.', 4, 4, '2026-05-24 21:08:40'), +(1178, 68, 31, 'ptap', 'Spring', '2025-2026', 'Aneeqa is always attentive in class Masha\'allah, but her grades are quite low and she could do her homework more often. She could ask more questions, but overall she was a pleasure to have and a good student.', 'Aneeqa is always attentive in class Masha\'Allah, but her grades are quite low and she could do her homework more often. She could ask more questions, but overall she was a pleasure to have in class.', 4, 4, '2026-05-29 16:27:08'), +(1179, 78, 31, 'ptap', 'Spring', '2025-2026', 'Areesh is very verbal, and while she talks a lot she’s an excellent student with good grades and a bright future. Insha\'allah, she will excel even more she can be a little more focused.', 'Areesh is very talkative, but she is an excellent student with good grades and a bright future. Insha\'Allah, she will excel even more and be a little more focused.', 4, 4, '2026-05-29 16:27:08'), +(1180, 44, 31, 'ptap', 'Spring', '2025-2026', 'Hannah is a very good student Masha\'allah. She talks a good amount and asks questions when necessary, but seems to absorb the material well. She was a joy to have!', 'Hannah is a very good student Masha\'Allah. She talks a good amount and asks questions when necessary. She seems to absorb the material well. She was a joy to have in class!', 4, 4, '2026-05-29 16:27:08'), +(1181, 57, 31, 'ptap', 'Spring', '2025-2026', 'Hashir always finishes his homework, and while he does talk a bit he’s always focused and absorbing the material well. He\'s a great student, Alhamdulillah!', 'Hashir always finishes his homework, and while he does talk a bit he is always focused and absorbs the material well. He is a great student, Alhamdulillah!', 4, 4, '2026-05-29 16:27:08'), +(1182, 67, 70, 'final', 'Spring', '2025-2026', 'Safa did a good job on the exam, but I expected to see more from her. But overall there were clear and concise answers.', 'Safa did a good job in the exam, but I expected to see more from her. But overall there were clear and concise answers.', 4, 4, '2026-05-25 02:09:20'), +(1183, 234, 31, 'ptap', 'Spring', '2025-2026', 'Ibrahim absorbs the material very well and knows what he’s doing. He does talk quite a bit and has been reprimanded occasionally, but otherwise has a bright future Insha\'allah!', 'Ibrahim absorbs the material very well and knows what he is doing. He does talk quite a bit and has been reprimanded occasionally, but otherwise I expect he will have a bright future insha\'Allah!', 4, 4, '2026-05-29 16:27:08'), +(1184, 70, 31, 'ptap', 'Spring', '2025-2026', 'Ikram did really well on his final and has very good grades Masha\'allah. While he does get a bit distracted in class he seems to understand the material very well!', 'Ikram did really well throughout the semester and had very good grades Masha\'Allah. While he does get a bit distracted in class he seems to understand the material very well!', 4, 4, '2026-05-29 16:27:08'), +(1185, 6, 70, 'final', 'Spring', '2025-2026', 'Sarah Maria had the potential to do better on the exam. Detailed responses needed for next time. But, overall good job.', 'Sarah Maria had the potential to do better on the exam. Detailed responses needed for next time. But, overall good job!', 4, 4, '2026-05-25 02:09:20'), +(1186, 20, 31, 'ptap', 'Spring', '2025-2026', 'Joseph always tries his best in class Masha\'allah, though he could be more consistent with keeping up with his studies outside of class. He doesn’t take notes but he is very perseverant and Masha\'allah a good kid.', 'Joseph always tries his best in class Masha\'Allah, though he could be more consistent with keeping up with his studies outside of class. He does not take notes but he is overall a good behaved kid.', 4, 4, '2026-05-29 16:27:08'), +(1187, 64, 31, 'ptap', 'Spring', '2025-2026', 'Judy is an excellent student, and I loved having her in my class. Her grades are magnificent and she’s always on task, Masha\'allah!', 'Judy is an excellent student, and I loved having her in my class. Her grades are magnificent and she is always on task, Masha\'Allah!', 4, 4, '2026-05-29 16:27:08'), +(1188, 196, 31, 'ptap', 'Spring', '2025-2026', 'Kareem is overall consistent with his homework and did good on all his notes throughout the year! Masha\'allah, he was a very nice student to teach despite the occasional mischief.', 'Kareem is consistent with his homework and did good on all his notes throughout the year! Masha\'Allah, he was a very nice student to teach despite the occasional mischief.', 4, 4, '2026-05-29 16:27:08'), +(1189, 16, 31, 'ptap', 'Spring', '2025-2026', 'Mariam definitely knows her stuff and absorbs the content really well Masha\'allah! She’s a magnificent student and I always see her trying her best.', 'Mariam definitely knows her stuff and absorbs the content really well Masha\'Allah! She is a magnificent student and I always see her trying her best.', 4, 4, '2026-05-29 16:27:08'), +(1190, 245, 31, 'ptap', 'Spring', '2025-2026', 'Mira always gets good grades and is one of the smartest students I have, Masha\'allah. It’s clear she knows what she’s doing and I will miss having her!', 'Mira always gets good grades and is one of the smartest students I have, Masha\'Allah. It is clear she knows what she is doing and I will miss having her!', 4, 4, '2026-05-29 16:27:08'), +(1191, 19, 31, 'ptap', 'Spring', '2025-2026', 'Shayaan is very distracted in class, and I’d like to see more focus from him. His homework is alright, however, but I\'d hope to see more attention and participation in the future.', 'Shayaan is very distracted in class, and I would like to see more focus from him. His homework is alright, but I would hope to see more attention and participation in the future.', 4, 4, '2026-05-29 16:27:08'), +(1192, 81, 31, 'ptap', 'Spring', '2025-2026', 'Safa is a very good student with plenty of questions despite her homework grade. She takes valuable and neat notes and is always attentive, Masha\'allah.', 'Safa is a very good student and asks plenty of questions despite her homework grades. She takes valuable and neat notes and is always attentive, Masha\'Allah.', 4, 4, '2026-05-29 16:27:08'), +(1193, 127, 31, 'ptap', 'Spring', '2025-2026', 'Rehaan doesn\'t pay much attention in class despite his high potential, and his grades disappointed me a little. I understand he was absent often, but Insha\'allah I hope he can improve.', 'Rehaan does not pay much attention in class despite his high potential, and his grades were disappointing overall. I understand he was absent often, but Insha\'Allah I hope he can improve in the future.', 4, 4, '2026-05-29 16:27:08'), +(1194, 171, 31, 'final', 'Spring', '2025-2026', 'Aima\'s an excellent student, so I don\'t really understand what happened with her final. Maybe a little more review and study outside of class and on the weekdays could help her retain her knowledge a little better!', 'Aima is an excellent student, so I do not really understand what happened with her final. Maybe a little more review and study outside of class and on the weekdays could help her retain her knowledge a little better!', 4, 4, '2026-05-29 16:27:08'), +(1195, 21, 31, 'final', 'Spring', '2025-2026', 'Amelia\'s final was a little disappointing, which is why I\'d advise that she works on completing academic activities out of school. If she worked on her homework and reviewed material outside class, perhaps she\'d be better prepared next year.', 'Amelia\'s final was a little disappointing, which is why I would advise that she works on completing academic activities out of school. If she works on her homework and reviews material outside class, she would be better prepared for next year.', 4, 4, '2026-05-29 16:27:08'), +(1196, 199, 31, 'final', 'Spring', '2025-2026', 'Amin\'s final grade was disappointing but I can see his potential. He focuses a lot and I can see his effort, so perhaps work with review outside of class would be ideal for him to best retain what he\'s learnt.', 'Amin\'s final grade was disappointing, but I can see his potential. He focuses a lot and I can see his effort. Work on review outside of class would be ideal for him to best retain what he has learnt.', 4, 4, '2026-05-29 16:27:08'), +(1197, 30, 31, 'final', 'Spring', '2025-2026', 'Amir was Masha\'allah the top scorer in the finals exam! He did excellent and I have no complaints for him. He should be proud.', 'Amir was Masha\'Allah the top scorer in the final exam! He did really well and I have no complaints about him. He should be proud!', 4, 4, '2026-05-29 16:27:08'), +(1198, 68, 31, 'final', 'Spring', '2025-2026', 'Aneeqa\'s final grade was a little upsetting to me, but I see her attentiveness in class. I think the issue lies with a lack of review outside class, and I think it could really help her be prepared for next year\'s exam!', 'Aneeqa\'s final grade was a little upsetting to me as I see her attentiveness in class. I think the issue lies with a lack of review outside of class, and I think it could really help her be prepared for next year\'s exams!', 4, 4, '2026-05-29 16:27:08'), +(1199, 78, 31, 'final', 'Spring', '2025-2026', 'Areesh\'s final grade was OK. It wasn\'t the best result, but it wasn\'t the worst either. I see her putting in a lot of effort in class everyday, and I know that with a little more focus she can unlock her full potential.', 'Areesh\'s final grade was OK. It was not the best result, but it was not the worst either. I see her putting in a lot of effort in class everyday, and I know that with a little more focus she can unlock her full potential.', 4, 4, '2026-05-29 16:27:08'), +(1200, 44, 31, 'final', 'Spring', '2025-2026', 'Hannah\'s final grade was alright. I can see her effort and her curiosity definitely contributed to the points that she did earn. In the future, review outside of class could be a helpful study resource!', 'Hannah\'s final grade was alright. I can see her effort and her curiosity definitely contributed to the points that she did earn. In the future, review outside of class could be a helpful study resource!', 4, 4, '2026-05-29 16:27:08'), +(1201, 57, 31, 'final', 'Spring', '2025-2026', 'Hashir\'s final was a little disappointing considering I can see he pays attention and I don\'t really know what went wrong. Maybe he could study more outside of class, but I have no complaints about his in-class performance.', 'Hashir\'s final was a little disappointing considering I can see he pays attention and I don\'t really know what went wrong here. Maybe he could study more outside of class, but I have no complaints about his in-class performance.', 4, 4, '2026-05-29 16:27:08'), +(1202, 234, 31, 'final', 'Spring', '2025-2026', 'Ibrahim\'s final grade was alright, and while he could do better he should still be proud of the points he did earn! In the future it could help to review material outside of class as well as in class.', 'Ibrahim\'s final grade was alright, and while he could do better he should still be proud of the points he did earn! In the future, it could help to review material outside of class as well as in class.', 4, 4, '2026-05-29 16:27:08'), +(1203, 70, 31, 'final', 'Spring', '2025-2026', 'Ikram\'s final was nice, and I\'m pleased with his performance considering his shaky focus in class. I\'m proud of how far he\'s come and hope he grows even more Insha\'allah.', 'Ikram\'s final was nice, and I am pleased with his performance considering his shaky focus in class. I am proud of how far he has come and hope he grows even more insha\'Allah.', 4, 4, '2026-05-29 16:27:08'), +(1204, 64, 31, 'final', 'Spring', '2025-2026', 'Judy\'s final was a little disappointing and I really don\'t know what happened. She has an excellent performance in class and always does assignments, so perhaps a little extra study on specific topics that are related to the final could help her in the future!', 'Judy\'s final was a little disappointing and I really do not know what happened here. She has an excellent performance in class and always does assignments, so perhaps a little extra study on specific topics that are related to the final could help her in the future!', 4, 4, '2026-05-29 16:27:08'), +(1205, 196, 31, 'final', 'Spring', '2025-2026', 'Kareem\'s final grade was a bit confusing considering his strong performance in class. I hope in the future he could maybe study a little more for his finals as well as continue all the good work he\'s doing now!', 'Kareem\'s final grade was a bit confusing to me considering his strong performance in class. I hope in the future he could study a little more for his finals as well as continue all the good work he has been doing.', 4, 4, '2026-05-29 16:27:08'), +(1206, 16, 31, 'final', 'Spring', '2025-2026', 'Mariam\'s final grade was a little low considering how much effort I\'ve seen her put in, but I know she has excellent potential. With a little extra specified study in the future outside of class, I know she can excel.', 'Mariam\'s final grade was a little low considering how much effort I have seen her put in, but I know she has excellent potential. With a little extra study outside of class, I know she can excel in the future.', 4, 4, '2026-05-29 16:27:08'), +(1207, 245, 31, 'final', 'Spring', '2025-2026', 'Mira\'s final was alright, but I know she has the potential to do better. Insha\'allah in the future she can study a little more, because I know she has the strength to succeed even further.', 'Mira\'s final was alright, but I know she has the potential to do better. Insha\'Allah in the future she can study a little more, because I know she has the strength to achieve even better results.', 4, 4, '2026-05-29 16:27:08'), +(1208, 127, 31, 'final', 'Spring', '2025-2026', 'Rehaan\'s final was quite disappointing, but is to be expected considering his multiple absences. In the future I hope he can be present more and pay more attention when he is there.', 'Rehaan\'s final was quite disappointing, but is to be expected considering his multiple absences. In the future, I hope he can be present more and pay more attention when he is in class.', 4, 4, '2026-05-29 16:27:08'), +(1209, 81, 31, 'final', 'Spring', '2025-2026', 'Safa\'s final was good, and I can see her note-taking come into play. Perhaps a little more focus on homework and out-of-class review could help her succeed in the future!', 'Safa\'s final was good, and I can see her note-taking come into play. Perhaps a little more focus on homework and out-of-class review could help her succeed in the future!', 4, 4, '2026-05-29 16:27:08'), +(1210, 19, 31, 'final', 'Spring', '2025-2026', 'Shayaan\'s final was good, especially considering his level of distraction in class. In the future, some more focus and hard work could take him even further on his path to success.', 'Shayaan\'s final was good, especially considering his level of distraction in class. In the future, some more focus and hard work could take him even further on his path to success.', 4, 4, '2026-05-29 16:27:08'), +(1211, 92, 22, 'ptap', 'Spring', '2025-2026', 'Alishba always completes her homework. She usually participates in class and asks for help when needed.She requires frequent reminders to be attentive and encouragement to finish her assignements. I believe she can do better, I\'m proud of having her this year.', 'Alishba always completes her homework. She usually participates in class and asks for help when needed. She requires frequent reminders to be attentive and encouragement to finish her assignments. I believe she can do better, I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1212, 42, 52, 'final', 'Spring', '2025-2026', 'Zainab\'s performance on the final was excellent. She demonstrated outstanding proficiency of all course content and her accuracy across all areas of the exam reflected her in-depth understanding of the material. A bit more in-depth review of specific details could help a few avoid minor errors, but overall, amazing job!', 'Zainab\'s performance on the final was excellent. She demonstrated outstanding proficiency of all course content and her accuracy across all areas of the exam reflected her in-depth understanding of the material. A bit more in-depth review of specific details could help avoid a few minor errors, but overall, amazing job!', 4, 4, '2026-05-24 21:29:03'), +(1213, 125, 52, 'final', 'Spring', '2025-2026', 'Abdullah\'s performance on the final was fair. He demonstrated proficiency in certain areas such as Quran recitation. However, more preparation could have helped him achieve more accurate results with Islamic Studies questions as well as other types of questions, especially fill-in-the-blanks, across the board. Good effort!', 'Abdullah\'s performance in the final was fair. He demonstrated proficiency in certain areas such as Quran recitation. However, more preparation could have helped him achieve more accurate results with Islamic Studies questions as well as other types of questions, especially fill-in-the-blanks, across the board. Good effort!', 4, 4, '2026-05-24 21:29:03'), +(1214, 50, 52, 'final', 'Spring', '2025-2026', 'Abubakar\'s performance on the final was good. In particular, he displayed strong knowledge of Islamic Studies content through his accurate and detailed responses across all sections. More in-depth review of all topics could help reduce small errors. Well done!', 'Abubakar\'s performance in the final was good. In particular, he displayed strong knowledge of Islamic Studies content through his accurate and detailed responses across all sections. More in-depth review of all topics could help reduce small errors. Well done!', 4, 4, '2026-05-24 21:29:03'), +(1215, 100, 52, 'final', 'Spring', '2025-2026', 'Arham\'s performance on the final was good. He displayed great improvement from the midterm exam. His accuracy, especially on multiple choice and long answer questions, was very impressive. We would mainly suggest more review of the Quran content and surah recitation. Well done!', 'Arham\'s performance in the final was good. He displayed great improvement from the midterm exam. His accuracy, especially on multiple choice and long answer questions, was very impressive. We would mainly suggest more review of the Quran content and Surah recitation. Well done!', 4, 4, '2026-05-24 21:29:03'), +(1216, 103, 52, 'final', 'Spring', '2025-2026', 'Dua\'s performance on the final was very good. She displayed a very strong knowledge of the material, especially the Islamic studies material, making few errors. Her fill-in-the-blanks answers were also very impressive. We would mainly recommend more review of the surahs in order to succeed in the recitation portion. Great work!', 'Dua\'s performance on the final was very good. She displayed a very strong knowledge of the material, especially the Islamic studies material, making few errors. Her fill-in-the-blanks answers were also very impressive. We would mainly recommend more review of the Surahs in order to succeed in the recitation portion. Great work!', 4, 4, '2026-05-24 21:29:03'), +(1217, 195, 52, 'final', 'Spring', '2025-2026', 'Haneen\'s performance on the final was very good. She demonstrated impressive proficiency with her Quran recitation and her responses on Islamic Studies questions. We would mainly recommend more review of Quran content to avoid small errors. Great work!', 'Haneen\'s performance in the final was very good. She demonstrated impressive proficiency with her Quran recitation and her responses on Islamic Studies questions. We would mainly recommend more review of Quran content to avoid small errors. Great work!', 4, 4, '2026-05-24 21:29:03'), +(1218, 60, 52, 'final', 'Spring', '2025-2026', 'Ibrahim\'s performance on the final was very good. His in-depth responses on long answer questions and overall accuracy across all sections of the test, especially the Islamic Studies portion, was very impressive. More in-depth review of Quran content could help reduce small errors on multiple choice questions. Great work!', 'Ibrahim\'s performance in the final was very good. His in-depth responses on long answer questions and overall accuracy across all sections of the test, especially the Islamic Studies portion, was very impressive. More in-depth review of Quran content could help reduce small errors on multiple choice questions. Great work!', 4, 4, '2026-05-24 21:29:03'), +(1219, 2, 52, 'final', 'Spring', '2025-2026', 'Imran Badr\'s performance on the final was excellent. He displayed proficiency across all topics and sections of the exams, making almost no errors, and his fill-in-the-blanks answers were very specific and accurate. Our main suggestion would be to remember to answer all parts of the long answer questions. Good job!', 'Imran Badr\'s performance in the final was excellent. He displayed proficiency across all topics and sections of the exam, making almost no errors, and his fill-in-the-blanks answers were very specific and accurate. Our main suggestion would be to remember to answer all parts of the long answer questions. Good job!', 4, 4, '2026-05-24 21:29:03'), +(1220, 22, 52, 'final', 'Spring', '2025-2026', 'Janna\'s performance on the final was excellent. Her accuracy across all sections of the exam was truly outstanding and her level of detail demonstrated her mastery of the content. A bit more in-depth review of very specific details could help avoid minor errors on multiple choice questions, but overall her performance was very impressive. Good job!', 'Janna\'s performance in the final was excellent. Her accuracy across all sections of the exam was outstanding and her level of detail showed her mastery of the content. A bit more in-depth review of very specific details could help avoid minor errors on MCQ, but overall her performance was very impressive. Good job!', 4, 4, '2026-05-24 21:29:03'), +(1221, 186, 52, 'final', 'Spring', '2025-2026', 'Justin\'s performance on the final was fair. He demonstrated proficiency in various areas, especially in the Quran section, and he demonstrated understanding of much of the Islamic Studies content as well, though we would suggest more in-depth review, as well as more thorough responses to long answer questions.', 'Justin\'s performance in the final was fair. He demonstrated proficiency in various areas, especially in the Quran section, and he demonstrated understanding of much of the Islamic Studies content as well, though we would suggest more in-depth review, as well as more thorough responses to long answer questions.', 4, 4, '2026-05-24 21:29:03'), +(1222, 25, 52, 'final', 'Spring', '2025-2026', 'Melody\'s performance on the final was fair. She demonstrated a strong understanding of the Islamic Studies content through her accuracy across all sections and we were impressed with her detailed answers to the long answer questions. We would mainly recommend more in-depth review of the Quran content and surah recitation. Nice work!', 'Melody\'s performance in the final was fair. She showed a strong understanding of the Islamic Studies content and we were impressed with her detailed answers to the long answer questions. We would mainly recommend more in-depth review of the Quran content and Surah recitation. Nice work!', 4, 4, '2026-05-24 21:29:03'), +(1223, 194, 52, 'final', 'Spring', '2025-2026', 'Omar\'s performance on the final was fair. He demonstrated proficiency of much of the Islamic studies content, especially through his accuracy on the multiple choice questions. We would mainly recommend more in-depth review of the Quran content to avoid errors. Nice work!', 'Omar\'s performance in the final was fair. He demonstrated proficiency of much of the Islamic studies content, especially through his accuracy on the multiple choice questions. We would mainly recommend more in-depth review of the Quran content to avoid errors. Nice work!', 4, 4, '2026-05-24 21:29:03'), +(1224, 244, 52, 'final', 'Spring', '2025-2026', 'Yaseen\'s performance on the final was fair. He demonstrated some understanding of the Quran and Islamic studies content, but more preparation could help avoid errors across all sections of the exam. In particular, the Quran recitation was a major area that needs improvement. We encourage Yasin to put more effort into reviewing the surahs. Nice job!', 'Yaseen\'s performance in the final was fair. He showed some understanding of Quran and Islamic studies, but more preparation could help avoid errors across all sections of the exam. In particular, the Quran recitation was a major area that needs improvement. We encourage Yaseen to put more effort into reviewing the Surahs. Nice job!', 4, 4, '2026-05-24 21:29:03'), +(1225, 101, 22, 'ptap', 'Spring', '2025-2026', 'Ammar always completes his homework. He usually participates in class and asks for help when needed.He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Ammar always completes his homework. He usually participates in class and asks for help when needed. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1226, 41, 22, 'ptap', 'Spring', '2025-2026', 'Armaan always completes his homework. He usually participates in class and asks for help when needed.He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Armaan always completes his homework. He usually participates in class and asks for help when needed. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1227, 14, 22, 'ptap', 'Spring', '2025-2026', 'Aroush always completes her homework. She consistently participates in class and asks for help when needed.She requires frequent reminders to be attentive to finish her assignements on time. she\'s a hard working student, I\'m proud of having her this year.', 'Aroush always completes her homework. She consistently participates in class and asks for help when needed. She requires frequent reminders to be attentive to finish her assignments on time. She\'s a hard working student, I\'m proud of having her this year.', 4, 4, '2026-05-24 03:06:21'), +(1228, 58, 22, 'ptap', 'Spring', '2025-2026', 'Hafiz always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Hafiz always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1229, 80, 22, 'ptap', 'Spring', '2025-2026', 'Hareer always completes her homework. She consistently participates in class and asks for help when needed.She\'s attentiveand tackles tasks in an organized manner. she\'s a hard working student, I\'m proud of having her this year.', 'Hareer always completes her homework. She consistently participates in class and asks for help when needed. She\'s attentive and tackles tasks in an organized manner. She is a hard working student; I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1230, 182, 22, 'ptap', 'Spring', '2025-2026', 'Ishmael consistently completes his homework. He usually participates in class and asks for help when needed.He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Ishmael consistently completes his homework. He usually participates in class and asks for help when needed. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1231, 228, 22, 'ptap', 'Spring', '2025-2026', 'Jamal always completes his homework. He usually participates in class and asks for help when needed.He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Jamal always completes his homework. He usually participates in class and asks for help when needed. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe He can do better; I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1232, 178, 22, 'ptap', 'Spring', '2025-2026', 'Maimoona always completes her homework. She sometimes participates in class and asks for help when needed.She requires frequent reminders to be attentive and encouragement to finish her assignements. I believe she can do better, I\'m proud of having her this year.', 'Maimoona always completes her homework. She sometimes participates in class and asks for help when needed. She requires frequent reminders to be attentive and encouragement to finish her assignments. I believe she can do better; I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1233, 153, 22, 'ptap', 'Spring', '2025-2026', 'Maryam always completes her homework. She usually participates in class and asks for help when needed.She requires frequent reminders to be attentive and encouragement to finish her assignements. I believe she can do better, I\'m proud of having her this year.', 'Maryam always completes her homework. She usually participates in class and asks for help when needed. She requires frequent reminders to be attentive and encouragement to finish her assignments. I believe she can do better! I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1234, 82, 22, 'ptap', 'Spring', '2025-2026', 'Shoaib always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Shoaib always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him this year.', 4, 4, '2026-05-24 03:06:21'), +(1235, 197, 22, 'ptap', 'Spring', '2025-2026', 'Simra always completes her homework. She usually participates in class and asks for help when needed.She requires frequent reminders to be attentive and encouragement to finish her assignements. I believe she can do better, I\'m proud of having her this year.', 'Simra always completes her homework. She usually participates in class and asks for help when needed. She requires frequent reminders to be attentive and encouragement to finish her assignments. I believe she can do better. I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1236, 222, 22, 'ptap', 'Spring', '2025-2026', 'Zayyan misses too many homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Zayyan misses too many homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better.', 4, 4, '2026-05-24 03:06:21'), +(1237, 79, 22, 'ptap', 'Spring', '2025-2026', 'Mohammad Ghayoor always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Mohammad Ghayoor always completes his homework. He sometimes participates in class and needs extra help during class. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better, I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1238, 97, 22, 'ptap', 'Spring', '2025-2026', 'Mahum Jaza always completes her homework. She consistently participates in class and asks for help when needed.She\'s attentiveand tackles tasks in an organized manner. she\'s a hard working student, I\'m proud of having her this year.', 'Mahum Jaza always completes her homework. She consistently participates in class and asks for help when needed. She\'s attentive and tackles tasks in an organized manner. She\'s a hard working student and I\'m proud of having her as my student this year.', 4, 4, '2026-05-24 03:06:21'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(1239, 104, 22, 'ptap', 'Spring', '2025-2026', 'Hasaan always completes his homework. He usually participates in class and asks for help when needed.He requires frequent reminders to be attentive and encouragement to finish his assignements. I believe He can do better, I\'m proud of having him this year.', 'Hasaan always completes his homework. He usually participates in class and asks for help when needed. He requires frequent reminders to be attentive and encouragement to finish his assignments. I believe he can do better. I\'m proud of having him as my student this year.', 4, 4, '2026-05-24 03:06:21'), +(1240, 254, 60, 'ptap', 'Spring', '2025-2026', 'London is a very respectful student. She participates well in class and has a positive learning attitude. She needs a little more help at home in memorizing the Quran. Keep up the good work.', 'London is a very respectful student. She participates well in class and has a positive learning attitude. She needs a little more help at home in memorizing the Quran. Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(1241, 193, 60, 'ptap', 'Spring', '2025-2026', 'Jyda is a very respectful student. She is attentive in class and participates well. Pleasure to have in class.', 'Jyda is a very respectful student. She is attentive in class and participates well. Pleasure to have in class.', 4, 4, '2026-05-25 21:11:32'), +(1242, 120, 60, 'final', 'Spring', '2025-2026', 'Amirah\'s final exam was very well written. She paid attention to the questions and answered clearly and legibly. Great effort!', 'Amirah\'s final exam was very well written. She paid attention to the questions and answered clearly and legibly. Great effort!', 4, 4, '2026-05-25 21:11:32'), +(1243, 90, 60, 'final', 'Spring', '2025-2026', 'Emira\'s final exam was very well written. She paid attention to the questions and answered clearly and legibly. A little bit more effort on the memorization was expected. Excellent effort overall! Keep up the good work!', 'Emira\'s final exam was very well written. She paid attention to the questions and answered clearly and legibly. A little bit more effort on the memorization was expected. Excellent effort overall! Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(1244, 137, 60, 'final', 'Spring', '2025-2026', 'Hamza made a great effort on the final exam. A thorough revision would have resulted in a higher grade. Overall, excellent performance. Quran recitation was 100 percent. Keep up the excellent work!', 'Hamza made a great effort on the final exam. A thorough revision would have resulted in a higher grade. Overall, excellent performance. Quran recitation was 100 percent. Keep up the excellent work!', 4, 4, '2026-05-25 21:11:32'), +(1245, 198, 60, 'final', 'Spring', '2025-2026', 'Ikhlas put in good effort on the final exams. She read the questions slowly and took her time to answer the questions without rushing. this helped her in answering correctly. A little bit of more effort will result in even better grades.', 'Ikhlas put in good effort on the final exams. She read the questions slowly and took her time to answer the questions without rushing. This helped her in answering correctly. A little more effort will result in even better grades.', 4, 4, '2026-05-25 21:11:32'), +(1246, 29, 51, 'ptap', 'Spring', '2025-2026', 'Saja tries her best to participate in the class. She demonstrate a positive mindset and approaches challenges with enthusiasm.she memorizes her all shuras.', 'Saja tries her best to participate in class. She demonstrates a positive mindset and approaches challenges with enthusiasm. She memorized all her assigned Surahs.', 4, 4, '2026-05-24 04:58:17'), +(1247, 209, 60, 'final', 'Spring', '2025-2026', 'Isra\'s hard work is evident from her exam. The exam is very well written.. She took her time finishing the exam and revised multiple times. Excellent job on Surah memorization! Keep up the good work!', 'Isra\'s hard work is evident from her exam. The exam is very well written. She took her time finishing the exam and revised multiple times. Excellent job on Surah memorization! Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(1248, 210, 51, 'ptap', 'Spring', '2025-2026', 'Sedra always tries to participate in the class. With little improvement in focus she could do better.\r\nIf she would have finished her homework on time she could have earned good score.', 'Sedra always tries to participate in class. She could do better with little improvement in focus. If she would have finished her homework on time she could have earned a better score.', 4, 4, '2026-05-24 04:58:17'), +(1249, 205, 51, 'ptap', 'Spring', '2025-2026', 'Umu listens to the comments and ideas clearly of others respectfully. She tries to finish her homework on time. She is an amazing student.', 'Umu listens to the comments and ideas of others respectfully. She tries to finish her homework on time. She is an amazing student.', 4, 4, '2026-05-24 04:58:17'), +(1250, 161, 60, 'final', 'Spring', '2025-2026', 'Kareemah put in excellent effort on her final exam. She answered the questions thoroughly. Another revision would have helped with correcting some mistakes. Good effort on the Surah memorization.', 'Kareemah put in excellent effort on her final exam. She answered the questions thoroughly. Another revision would have helped with correcting some mistakes. Good effort on the Surah memorization.', 4, 4, '2026-05-25 21:11:32'), +(1251, 93, 51, 'ptap', 'Spring', '2025-2026', 'Hannah needs active participation in the class, she has the capability to improve in every aspect. With little effort in homework and active listening she could so better.', 'Hannah needs to work on active participation in class. She has the capability to improve in every aspect. she could do better with little effort in homework completion and active listening.', 4, 4, '2026-05-24 04:58:17'), +(1252, 29, 51, 'final', 'Spring', '2025-2026', 'Saja did good score in her final exam. She improved than before. She exhibits a positive outlook and attitude in the classroom.', 'Saja achieved a good score in her final exam. She improved from her midterm. She exhibits a positive outlook and attitude in the classroom.', 4, 4, '2026-05-24 04:58:17'), +(1253, 17, 51, 'final', 'Spring', '2025-2026', 'Sundus have achieved good score on final exam, she deserved way more than this score though. she offers constructive suggestions to peers to enhance their work. She has an impressive understanding and depth of knowledge about their interests.', 'Sundus has achieved a good score on her final exam. She deserved way more than this score though because she has an impressive understanding and depth of knowledge about the material.', 4, 4, '2026-05-24 04:58:17'), +(1254, 205, 51, 'final', 'Spring', '2025-2026', 'Umu have achieved good score in final but she could have earned more. She needs extra hard work to improve her score.she remains an active learner throughout the school day.', 'Umu has achieved a good score in the final but she could have earned more. She needs extra hard work to improve her score. Umu remained an active learner throughout the school year.', 4, 4, '2026-05-24 04:58:17'), +(1255, 258, 60, 'final', 'Spring', '2025-2026', 'Reyad can do much better in the exam with a little more effort . He had a difficulty in answering the subjective questions. He also needs to put in efforts to memorize the surahs.', 'Reyad can do much better in the exam with a little more effort. He had difficulty in answering the subjective questions. He also needs to put in efforts to memorize the Surahs.', 4, 4, '2026-05-25 21:11:32'), +(1256, 17, 51, 'ptap', 'Spring', '2025-2026', 'Sundus excels at giving constructive and supportive feedback to classmate. She is a wonderful student. She finished all her home work on time, memorizes her all shuras.', 'Sundus excels at giving constructive and supportive feedback to classmates. She is a wonderful student. She finished all her homework on time and memorized all her assigned Surahs.', 4, 4, '2026-05-24 04:58:17'), +(1257, 139, 60, 'final', 'Spring', '2025-2026', 'Rana\'s hard work is evident from her exam paper. She did s wonderful job, especially on short answers. Excellent job on the Sarah memorization. Keep up the hard work!', 'Rana\'s hard work is evident from her exam paper. She did a wonderful job, especially on short answers. Excellent job on the Surah memorization. Keep up the hard work!', 4, 4, '2026-05-25 21:11:32'), +(1258, 77, 60, 'final', 'Spring', '2025-2026', 'Zaariya put in excellent effort on her final exam. Her exam was very neat and well written. Good effort on Surah memorization. Keep up the good work!', 'Zaariya put in excellent effort on her final exam. Her exam was very neat and well written. Good effort on Surah memorization. Keep up the good work!', 4, 4, '2026-05-25 21:11:32'), +(1259, 170, 60, 'final', 'Spring', '2025-2026', 'Safa has put in great effort on her final exam. Her exam was very neat and well written. Good effort on Surah memorization. Keep up the excellent work!', 'Safa has put in great effort on her final exam. Her exam was very neat and well written. Good effort on Surah memorization. Keep up the excellent work!', 4, 4, '2026-05-25 21:11:32'), +(1260, 37, 60, 'final', 'Spring', '2025-2026', 'Antolina has put in good effort on her final exam. Another revision would have helped with correcting some mistakes. She needs to put a little more effort on the Surah memorization. Her grades have shown improvement since the last term. Keep working hard!', 'Antolina has put in good effort on her final exam. Another revision would have helped with correcting some mistakes. She needs to put a little more effort on the Surah memorization. Her grades have shown improvement since the last term. Keep working hard!', 4, 4, '2026-05-25 21:11:32'), +(1261, 167, 51, 'final', 'Spring', '2025-2026', 'Anayah achieved good score in final exam but she has the potential to do better.she demonstrates great ability in the class and successfully synthesized key concepts from the entire semester. her critical thinking skills really shined.', 'Anayah achieved a good score in the final exam but she has the potential to do better. She demonstrates great ability in class and successfully synthesizes key concepts from the entire semester. Her critical thinking skills really shined.', 4, 4, '2026-05-24 14:32:16'), +(1262, 93, 51, 'final', 'Spring', '2025-2026', 'Hannah has the potential to do better in her score if she pays attention to. lake of attention in the class leads her achieve lower score.once she tries she learns quickly.hope she will be motivated to stay in the track.', 'Hannah has the potential to do better. Lack of attention in class and revision led her to get a lower score. Once she tries, she learns quickly. I hope she will be motivated to stay on track.', 4, 4, '2026-05-24 14:35:57'), +(1263, 210, 51, 'final', 'Spring', '2025-2026', 'Sedra is enthusiastic to learn.she has the capability to do better in final score. she could earn good score by doing better review in her final exam syllabus.She need extra care to stay on the track.', 'Sedra is enthusiastic to learn. She has the capability to do better in her exams. She could earn a better score by reviewing more for her exams. She needs extra care to stay on track.', 4, 4, '2026-05-24 14:39:13'), +(1264, 9, 60, 'final', 'Spring', '2025-2026', 'Nashwa’s hardwork is evident through her almost perfect exam score. Excellent effort on Surah memorization. Keep up the amazing work!', 'Nashwa\'s hard work is evident through her almost perfect exam score. Excellent effort on Surah memorization. Keep up the amazing work!', 4, 4, '2026-05-25 21:11:32'), +(1265, 10, 60, 'final', 'Spring', '2025-2026', 'Nowriza’s exam was neat and very will written. She put a lot of effort and it showed- almost perfect score! Excellent effort on surah memorization, Keep it up!', 'Nowriza\'s exam was neat and very well written. She put a lot of effort and it showed- almost perfect score! Excellent effort on Surah memorization, Keep it up!', 4, 4, '2026-05-25 21:11:32'), +(1266, 207, 80, 'ptap', 'Spring', '2025-2026', 'Yousuf, showed solid knowledge and answered the examination questions effectively. Well done. Best of luck next year.', 'Yousuf showed a positive attitude toward learning and participated when encouraged. With increased confidence and focus, participation could become even stronger.', 4, 4, '2026-05-26 01:27:04'), +(1267, 207, 80, 'ptap', 'Spring', '2025-2026', 'Yousuf, showed solid knowledge and answered the examination questions effectively. Well done. Best of luck next year.', 'Yousuf showed a positive attitude toward learning and participated when encouraged. With increased confidence and focus, participation could become even stronger.', 4, 4, '2026-05-24 15:53:44'), +(1268, 75, 32, 'attendance', 'Spring', '2025-2026', 'Amjad\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1269, 165, 32, 'attendance', 'Spring', '2025-2026', 'Salma\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1270, 7, 32, 'attendance', 'Spring', '2025-2026', 'Adam Kamal\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1271, 8, 32, 'attendance', 'Spring', '2025-2026', 'Yahia Nizar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1272, 18, 32, 'attendance', 'Spring', '2025-2026', 'Nuha\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1273, 145, 32, 'attendance', 'Spring', '2025-2026', 'Lina\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1274, 144, 32, 'attendance', 'Spring', '2025-2026', 'Omar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1275, 189, 32, 'attendance', 'Spring', '2025-2026', 'Ayana Amin\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1276, 220, 32, 'attendance', 'Spring', '2025-2026', 'Adyan\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1277, 130, 32, 'attendance', 'Spring', '2025-2026', 'Omar\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1278, 213, 32, 'attendance', 'Spring', '2025-2026', 'Nuara\'s attendance has been good, with regular weekly presence and a few missed sessions. Continued focus on consistent attendance will strengthen continuity and support steady progress each week.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1279, 74, 32, 'attendance', 'Spring', '2025-2026', 'Razan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1280, 185, 32, 'attendance', 'Spring', '2025-2026', 'Ilyes\' attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1281, 54, 32, 'attendance', 'Spring', '2025-2026', 'Ayesha\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1282, 179, 32, 'attendance', 'Spring', '2025-2026', 'Hasanat\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1283, 168, 32, 'attendance', 'Spring', '2025-2026', 'Abaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1284, 169, 32, 'attendance', 'Spring', '2025-2026', 'Azlaan\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1285, 123, 32, 'attendance', 'Spring', '2025-2026', 'Sara\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 18:22:01'), +(1286, 63, 42, 'attendance', 'Spring', '2025-2026', 'Zakaria\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1287, 231, 42, 'attendance', 'Spring', '2025-2026', 'Ghaith\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1288, 33, 42, 'attendance', 'Spring', '2025-2026', 'Souleymane\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1289, 106, 42, 'attendance', 'Spring', '2025-2026', 'Atiya\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1290, 51, 42, 'attendance', 'Spring', '2025-2026', 'Samira\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1291, 40, 42, 'attendance', 'Spring', '2025-2026', 'Ashar\'s attendance has been significantly below expectations, with many missed Sundays affecting continuity. Establishing consistent weekly attendance will greatly support stable routine and progress.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1292, 138, 42, 'attendance', 'Spring', '2025-2026', 'Hashim\'s attendance has been very strong, with only rare absences and a steady weekly presence. This reliable pattern supports consistent learning and helps maintain progress across lessons.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1293, 85, 42, 'attendance', 'Spring', '2025-2026', 'Aiza\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1294, 140, 42, 'attendance', 'Spring', '2025-2026', 'Ziyad\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1295, 135, 42, 'attendance', 'Spring', '2025-2026', 'John\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1296, 55, 42, 'attendance', 'Spring', '2025-2026', 'Mariam\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1297, 177, 42, 'attendance', 'Spring', '2025-2026', 'Naz Yasin\'s attendance has been fair, with multiple missed sessions that reduced consistency. Strengthening weekly attendance will help build a steadier routine and improve continuity across lessons.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1298, 118, 42, 'attendance', 'Spring', '2025-2026', 'Anya\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1299, 218, 42, 'attendance', 'Spring', '2025-2026', 'Zunairah\'s attendance has been perfect every Sunday, with consistent on-time presence and no missed sessions. This strong record reflects excellent reliability and steady commitment throughout the term.', NULL, NULL, 4, '2026-05-24 19:01:32'), +(1300, 115, 41, 'final', 'Spring', '2025-2026', 'Ayesha did an amazing job on the final. She demonstrated great improvement. I\'m proud of her work. Keep working hard on Quran memorization..', 'Ayesha did an amazing job in the final. She showed a great improvement. I am proud of her work. Keep working hard on Quran memorization.', 4, 4, '2026-05-24 21:08:40'), +(1301, 125, 52, 'ptap', 'Spring', '2025-2026', 'Abdullah is an engaged student who puts effort into his classwork and Quran recitation. While he often forgets to complete the Islamic Studies homework, he still tries to ask questions during class and understand the material. With better organization and focus, we hope he can continue to grow as a student.', 'Abdullah is an engaged student who puts effort into his classwork and Quran recitation. While he often forgets to complete the Islamic Studies homework, he still tries to ask questions during class and understand the material. With better organization and focus, we hope he can continue to grow as a student.', 4, 4, '2026-05-24 21:29:03'), +(1302, 50, 52, 'ptap', 'Spring', '2025-2026', 'Abubakar is a hardworking and responsible student who stays focused and frequently participates in class. He consistently puts in a strong effort to complete his work and often goes above and beyond class expectations. His commitment to learning has been truly admirable. We encourage him to continue this excellent effort next year.', 'Abubakar is a hardworking and responsible student who stays focused and frequently participates in class. He consistently puts in a strong effort to complete his work and often goes above and beyond class expectations. His commitment to learning has been truly admirable. We encourage him to continue this excellent effort next year.', 4, 4, '2026-05-24 21:29:03'), +(1303, 100, 52, 'ptap', 'Spring', '2025-2026', 'Arham is an enthusiastic student who enjoys participating in class. He frequently completes the homework and makes an effort to learn the material. Sometimes, he struggles to follow directions, interrupts class, and expresses frustration with assignments. With better focus and listening skills, he has strong potential to grow as a student.', 'Arham is an enthusiastic student who enjoys participating in class. He frequently completes his homework and makes an effort to learn the material. Sometimes, he struggles to follow directions, interrupts class and expresses frustration with assignments. With better focus and listening skills, he has a strong potential to grow as a student.', 4, 4, '2026-05-24 21:29:03'), +(1304, 103, 52, 'ptap', 'Spring', '2025-2026', 'Dua is a diligent and respectful student who shows a strong effort to do well in class. She consistently puts genuine effort into learning class material and asking questions. Her dedication and work ethic have been commendable. We look forward to seeing her grow next year.', 'Dua is a diligent and respectful student who shows a strong effort to do well in class. She consistently puts genuine effort into learning class material and asking questions. Her dedication and work ethic have been commendable. We look forward to seeing her grow next year.', 4, 4, '2026-05-24 21:29:03'), +(1305, 195, 52, 'ptap', 'Spring', '2025-2026', 'Haneen is an enthusiastic and dedicated student who completes her work, supports her peers, and puts strong effort into Quran memorization. Her work ethic throughout the year has been excellent. We encourage her to remain committed to learning and to keep up the great work next year.', 'Haneen is an enthusiastic and dedicated student who completes her work, supports her peers and puts strong effort into Quran memorization. Her work ethic throughout the year has been excellent. We encourage her to remain committed to learning and to keep up the great work next year.', 4, 4, '2026-05-24 21:29:03'), +(1306, 60, 52, 'ptap', 'Spring', '2025-2026', 'Ibrahim is a motivated student who consistently completes his homework and participates in class. He supports his peers and maintains a positive attitude during class time. We encourage him to continue this strong effort throughout his time at Sunday school.', 'Ibrahim is a motivated student who consistently completes his homework and participates in class. He supports his peers and maintains a positive attitude during class time. We encourage him to continue this strong effort for the upcoming years.', 4, 4, '2026-05-24 21:29:03'), +(1307, 22, 52, 'ptap', 'Spring', '2025-2026', 'Janna is a hardworking and enthusiastic student who actively participates in class and asks thoughtful questions. She always contributes to creating a positive classroom environment. Her strong performance in both Islamic Studies and Quran memorization has been commendable. We encourage her to keep up the great work next year.', 'Janna is a hardworking and enthusiastic student who actively participates in class and asks thoughtful questions. She always contributes to creating a positive classroom environment. Her strong performance in both Islamic Studies and Quran memorization has been commendable. We encourage her to keep up the great work next year.', 4, 4, '2026-05-24 21:29:03'), +(1308, 186, 52, 'ptap', 'Spring', '2025-2026', 'Justin is a dedicated and hardworking student who stays engaged and participates in class. He consistently completes his work and shows a strong willingness to learn the class material. He has been a pleasure to have in class. We hope to see him keep up the great work next year.', 'Justin is a dedicated and hardworking student who stays engaged and participates in class. He consistently completes his work and shows a strong willingness to learn the class material. He has been a pleasure to have in class. We hope to see him keep up the great work next year.', 4, 4, '2026-05-24 21:29:03'), +(1309, 25, 52, 'ptap', 'Spring', '2025-2026', 'Melody is a respectful and motivated student who stays attentive during class and consistently completes her homework. Her progress throughout the year with Quran memorization has been excellent. We encourage her to participate more in discussions and hope to see her keep up the great effort next year.', 'Melody is a respectful and motivated student who stays attentive during class and consistently completes her homework. Her progress throughout the year with Quran memorization has been excellent. We encourage her to participate more in discussions and hope to see her keep up the great effort next year.', 4, 4, '2026-05-24 21:29:03'), +(1310, 194, 52, 'ptap', 'Spring', '2025-2026', 'Omar is a motivated student who completes his work and frequently participates in class. He works well with his peers and often asks thoughtful questions. He consistently puts in an effort to do well in class. We hope he continues to keep up the excellent work next year.', 'Omar is a motivated student who completes his work and frequently participates in class. He works well with his peers and often asks thoughtful questions. He consistently puts in an effort to do well in class. We hope he continues to keep up the excellent work next year.', 4, 4, '2026-05-24 21:29:03'), +(1311, 188, 52, 'ptap', 'Spring', '2025-2026', 'Salma is a thoughtful student who demonstrates the ability to stay engaged and attentive during class lessons. However, her attendance has been inconsistent, and she often needs reminders to stay on task and complete homework. We hope to see her succeed next year with improved consistency and responsibility.', 'Salma is a thoughtful student who demonstrates the ability to stay engaged and attentive during class lessons. However, her attendance has been inconsistent, and she often needs reminders to stay on task and complete homework. We hope to see her succeed next year with improved consistency and responsibility.', 4, 4, '2026-05-24 21:29:03'), +(1312, 224, 52, 'ptap', 'Spring', '2025-2026', 'Umaima is a diligent student who always remains attentive during class and completes all assigned homework. However, her attendance has been very low this semester. We encourage her to maintain more consistency and hope to see her succeed in her time at Sunday school.', 'Umaima is a diligent student who always remains attentive during class and completes all assigned homework. However, her attendance has been very low this semester. We encourage her to maintain more consistency and hope to see her succeed in her time at Sunday school.', 4, 4, '2026-05-24 21:29:03'), +(1313, 244, 52, 'ptap', 'Spring', '2025-2026', 'Yaseen is a responsible student who stays attentive during class and completes classwork. He also puts in a strong effort in learning class material. However, he has not been consistent with Quran memorization despite frequent reminders. We encourage him to remain consistent so he can make stronger progress and continue to succeed next year.', 'Yaseen is a responsible student who stays attentive during class and completes classwork. He also puts in a strong effort in learning class material. However, he has not been consistent with Quran memorization despite frequent reminders. We encourage him to show more consistency to improve his results next year.', 4, 4, '2026-05-24 21:29:03'), +(1314, 42, 52, 'ptap', 'Spring', '2025-2026', 'Zainab is a highly focused and responsible student who always demonstrates a strong understanding of class material and helps her peers. Throughout the year, she has shown a sincere effort to perform well in class. We hope she continues to keep up the excellent work next year.', 'Zainab is a highly focused and responsible student who always demonstrates a strong understanding of class material and helps her peers. Throughout the year, she has shown a sincere effort to perform well in class. We hope she continues to keep up the excellent work next year.', 4, 4, '2026-05-24 21:29:03'), +(1315, 2, 52, 'ptap', 'Spring', '2025-2026', 'Imran Badr is a dedicated student who stays engaged during class and frequently participates in discussions. He consistently completes his homework and shows effort in his Quran recitation. He has shown a strong understanding of the Islamic Studies content throughout the year. We look forward to seeing his continued progress next year.', 'Imran Badr is a dedicated student who stays engaged during class and frequently participates in discussions. He consistently completes his homework and shows effort in his Quran recitation. He has shown a strong understanding of the Islamic Studies content throughout the year. We look forward to seeing his continued progress next year.', 4, 4, '2026-05-24 21:29:03'), +(1316, 153, 22, 'final', 'Spring', '2025-2026', 'Maryam achieved a solid result of 81.5% in the final exam, showing a good understanding of the concepts taught this term. She completes most tasks with care and demonstrates steady effort in her learning. With continued focus and regular practice, Maryam can further improve accuracy and confidence in her work.', 'Maryam achieved a solid result of 81.5% in the final exam, showing a good understanding of the concepts taught this term. She completed most parts of the exam with care which demonstrates steady effort in her learning. With continued focus and regular practice, Maryam can further improve accuracy and confidence in her work.', 4, 4, '2026-05-24 22:15:05'), +(1317, 82, 22, 'final', 'Spring', '2025-2026', 'Shoaib achieved a solid result of 83% in the final exam, showing a good understanding of the concepts taught this term. He completes most tasks with care and demonstrates steady effort in his learning. With continued focus and regular practice, Shoaib can further improve accuracy and confidence in his work.', 'Shoaib got a solid result of 83% in the final exam, showing a good understanding of the concepts taught this term. He completes most tasks with care and demonstrates steady effort in his learning. With continued focus and regular practice, Shoaib can further do even better in the future.', 4, 4, '2026-05-24 22:17:01'), +(1318, 222, 22, 'final', 'Spring', '2025-2026', 'Zayyan achieved a solid result of 83% in the final exam, showing a good understanding of the concepts taught this term. He completes most tasks with care and demonstrates steady effort in his learning. With continued focus and regular practice, Shoaib can further improve accuracy and confidence in his work.', 'Zayyan achieved a solid result of 79% in the final exam, showing a good understanding of the concepts taught this term. He completes most tasks with care and demonstrates steady effort in his learning. With continued focus and regular practice, Zayyan can further improve accuracy and confidence in his work.', 4, 4, '2026-05-24 22:17:51'), +(1319, 92, 22, 'final', 'Spring', '2025-2026', 'Alishba achieved 87.5% in the final exam, showing a strong understanding of the material. She works with care and consistency and participates well in class. With continued focus, she can reach even higher achievement.', 'Alishba got 87.5% in the final exam, showing a strong understanding of the material. She worked with care and consistency. With continued focus, she can inshaAllah achieve better results in the future.', 4, 4, '2026-05-24 22:19:59'), +(1320, 80, 22, 'final', 'Spring', '2025-2026', 'Hareer achieved 89% in the final exam, showing a strong understanding of the material. She works with care and consistency and participates well in class. With continued focus, she can reach even higher achievement.', 'Hareer got 89.6% in the final exam, showing a strong understanding of the material. She worked with care and consistency. With continued focus, she can inshaAllah achieve better results in the future.', 4, 4, '2026-05-24 22:20:28'), +(1321, 228, 22, 'final', 'Spring', '2025-2026', 'Jamal achieved 84.5% in the final exam, showing a strong understanding of the material. He works with care and consistency and participates well in class. With continued focus, he can reach even higher achievement.', 'Jamal achieved 84.5% in the final exam, showing a strong understanding of the material. He worked with care and consistency. With continued focus, he can inshaAllah achieve better results in the future.', 4, 4, '2026-05-24 22:21:17'), +(1322, 197, 22, 'final', 'Spring', '2025-2026', 'Simra achieved 70.7% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice, and attention in class, she can strengthen her skills and make further progress next term.', 'Simra achieved 70.7% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice and attention in class, she can strengthen her skills and make further progress next year.', 4, 4, '2026-05-24 22:22:53'), +(1323, 104, 22, 'final', 'Spring', '2025-2026', 'Hasaan achieved 72.9% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice, and attention in class, he can strengthen his skills and make further progress next term.', 'Hasaan achieved 72.9% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice and attention in class, he can strengthen his skills and make further progress next year.', 4, 4, '2026-05-24 22:24:04'), +(1324, 101, 22, 'final', 'Spring', '2025-2026', 'Ammar achieved 71.4% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice, and attention in class, he can strengthen his skills and make further progress next term.', 'Ammar got 71.4% in the final exam, showing a basic understanding of the key concepts covered in this term. With more consistent effort, practice and attention in class, he can strengthen his skills and make further progress next year.', 4, 4, '2026-05-24 22:24:53'), +(1325, 41, 22, 'final', 'Spring', '2025-2026', 'Armaan achieved 62% in the final exam, showing a basic understanding of the material. With more consistent effort, practice, and attention in class, he can strengthen his skills and make further progress next term.', 'Armaan got 62% in the final exam, showing a basic understanding of the material. With more consistent effort, practice and attention in class, he can strengthen his skills and make further progress next year.', 4, 4, '2026-05-24 22:27:31'), +(1326, 182, 22, 'final', 'Spring', '2025-2026', 'Ishmael achieved 60.9% in the final exam, showing a basic understanding of the material. With more consistent effort, practice, and attention in class, he can strengthen his skills and make further progress next term.', 'Ishmael got 60.9% in the final exam, showing a basic understanding of the material. With more consistent effort, practice, and attention in class, he can strengthen his skills and make further progress next year.', 4, 4, '2026-05-24 22:28:28'), +(1327, 178, 22, 'final', 'Spring', '2025-2026', 'Maimoona achieved 62% in the final exam, showing a basic understanding of the material. With more consistent effort, practice, and attention in class, she can strengthen her skills and make further progress next term.', 'Maimoona achieved 59.9% in the final exam, showing a basic understanding of the material. With more consistent effort, practice and attention in class, she can strengthen her skills and make further progress in the future.', 4, 4, '2026-05-24 22:28:59'), +(1328, 79, 22, 'final', 'Spring', '2025-2026', 'Mohammad Ghayoor achieved 57.2% in the final exam, showing limited understanding of the concepts covered in this term. With more consistent effort, attention in class, and regular practice, he can make progress next term.', 'Mohammad Ghayoor got 57.2% in the final exam, showing limited understanding of the concepts covered in this term. With more consistent effort, attention in class and regular practice, he can make progress next year.', 4, 4, '2026-05-24 22:31:22'), +(1329, 58, 22, 'final', 'Spring', '2025-2026', 'Hafiz achieved 53.6% in the final exam, showing limited understanding of the concepts covered in this term. With more consistent effort, attention in class, and regular practice, he can make progress next term', 'Hafiz got 53.6% in the final exam, showing limited understanding of the concepts covered in this term. With more consistent effort, attention in class and regular practice, he can make progress next year.', 4, 4, '2026-05-24 22:31:52'), +(1330, 14, 22, 'final', 'Spring', '2025-2026', 'Aroush achieved an outstanding 98.5% in the final exam, demonstrating excellent understanding of all key concepts. She consistently works with focus and accuracy and shows a strong commitment to learning. Well done on an excellent performance.', 'Aroush got an outstanding 98.5% in the final exam, demonstrating excellent understanding of all key concepts. She consistently works with focus and accuracy which shows a strong commitment to learning. Well done on an excellent performance!', 4, 4, '2026-05-24 22:33:40'), +(1331, 97, 22, 'final', 'Spring', '2025-2026', 'Mahum Jaza achieved an outstanding 96% in the final exam, demonstrating excellent understanding of all key concepts. She consistently works with focus and accuracy and shows a strong commitment to learning. Well done on an excellent performance.', 'Mahum Jaza got an outstanding 96% in the final exam, demonstrating excellent understanding of all key concepts. She consistently works with focus and accuracy which shows a strong commitment to learning. Well done on an excellent performance!', 4, 4, '2026-05-24 22:34:27'), +(1332, 242, 70, 'final', 'Spring', '2025-2026', 'Aliyah could have done better on the exam. Her short answers lacked any detail. Furthering practicing on Islamic Studies and Quran is needed.', 'Aliyah could have done better on the exam. Her short answers lacked detail. Furthering practicing on Islamic Studies and Quran is needed.', 4, 4, '2026-05-25 02:09:20'), +(1333, 230, 70, 'final', 'Spring', '2025-2026', 'Mohammad did okay on the exam. He missed out on points in short answer. But his recitation is wonderful.', 'Mohammad did okay on the exam. He missed out on points in short answer. But his recitation is wonderful.', 4, 4, '2026-05-25 02:09:20'), +(1334, 15, 80, 'ptap', 'Spring', '2025-2026', 'Omar, participated actively in class discussions and consistently shared thoughtful ideas that helped deepen classroom conversations. Demonstrated enthusiasm for learning and encouraged others to participate as well.', 'Omar participated actively in class discussions and consistently shared thoughtful ideas that helped deepen classroom conversations. He demonstrated enthusiasm for learning and encouraged others to participate as well.', 4, 4, '2026-05-26 01:27:04'), +(1335, 34, 80, 'ptap', 'Spring', '2025-2026', 'Zoya, demonstrated strong classroom participation by contributing relevant comments and ideas during discussions. Remained attentive and focused during lessons and activities.', 'Zoya demonstrated strong classroom participation by contributing with relevant comments and ideas during discussions. She remained attentive and focused during lessons and activities.', 4, 4, '2026-05-26 01:27:04'), +(1336, 76, 80, 'ptap', 'Spring', '2025-2026', 'Shayaan, participated respectfully and responsibly in all classroom activities. Worked well with peers and consistently made positive contributions during group discussions and projects.', 'Shayaan participated responsibly in all classroom activities. He worked well with peers and consistently made positive contributions during group discussions and projects.', 4, 4, '2026-05-26 01:27:04'), +(1337, 71, 80, 'ptap', 'Spring', '2025-2026', 'Rayhane, maintained a positive attitude toward learning and participated actively in classroom discussions. Demonstrated leadership qualities by helping classmates and encouraging teamwork.', 'Rayhane maintained a positive attitude toward learning and participated actively in classroom discussions. She demonstrated leadership qualities by helping classmates and encouraging teamwork.', 4, 4, '2026-05-26 01:27:04'), +(1338, 39, 80, 'ptap', 'Spring', '2025-2026', 'Aasma, demonstrated good effort during classroom activities and discussions. Continued active engagement and willingness to share ideas more often would help strengthen participation.', 'Aasma demonstrated good effort during classroom activities and discussions. Continued active engagement and willingness to share ideas more often would help strengthen her participation.', 4, 4, '2026-05-26 01:27:04'), +(1339, 84, 80, 'ptap', 'Spring', '2025-2026', 'Aalia, consistently came to class prepared and participated with confidence and enthusiasm. Demonstrated a strong willingness to learn and supported classmates during collaborative work.', 'Aalia consistently came to class prepared and participated with confidence and enthusiasm. She demonstrated a strong willingness to learn and supported classmates during collaborative work.', 4, 4, '2026-05-26 01:27:04'), +(1340, 163, 80, 'ptap', 'Spring', '2025-2026', 'Omair, showed a positive attitude toward learning and participated when encouraged. With increased confidence and focus, participation could become even stronger.', 'Omair showed a positive attitude toward learning and participated when encouraged. With increased confidence and focus, participation could become even stronger.', 4, 4, '2026-05-26 01:27:04'), +(1341, 11, 80, 'ptap', 'Spring', '2025-2026', 'Abeerah, participated respectfully and responsibly in all classroom activities. Worked well with peers and consistently made positive contributions during group discussions and projects.', 'Abeerah actively participated in all classroom activities. She worked well with her peers and consistently made positive contributions during group discussions and projects.', 4, 4, '2026-05-26 01:27:04'), +(1342, 99, 80, 'ptap', 'Spring', '2025-2026', 'Aaban, made positive contributions during lessons and activities when prompted. More consistent participation and attentiveness would help maximize learning opportunities.', 'Aaban made positive contributions during lessons and activities when prompted. More consistent participation and attentiveness would help maximize learning opportunities.', 4, 4, '2026-05-26 01:27:04'), +(1343, 53, 80, 'ptap', 'Spring', '2025-2026', 'Ashar, demonstrated good effort and participated appropriately throughout the term. Taking more initiative during discussions and group work would further enhance classroom involvement.', 'Ashar demonstrated good effort and participated throughout the semester. Taking more initiative during discussions and group work would further enhance classroom involvement.', 4, 4, '2026-05-26 01:27:04'), +(1344, 49, 80, 'ptap', 'Spring', '2025-2026', 'Ibrahim demonstrated excellent participation skills by remaining engaged throughout lessons and contributing meaningful ideas during classroom discussions and collaborative assignments.', 'Ibrahim demonstrated excellent participation skills by remaining engaged throughout lessons and contributing meaningful ideas during classroom discussions and collaborative assignments.', 4, 4, '2026-05-26 01:27:04'), +(1345, 142, 80, 'ptap', 'Spring', '2025-2026', 'Manal, demonstrated respectful participation during lessons and collaborative activities. Continued effort to volunteer ideas and stay actively engaged would be beneficial. Great work!', 'Manal participated frequently during the lessons and the collaborative activities. Continued effort to volunteer ideas and stay actively engaged would be beneficial. Great work!', 4, 4, '2026-05-26 01:27:04'), +(1346, 192, 80, 'ptap', 'Spring', '2025-2026', 'Zahra, although naturally quiet and shy, consistently made a strong effort to participate in class discussions and activities. Demonstrated determination, a positive attitude toward learning, and growing confidence throughout the term.', 'Zahra, although she is naturally quiet and shy, she consistently made a strong effort to participate in class discussions and activities. She demonstrated determination, a positive attitude toward learning and growing confidence throughout the term.', 4, 4, '2026-05-26 01:27:04'), +(1347, 62, 80, 'ptap', 'Spring', '2025-2026', 'Adam, showed the ability to complete work successfully, though frequent conversations during class sometimes affected participation and attentiveness. More consistent focus would support continued growth and success', 'Adam showed the ability to complete his work successfully, though frequent conversations during class sometimes affected participation and attentiveness. More consistent focus would support continued growth and success.', 4, 4, '2026-05-26 01:27:04'), +(1348, 35, 80, 'ptap', 'Spring', '2025-2026', 'Samin has strong potential and the ability to contribute positively in class. Reducing side conversations and participating more actively in lessons would lead to greater academic progress', 'Samin has strong potential and the ability to contribute positively in class. Reducing side conversations and participating more actively in lessons would lead to greater academic progress.', 4, 4, '2026-05-26 01:27:04'); +INSERT INTO `score_comments` (`id`, `student_id`, `class_section_id`, `score_type`, `semester`, `school_year`, `comment`, `comment_review`, `reviewed_by`, `commented_by`, `created_at`) VALUES +(1349, 124, 80, 'ptap', 'Spring', '2025-2026', 'Muhammad, demonstrated a respectful attitude and consistently put forth strong effort throughout the term. Although language challenges occasionally affected understanding and participation, continued hard work and perseverance supported steady progress.', 'Muhammad demonstrated a respectful attitude and consistently put forth strong effort throughout the term. Although, language challenges occasionally affected understanding and participation, his continued hard work and perseverance supported his steady progress.', 4, 4, '2026-05-26 01:27:04'), +(1350, 257, 80, 'ptap', 'Spring', '2025-2026', 'Abdul had difficulty demonstrating understanding of lessons and assignments during the term. More effort and use of available support would help build confidence and achievement.', 'Abdul had difficulty demonstrating understanding of lessons and assignments during the semester. More effort and use of available support would help build confidence and achievement.', 4, 4, '2026-05-26 01:27:04'), +(1351, 190, 80, 'ptap', 'Spring', '2025-2026', 'Yahia, showed the ability to succeed in class, though effort and participation were inconsistent throughout the term. With increased motivation and commitment, performance could improve significantly', 'Yahia showed the ability to succeed in class, though his effort and participation were inconsistent throughout the term. With increased motivation and commitment, performance could improve significantly', 4, 4, '2026-05-26 01:27:04'), +(1352, 192, 80, 'final', 'Spring', '2025-2026', 'Zahra, showed good understanding of the material. She pushed outsider her boundaries and achieved a good result. Good job!', 'Zahra, showed good understanding of the material. She pushed outsider her boundaries and achieved a good result. Good job!', 4, 4, '2026-05-26 01:27:04'), +(1353, 39, 80, 'final', 'Spring', '2025-2026', 'Aasma, achieved a good result. She had potential for better result with more effort, but overall, great work!', 'Aasma achieved a good result. She had potential for better results with more effort, but overall, great work!', 4, 4, '2026-05-26 01:27:04'), +(1354, 62, 80, 'final', 'Spring', '2025-2026', 'Adam did very well on the final and showed great potential. With greater focus and fewer side conversations during class, he will be among the first students to excel even further.', 'Adam did very well on the final and showed great potential. With greater focus and fewer side conversations during class, he will be among the first students to excel even further.', 4, 4, '2026-05-26 01:27:04'), +(1355, 142, 80, 'final', 'Spring', '2025-2026', 'Manal earned an excellent exam score through consistently asking questions, participating and clearly studying. Great work!', 'Manal earned an excellent exam score. She consistently asked for clarification on questions she did not understand. She clearly has studied well for the final. Great work!', 4, 4, '2026-05-26 01:27:04'), +(1356, 124, 80, 'final', 'Spring', '2025-2026', 'Muhammad is a very good respectful students. I believe the language barrier is affecting his understanding to the material.', 'Muhammad is a very respectful student. I believe the language barrier is affecting his understanding to the material.', 4, 4, '2026-05-26 01:27:04'), +(1357, 163, 80, 'final', 'Spring', '2025-2026', 'Omair earned an excellent score through his hard work and efforts. Great job, keep it the good work!', 'Omair earned an excellent score through his hard work and efforts. Great job, keep up the good work!', 4, 4, '2026-05-26 01:27:04'), +(1358, 76, 80, 'final', 'Spring', '2025-2026', 'Shayaan, showed great attitude during the exam, good understanding of the material, and achieved great results. Keep up the great work Shayaan!', 'Shayaan showed great attitude during the exam, good understanding of the material and achieved great results. Keep up the great work Shayaan!', 4, 4, '2026-05-26 01:27:04'), +(1359, 35, 80, 'final', 'Spring', '2025-2026', 'Samin is a very smart student with great potential for success. However, focus during class was often inconsistent, which affected overall performance. With greater attention and engagement during lessons, Samin has the ability to achieve better results', 'Samin is a very smart student with great potential for success. However, focus during class was often inconsistent, which affected his overall performance. With greater attention and engagement during lessons, Samin has the ability to achieve better results.', 4, 4, '2026-05-26 01:27:04'), +(1360, 190, 80, 'final', 'Spring', '2025-2026', 'Yahia demonstrated a good performance overall, showing a solid understanding of Islamic Studies. With some more consistency he can achieve better results', 'Yahia demonstrated a good performance overall. He showed a solid understanding of Islamic Studies. With some more consistency he can achieve better results.', 4, 4, '2026-05-26 01:27:04'), +(1361, 61, 120, 'final', 'Spring', '2025-2026', 'Sana, good job on the exam. A few mistakes in Islamic Studies cost points; more review will help. Your short- and long-answer responses were well written, though one was incomplete—answer every question fully. Your Qur\'an recitation and tajweed were good, with only minor slips. Keep revising and memorizing the full passage. Keep up the effort!', 'Sana, good job on the exam! A few mistakes in Islamic Studies cost points. Your short- and long-answer responses were well written, though one was incomplete. Your Quran recitation and tajweed were good, with only minor slips. Keep revising and memorizing the full passage. Keep up the effort!', 1, 1, '2026-05-30 20:21:53'), +(1362, 20, 31, 'final', 'Spring', '2025-2026', 'Joseph\'s final was quite disappointing, but is to be expected considering his tardiness in doing assignments and lack of understanding of the material. In the future, I hope he can be present more and pay more attention to material better.', 'Joseph\'s final was quite disappointing, but is to be expected considering his tardiness in doing assignments and lack of understanding of the material. In the future, I hope he can improve his attendance to benefit more from material taught in class.', 4, 4, '2026-05-29 16:27:08'), +(1363, 259, 120, 'ptap', 'Spring', '2025-2026', 'Zaineb, I absolutely love having you in class. You always bring a big smile and carry yourself with kindness and grace. Your sharp thinking and eagerness to answer stand out, and you have a real gift for understanding Islamic knowledge deeply. Keep pursuing this deen and seeking knowledge—you have a bright future ahead and so much to offer others.', 'Zaineb, I absolutely love having you in class. You always bring a big smile and carry yourself with kindness and grace. Your sharp thinking and eagerness to answer stand out, and you have a real gift for understanding Islamic knowledge deeply. Keep pursuing this Deen and seeking knowledge, you have a bright future ahead and so much to offer others.', 4, 4, '2026-05-30 20:21:53'), +(1364, 46, 120, 'ptap', 'Spring', '2025-2026', 'Sarah, thank you for your consistency, attention, and participation in class. We truly value your presence and feedback. It’s always a joy seeing you at the masjid in Ramadan and on Eid. Keep up with homework more consistently. Your questions and insights help everyone, and your voice adds so much to the class.', 'Sarah, thank you for your consistency, attention and participation in class. We truly value your presence and feedback. It is always a joy seeing you at the Masjid in Ramadan and on Eid. Keep up with homework more consistently. Your questions and insights help everyone and your voice adds so much to the class.', 4, 4, '2026-05-30 20:21:53'), +(1365, 114, 120, 'final', 'Spring', '2025-2026', 'Hashir, great job on the exam. I am proud of the work you put into class, and it clearly showed. You prepared well and it paid off. Your short answers were strong, just add a little more detail to reach full points. Like we discussed, keep giving steady effort to memorization. Now that you know what works, inshaAllah it will become easier.', 'Hashir, great job on the exam. I am proud of the work you put into class, and it clearly showed. You prepared well and it paid off. Your short answers were strong, just add a little more detail to reach full points. Like we discussed, keep giving steady effort to memorization. Now that you know what works, inshaAllah it will become easier.', 4, 4, '2026-05-30 20:21:53'), +(1366, 114, 120, 'ptap', 'Spring', '2025-2026', 'Hashir, it was a pleasure to have you in class. We appreciate your consistency throughout the year. Your feedback, engagement, and participation in class is not to be understated. We hope you enjoyed and could learn lessons from this class that will last your whole life. Keep up the great work and looking forward to a bright future, In Shaa Allah!', 'Hashir, it was a pleasure to have you in class. We appreciate your consistency throughout the year. Your feedback, engagement and participation in class is not to be understated. We hope you enjoyed and could learn lessons from this class that will last your whole life. Keep up the great work and looking forward to a bright future, inshaAllah!', 4, 4, '2026-05-30 20:21:53'), +(1367, 220, 32, 'ptap', 'Spring', '2025-2026', 'Adyan is a well behaved student. He listens to the teachers\' instructions. It was great having him as our student. We wish him best of luck for next year.', 'Adyan is a well behaved student. He listens to the teachers\' instructions. It was great having him as our student. We wish him best of luck for next year.', 4, 4, '2026-05-30 04:39:17'), +(1368, 61, 120, 'ptap', 'Spring', '2025-2026', 'Sana, your positive and cheerful attitude is always appreciated in class. You show wonderful character, and we love when you participate. It’s a joy having you and your family with us, and you lead by example in class and beyond. May Allah bless you wherever you go. Keep your passion for Islamic knowledge—you have a beautiful future ahead.', 'Sana, your positive and cheerful attitude is always appreciated in class. You show wonderful character and we love when you participate. It is a joy having you and your family with us, and you lead by example in class. Keep your passion for Islamic knowledge, you have a beautiful future ahead.', 1, 1, '2026-05-30 20:21:53'), +(1369, 96, 120, 'ptap', 'Spring', '2025-2026', 'Arleyya Safeera, thank you for being one of the best students in our class. I’m grateful to have taught you these past two years. Your thoughtful questions help us go deeper into the material and enrich the class. I’m confident you’ll continue staying close to your deen and doing amazing things after graduating from Al Rahma.', 'Arleyya Safeera, thank you for being one of the best students in our class. I am grateful to have taught you these past two years. Your thoughtful questions help us go deeper into the material and enrich the class. I am confident you will continue staying close to your Deen and doing amazing things after graduating from Al Rahma.', 4, 4, '2026-05-30 20:21:53'), +(1370, 136, 120, 'ptap', 'Spring', '2025-2026', 'Hawa, you are a stellar student and an absolute joy to have in class. You do everything with ihsan and give your full heart to your work. I enjoyed reading your reflections and writing throughout the year. Your passion, deep thinking, and insight are special. Never stop pursuing Islamic knowledge. You have so much to offer this ummah, inshaAllah.', 'Hawa, you are a stellar student and an absolute joy to have in class. You do everything with Ihsan and give your full heart to your work. I enjoyed reading your reflections and writing throughout the year. Your passion, deep thinking and insight are special. Never stop pursuing Islamic knowledge. You have so much to offer this Ummah, inshaAllah.', 4, 4, '2026-05-30 20:21:53'), +(1371, 239, 120, 'ptap', 'Spring', '2025-2026', 'Umaima, you always bring a positive attitude to class. I would have loved to see more participation, because I know you have a lot of potential. Don’t hesitate to ask questions when something feels unclear. I saw thoughtful insight in your homework reflections, and I know you can keep growing in confidence and your deen, inshaAllah.', 'Umaima, you always bring a positive attitude to class. I would have loved to see more participation, because I know you have a lot of potential. Do not hesitate to ask questions when something feels unclear. I saw thoughtful insight in your homework reflections, and I know you can keep growing in confidence and in your Deen, inshaAllah.', 4, 4, '2026-05-30 20:21:53'), +(1372, 31, 120, 'ptap', 'Spring', '2025-2026', 'Ibrahim, you are one of the students who makes me excited to teach every Sunday. You bring great energy to class, ask thoughtful questions, and share strong answers. I appreciate the effort you put in both in and out of class. Keep pursuing Islamic knowledge—you have what it takes to be a man of impact in our Lowell community and the ummah.', 'Ibrahim, you are one of the students who makes me excited to teach every Sunday. You bring great energy to class, ask thoughtful questions and share strong answers. I appreciate the effort you put in both in and out of class. Keep pursuing Islamic knowledge, you have what it takes to be a man of impact in our community and the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1373, 47, 120, 'ptap', 'Spring', '2025-2026', 'Salman, I’m grateful to have you in class and as a lifelong friend. You are always in my duas. You are sharp, thoughtful, and have a natural ability to understand and share Islamic knowledge in a relatable way. Keep pursuing knowledge—you can inspire others and make a real impact in our community and the ummah, inshaAllah.', 'Salman, I am grateful to have you in class and as a lifelong friend. You are always in my duas. You are sharp, thoughtful and have a natural ability to understand and share Islamic knowledge in a relatable way. Keep pursuing knowledge, you can inspire others and make a real impact in our community and the Ummah, inshaAllah.', 4, 4, '2026-05-30 20:21:53'), +(1374, 107, 120, 'ptap', 'Spring', '2025-2026', 'Anas, you are keen with details of what we learn and I see you excel at delivering work on time. You are consistent and a great student who never ceases to amaze me. I would love to see more engagement in class and more questions from you.', 'Anas, you are keen with details of what we learn and I see you excel at delivering work on time. You are consistent and a great student who never ceases to amaze me. I would love to see more engagement in class and more questions from you.', 4, 4, '2026-05-30 20:21:53'), +(1375, 201, 120, 'ptap', 'Spring', '2025-2026', 'Rayan, you are a confident young man, and I’ve seen you grow a lot in this class from last semester to now. You are very intellectual and pick up knowledge quickly. I would love to see more engagement in class from you—ask more questions and share your thoughts and comments. We always value hearing from you.', 'Rayan, you are a confident young man, and I have seen you grow a lot in this class from last semester to now. You are very intellectual and pick up knowledge quickly. I would love to see more engagement in class from you, ask more questions and share your thoughts and comments. We always value hearing from you.', 4, 4, '2026-05-30 20:21:53'), +(1376, 246, 120, 'ptap', 'Spring', '2025-2026', 'Ayaan, I’m impressed by your growth this year. You’ve always been sharp, but this semester I’ve seen you internalize and live the deen beautifully. Your thoughtful comments and reflections stand out. Keep seeking knowledge—you will be a person of impact in the community and the ummah, inshaAllah.', 'Ayaan, I am impressed by your growth this year. You have always been sharp, but this semester I have seen you internalize and live the Deen beautifully. Your thoughtful comments and reflections stand out. Keep seeking knowledge, you will be a person of impact in the community and the Ummah, inshaAllah.', 4, 4, '2026-05-30 20:21:53'), +(1377, 219, 120, 'ptap', 'Spring', '2025-2026', 'Zuhayer, my brother and friend, I see a lot of myself in you at your age. You have great emotional intelligence and express yourself well, and you understand the material deeply. Keep chasing knowledge and stay active in class. Just make sure to complete your homework—I’d love to read your reflections.', 'Zuhayer, my brother and friend, I see a lot of myself in you at your age. You have great emotional intelligence and express yourself well, and you understand the material deeply. Keep chasing knowledge and stay active in class. Just make sure to complete your homework, I would love to read your reflections.', 4, 4, '2026-05-30 20:21:53'), +(1378, 247, 120, 'ptap', 'Spring', '2025-2026', 'Aliyah, it was great and a pleasure to have you in class. When you are passionate about something, it bleeds into the rest of the class with your enthusiasm and curiosity. I want you to shine even brighter. Completing the assignments on time and consistently will elevate you higher. Keep up the great work and keep striving.', 'Aliyah, it was great and a pleasure to have you in class. When you are passionate about something, it bleeds into the rest of the class with your enthusiasm and curiosity. I want you to shine even brighter. Completing the assignments on time and consistently will elevate you higher. Keep up the great work and keep striving.', 4, 4, '2026-05-30 20:21:53'), +(1379, 203, 120, 'ptap', 'Spring', '2025-2026', 'Isabella, it was amazing and a pleasure to have you in class. Your consistency and engagement with the class was outstanding. I appreciate your presence and drive to learn. Staying on top of the assignments will help recover and push you to a higher level. Keep up the good work and stay connected with the deen and the ummah. You will keep shining.', 'Isabella, it was amazing and a pleasure to have you in class. Your consistency and engagement with the class was outstanding. I appreciate your presence and drive to learn. Staying on top of the assignments will help recover and push you to a higher level. Keep up the good work and stay connected with your Deen and the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1380, 241, 120, 'ptap', 'Spring', '2025-2026', 'Zakaria, it was great to have you in class. Your kindness, passion, and work ethic is not unnoticed. I appreciate your curiosity and courage to ask questions and better yourself. Keeping up with the assignments will help you improve. Keep up the good work and you will bounce back. Stay connected to the deen and you will be impactful on the ummah.', 'Zakaria, it was great to have you in class. Your kindness, passion and work ethic are not unnoticed. I appreciate your curiosity and courage to ask questions and better yourself. Keeping up with the assignments will help you improve. Keep up the good work and you will bounce back. Stay connected to your Deen and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1381, 252, 120, 'ptap', 'Spring', '2025-2026', 'Arsalan, it was a pleasure to have you in class. You bring a positive attitude and bright smile everyday. Your questions and comments always brighten the class. Keep up with the assignments and you will elevate higher and bounce back. Stay connected to the deen and you will be impactful on the ummah.', 'Arsalan, it was a pleasure to have you in class. You bring a positive attitude and bright smile everyday. Your questions and comments always brighten the class. Keep up with the assignments and you will elevate higher and bounce back. Stay connected to your Deen and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1382, 59, 120, 'ptap', 'Spring', '2025-2026', 'Ahmed, it was a pleasure to have you in class. Your presence, questions, and insight always refreshed the class. I missed you as you came less throughout the year. Improve on your attendance and the rest will follow. Stay engaged with the deen and you will be impactful to the ummah. Keep up the good work. You are a great student.', 'Ahmed, it was a pleasure to have you in class. Your presence, questions and insight always refreshed the class. I missed you as you came less throughout the year. Improve on your attendance and the rest will follow. Stay engaged with your Deen and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1383, 253, 120, 'ptap', 'Spring', '2025-2026', 'Victoria, it was a pleasure to have you in class. Your kindness and compassion radiated throughout the class. Improve on your attendance and consistency in following along with the assignments and you will shine bright and bounce back. You are a great student whom I am confident in. I want you to stay connected to the deen and keep working hard.', 'Victoria, it was a pleasure to have you in class. Your kindness and compassion radiated throughout the class. Improve on your attendance and consistency in following along with the assignments and you will shine bright and bounce back. You are a great student whom I am confident in. I want you to stay connected to your Deen and keep working hard.', 4, 4, '2026-05-30 20:21:53'), +(1384, 251, 120, 'ptap', 'Spring', '2025-2026', 'Ayyan, it was great to have you in class. Your engagement and presence in class were amazing. You provided valuable insight. Improve on keeping up with the assignments and you will shine even brighter. Stay connected to the deen and I am confident you will keep striving hard. Keep up the good work and you will be impactful on the ummah.', 'Ayyan, it was great to have you in class. Your engagement and presence in class were amazing. You provided valuable insight. Improve on keeping up with the assignments and you will shine even brighter. Stay connected to your Deen and I am confident you will keep striving hard. Keep up the good work and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1385, 238, 120, 'ptap', 'Spring', '2025-2026', 'Adyan, it was a pleasure to have you in class. You were always someone one could share a laugh with. Your presence in class was valuable. I wish you came more often. Improving your attendance and keeping up with the assignments will help you bounce back. You are a bright student. Keep up the good work and stay connected to the deen and the ummah.', 'Adyan, it was a pleasure to have you in class. You were always someone one could share a laugh with. Your presence in class was valuable. I wish you came more often. Improving your attendance and keeping up with the assignments will help you bounce back. You are a bright student. Keep up the good work and stay connected to your Deen and the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1386, 95, 120, 'ptap', 'Spring', '2025-2026', 'Fauzhan, it was amazing to have you in class. Your engagement, curiosity, and compassion added to the class. You are bright and ready to learn and grow. I wish you came more often. Improving your attendance and following the work will elevate you and help you bounce back. Stay connected to the deen and the ummah, and you have a bright future.', 'Fauzhan, it was amazing to have you in class. Your engagement, curiosity, and compassion added to the class. You are bright and ready to learn and grow. I wish you came more often. Improving your attendance and following the work will elevate you and help you bounce back. Stay connected to your Deen and the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1387, 38, 120, 'ptap', 'Spring', '2025-2026', 'Ahmed, it was great to have you in class. Your smile and conversations brightened the day. I missed you in class, especially your contributions and engagement. Improving your attendance and following the assignments will help you recover and shine. You are bright. Stay connected to the deen and you will be impactful to the ummah. Keep working hard.', 'Ahmed, it was great to have you in class. Your smile and conversations brightened the day. I missed you in class, especially your contributions and engagement. Improving your attendance and following the assignments will help you recover and shine. You are bright. Stay connected to your Deen and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1388, 88, 120, 'ptap', 'Spring', '2025-2026', 'Adi, it was a pleasure to have you in class. Your kindness, engagement, and presence were valuable to the class. I wish you came more often, we missed you. Improve your attendance and the rest will follow. I am confident you will bounce back. Keep up the good work, stay connected to the deen, and you will be impactful to the ummah.', 'Adi, it was a pleasure to have you in class. Your kindness, engagement and presence were valuable to the class. I wish you came more often, we missed you. Improve your attendance and the rest will follow. I am confident you will bounce back. Keep up the good work, stay connected to your Deen, and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1389, 225, 120, 'ptap', 'Spring', '2025-2026', 'Abdul, it was amazing to have you in class. Your presence was valuable. It was great to share a conversation and hear your insights and experiences. I wish you came more often. Improving your attendance and keeping up with the work will help you bounce back. You can do this. Stay connected to the deen and you will be impactful to the ummah.', 'Abdul, it was amazing to have you in class. Your presence was valuable. It was great to share a conversation and hear your insights and experiences. I wish you came more often. Improving your attendance and keeping up with the work will help you bounce back. Stay connected to your Deen and you will be impactful to the Ummah.', 4, 4, '2026-05-30 20:21:53'), +(1390, 227, 10, 'final', 'Spring', '2025-2026', 'Muhammad did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Muhammad did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 21:53:52'), +(1391, 226, 21, 'final', 'Spring', '2025-2026', 'Mah Noor did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Mah Noor did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 21:55:55'), +(1392, 226, 21, 'ptap', 'Spring', '2025-2026', 'Mah Noor was absent for a good chunk of this semester, hence the low PTAP grade. This is a complete reversal from what happened in the first semester!', 'Mah Noor was absent for a good chunk of this semester, hence the low PTAP grade. This is a complete reversal from what happened in the first semester!', 4, 4, '2026-05-30 22:00:22'), +(1393, 40, 42, 'final', 'Spring', '2025-2026', 'Ashar did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Ashar did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 22:03:05'), +(1394, 188, 52, 'final', 'Spring', '2025-2026', 'Salma did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Salma did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 23:00:36'), +(1395, 224, 52, 'final', 'Spring', '2025-2026', 'Umaima did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Umaima did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 23:02:10'), +(1396, 193, 60, 'final', 'Spring', '2025-2026', 'Jyda did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Jyda did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 23:32:05'), +(1397, 254, 60, 'final', 'Spring', '2025-2026', 'London did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'London did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 23:33:52'), +(1398, 187, 70, 'final', 'Spring', '2025-2026', 'Sophia did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Sophia did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-30 23:49:30'), +(1399, 187, 70, 'ptap', 'Spring', '2025-2026', 'Sophia was absent most of the semester, which negatively affected her PTAP score this semester. More consistent attendance will definitely help in the future.', 'Sophia was absent most of the semester, which negatively affected her PTAP score this semester. More consistent attendance will definitely help in the future.', 4, 4, '2026-05-30 23:51:35'), +(1400, 257, 80, 'final', 'Spring', '2025-2026', 'Abdul did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Abdul did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:00:28'), +(1401, 89, 80, 'final', 'Spring', '2025-2026', 'Alicia did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Alicia did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:01:34'), +(1402, 89, 80, 'ptap', 'Spring', '2025-2026', 'Alicia was absent most of this semester, this negatively affected her PTAP score. More consistency in attendance will help in the future.', 'Alicia was absent most of this semester, this negatively affected her PTAP score. More consistency in attendance will help in the future.', 4, 4, '2026-05-31 00:02:31'), +(1403, 225, 120, 'final', 'Spring', '2025-2026', 'Abdul did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Abdul did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:23:59'), +(1404, 88, 120, 'final', 'Spring', '2025-2026', 'Adi did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Adi did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:25:17'), +(1405, 238, 120, 'final', 'Spring', '2025-2026', 'Adyan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Adyan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:25:25'), +(1406, 38, 120, 'final', 'Spring', '2025-2026', 'Ahmed did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Ahmed did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:25:38'), +(1407, 59, 120, 'final', 'Spring', '2025-2026', 'Ahmed did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Ahmed did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:25:48'), +(1408, 247, 120, 'final', 'Spring', '2025-2026', 'Aliyah did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Aliyah did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:25:57'), +(1409, 252, 120, 'final', 'Spring', '2025-2026', 'Arsalan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Arsalan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:26:12'), +(1410, 251, 120, 'final', 'Spring', '2025-2026', 'Ayyan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Ayyan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:26:44'), +(1411, 95, 120, 'final', 'Spring', '2025-2026', 'Fauzhan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Fauzhan did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:27:01'), +(1412, 203, 120, 'final', 'Spring', '2025-2026', 'Isabella did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Isabella did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:27:46'), +(1413, 253, 120, 'final', 'Spring', '2025-2026', 'Victoria did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Victoria did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:28:03'), +(1414, 241, 120, 'final', 'Spring', '2025-2026', 'Zakaria did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Zakaria did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:28:16'), +(1415, 237, 120, 'final', 'Spring', '2025-2026', 'Hussain did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Hussain did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 00:57:55'), +(1416, 237, 120, 'ptap', 'Spring', '2025-2026', 'Hussain was absent most of this semester, this negatively affected her PTAP score. More consistency in attendance will help in the future.', NULL, NULL, 4, '2026-05-31 00:58:02'), +(1417, 236, 120, 'final', 'Spring', '2025-2026', 'Malaika did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 'Malaika did not attempt the final exam. Also, parents/guardians did not arrange a make-up exam with administration.', 4, 4, '2026-05-31 01:00:48'), +(1418, 236, 120, 'ptap', 'Spring', '2025-2026', 'Malaika was absent most of this semester, this negatively affected her PTAP score. More consistency in attendance will help in the future.', NULL, NULL, 4, '2026-05-31 01:00:52'), +(1419, 61, 120, 'attendance', 'Spring', '2025-2026', 'Sana\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, NULL, '2026-05-31 05:19:43'), +(1420, 252, 120, 'attendance', 'Spring', '2025-2026', 'Arsalan\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, NULL, '2026-05-31 05:19:43'), +(1421, 251, 120, 'attendance', 'Spring', '2025-2026', 'Ayyan\'s attendance has been below average, with significant missed time and reduced consistency. Improved weekly attendance is strongly encouraged to rebuild routine and lesson continuity.', NULL, NULL, NULL, '2026-05-31 05:19:43'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `sections` +-- + +CREATE TABLE `sections` ( + `id` int(11) UNSIGNED NOT NULL, + `section_name` varchar(100) NOT NULL, + `description` text DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `updated_by` int(11) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `sections` +-- + +INSERT INTO `sections` (`id`, `section_name`, `description`, `updated_at`, `updated_by`) VALUES +(1, '', 'No-Section', '2024-08-16 01:06:30', 1), +(2, 'A', 'Section A', '2024-08-16 01:06:30', 1), +(3, 'B', 'Section B', '2024-08-16 01:06:30', 1), +(4, 'C', 'Section C', '2024-08-16 01:06:30', 1), +(5, 'D', 'Section D', '2024-08-16 01:06:30', 1), +(6, 'E', 'Section E', '2024-08-16 01:06:30', 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `semester_scores` +-- + +CREATE TABLE `semester_scores` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `school_id` char(36) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `updated_by` int(11) DEFAULT NULL, + `homework_avg` float DEFAULT NULL, + `quiz_avg` float DEFAULT NULL, + `project_avg` float DEFAULT NULL, + `midterm_exam_score` float DEFAULT NULL, + `final_exam_score` float DEFAULT NULL, + `attendance_score` float DEFAULT NULL, + `participation_score` float DEFAULT NULL, + `ptap_score` decimal(5,2) DEFAULT NULL, + `test_avg` float DEFAULT NULL, + `semester_score` float DEFAULT NULL, + `semester` varchar(20) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `semester_scores` +-- + +INSERT INTO `semester_scores` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_avg`, `quiz_avg`, `project_avg`, `midterm_exam_score`, `final_exam_score`, `attendance_score`, `participation_score`, `ptap_score`, `test_avg`, `semester_score`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(1, 221, 'STU2500221', 10, 1, 90, 83.33, 62.5, 97, NULL, 92.86, 80, 78.10, NULL, 92.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(2, 159, 'STU2500159', 10, 1, 100, 0, 100, 88, NULL, 78.57, 70, 81.00, NULL, 84.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:46'), +(3, 160, 'STU2500160', 10, 1, 100, 0, 87.5, 87, NULL, 78.57, 50, 71.30, NULL, 82.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:46'), +(4, 183, 'STU2500183', 10, 1, 100, 96.67, 87.5, 88, NULL, 100, 100, 95.90, NULL, 92, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(5, 235, 'STU2500235', 10, 1, 100, 96.67, 87.5, 98, NULL, 100, 100, 95.90, NULL, 98, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(6, 215, 'STU2500215', 10, 1, 100, 83.33, 75, 94, NULL, 85.71, 70, 81.80, NULL, 89.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(7, 214, 'STU2500214', 10, 1, 75, 90, 87.5, 94, NULL, 85.71, 70, 78.80, NULL, 89.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(8, 52, 'STU2500052', 10, 1, 100, 83.33, 75, 94, NULL, 100, 100, 90.80, NULL, 94.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(9, 131, 'STU2500131', 10, 1, 100, 90, 87.5, 95, NULL, 100, 100, 95.30, NULL, 96.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(10, 227, 'STU2500227', 10, 1, 58.33, 73.33, 75, 78, NULL, 92.86, 50, 62.30, NULL, 77.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(11, 180, 'STU2500180', 10, 1, 100, 93.33, 87.5, 90, NULL, 100, 100, 95.60, NULL, 93.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(12, 229, 'STU2500229', 10, 1, 75, 90, 80, 98, NULL, 92.86, 70, 76.50, NULL, 92.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(13, 56, 'STU2500056', 10, 1, 100, 86.67, 75, 97, NULL, 100, 100, 91.20, NULL, 96.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(14, 211, 'STU2500211', 10, 1, 63.33, 90, 77.5, 84, NULL, 100, 100, 81.20, NULL, 86.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:29:08'), +(15, 206, 'STU2500206', 21, 4, 85.71, 70, NULL, 63.5, NULL, 92.86, 60, 72.30, NULL, 71.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(16, 146, 'STU2500146', 21, 4, 100, 80, NULL, 76.5, NULL, 100, 80, 88.00, NULL, 83.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(17, 147, 'STU2500147', 21, 4, 100, 83.3333, NULL, 94.5, NULL, 100, 90, 92.70, NULL, 95.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(18, 249, 'STU2500249', 21, 4, 71.43, 84.4433, NULL, 81, NULL, 100, 85, 79.50, NULL, 84.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(19, 45, 'STU2500045', 21, 4, 100, 52.2233, NULL, 76, NULL, 100, 60, 74.40, NULL, 80.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(20, 112, 'STU2500112', 21, 4, 85.71, 46.665, NULL, 79.5, NULL, 78.57, 90, 79.60, NULL, 79.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(21, 86, 'STU2500086', 21, 4, 71.43, 91.11, NULL, 93, NULL, 85.71, 90, 82.80, NULL, 89.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(22, 105, 'STU2500105', 21, 4, 100, 80, NULL, 76, NULL, 78.57, 75, 86.00, NULL, 78.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(23, 200, 'STU2500200', 21, 4, 100, 96.6667, NULL, 94, NULL, 100, 100, 99.30, NULL, 96.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(24, 256, 'STU2500256', 21, 4, 71.43, 98.89, NULL, 97.5, NULL, 100, 100, 88.40, NULL, 96.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(25, 43, 'STU2500043', 21, 4, 85.71, 97.7767, NULL, 75, NULL, 85.71, 85, 87.80, NULL, 79.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(26, 36, 'STU2500036', 21, 4, 71.43, 97.7767, NULL, 92, NULL, 85.71, 85, 82.10, NULL, 88.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(27, 157, 'STU2500157', 21, 4, 85.71, 95, NULL, 74, NULL, 92.86, 85, 87.30, NULL, 80.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(28, 173, 'STU2500173', 21, 4, 100, 94.4433, NULL, 84, NULL, 100, 100, 98.90, NULL, 90.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(29, 141, 'STU2500141', 21, 4, 100, 87.7767, NULL, 79, NULL, 100, 85, 91.60, NULL, 85.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(30, 226, 'STU2500226', 21, 4, 85.71, 88.89, NULL, 92, NULL, 92.86, 85, 86.10, NULL, 91, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(31, 176, 'STU2500176', 21, 4, 100, 40, NULL, 76, NULL, 92.86, 60, 72.00, NULL, 78.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(32, 217, 'STU2500217', 21, 4, 71.43, 90, NULL, 80, NULL, 71.43, 85, 80.60, NULL, 78.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:32:08'), +(33, 97, 'STU2500097', 22, 4, 100, 73.734, NULL, 84.5, NULL, 85.71, 90, 90.70, NULL, 86, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(34, 222, 'STU2500222', 22, 4, 54.55, 66.8, NULL, 79.5, NULL, 92.86, 75, 65.20, NULL, 79.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(35, 197, 'STU2500197', 22, 4, 100, 68.266, NULL, 63, NULL, 92.86, 90, 89.70, NULL, 74.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(36, 92, 'STU2500092', 22, 4, 100, 63.8, NULL, 70.5, NULL, 92.86, 75, 82.80, NULL, 77.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(37, 104, 'STU2500104', 22, 4, 100, 75.534, NULL, 93, NULL, 100, 70, 83.10, NULL, 92.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(38, 182, 'STU2500182', 22, 4, 95.45, 57.2, NULL, 81, NULL, 100, 70, 77.60, NULL, 84.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(39, 58, 'STU2500058', 22, 4, 95, 64.2, NULL, 66.5, NULL, 100, 85, 84.80, NULL, 76.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(40, 101, 'STU2500101', 22, 4, 81.82, 53.3333, NULL, 45.5, NULL, 78.57, 75, 73.40, NULL, 57.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(41, 82, 'STU2500082', 22, 4, 100, 67.266, NULL, 85.5, NULL, 100, 85, 87.50, NULL, 88.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(42, 153, 'STU2500153', 22, 4, 99.09, 73.266, NULL, 79.5, NULL, 92.86, 70, 82.30, NULL, 82.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(43, 80, 'STU2500080', 22, 4, 100, 63.8, NULL, 75, NULL, 100, 90, 88.80, NULL, 82.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(44, 79, 'STU2500079', 22, 4, 100, 56.666, NULL, 57.5, NULL, 100, 90, 87.30, NULL, 72, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(45, 41, 'STU2500041', 22, 4, 100, 61.134, NULL, 79.5, NULL, 78.57, 75, 82.20, NULL, 79.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(46, 14, 'STU2500014', 22, 4, 100, 64.4, NULL, 80.5, NULL, 92.86, 75, 82.90, NULL, 83.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(47, 228, 'STU2500228', 22, 4, 81.82, 70.266, NULL, 84.5, NULL, 92.86, 70, 74.80, NULL, 84.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(48, 178, 'STU2500178', 22, 4, 63.64, 55.866, NULL, 71, NULL, 85.71, 85, 70.60, NULL, 73.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:39:15'), +(49, 64, 'STU2500064', 31, 4, 99, 93.33, NULL, 86.5, NULL, 100, 100, 98.30, NULL, 91.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(50, 199, 'STU2500199', 31, 4, 86.67, 66.67, NULL, 64.5, NULL, 100, 90, 84.00, NULL, 75.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(51, 70, 'STU2500070', 31, 4, 97.5, 90, NULL, 91.5, NULL, 100, 95, 95.00, NULL, 93.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(52, 19, 'STU2500019', 31, 4, 100, 86.67, NULL, 83, NULL, 100, 95, 95.30, NULL, 88.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(53, 68, 'STU2500068', 31, 4, 87.5, 70, NULL, 70, NULL, 92.86, 90, 85.00, NULL, 77.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(54, 196, 'STU2500196', 31, 4, 93.33, 96.67, NULL, 92, NULL, 100, 100, 96.70, NULL, 94.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(55, 127, 'STU2500127', 31, 4, 99.33, 73.33, NULL, 71, NULL, 100, 95, 92.40, NULL, 81.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(56, 234, 'STU2500234', 31, 4, 91.67, 93.33, NULL, 95.5, NULL, 100, 95, 93.30, NULL, 96, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(57, 20, 'STU2500020', 31, 4, 80, 46.67, NULL, 26, NULL, 92.86, 90, 77.30, NULL, 49.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(58, 44, 'STU2500044', 31, 4, 100, 93.33, NULL, 93.5, NULL, 100, 100, 98.70, NULL, 95.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(59, 57, 'STU2500057', 31, 4, 89, 80, NULL, 69, NULL, 100, 95, 89.60, NULL, 79.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(60, 81, 'STU2500081', 31, 4, 90, 93.33, NULL, 78, NULL, 100, 100, 94.70, NULL, 85.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(61, 21, 'STU2500021', 31, 4, 80, 40, NULL, 35.5, NULL, 85.71, 90, 76.00, NULL, 53.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(62, 78, 'STU2500078', 31, 4, 96.67, 86.67, NULL, 96.5, NULL, 100, 100, 96.00, NULL, 97.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(63, 16, 'STU2500016', 31, 4, 96.67, 93.33, NULL, 96, NULL, 100, 100, 97.30, NULL, 97.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(64, 30, 'STU2500030', 31, 4, 100, 90, NULL, 93.5, NULL, 92.86, 100, 98.00, NULL, 94.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(65, 171, 'STU2500171', 31, 4, 91.33, NULL, NULL, 86.5, NULL, 92.86, 100, 95.70, NULL, 89.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(66, 245, 'STU2500245', 31, 4, 97.5, 96.67, NULL, 93, NULL, 100, 100, 98.30, NULL, 95.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:05:11'), +(67, 75, 'STU2500075', 32, 45, 97.13, 100, NULL, 94, NULL, 71.43, 90, 94.90, NULL, 89.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(68, 165, 'STU2500165', 32, 45, 96, 91.11, NULL, 88.5, NULL, 100, 90, 92.60, NULL, 91.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(69, 7, 'STU2500007', 32, 45, 86.88, 92.2233, NULL, 79, NULL, 100, 90, 89.20, NULL, 85.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(70, 8, 'STU2500008', 32, 45, 89.5, 95.5567, NULL, 89, NULL, 100, 90, 90.90, NULL, 91.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(71, 18, 'STU2500018', 32, 45, 99, 93.3333, NULL, 84, NULL, 100, 90, 94.30, NULL, 89.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(72, 145, 'STU2500145', 32, 45, 96.63, 95, NULL, 95, NULL, 100, 90, 93.70, NULL, 95.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(73, 144, 'STU2500144', 32, 45, 98, 96.6667, NULL, 99.3, NULL, 100, 90, 94.50, NULL, 98.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(74, 189, 'STU2500189', 32, 45, 95, 83.3333, NULL, 65.5, NULL, 100, 75, 84.70, NULL, 76.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(75, 220, 'STU2500220', 32, 45, 50, 83.3333, NULL, 76.5, NULL, 100, 90, 72.70, NULL, 80.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(76, 130, 'STU2500130', 32, 45, 91.75, 95.5567, NULL, 94, NULL, 92.86, 90, 91.80, NULL, 93.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(77, 213, 'STU2500213', 32, 45, 91.13, 77.7767, NULL, 70, NULL, 92.86, 75, 82.00, NULL, 77, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(78, 74, 'STU2500074', 32, 45, 94.88, 95.5567, NULL, 91.5, NULL, 100, 85, 91.10, NULL, 93.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(79, 185, 'STU2500185', 32, 45, 92.38, 86.665, NULL, 68.5, NULL, 100, 85, 88.30, NULL, 78.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(80, 54, 'STU2500054', 32, 45, 95.75, 92.2233, NULL, 90.5, NULL, 100, 85, 90.70, NULL, 92.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(81, 179, 'STU2500179', 32, 45, 87.25, 84.4433, NULL, 81, NULL, 100, 90, 87.80, NULL, 86.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(82, 168, 'STU2500168', 32, 45, 93, 86.6667, NULL, 65.5, NULL, 92.86, 90, 90.50, NULL, 76, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(83, 169, 'STU2500169', 32, 45, 95.88, 86.6667, NULL, 91, NULL, 92.86, 90, 91.70, NULL, 91.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(84, 123, 'STU2500123', 32, 45, 99.75, 97.7767, NULL, 98, NULL, 100, 95, 97.50, NULL, 98.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-03-08 16:26:26'), +(85, 109, 'STU2500109', 41, 4, 99.17, 90, 100, 95, NULL, 100, 96, 97.60, NULL, 96.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(86, 156, 'STU2500156', 41, 4, 100, 83.33, 100, 89, NULL, 92.86, 95, 96.80, NULL, 91.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(87, 248, 'STU2500248', 41, 4, 99.17, 73.33, 100, 73.5, NULL, 100, 95, 95.60, NULL, 83.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(88, 115, 'STU2500115', 41, 4, 97.5, NULL, 100, 78, NULL, 85.71, 85, 94.20, NULL, 82.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(89, 27, 'STU2500027', 41, 4, 100, 90, 100, 84.5, NULL, 100, 97, 98.10, NULL, 90.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(90, 202, 'STU2500202', 41, 4, 100, 90, 100, 96, NULL, 92.86, 96, 97.80, NULL, 95.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(91, 111, 'STU2500111', 41, 4, 100, 100, 100, 100, NULL, 78.57, 97, 99.10, NULL, 95.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(92, 121, 'STU2500121', 41, 4, 100, 93.33, 100, 86, NULL, 100, 97, 98.40, NULL, 91.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(93, 129, 'STU2500129', 41, 4, 99.17, 90, 100, 93.5, NULL, 100, 97, 97.90, NULL, 95.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(94, 152, 'STU2500152', 41, 4, 99.17, 83.33, 100, 88, NULL, 100, 85, 93.60, NULL, 91.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(95, 12, 'STU2500012', 41, 4, 100, 80, 100, 99, NULL, 85.71, 90, 95.00, NULL, 95.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(96, 13, 'STU2500013', 41, 4, 100, 86.67, 100, 97, NULL, 92.86, 92, 96.30, NULL, 96, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(97, 216, 'STU2500216', 41, 4, 99.17, 63.33, 100, 71, NULL, 78.57, 94, 94.30, NULL, 77.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:45:43'), +(98, 63, 'STU2500063', 42, 4, 100, 86.67, 100, 91.5, NULL, 100, 100, 98.70, NULL, 94.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(99, 231, 'STU2500231', 42, 4, 97.5, 23.33, 100, 44.5, NULL, 100, 70, 82.60, NULL, 63.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(100, 33, 'STU2500033', 42, 4, 100, 26.67, 100, 43.5, NULL, 100, 70, 83.70, NULL, 62.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(101, 106, 'STU2500106', 42, 4, 100, 66.67, 100, 73.5, NULL, 85.71, 100, 96.70, NULL, 80.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(102, 51, 'STU2500051', 42, 4, 100, 93.33, 100, 100, NULL, 100, 100, 99.30, NULL, 99.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(103, 40, 'STU2500040', 42, 4, 100, 46.67, 100, 32, NULL, 92.86, 70, 85.70, NULL, 54.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(104, 138, 'STU2500138', 42, 4, 100, 93.33, 100, 99, NULL, 100, 100, 99.30, NULL, 99.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(105, 85, 'STU2500085', 42, 4, 100, 83.33, 100, 77, NULL, 100, 100, 98.30, NULL, 85.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(106, 140, 'STU2500140', 42, 4, 100, 83.33, 100, 86.5, NULL, 100, 100, 98.30, NULL, 91.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(107, 135, 'STU2500135', 42, 4, 100, 50, 100, 46.5, NULL, 100, 100, 95.00, NULL, 66.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(108, 55, 'STU2500055', 42, 4, 100, 90, 100, 86.5, NULL, 100, 100, 99.00, NULL, 91.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(109, 177, 'STU2500177', 42, 4, 100, 76.67, 100, 87, NULL, 92.86, 100, 97.70, NULL, 90.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(110, 118, 'STU2500118', 42, 4, 100, 80, 100, 76.5, NULL, 100, 100, 98.00, NULL, 85.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(111, 218, 'STU2500218', 42, 4, 100, 86.67, 100, 85.5, NULL, 100, 100, 98.70, NULL, 91, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 00:11:41'), +(112, 164, 'STU2500164', 51, 1, 100, 68, 100, 61, NULL, 100, 100, 96.80, NULL, 76, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(113, 143, 'STU2500143', 51, 1, 100, 72, 100, 80.5, NULL, 100, 100, 97.20, NULL, 87.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(114, 17, 'STU2500017', 51, 1, 100, 96, 100, 88.5, NULL, 100, 100, 99.60, NULL, 93, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(115, 205, 'STU2500205', 51, 1, 100, 72, 100, 56.5, NULL, 100, 95, 95.70, NULL, 73, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(116, 150, 'STU2500150', 51, 1, 98.57, 40, 100, 21, NULL, 100, 80, 87.60, NULL, 50.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(117, 233, 'STU2500233', 51, 1, 100, 40, 100, 40, NULL, 100, 100, 94.00, NULL, 62.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(118, 255, 'STU2500255', 51, 1, 100, 92, 100, 86.5, NULL, 100, 100, 99.20, NULL, 91.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(119, 93, 'STU2500093', 51, 1, 97.14, 12, 100, 11.5, NULL, 100, 75, 82.80, NULL, 43.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(120, 73, 'STU2500073', 51, 1, 100, 40, 100, 61, NULL, 92.86, 95, 92.50, NULL, 73.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(121, 29, 'STU2500029', 51, 1, 100, 48, 100, 56, NULL, 100, 95, 93.30, NULL, 72.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(122, 167, 'STU2500167', 51, 1, 98.57, 56, 100, 77.5, NULL, 92.86, 100, 95.20, NULL, 84.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 01:42:54'), +(123, 210, 'STU2500210', 51, 1, 97.14, 36, 100, 37.5, NULL, 100, 85, 88.20, NULL, 60.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 15:20:17'), +(124, 188, 'STU2500188', 52, 40, 65.45, 92, 100, 33.5, NULL, 92.86, 85, 84.30, NULL, 55.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(125, 224, 'STU2500224', 52, 40, 99.09, 93.1429, 100, 40.5, NULL, 92.86, 95, 97.50, NULL, 62.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(126, 22, 'STU2500022', 52, 40, 95.45, 97.7143, 100, 100, NULL, 100, 100, 98.40, NULL, 99.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(127, 125, 'STU2500125', 52, 40, 97.27, 89.7143, 100, 41, NULL, 85.71, 85, 93.70, NULL, 60.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(128, 2, 'STU2500001', 52, 40, 100, 93.7143, 100, 81.5, NULL, 100, 95, 97.90, NULL, 88.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(129, 195, 'STU2500195', 52, 40, 97.73, 97.7143, 100, 84, NULL, 100, 100, 99.10, NULL, 90.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(130, 194, 'STU2500194', 52, 40, 100, 92.5714, 100, 56.5, NULL, 71.43, 90, 96.30, NULL, 67.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(131, 103, 'STU2500103', 52, 40, 97.73, 98.2857, 100, 73.5, NULL, 100, 95, 97.60, NULL, 83.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(132, 50, 'STU2500050', 52, 40, 100, 95.4286, 100, 86, NULL, 100, 100, 99.50, NULL, 91.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(133, 100, 'STU2500100', 52, 40, 100, 100, 100, 36.5, NULL, 71.43, 90, 97.00, NULL, 55.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(134, 25, 'STU2500025', 52, 40, 97.27, 100, 100, 55.5, NULL, 78.57, 80, 93.20, NULL, 67.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(135, 42, 'STU2500042', 52, 40, 99.09, 95.4286, 100, 97, NULL, 92.86, 100, 99.30, NULL, 96.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(136, 244, 'STU2500244', 52, 40, 96.36, 88.5714, 100, 47.5, NULL, 92.86, 95, 96.30, NULL, 66.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(137, 186, 'STU2500186', 52, 40, 100, 92, 100, 58, NULL, 100, 95, 97.70, NULL, 74.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(138, 60, 'STU2500060', 52, 40, 99.09, 94.2857, 100, 76, NULL, 92.86, 100, 99.20, NULL, 84, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-07-21 00:56:51'), +(139, 198, 'STU2500198', 60, 4, 25.71, 35.335, 100, 55.5, NULL, 100, 85, 66.70, NULL, 66.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(140, 37, 'STU2500037', 60, 4, 95.71, 75.335, 96, 66, NULL, 100, 85, 90.50, NULL, 77.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(141, 139, 'STU2500139', 60, 4, 100, 88.665, 100, 86.5, NULL, 100, 90, 95.90, NULL, 91.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(142, 254, 'STU2500254', 60, 4, 95, 51.5, 90, 69, NULL, 85.71, 85, 86.20, NULL, 75.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(143, 193, 'STU2500193', 60, 4, 99.29, 51, 98, 44, NULL, 85.71, 90, 91.30, NULL, 61.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(144, 77, 'STU2500077', 60, 4, 100, 94.335, 98, 91.5, NULL, 100, 85, 94.30, NULL, 93.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(145, 258, 'STU2500258', 60, 4, 97.86, 52, 96, 44, NULL, 100, 85, 88.90, NULL, 64.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(146, 137, 'STU2500137', 60, 4, 100, 91, 96, 89, NULL, 100, 100, 97.90, NULL, 93, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(147, 120, 'STU2500120', 60, 4, 100, 82.335, 100, 75, NULL, 100, 100, 98.20, NULL, 84.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(148, 10, 'STU2500010', 60, 4, 100, 96.665, 100, 98, NULL, 100, 100, 99.70, NULL, 98.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(149, 9, 'STU2500009', 60, 4, 100, 94.665, 100, 99, NULL, 100, 100, 99.50, NULL, 99.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(150, 191, 'STU2500191', 60, 120, 100, 38, 96, NULL, NULL, NULL, 75, 85.10, NULL, 34.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-02 18:49:19'), +(151, 170, 'STU2500170', 60, 4, 99.29, 92.5, 96, 86.5, NULL, 92.86, 100, 97.80, NULL, 90, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(152, 90, 'STU2500090', 60, 4, 99.29, 98.335, 98, 93, NULL, 100, 100, 99.00, NULL, 95.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(153, 161, 'STU2500161', 60, 4, 99.29, 76.335, 100, 81, NULL, 100, 100, 97.40, NULL, 88.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(154, 209, 'STU2500209', 60, 4, 94.29, 75.5, 96, 73, NULL, 92.86, 85, 90.10, NULL, 80.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-07 04:47:32'), +(155, 230, 'STU2500230', 70, 79, 100, 53.33, NULL, 39, NULL, 92.86, 100, 90.70, NULL, 60.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:03'), +(156, 187, 'STU2500187', 70, 79, 100, 63.33, NULL, 73, NULL, 100, 100, 92.70, NULL, 82.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:03'), +(157, 117, 'STU2500117', 70, 79, 100, 90, NULL, 76, NULL, 100, 100, 98.00, NULL, 85.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(158, 32, 'STU2500032', 70, 79, 100, 70, NULL, 66, NULL, 100, 90, 90.00, NULL, 77.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(159, 158, 'STU2500158', 70, 79, 100, NULL, NULL, 28, NULL, 92.86, 80, 90.00, NULL, 53.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(160, 67, 'STU2500067', 70, 79, 100, 80, NULL, 68, NULL, 85.71, 100, 96.00, NULL, 77.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(161, 242, 'STU2500242', 70, 79, 100, 50, NULL, 39, NULL, 78.57, 80, 82.00, NULL, 55.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(162, 6, 'STU2500006', 70, 79, 100, 73.33, NULL, 54, NULL, 100, 90, 90.70, NULL, 70.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(163, 1, 'STU2500002', 70, 79, 100, 86.67, NULL, 61, NULL, 92.86, 100, 97.30, NULL, 74.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(164, 126, 'STU2500126', 70, 79, 100, 63.33, NULL, 69, NULL, 100, 100, 92.70, NULL, 79.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(165, 91, 'STU2500091', 70, 79, 100, 73.33, NULL, 70, NULL, 100, 100, 94.70, NULL, 80.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(166, 26, 'STU2500026', 70, 79, 100, 93.33, NULL, 85, NULL, 100, 100, 98.70, NULL, 90.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(167, 94, 'STU2500094', 70, 79, 100, 50, NULL, 33, NULL, 100, 80, 82.00, NULL, 56.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(168, 151, 'STU2500151', 70, 79, 100, 90, NULL, 80, NULL, 100, 100, 98.00, NULL, 87.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(169, 72, 'STU2500072', 70, 79, 100, 80, NULL, 67, NULL, 100, 90, 92.00, NULL, 78.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(170, 28, 'STU2500028', 70, 79, 100, 53.33, NULL, 58, NULL, 100, 100, 90.70, NULL, 72.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(171, 66, 'STU2500066', 70, 79, 100, 76.67, NULL, 66, NULL, 100, 100, 95.30, NULL, 78.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(172, 119, 'STU2500119', 70, 79, 100, 80, NULL, 65, NULL, 100, 100, 96.00, NULL, 78.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-22 17:56:04'), +(173, 62, 'STU2500062', 80, 1, 96.25, 73.35, 90, 80, NULL, 100, 70, 84.20, NULL, 84.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(174, 142, 'STU2500142', 80, 1, 100, 84.985, 100, 94, NULL, 100, 100, 98.50, NULL, 96.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(175, 240, 'STU2500240', 80, 2, NULL, NULL, NULL, NULL, NULL, 28.57, 0, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-02 21:19:22'), +(176, 149, 'STU2500149', 80, 200, 45, 0, 0, 0, NULL, 50, 40, 25.50, NULL, 15.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-08 16:23:42'), +(177, 76, 'STU2500076', 80, 1, 98.75, 90, 100, 92, NULL, 92.86, 80, 92.60, NULL, 92.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(178, 99, 'STU2500099', 80, 1, 96.25, 80, 100, 90, NULL, 78.57, 100, 96.90, NULL, 89.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(179, 39, 'STU2500039', 80, 1, 97.5, 80, 100, 85, NULL, 92.86, 100, 97.30, NULL, 89, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(180, 89, 'STU2500089', 80, 1, 55, 0, 0, 0, NULL, 42.86, 50, 31.50, NULL, 14.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(181, 192, 'STU2500192', 80, 1, 98.13, 70, 90, 78, NULL, 92.86, 100, 93.40, NULL, 84.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(182, 84, 'STU2500084', 80, 1, 100, 90, 100, 95, NULL, 100, 100, 99.00, NULL, 96.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(183, 35, 'STU2500035', 80, 1, 90, 79.985, 50, 75, NULL, 92.86, 70, 71.00, NULL, 77.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(184, 207, 'STU2500207', 80, 1, 93.75, 78.315, 100, 80, NULL, 92.86, 80, 90.00, NULL, 84.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(185, 71, 'STU2500071', 80, 1, 100, 87.985, 100, 98, NULL, 100, 100, 98.80, NULL, 98.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(186, 34, 'STU2500034', 80, 1, 98.75, 91.65, 90, 96, NULL, 100, 100, 95.80, NULL, 96.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(187, 163, 'STU2500163', 80, 1, 97.5, 80, 100, 92, NULL, 71.43, 100, 97.30, NULL, 88.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(188, 257, 'STU2500257', 80, 1, 96.25, 60, 100, 48.5, NULL, 92.86, 70, 85.90, NULL, 64.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(189, 53, 'STU2500053', 80, 1, 100, 90, 100, 96, NULL, 100, 100, 99.00, NULL, 97.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(190, 15, 'STU2500015', 80, 1, 98.75, 93.315, 100, 97, NULL, 100, 100, 99.00, NULL, 98, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(191, 124, 'STU2500124', 80, 1, 97.5, 55, 100, 66, NULL, 92.86, 100, 94.80, NULL, 77.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(192, 11, 'STU2500011', 80, 1, 100, 97.835, 100, 100, NULL, 92.86, 100, 99.80, NULL, 98.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(193, 49, 'STU2500049', 80, 1, 100, 91.665, 100, 93, NULL, 100, 100, 99.20, NULL, 95.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(194, 190, 'STU2500190', 80, 1, 100, 80, 90, 80, NULL, 100, 90, 92.00, NULL, 86.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:19:28'), +(206, 107, 'STU2500107', 120, 1, 100, 90, 100, 94, NULL, 100, 100, 99.00, NULL, 96.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(207, 237, 'STU2500237', 120, 1, 100, 0, 0, 0, NULL, 42.86, 0, 30.00, NULL, 14.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:18:31'), +(208, 47, 'STU2500047', 120, 1, 100, 93.33, 100, 92, NULL, 100, 100, 99.30, NULL, 95.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(209, 46, 'STU2500046', 120, 1, 100, 93.33, 100, 87.5, NULL, 100, 100, 99.30, NULL, 92.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(210, 31, 'STU2500031', 120, 1, 100, 90, 100, 83.5, NULL, 92.86, 100, 99.00, NULL, 88.5, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(211, 181, 'STU2500181', 120, 2, 75, NULL, 0, NULL, NULL, 42.86, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-02-02 21:19:22'), +(212, 241, 'STU2500241', 120, 1, 70.83, 80, 100, 55, NULL, 78.57, 100, 89.20, NULL, 66.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(213, 238, 'STU2500238', 120, 1, 79.17, 90, 100, 60, NULL, 100, 100, 92.80, NULL, 74.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(214, 239, 'STU2500239', 120, 1, 66.67, 90, 100, 49, NULL, 100, 100, 89.00, NULL, 67.2, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(215, 203, 'STU2500203', 120, 1, 100, 90, 100, 79, NULL, 78.57, 100, 99.00, NULL, 82.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(216, 259, 'STU2500259', 120, 1, 66.67, 90, 100, 93, NULL, 85.71, 100, 89.00, NULL, 90.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(217, 114, 'STU2500114', 120, 1, 91.67, 90, 100, 82.5, NULL, 92.86, 100, 96.50, NULL, 87.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(218, 201, 'STU2500201', 120, 1, 100, 96.67, 100, 90.5, NULL, 92.86, 100, 99.70, NULL, 92.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(219, 61, 'STU2500061', 120, 1, 79.17, 90, 100, 87.5, NULL, 71.43, 100, 92.80, NULL, 85.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(220, 247, 'STU2500247', 120, 1, 66.67, 80, 100, 79, NULL, 57.14, 100, 88.00, NULL, 76.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(221, 252, 'STU2500252', 120, 1, 91.67, 90, 100, 75, NULL, 92.86, 100, 96.50, NULL, 82.9, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(222, 251, 'STU2500251', 120, 1, 100, 96.67, 100, 97, NULL, 92.86, 100, 99.70, NULL, 96.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(223, 38, 'STU2500038', 120, 1, 50, 90, 100, 64.5, NULL, 85.71, 100, 84.00, NULL, 72.6, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(224, 88, 'STU2500088', 120, 1, 45.83, 90, 100, 61, NULL, 64.29, 100, 82.70, NULL, 66, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(225, 96, 'STU2500096', 120, 1, 100, 90, 100, 92.5, NULL, 85.71, 100, 99.00, NULL, 92.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(226, 225, 'STU2500225', 120, 1, 37.5, 90, 100, 57.5, NULL, 85.71, 100, 80.30, NULL, 67.7, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(227, 246, 'STU2500246', 120, 1, 100, 100, 100, 87, NULL, 85.71, 100, 100.00, NULL, 89.3, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(228, 59, 'STU2500059', 120, 1, 70.83, 80, 100, 88, NULL, 78.57, 100, 89.20, NULL, 86.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(229, 136, 'STU2500136', 120, 1, 100, 90, 100, 91, NULL, 92.86, 100, 99.00, NULL, 93, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(230, 95, 'STU2500095', 120, 1, 58.33, 90, 100, 76.5, NULL, 92.86, 100, 86.50, NULL, 81.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(231, 219, 'STU2500219', 120, 1, 100, 90, 100, 80, NULL, 100, 100, 99.00, NULL, 87.8, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(232, 253, 'STU2500253', 120, 1, 25, 80, 100, 47, NULL, 85.71, 100, 75.50, NULL, 60.4, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-27 15:54:39'), +(233, 236, 'STU2500236', 120, 1, 100, 0, 0, 0, NULL, 35.71, 0, 30.00, NULL, 13.1, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-05-30 20:18:31'), +(234, 110, 'STU2500110', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(235, 166, 'STU2500166', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(236, 98, 'STU2500098', 1, 0, NULL, NULL, NULL, NULL, NULL, 92.86, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(237, 232, 'STU2500232', 1, 0, NULL, NULL, NULL, NULL, NULL, 92.86, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(238, 184, 'STU2500184', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(239, 128, 'STU2500128', 1, 0, NULL, NULL, NULL, NULL, NULL, 92.86, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(240, 250, 'STU2500250', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(241, 113, 'STU2500113', 1, 0, NULL, NULL, NULL, NULL, NULL, 78.57, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(242, 87, 'STU2500087', 1, 0, NULL, NULL, NULL, NULL, NULL, 85.71, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(243, 83, 'STU2500083', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(244, 122, 'STU2500122', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(245, 174, 'STU2500174', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(246, 175, 'STU2500175', 1, 0, NULL, NULL, NULL, NULL, NULL, 71.43, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-04 06:45:40', '2026-06-27 20:24:55'), +(247, 223, 'STU2500223', 90, 4, 94.44, 70.89, 0, 28.5, NULL, 78.57, 100, 65.40, NULL, 45.9, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(248, 108, 'STU2500108', 90, 4, 100, 80, 0, 64.5, NULL, 100, 50, 53.00, NULL, 69.3, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(249, 69, 'STU2500069', 90, 1, NULL, NULL, NULL, NULL, NULL, 21.43, 0, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-06 03:49:18'), +(250, 212, 'STU2500212', 90, 4, 90, 80.89, 0, 57, NULL, 100, 70, 56.10, NULL, 65.4, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(251, 116, 'STU2500116', 90, 4, 96.67, 77.3333, 0, 86, NULL, 100, 50, 51.70, NULL, 81.9, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(252, 162, 'STU2500162', 90, 4, 100, 87.7767, 0, 98, NULL, 100, 100, 68.80, NULL, 92.6, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(253, 204, 'STU2500204', 90, 4, 54.44, 67.3333, 0, 54, NULL, 85.71, 20, 29.10, NULL, 55.4, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(254, 102, 'STU2500102', 90, 4, 92.22, 71.7767, 0, 73, NULL, 92.86, 20, 40.80, NULL, 70.5, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(255, 154, 'STU2500154', 90, 4, 92.22, 82.89, 0, 62.5, NULL, 100, 100, 66.00, NULL, 70.7, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(256, 48, 'STU2500048', 90, 4, 57.78, 78.89, 0, 56, NULL, 100, 40, 37.20, NULL, 61, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(257, 208, 'STU2500208', 90, 4, 67.78, 64.6667, 0, 41.5, NULL, 100, 10, 29.80, NULL, 50.9, 'Fall', '2025-2026', '2026-01-30 04:00:32', '2026-02-07 03:44:03'), +(258, 221, 'STU2500221', 10, 1, 56.25, 80, 90, NULL, 95, 84.62, 70, 72.90, NULL, 88.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(259, 159, 'STU2500159', 10, 1, 60, 0, 92.5, NULL, 80, 76.92, 50, 60.80, NULL, 75.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(260, 160, 'STU2500160', 10, 1, 66.67, 0, 100, NULL, 86, 69.23, 50, 65.00, NULL, 78.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(261, 183, 'STU2500183', 10, 1, 100, 100, 85, NULL, 95, 100, 100, 95.50, NULL, 96.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(262, 235, 'STU2500235', 10, 1, 88.89, 100, 100, NULL, 98, 100, 100, 96.70, NULL, 98.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(263, 215, 'STU2500215', 10, 1, 100, 80, 100, NULL, 98, 100, 80, 92.00, NULL, 97.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(264, 214, 'STU2500214', 10, 1, 100, 80, 90, NULL, 99, 100, 80, 89.00, NULL, 97.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(265, 52, 'STU2500052', 10, 1, 93.75, 70, 90, NULL, 100, 76.92, 70, 83.10, NULL, 92, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(266, 131, 'STU2500131', 10, 1, 77.78, 80, 100, NULL, 97, 100, 80, 85.30, NULL, 95.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(267, 227, 'STU2500227', 10, 1, 90, 60, 100, NULL, 0, 53.85, 50, 78.00, NULL, 26.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(268, 180, 'STU2500180', 10, 1, 94.44, 100, 92.5, NULL, 100, 92.31, 100, 96.10, NULL, 97.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(269, 229, 'STU2500229', 10, 1, 100, 80, 92.5, NULL, 98, 100, 80, 89.80, NULL, 96.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(270, 56, 'STU2500056', 10, 1, 100, 70, 92.5, NULL, 92, 100, 80, 88.80, NULL, 93, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(271, 211, 'STU2500211', 10, 1, 100, 70, 100, NULL, 86, 100, 80, 91.00, NULL, 89.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-31 04:28:33'), +(272, 206, 'STU2500206', 21, 4, 0, NULL, 100, NULL, 62, 100, 50, 49.50, NULL, 67.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(273, 146, 'STU2500146', 21, 4, 100, NULL, 100, NULL, 84.5, 100, 80, 93.40, NULL, 89.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(274, 147, 'STU2500147', 21, 4, 93.33, NULL, 100, NULL, 98, 100, 90, 94.40, NULL, 97.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(275, 249, 'STU2500249', 21, 4, 15, NULL, 0, NULL, 89.5, 100, 80, 31.50, NULL, 80, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(276, 45, 'STU2500045', 21, 4, 60, NULL, 100, NULL, 65, 100, 50, 69.90, NULL, 73, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(277, 112, 'STU2500112', 21, 4, 86.67, NULL, 100, NULL, 85, 92.31, 80, 88.90, NULL, 87.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(278, 86, 'STU2500086', 21, 4, 53, NULL, 100, NULL, 90.5, 100, 90, 80.70, NULL, 90.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(279, 105, 'STU2500105', 21, 4, 100, NULL, 100, NULL, 89.5, 100, 60, 86.80, NULL, 91.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(280, 200, 'STU2500200', 21, 4, 99.67, NULL, 100, NULL, 98, 100, 100, 99.90, NULL, 98.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(281, 256, 'STU2500256', 21, 4, 100, NULL, 100, NULL, 99.5, 100, 90, 96.70, NULL, 99, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(282, 43, 'STU2500043', 21, 4, 92, NULL, 100, NULL, 92.5, 100, 90, 94.00, NULL, 94.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(283, 36, 'STU2500036', 21, 4, 99.67, NULL, 100, NULL, 92, 100, 100, 99.90, NULL, 95.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(284, 157, 'STU2500157', 21, 4, 99.33, NULL, 100, NULL, 76.5, 84.62, 80, 93.20, NULL, 81.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(285, 173, 'STU2500173', 21, 4, 73, NULL, 100, NULL, 93, 100, 70, 80.90, NULL, 92, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(286, 141, 'STU2500141', 21, 4, 78, NULL, 100, NULL, 98, 100, 90, 89.20, NULL, 96.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(287, 226, 'STU2500226', 21, 4, 20, NULL, 0, NULL, 0, 46.15, 0, 6.80, NULL, 10.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(288, 176, 'STU2500176', 21, 4, 93.33, NULL, 100, NULL, 62, 84.62, 50, 81.20, NULL, 70.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(289, 217, 'STU2500217', 21, 4, 60, NULL, 100, NULL, 93, 92.31, 80, 79.80, NULL, 90.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:09'), +(290, 97, 'STU2500097', 22, 4, 98.55, 96.6667, 95, NULL, 96, 100, 85, 93.20, NULL, 96.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(291, 222, 'STU2500222', 22, 4, 44.19, 56.6667, 95, NULL, 79, 84.62, 60, 65.40, NULL, 77.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(292, 197, 'STU2500197', 22, 4, 97.73, 63.3333, 66.66, NULL, 70.7, 61.54, 85, 81.20, NULL, 71, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(293, 92, 'STU2500092', 22, 4, 98, 91.6667, 80, NULL, 87.5, 92.31, 65, 82.10, NULL, 87.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(294, 104, 'STU2500104', 22, 4, 100, 66.6667, 80, NULL, 72.9, 100, 65, 80.20, NULL, 79.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(295, 182, 'STU2500182', 22, 4, 99, 13.3333, 95, NULL, 60.9, 100, 60, 77.50, NULL, 72, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(296, 58, 'STU2500058', 22, 4, 93.91, 100, 50, NULL, 53.6, 100, 60, 71.20, NULL, 66.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(297, 101, 'STU2500101', 22, 4, 89.77, 76.6667, 47.5, NULL, 71.4, 92.31, 60, 66.80, NULL, 74.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(298, 82, 'STU2500082', 22, 4, 97.57, 35, 66.66, NULL, 83, 100, 75, 75.30, NULL, 84.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(299, 153, 'STU2500153', 22, 4, 95.45, 100, 80, NULL, 81.5, 100, 60, 80.60, NULL, 85, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(300, 80, 'STU2500080', 22, 4, 100, 76.6667, 95, NULL, 89.6, 100, 80, 90.20, NULL, 91.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(301, 79, 'STU2500079', 22, 4, 99.45, 73.3333, 47.5, NULL, 57.2, 100, 75, 73.90, NULL, 69.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(302, 41, 'STU2500041', 22, 4, 99.43, 53.3333, 80, NULL, 62, 92.31, 75, 81.70, NULL, 72, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(303, 14, 'STU2500014', 22, 4, 100, 81.6667, 66.66, NULL, 98.5, 100, 75, 80.70, NULL, 95.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(304, 228, 'STU2500228', 22, 4, 95.45, 95, 95, NULL, 84.5, 100, 75, 89.10, NULL, 88.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(305, 178, 'STU2500178', 22, 4, 90.29, 16.6667, 66.66, NULL, 59.9, 92.31, 60, 66.80, NULL, 67.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 05:16:44'), +(306, 64, 'STU2500064', 31, 4, 98.75, NULL, 100, NULL, 61, 100, 80, 93.00, NULL, 75.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(307, 199, 'STU2500199', 31, 4, 73.5, NULL, 100, NULL, 34, 100, 60, 77.80, NULL, 56, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(308, 70, 'STU2500070', 31, 4, 95, NULL, 100, NULL, 75, 92.31, 50, 81.80, NULL, 79.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(309, 19, 'STU2500019', 31, 4, 87.5, NULL, 100, NULL, 67, 100, 50, 79.30, NULL, 76.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(310, 68, 'STU2500068', 31, 4, 40, NULL, 100, NULL, 43, 92.31, 50, 63.10, NULL, 56.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(311, 196, 'STU2500196', 31, 4, 87, NULL, 100, NULL, 65, 100, 90, 92.30, NULL, 77.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(312, 127, 'STU2500127', 31, 4, 20.01, NULL, 100, NULL, 26, 84.62, 70, 62.90, NULL, 45.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(313, 234, 'STU2500234', 31, 4, 92.5, NULL, 100, NULL, 76, 100, 80, 90.90, NULL, 83.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(314, 20, 'STU2500020', 31, 4, 37.5, NULL, 100, NULL, 41, 92.31, 50, 62.30, NULL, 55.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(315, 44, 'STU2500044', 31, 4, 99, NULL, 100, NULL, 67, 100, 90, 96.40, NULL, 79.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(316, 57, 'STU2500057', 31, 4, 100, NULL, 100, NULL, 51, 100, 60, 86.80, NULL, 68, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(317, 81, 'STU2500081', 31, 4, 73.75, NULL, 100, NULL, 69, 100, 100, 91.10, NULL, 79.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(318, 21, 'STU2500021', 31, 4, 68.75, NULL, 100, NULL, 28.5, 84.62, 50, 72.90, NULL, 48.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(319, 78, 'STU2500078', 31, 4, 100, NULL, 100, NULL, 65, 100, 80, 93.40, NULL, 77.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(320, 16, 'STU2500016', 31, 4, 98.5, NULL, 100, NULL, 65, 100, 100, 99.50, NULL, 78.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(321, 30, 'STU2500030', 31, 4, 75, NULL, 100, NULL, 87, 92.31, 100, 91.50, NULL, 89, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(322, 171, 'STU2500171', 31, 4, 81.66, NULL, 100, NULL, 55, 84.62, 80, 87.20, NULL, 67.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(323, 245, 'STU2500245', 31, 4, 93.75, NULL, 100, NULL, 60, 92.31, 100, 97.90, NULL, 74, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:47:45'), +(324, 75, 'STU2500075', 32, 4, 93.08, 100, 100, NULL, 100, 92.31, 95, 96.40, NULL, 97.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(325, 165, 'STU2500165', 32, 4, 93.92, 99.6667, 100, NULL, 93, 92.31, 95, 96.60, NULL, 93.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(326, 7, 'STU2500007', 32, 4, 85.58, 94.6667, 100, NULL, 87.5, 100, 95, 93.60, NULL, 91.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(327, 8, 'STU2500008', 32, 4, 86.42, 100, 100, NULL, 76, 100, 95, 94.40, NULL, 84.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(328, 18, 'STU2500018', 32, 4, 95.33, 100, 100, NULL, 96.5, 100, 95, 97.10, NULL, 97.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(329, 145, 'STU2500145', 32, 4, 98.25, 96, 100, NULL, 94, 100, 95, 97.60, NULL, 95.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(330, 144, 'STU2500144', 32, 4, 99.67, 99.6667, 100, NULL, 100, 100, 95, 98.40, NULL, 99.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(331, 189, 'STU2500189', 32, 4, 91.83, 60, 70, NULL, 67.5, 100, 60, 72.50, NULL, 75, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'); +INSERT INTO `semester_scores` (`id`, `student_id`, `school_id`, `class_section_id`, `updated_by`, `homework_avg`, `quiz_avg`, `project_avg`, `midterm_exam_score`, `final_exam_score`, `attendance_score`, `participation_score`, `ptap_score`, `test_avg`, `semester_score`, `semester`, `school_year`, `created_at`, `updated_at`) VALUES +(332, 220, 'STU2500220', 32, 4, 70, 70, 50, NULL, 84, 76.92, 60, 61.00, NULL, 78, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(333, 130, 'STU2500130', 32, 4, 94.83, 100, 100, NULL, 98, 100, 95, 96.90, NULL, 98.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(334, 213, 'STU2500213', 32, 4, 91.67, 0, 100, NULL, 51, 84.62, 60, 75.50, NULL, 62.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(335, 74, 'STU2500074', 32, 4, 93.92, 99.6667, 100, NULL, 95.5, 100, 90, 95.10, NULL, 96.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(336, 185, 'STU2500185', 32, 4, 91.25, 89.6667, 90, NULL, 87.5, 100, 90, 90.30, NULL, 90.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(337, 54, 'STU2500054', 32, 4, 96.58, 100, 100, NULL, 87, 92.31, 90, 96.00, NULL, 89.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(338, 179, 'STU2500179', 32, 4, 93.67, 100, 100, NULL, 94, 100, 95, 96.60, NULL, 95.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(339, 168, 'STU2500168', 32, 4, 91.08, 99.3333, 100, NULL, 89, 100, 95, 95.80, NULL, 92.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(340, 169, 'STU2500169', 32, 4, 93.75, 100, 100, NULL, 97.5, 100, 95, 96.60, NULL, 97.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(341, 123, 'STU2500123', 32, 4, 100, 100, 100, NULL, 100, 100, 95, 98.50, NULL, 99.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-29 01:46:47'), +(342, 109, 'STU2500109', 41, 4, 100, NULL, 100, NULL, 93.5, 100, 98, 99.30, NULL, 96, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(343, 156, 'STU2500156', 41, 4, 98.13, NULL, 100, NULL, 78, 84.62, 95, 97.70, NULL, 83.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(344, 248, 'STU2500248', 41, 4, 98.13, NULL, 95, NULL, 95.5, 100, 98, 97.10, NULL, 96.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(345, 115, 'STU2500115', 41, 4, 98.75, NULL, 100, NULL, 81, 92.31, 90, 96.30, NULL, 86.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(346, 27, 'STU2500027', 41, 4, 100, NULL, 95, NULL, 89, 100, 98, 97.70, NULL, 92.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(347, 202, 'STU2500202', 41, 4, 100, NULL, 100, NULL, 100, 100, 98, 99.30, NULL, 99.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(348, 111, 'STU2500111', 41, 4, 100, NULL, 100, NULL, 99, 100, 98, 99.30, NULL, 99.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(349, 121, 'STU2500121', 41, 4, 95.63, NULL, 95, NULL, 39.5, 84.62, 96, 95.50, NULL, 59.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(350, 129, 'STU2500129', 41, 4, 100, NULL, 100, NULL, 93.5, 100, 98, 99.30, NULL, 96, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(351, 152, 'STU2500152', 41, 4, 93.13, NULL, 95, NULL, 79, 100, 90, 92.70, NULL, 85.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(352, 12, 'STU2500012', 41, 4, 95.63, NULL, 100, NULL, 84, 100, 90, 95.20, NULL, 89.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(353, 13, 'STU2500013', 41, 4, 100, NULL, 100, NULL, 94, 100, 95, 98.40, NULL, 96.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(354, 216, 'STU2500216', 41, 4, 98.75, NULL, 95, NULL, 61, 100, 95, 96.30, NULL, 75.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 04:21:40'), +(355, 63, 'STU2500063', 42, 68, 100, NULL, 70, NULL, 70, 100, 90, 86.80, NULL, 79.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(356, 231, 'STU2500231', 42, 68, 83.33, NULL, 60, NULL, 35, 61.54, 70, 71.20, NULL, 47.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(357, 33, 'STU2500033', 42, 68, 100, NULL, 100, NULL, 35, 92.31, 80, 93.40, NULL, 58.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(358, 106, 'STU2500106', 42, 68, 100, NULL, 100, NULL, 75.5, 76.92, 100, 100.00, NULL, 80.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(359, 51, 'STU2500051', 42, 68, 100, NULL, 100, NULL, 99, 100, 100, 100.00, NULL, 99.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(360, 40, 'STU2500040', 42, 68, 70, NULL, 60, NULL, 0, 53.85, 70, 66.70, NULL, 24.1, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(361, 138, 'STU2500138', 42, 68, 100, NULL, 100, NULL, 100, 92.31, 100, 100.00, NULL, 98.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(362, 85, 'STU2500085', 42, 68, 100, NULL, 100, NULL, 93, 100, 100, 100.00, NULL, 95.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(363, 140, 'STU2500140', 42, 68, 100, NULL, 100, NULL, 83, 100, 100, 100.00, NULL, 89.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(364, 135, 'STU2500135', 42, 68, 100, NULL, 100, NULL, 54, 100, 90, 96.70, NULL, 71.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(365, 55, 'STU2500055', 42, 68, 100, NULL, 100, NULL, 98, 100, 100, 100.00, NULL, 98.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(366, 177, 'STU2500177', 42, 68, 100, NULL, 100, NULL, 74, 76.92, 100, 100.00, NULL, 79.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(367, 118, 'STU2500118', 42, 68, 100, NULL, 100, NULL, 82, 100, 100, 100.00, NULL, 89.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(368, 218, 'STU2500218', 42, 68, 100, NULL, 100, NULL, 88, 100, 100, 100.00, NULL, 92.8, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 11:10:55'), +(369, 164, 'STU2500164', 51, 4, 42.5, NULL, 80, NULL, 68.5, 92.31, 100, 73.90, NULL, 74.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(370, 143, 'STU2500143', 51, 4, 85, NULL, 90, NULL, 88, 100, 90, 88.30, NULL, 90.5, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(371, 17, 'STU2500017', 51, 4, 97.5, NULL, 80, NULL, 89.5, 100, 100, 92.60, NULL, 92.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(372, 205, 'STU2500205', 51, 4, 91.25, NULL, 50, NULL, 72.5, 100, 80, 73.90, NULL, 78.3, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(373, 150, 'STU2500150', 51, 4, 12.5, NULL, 30, NULL, 31, 84.62, 80, 40.60, NULL, 43.6, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(374, 233, 'STU2500233', 51, 4, 90.63, NULL, 70, NULL, 67.5, 100, 100, 86.90, NULL, 77.9, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(375, 255, 'STU2500255', 51, 4, 97.5, NULL, 90, NULL, 92, 100, 100, 95.90, NULL, 94.4, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(376, 93, 'STU2500093', 51, 4, 8.75, NULL, 0, NULL, 38, 92.31, 50, 19.50, NULL, 45.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(377, 73, 'STU2500073', 51, 4, 100, NULL, 80, NULL, 76, 100, 80, 86.80, NULL, 83, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(378, 29, 'STU2500029', 51, 4, 32.5, NULL, 60, NULL, 79, 100, 100, 63.90, NULL, 80.2, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(379, 167, 'STU2500167', 51, 4, 94.38, NULL, 90, NULL, 80, 100, 100, 94.80, NULL, 87, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(380, 210, 'STU2500210', 51, 4, 47.5, NULL, 40, NULL, 47, 100, 70, 52.50, NULL, 58.7, 'Spring', '2025-2026', '2026-01-30 07:11:13', '2026-05-30 03:21:56'), +(381, 188, 'STU2500188', 52, 4, 11.11, 100, 90, NULL, 0, 46.15, 50, 55.30, NULL, 20.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(382, 224, 'STU2500224', 52, 4, 75, 100, 0, NULL, 0, 46.15, 95, 61.00, NULL, 21.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(383, 22, 'STU2500022', 52, 4, 100, 100, 100, NULL, 98, 100, 95, 98.50, NULL, 98.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(384, 125, 'STU2500125', 52, 4, 30.56, 100, 75, NULL, 50, 76.92, 80, 65.70, NULL, 58.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(385, 2, 'STU2500001', 52, 4, 88.89, 100, 100, NULL, 95, 100, 85, 92.20, NULL, 95.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(386, 195, 'STU2500195', 52, 4, 86.11, 100, 100, NULL, 87.5, 100, 100, 95.80, NULL, 91.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(387, 194, 'STU2500194', 52, 4, 100, 100, 100, NULL, 66, 84.62, 90, 97.00, NULL, 75.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(388, 103, 'STU2500103', 52, 4, 100, 100, 100, NULL, 86.5, 100, 95, 98.50, NULL, 91.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(389, 50, 'STU2500050', 52, 4, 100, 100, 100, NULL, 79, 100, 100, 100.00, NULL, 87.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(390, 100, 'STU2500100', 52, 4, 55.56, 100, 100, NULL, 76.5, 100, 70, 77.70, NULL, 81.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(391, 25, 'STU2500025', 52, 4, 88.89, 100, 90, NULL, 66, 100, 95, 92.20, NULL, 78, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(392, 42, 'STU2500042', 52, 4, 100, 100, 100, NULL, 97.5, 92.31, 95, 98.50, NULL, 96.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(393, 244, 'STU2500244', 52, 4, 77.78, 100, 100, NULL, 57.5, 100, 80, 87.30, NULL, 72, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(394, 186, 'STU2500186', 52, 4, 100, 100, 100, NULL, 67.5, 100, 100, 100.00, NULL, 80.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(395, 60, 'STU2500060', 52, 4, 62.22, 100, 100, NULL, 83, 92.31, 95, 87.20, NULL, 85.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 03:42:32'), +(396, 198, 'STU2500198', 60, 4, 52.5, 26.67, 50, NULL, 58.5, 100, 80, 57.40, NULL, 66.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(397, 37, 'STU2500037', 60, 4, 41.67, 66.67, 95, NULL, 75, 100, 90, 74.70, NULL, 79.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(398, 139, 'STU2500139', 60, 4, 96.67, 93.33, 95, NULL, 95, 100, 100, 96.80, NULL, 96.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(399, 254, 'STU2500254', 60, 4, 0, 54.99, 0, NULL, 0, 53.85, 0, 5.50, NULL, 11.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(400, 193, 'STU2500193', 60, 4, 17.73, 50, 0, NULL, 0, 46.15, 0, 10.30, NULL, 11.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(401, 77, 'STU2500077', 60, 4, 99.58, 96.67, 100, NULL, 85, 100, 90, 96.50, NULL, 90.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(402, 258, 'STU2500258', 60, 4, 87.08, 40, 50, NULL, 61, 92.31, 80, 69.10, NULL, 68.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(403, 137, 'STU2500137', 60, 4, 100, 90, 100, NULL, 90.5, 92.31, 100, 99.00, NULL, 92.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(404, 120, 'STU2500120', 60, 4, 99.17, 76.67, 95, NULL, 78.5, 100, 100, 95.90, NULL, 86.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(405, 10, 'STU2500010', 60, 4, 100, 93.33, 100, NULL, 99, 100, 100, 99.30, NULL, 99.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(406, 9, 'STU2500009', 60, 4, 100, 93.33, 100, NULL, 99, 100, 100, 99.30, NULL, 99.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(407, 170, 'STU2500170', 60, 4, 100, 85, 95, NULL, 90, 92.31, 90, 94.00, NULL, 91.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(408, 90, 'STU2500090', 60, 4, 97.92, 96.67, 95, NULL, 89, 92.31, 100, 97.50, NULL, 91.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(409, 161, 'STU2500161', 60, 4, 82.5, 76.61, 98, NULL, 77, 100, 85, 87.30, NULL, 83.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(410, 209, 'STU2500209', 60, 4, 84.58, 75, 85, NULL, 79.5, 100, 90, 85.40, NULL, 84.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-25 21:36:35'), +(411, 230, 'STU2500230', 70, 1, 100, 78, 93, NULL, 67.5, 53.85, 95, 94.20, NULL, 70.1, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(412, 187, 'STU2500187', 70, 1, 100, NULL, NULL, NULL, 0, 30.77, 0, 50.00, NULL, 16.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:51:26'), +(413, 117, 'STU2500117', 70, 1, 100, 89, 96, NULL, 81, 100, 95, 96.20, NULL, 87.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(414, 32, 'STU2500032', 70, 1, 100, 30, 94, NULL, 74, 100, 95, 89.70, NULL, 82.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(415, 158, 'STU2500158', 70, 1, 100, 56, 96, NULL, 61, 100, 85, 89.90, NULL, 74.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(416, 67, 'STU2500067', 70, 1, 100, 50, 93, NULL, 74, 92.31, 100, 92.90, NULL, 81.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(417, 242, 'STU2500242', 70, 1, 100, 78, NULL, NULL, 57, 76.92, 90, 91.60, NULL, 67.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(418, 6, 'STU2500006', 70, 1, 100, 78, 92, NULL, 71, 100, 95, 93.90, NULL, 81.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(419, 1, 'STU2500002', 70, 1, 100, 100, 97, NULL, 96, 100, 100, 99.10, NULL, 97.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(420, 126, 'STU2500126', 70, 1, 100, 40, 100, NULL, 74, 84.62, 98, 93.40, NULL, 80, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(421, 91, 'STU2500091', 70, 1, 100, 100, 95, NULL, 78, 100, 98, 97.90, NULL, 86.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(422, 26, 'STU2500026', 70, 1, 100, 100, 99, NULL, 99, 100, 100, 99.70, NULL, 99.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(423, 94, 'STU2500094', 70, 1, 100, 100, 92, NULL, 64, 92.31, 85, 93.10, NULL, 75.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(424, 151, 'STU2500151', 70, 1, 100, 100, 98, NULL, 98, 100, 100, 99.40, NULL, 98.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(425, 72, 'STU2500072', 70, 1, 100, 100, 96, NULL, 82, 100, 100, 98.80, NULL, 89, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(426, 28, 'STU2500028', 70, 1, 100, 89, 95, NULL, 69, 100, 90, 94.40, NULL, 80.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(427, 66, 'STU2500066', 70, 1, 100, 100, 100, NULL, 90, 100, 100, 100.00, NULL, 94, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(428, 119, 'STU2500119', 70, 1, 100, 100, 100, NULL, 80, 100, 95, 98.50, NULL, 87.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(429, 62, 'STU2500062', 80, 4, 53, NULL, 100, NULL, 83.5, 100, 70, 74.10, NULL, 84.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(430, 142, 'STU2500142', 80, 4, 100, NULL, 100, NULL, 91.5, 100, 100, 100.00, NULL, 94.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(431, 240, 'STU2500240', 80, 2, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-02-02 21:19:18'), +(432, 149, 'STU2500149', 80, 4, 0, NULL, NULL, NULL, NULL, 69.23, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-03-29 14:25:54'), +(433, 76, 'STU2500076', 80, 4, 100, NULL, 100, NULL, 95, 100, 90, 96.70, NULL, 96.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(434, 99, 'STU2500099', 80, 4, 86, NULL, 100, NULL, 89.5, 92.31, 80, 88.60, NULL, 89.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(435, 39, 'STU2500039', 80, 4, 86, NULL, 100, NULL, 78, 84.62, 90, 91.90, NULL, 82.1, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(436, 89, 'STU2500089', 80, 4, 0, NULL, 0, NULL, 0, 23.08, 0, 0.00, NULL, 4.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(437, 192, 'STU2500192', 80, 4, 93, NULL, 100, NULL, 79, 84.62, 85, 92.70, NULL, 82.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(438, 84, 'STU2500084', 80, 4, 100, NULL, 100, NULL, 93.5, 100, 100, 100.00, NULL, 96.1, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(439, 35, 'STU2500035', 80, 4, 53, NULL, 50, NULL, 60.5, 100, 70, 57.60, NULL, 67.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(440, 207, 'STU2500207', 80, 4, 93, NULL, 100, NULL, 87, 100, 90, 94.30, NULL, 91.1, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(441, 71, 'STU2500071', 80, 4, 100, NULL, 100, NULL, 99, 100, 100, 100.00, NULL, 99.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(442, 34, 'STU2500034', 80, 4, 100, NULL, 100, NULL, 100, 100, 90, 96.70, NULL, 99.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(443, 163, 'STU2500163', 80, 4, 100, NULL, 100, NULL, 91, 100, 90, 96.70, NULL, 93.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(444, 257, 'STU2500257', 80, 4, 67, NULL, 50, NULL, 0, 92.31, 50, 55.80, NULL, 29.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(445, 53, 'STU2500053', 80, 4, 100, NULL, 80, NULL, 99, 92.31, 90.02, 90.10, NULL, 95.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(446, 15, 'STU2500015', 80, 4, 100, NULL, 100, NULL, 100, 100, 100, 100.00, NULL, 100, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(447, 124, 'STU2500124', 80, 4, 93, NULL, 50, NULL, 62, 76.92, 70, 71.20, NULL, 66.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(448, 11, 'STU2500011', 80, 4, 100, NULL, 100, NULL, 95, 100, 100, 100.00, NULL, 97, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(449, 49, 'STU2500049', 80, 4, 100, NULL, 100, NULL, 99, 100, 100, 100.00, NULL, 99.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(450, 190, 'STU2500190', 80, 4, 78, NULL, 80, NULL, 81, 92.31, 80, 79.30, NULL, 82.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-29 02:01:55'), +(451, 223, 'STU2500223', 90, 1, 19, 0, 50, NULL, 0, 46.15, 100, 50.70, NULL, 19.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(452, 108, 'STU2500108', 90, 1, 83, 100, 100, NULL, 64, 100, 80, 88.90, NULL, 76.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(453, 69, 'STU2500069', 90, 4, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-02-06 03:05:31'), +(454, 212, 'STU2500212', 90, 1, 64, 100, 100, NULL, 76, 92.31, 90, 86.20, NULL, 81.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(455, 116, 'STU2500116', 90, 1, 100, 100, 100, NULL, 83, 100, 70, 91.00, NULL, 88, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(456, 162, 'STU2500162', 90, 1, 100, 100, 100, NULL, 94, 100, 100, 100.00, NULL, 96.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(457, 204, 'STU2500204', 90, 1, 70, 90, 100, NULL, 60, 100, 30, 69.00, NULL, 69.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(458, 102, 'STU2500102', 90, 1, 65, 100, 100, NULL, 81, 92.31, 60, 77.50, NULL, 82.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(459, 154, 'STU2500154', 90, 1, 82, 100, 100, NULL, 65, 100, 100, 94.60, NULL, 77.9, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(460, 48, 'STU2500048', 90, 1, 68, 80, 100, NULL, 73, 100, 50, 73.40, NULL, 78.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(461, 208, 'STU2500208', 90, 1, 66, 50, 100, NULL, 64, 100, 50, 69.80, NULL, 72.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-30 01:43:50'), +(462, 107, 'STU2500107', 120, 4, 100, 100, 100, NULL, 90, 92.31, 100, 100.00, NULL, 92.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(463, 237, 'STU2500237', 120, 4, 0, 100, 0, NULL, 0, 23.08, 100, 40.00, NULL, 12.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(464, 47, 'STU2500047', 120, 4, 50, 100, 0, NULL, 90.5, 84.62, 100, 55.00, NULL, 82.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(465, 46, 'STU2500046', 120, 4, 50, 100, 0, NULL, 80, 76.92, 100, 55.00, NULL, 74.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(466, 31, 'STU2500031', 120, 4, 100, 100, 100, NULL, 84.5, 92.31, 100, 100.00, NULL, 89.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(467, 181, 'STU2500181', 120, 2, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-02-02 21:19:18'), +(468, 241, 'STU2500241', 120, 4, 50, 100, 0, NULL, 0, 76.92, 100, 55.00, NULL, 26.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(469, 238, 'STU2500238', 120, 4, 0, 100, 0, NULL, 0, 38.46, 100, 40.00, NULL, 15.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(470, 239, 'STU2500239', 120, 4, 50, 100, 100, NULL, 33.5, 76.92, 100, 85.00, NULL, 52.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(471, 203, 'STU2500203', 120, 4, 50, 100, 0, NULL, 0, 92.31, 100, 55.00, NULL, 29.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(472, 259, 'STU2500259', 120, 4, 100, 100, 100, NULL, 91.5, 76.92, 100, 100.00, NULL, 90.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(473, 114, 'STU2500114', 120, 4, 50, 100, 100, NULL, 84, 84.62, 100, 85.00, NULL, 84.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(474, 201, 'STU2500201', 120, 4, 100, 100, 100, NULL, 92, 100, 100, 100.00, NULL, 95.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(475, 61, 'STU2500061', 120, 4, 50, 100, 100, NULL, 86, 69.23, 100, 85.00, NULL, 82.4, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(476, 247, 'STU2500247', 120, 4, 0, 100, 0, NULL, 0, 61.54, 100, 40.00, NULL, 20.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(477, 252, 'STU2500252', 120, 4, 25, 100, 0, NULL, 0, 69.23, 100, 47.50, NULL, 23.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(478, 251, 'STU2500251', 120, 4, 25, 100, 100, NULL, 0, 69.23, 100, 77.50, NULL, 29.3, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(479, 38, 'STU2500038', 120, 4, 0, 100, 0, NULL, 0, 38.46, 100, 40.00, NULL, 15.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(480, 88, 'STU2500088', 120, 4, 50, 100, 0, NULL, 0, 38.46, 100, 55.00, NULL, 18.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(481, 96, 'STU2500096', 120, 4, 50, 100, 0, NULL, 90, 53.85, 100, 55.00, NULL, 75.8, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(482, 225, 'STU2500225', 120, 4, 0, 100, 0, NULL, 0, 38.46, 100, 40.00, NULL, 15.7, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(483, 246, 'STU2500246', 120, 4, 100, 100, 100, NULL, 89.5, 84.62, 100, 100.00, NULL, 90.6, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(484, 59, 'STU2500059', 120, 4, 50, 100, 0, NULL, 0, 46.15, 100, 55.00, NULL, 20.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(485, 136, 'STU2500136', 120, 4, 100, 100, 100, NULL, 95, 92.31, 100, 100.00, NULL, 95.5, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(486, 95, 'STU2500095', 120, 4, 0, 100, 0, NULL, 0, 30.77, 100, 40.00, NULL, 14.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(487, 219, 'STU2500219', 120, 4, 0, 100, 0, NULL, 87.5, 92.31, 100, 40.00, NULL, 79, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(488, 253, 'STU2500253', 120, 4, 0, 100, 0, NULL, 0, 46.15, 100, 40.00, NULL, 17.2, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(489, 236, 'STU2500236', 120, 4, 0, 100, 0, NULL, 0, 15.38, 100, 40.00, NULL, 11.1, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 00:35:05'), +(490, 110, 'STU2500110', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(491, 166, 'STU2500166', 1, 1, NULL, NULL, NULL, NULL, NULL, 92.31, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(492, 98, 'STU2500098', 1, 1, NULL, NULL, NULL, NULL, NULL, 92.31, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(493, 232, 'STU2500232', 1, 1, NULL, NULL, NULL, NULL, NULL, 69.23, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(494, 184, 'STU2500184', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(495, 128, 'STU2500128', 1, 1, NULL, NULL, NULL, NULL, NULL, 61.54, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(496, 250, 'STU2500250', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(497, 113, 'STU2500113', 1, 1, NULL, NULL, NULL, NULL, NULL, 92.31, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(498, 87, 'STU2500087', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(499, 83, 'STU2500083', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(500, 122, 'STU2500122', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(501, 174, 'STU2500174', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(502, 175, 'STU2500175', 1, 1, NULL, NULL, NULL, NULL, NULL, 92.31, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-01-30 07:11:14', '2026-05-31 02:50:59'), +(503, 260, 'STU2600001', 1, 0, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Fall', '2025-2026', '2026-02-01 19:25:59', '2026-06-27 20:24:55'), +(504, 260, 'STU2600001', 1, 1, NULL, NULL, NULL, NULL, NULL, 100, NULL, NULL, NULL, NULL, 'Spring', '2025-2026', '2026-02-01 20:04:51', '2026-05-31 02:50:59'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `settings` +-- + +CREATE TABLE `settings` ( + `id` int(11) UNSIGNED NOT NULL, + `name` varchar(255) NOT NULL, + `timezone` varchar(255) NOT NULL, + `updated_by` int(11) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `shortanswerquestions` +-- + +CREATE TABLE `shortanswerquestions` ( + `id` int(11) NOT NULL, + `sa_question_id` int(11) NOT NULL, + `question_id` int(11) NOT NULL, + `correct_answer` text NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `staff` +-- + +CREATE TABLE `staff` ( + `id` int(10) UNSIGNED NOT NULL, + `firstname` varchar(100) NOT NULL, + `lastname` varchar(100) NOT NULL, + `email` varchar(150) NOT NULL, + `phone` varchar(20) DEFAULT NULL, + `role_name` varchar(100) NOT NULL, + `school_year` varchar(9) NOT NULL, + `active_role` varchar(100) DEFAULT 'Active', + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `user_id` int(11) UNSIGNED NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `staff` +-- + +INSERT INTO `staff` (`id`, `firstname`, `lastname`, `email`, `phone`, `role_name`, `school_year`, `active_role`, `created_at`, `updated_at`, `user_id`) VALUES +(1, 'Khadija', 'Elabidi', 'kelabidi@alrahmaisgl.org', '857-206-5499', 'teacher, parent', '2025-2026', 'teacher', '2025-09-02 21:51:23', '2025-09-02 21:51:23', 3), +(2, 'Outmane', 'Lemtiri Chlieh', 'olemtirichlieh@alrahmaisgl.org', '404-918-7063', 'principal, parent, administrator, teacher', '2025-2026', 'administrator', '2025-09-03 01:35:57', '2026-04-05 15:02:45', 4), +(3, 'Sabah', 'Mabchour', 'smabchour@alrahmaisgl.org', '351-322-4109', 'teacher, parent', '2025-2026', 'teacher', '2025-09-03 01:36:16', '2025-09-03 01:36:16', 5), +(7, 'Aasiya', 'Vahora', 'avahora@alrahmaisgl.org', '781-526-9948', 'teacher', '2025-2026', 'teacher', '2025-09-03 15:19:46', '2025-09-03 15:19:46', 33), +(8, 'Soundouss', 'Ejjiyar', 'sejjiyar@alrahmaisgl.org', '404-793-9118', 'teacher', '2025-2026', 'teacher', '2025-09-04 02:45:38', '2025-09-04 02:45:38', 45), +(12, 'Aliha', 'Sarfraz', 'asarfraz@alrahmaisgl.org', '978-677-0889', 'teacher', '2025-2026', 'teacher', '2025-09-04 18:22:28', '2025-09-04 18:22:28', 40), +(13, 'Aicha', 'Cherkaoui', 'acherkaoui@alrahmaisgl.org', '603-261-1051', 'teacher, parent', '2025-2026', 'teacher', '2025-09-05 03:07:45', '2025-09-05 03:07:45', 43), +(14, 'Sidra', 'Khan', 'skhan@alrahmaisgl.org', '978-995-0567', 'teacher, parent, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-06 21:13:47', '2025-09-06 21:15:43', 27), +(16, 'Simrah', 'Azmi', 'sazmi@alrahmaisgl.org', '617-230-7638', 'teacher', '2025-2026', 'teacher', '2025-09-07 02:13:34', '2025-09-07 02:13:34', 78), +(17, 'Kishwar', 'Bhatti', 'kbhatti@alrahmaisgl.org', '781-308-2113', 'teacher', '2025-2026', 'teacher', '2025-09-07 02:14:43', '2025-09-07 02:14:43', 82), +(18, 'Simra', 'Hussain', 'shussain@alrahmaisgl.org', '248-385-8033', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-07 02:15:41', '2025-09-07 02:15:41', 83), +(19, 'Sana', 'Shaikh', 'sshaikh@alrahmaisgl.org', '978-930-8500', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-07 02:16:05', '2025-09-07 02:16:05', 79), +(20, 'Mohammed', 'Kolia', 'mkolia@alrahmaisgl.org', '339-368-4510', 'parent', '2025-2026', 'inactive', '2025-09-07 19:28:58', '2025-09-07 19:28:58', 75), +(21, 'Oumkaltoum', 'El Amri', 'oelamri@alrahmaisgl.org', '857-326-4801', 'teacher, parent', '2025-2026', 'teacher', '2025-09-08 01:08:04', '2025-09-08 01:08:04', 97), +(22, 'Rayyan', 'Vahora', 'rvahora@alrahmaisgl.org', '781-539-9141', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-08 02:08:06', '2025-09-08 02:08:06', 89), +(23, 'Mariam', 'Mahmoud', 'mmahmoud@alrahmaisgl.org', '978-856-5147', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-08 02:09:40', '2025-09-08 02:09:40', 94), +(24, 'Abdul', 'Ghasir', 'aghasir@alrahmaisgl.org', '978-648-1708', 'teacher_assistant, guest, admin', '2025-2026', 'admin', '2025-09-08 04:12:36', '2025-09-20 22:49:29', 92), +(25, 'Sana', 'Yousefzai', 'syousefzai@alrahmaisgl.org', '978-201-9148', 'guest, parent', '2025-2026', 'inactive', '2025-09-08 04:19:33', '2025-09-08 04:24:39', 88), +(28, 'Hassan', 'Jafri', 'hjafri@alrahmaisgl.org', '603-930-6499', 'teacher, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-08 18:10:58', '2025-09-12 07:38:25', 99), +(29, 'Amin', 'Abdul Ghani', 'aabdulghani@alrahmaisgl.org', '480-406-2800', 'admin, financial_contributor, head of fes', '2025-2026', 'head of fes', '2025-09-08 21:04:17', '2025-09-27 04:59:51', 101), +(31, 'Shadab', 'Anwar', 'sanwar@alrahmaisgl.org', '513-510-7922', 'head of department (communication), csm_contributor, financial_contributor, teacher', '2025-2026', 'csm_contributor', '2025-09-11 02:25:31', '2025-11-22 05:32:28', 108), +(32, 'Ahlam', 'Elbakhtaoui', 'aelbakhtaoui@alrahmaisgl.org', '978-677-0810', 'teacher_assistant, parent', '2025-2026', 'teacher_assistant', '2025-09-12 07:29:23', '2025-09-12 07:29:23', 84), +(33, 'Noor', 'Kazmi', 'nkazmi@alrahmaisgl.org', '858-774-2353', 'teacher_assistant, parent', '2025-2026', 'teacher_assistant', '2025-09-12 07:29:49', '2025-09-12 07:29:49', 29), +(34, 'Najah', 'Azennoud', 'nazennoud@alrahmaisgl.org', '617-447-8646', 'teacher_assistant, parent, teacher', '2025-2026', 'teacher', '2025-09-12 07:30:12', '2025-09-20 20:57:01', 71), +(35, 'Imane', 'Elassab', 'ielassab@alrahmaisgl.org', '781-985-0926', 'teacher, parent', '2025-2026', 'teacher', '2025-09-12 07:30:47', '2025-09-12 07:30:47', 74), +(37, 'Farah', 'Hamami', 'fhamami@alrahmaisgl.org', '774-535-4976', 'teacher, parent', '2025-2026', 'teacher', '2025-09-12 07:31:34', '2025-09-12 07:31:34', 68), +(38, 'Summia', 'Sharif', 'ssharof@alrahmaisgl.org', '908-627-5385', '', '', 'teacher', '2025-09-12 07:32:03', '2025-09-12 07:52:40', 73), +(40, 'Humaira', 'Ashfaq', 'hashfaq@alrahmaisgl.org', '978-319-7836', 'guest', '2025-2026', 'inactive', '2025-09-13 00:00:57', '2025-09-13 00:00:57', 65), +(41, 'Moulay Larbi', 'Elabidi', 'melabidi@alrahmaisgl.org', '617-309-6743', 'administrator, teacher, parent, head of department (communication), csm_contributor, fes_contributor', '2025-2026', 'administrator', '2025-09-14 12:24:53', '2026-02-04 14:27:13', 1), +(44, 'Mohamad', 'Daniar', 'mdaniar@alrahmaisgl.org', '978-930-6100', 'head of department (communication), csm_contributor', '2025-2026', 'csm_contributor', '2025-09-16 15:55:50', '2025-09-17 06:47:30', 113), +(49, 'Saima', 'Jaffri', 'sjaffri@alrahmaisgl.org', '978-457-6694', 'teacher, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-18 02:53:24', '2025-09-20 21:36:06', 135), +(50, 'Safa', 'Dawood', 'sdawood@alrahmaisgl.org', '847-510-7537', 'teacher_assistant, teacher', '2025-2026', 'teacher', '2025-09-18 02:54:04', '2025-09-20 22:08:47', 138), +(51, 'Noor', 'Bhatti', 'nbhatti@alrahmaisgl.org', '781-885-4528', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-18 22:42:35', '2025-09-18 22:42:35', 140), +(54, 'Ebad', 'Rahman', 'erahman@alrahmaisgl.org', '603-860-2854', 'admin, itpd_contributor, itpd contributor, financial_contributor, administrator', '2025-2026', 'administrator', '2025-09-20 01:51:53', '2025-12-05 22:59:55', 147), +(55, 'Mustafa', 'Saracevic', 'msaracevic@alrahmaisgl.org', '814-218-9295', 'admin', '2025-2026', 'admin', '2025-09-20 03:58:58', '2025-09-20 03:58:58', 146), +(56, 'Badia', 'Nourti', 'bnourti@alrahmaisgl.org', '978-551-2692', 'teacher, parent, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-20 16:51:00', '2025-09-20 21:02:17', 132), +(57, 'Alaa', 'Ahmed', 'aahmed@alrahmaisgl.org', '978-314-0592', 'teacher, parent', '2025-2026', 'teacher', '2025-09-20 20:52:47', '2025-09-20 20:52:47', 115), +(61, 'Mahin', 'Shaikh', 'mshaikh@alrahmaisgl.org', '978-907-5158', 'teacher', '2025-2026', 'teacher', '2025-09-20 21:20:16', '2025-09-20 21:20:16', 155), +(62, 'Hana', 'Elshamy', 'helshamy@alrahmaisgl.org', '978-227-8673', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-20 21:30:02', '2025-09-20 21:30:02', 151), +(63, 'Emman', 'Ben Jamil', 'ebenjamil@alrahmaisgl.org', '613-981-1335', 'teacher_assistant, parent', '2025-2026', 'teacher_assistant', '2025-09-20 21:32:16', '2025-09-20 21:32:16', 129), +(66, 'Talha', 'Kamran', 'tkamran@alrahmaisgl.org', '978-893-9703', 'teacher, parent', '2025-2026', 'inactive', '2025-09-20 22:11:37', '2026-05-31 15:11:48', 134), +(69, 'Ayesha', 'Irfan', 'airfan@alrahmaisgl.org', '978-494-2031', 'teacher, parent', '2025-2026', 'teacher', '2025-09-20 23:05:24', '2025-09-20 23:05:24', 120), +(70, 'Maria', 'Mir', 'mmir@alrahmaisgl.org', '978-727-6071', 'teacher_assistant, parent', '2025-2026', 'teacher_assistant', '2025-09-21 01:21:37', '2025-09-29 19:24:25', 157), +(72, 'Zain', 'Irfan', 'zirfan@alrahmaisgl.org', '978-850-2990', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-21 02:18:39', '2025-09-21 02:18:39', 160), +(77, 'Adam', 'Meah', 'ameah@alrahmaisgl.org', '651-353-6827', 'parent', '2025-2026', 'inactive', '2025-09-21 14:23:43', '2025-09-21 14:23:43', 164), +(78, 'Imane', 'Aidi', 'iaidi@alrahmaisgl.org', '197-848-8838', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-21 16:30:52', '2025-09-21 16:30:52', 178), +(79, 'Sidikie', 'Kamara', 'skamara@alrahmaisgl.org', '978-421-7203', 'admin, parent', '2025-2026', 'inactive', '2025-09-21 16:32:26', '2025-09-27 17:23:05', 31), +(80, 'Essaadia', 'Elbakhtaoui', 'eelbakhtaoui@alrahmaisgl.org', '978-439-2087', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-21 18:18:15', '2025-09-21 18:18:15', 184), +(81, 'Imran', 'Sheikh', 'isheikh@alrahmaisgl.org', '617-906-1210', 'admin, fs_contributor', '2025-2026', 'fs_contributor', '2025-09-21 18:20:52', '2025-09-27 17:48:06', 183), +(82, 'Bayan', 'Hadri', 'bhadri@alrahmaisgl.org', '978-960-3559', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-21 18:21:08', '2025-09-21 18:21:08', 182), +(83, 'Selma', 'Khayal', 'skhayal@alrahmaisgl.org', '978-852-7157', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-25 17:19:55', '2025-09-25 17:19:55', 180), +(84, 'Misbah', 'Ilyas', 'milyas@alrahmaisgl.org', '603-892-7416', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-26 04:46:19', '2025-09-26 04:46:19', 163), +(85, 'Shamima', 'Akter', 'sakter@alrahmaisgl.org', '573-202-1103', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-26 04:46:46', '2025-09-26 04:46:46', 161), +(90, 'Awab', 'Basil', 'abasil@alrahmaisgl.org', '978-930-0838', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-27 19:13:17', '2025-09-27 19:13:17', 186), +(92, 'Mohammed', 'Gaabass', 'mgaabass@alrahmaisgl.org', '508-776-3922', 'vice principal, parent', '2025-2026', 'vice principal', '2025-09-28 05:38:03', '2025-09-28 05:38:03', 98), +(93, 'Hala', 'Elshamy', 'haelshamy@alrahmaisgl.org', '978-227-6084', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-09-28 05:41:00', '2025-09-28 05:41:00', 199), +(94, 'Fauzan', 'Hasanbasri', 'fhasanbasri@alrahmaisgl.org', '314-685-6591', 'admin, itpd contributor, administrator', '2025-2026', 'administrator', '2025-09-28 05:41:38', '2025-11-16 01:07:51', 200), +(95, 'Ayaan', 'Nowaz', 'anowaz@alrahmaisgl.org', '617-347-8172', 'parent', '2025-2026', 'inactive', '2025-09-28 14:27:52', '2025-09-28 14:27:52', 196), +(100, 'Abdul', 'Razzaq', 'arazzaq@alrahmaisgl.org', '978-804-1573', 'parent', '2025-2026', 'inactive', '2025-10-05 14:12:49', '2025-10-05 14:12:49', 207), +(101, 'Saira', 'Iftikhar', 'siftikhar@alrahmaisgl.org', '978-654-8171', 'teacher, parent, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-10-05 14:45:19', '2025-10-05 14:45:55', 174), +(103, 'Inchi', 'Kusri', 'ikusri@alrahmaisgl.org', '978-758-4664', 'teacher, parent, teacher_assistant', '2025-2026', 'teacher_assistant', '2025-10-12 16:46:38', '2026-04-05 04:23:01', 47), +(106, 'Sub1', 'Teacher', 'steacher@alrahmaisgl.org', '000-000-0000', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-10-26 06:56:37', '2026-03-29 15:29:43', 301), +(107, 'Sub2', 'Teacher', 'suteacher@alrahmaisgl.org', '000-000-0000', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2025-10-26 06:56:48', '2025-10-26 06:56:48', 302), +(108, 'Moulay Larbi', 'Elabidi', 'moelabidi@alrahmaisgl.org', '617-309-6743', 'administrator, parent, head of itpd, teacher, principal', '2025-2026', 'inactive', '2025-11-16 15:52:29', '2026-02-04 14:26:48', 2), +(109, 'Syed Zia', 'Uddin', 'suddin@alrahmaisgl.org', '915-356-8889', 'administrator, guest', '2025-2026', 'inactive', '2025-12-07 21:34:02', '2026-05-03 15:17:39', 306), +(110, 'Zeinab', 'Ibrahim', 'zibrahim@alrahmaisgl.org', '', 'teacher_assistant', '2025-2026', 'inactive', '2026-02-01 17:03:50', '2026-02-01 17:06:56', 261), +(111, 'Ibrahim', 'Afzal', 'iafzal@alrahmaisgl.org', '948-972-1261', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2026-02-01 17:07:49', '2026-02-01 17:07:49', 310), +(112, 'Ekram', 'Yassin', 'eyassin@alrahmaisgl.org', '978-401-5595', 'teacher_assistant', '2025-2026', 'teacher_assistant', '2026-02-10 04:25:03', '2026-02-10 04:25:03', 311), +(113, 'Humera', 'Nissar', 'hnissar@alrahmaisgl.org', '978-319-3021', 'substitute, teacher_assistant', '2025-2026', 'teacher_assistant', '2026-04-05 04:19:11', '2026-04-05 04:20:45', 314); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `staff_attendance` +-- + +CREATE TABLE `staff_attendance` ( + `id` int(10) UNSIGNED NOT NULL, + `user_id` int(10) UNSIGNED NOT NULL, + `role_name` varchar(64) DEFAULT NULL, + `date` date NOT NULL, + `semester` varchar(32) NOT NULL, + `school_year` varchar(16) NOT NULL, + `status` enum('present','absent','late') NOT NULL DEFAULT 'present', + `reason` varchar(255) DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `created_by` int(10) UNSIGNED DEFAULT NULL, + `updated_by` int(10) UNSIGNED DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `staff_attendance` +-- + +INSERT INTO `staff_attendance` (`id`, `user_id`, `role_name`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES +(1, 3, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18', NULL, NULL), +(2, 5, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50', NULL, NULL), +(3, 5, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50', NULL, NULL), +(4, 27, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:29', '2025-09-28 03:07:29', NULL, NULL), +(5, 27, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:10:41', '2025-09-28 15:10:41', NULL, NULL), +(6, 29, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:46', '2025-09-28 03:09:46', NULL, NULL), +(7, 29, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:40', '2025-09-28 14:58:40', NULL, NULL), +(8, 33, 'teacher', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46', NULL, NULL), +(9, 33, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41', NULL, NULL), +(10, 40, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06', NULL, NULL), +(11, 40, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07', NULL, NULL), +(12, 43, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:31', '2025-09-28 03:08:31', NULL, NULL), +(13, 43, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48', NULL, NULL), +(14, 45, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12', NULL, NULL), +(15, 45, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40', NULL, NULL), +(16, 68, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:40', '2025-09-28 03:08:40', NULL, NULL), +(17, 68, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:19:20', '2025-09-28 15:19:20', NULL, NULL), +(18, 71, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:38', '2025-09-28 03:07:38', NULL, NULL), +(19, 71, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:15:26', '2025-09-28 15:15:26', NULL, NULL), +(20, 73, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:53', '2025-09-28 03:08:53', NULL, NULL), +(21, 73, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:10:26', '2025-09-28 16:10:26', NULL, NULL), +(22, 74, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:37', '2025-09-28 03:09:37', NULL, NULL), +(23, 74, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:06', '2025-09-28 15:09:06', NULL, NULL), +(24, 78, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06', NULL, NULL), +(25, 78, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07', NULL, NULL), +(26, 79, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:24', '2025-09-28 03:09:24', NULL, NULL), +(27, 79, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:55', '2025-09-28 15:09:55', NULL, NULL), +(28, 82, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:24', '2025-09-28 03:09:24', NULL, NULL), +(29, 82, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:55', '2025-09-28 15:09:55', NULL, NULL), +(30, 83, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16', NULL, NULL), +(31, 83, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'absent', 'on leave', '2025-09-28 14:58:11', '2025-09-28 14:58:11', NULL, NULL), +(32, 84, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12', NULL, NULL), +(33, 84, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40', NULL, NULL), +(34, 89, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:37', '2025-09-28 03:09:37', NULL, NULL), +(35, 89, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:06', '2025-09-28 15:09:06', NULL, NULL), +(36, 94, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01', NULL, NULL), +(37, 94, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49', NULL, NULL), +(38, 97, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:29', '2025-09-28 03:07:29', NULL, NULL), +(39, 97, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:10:41', '2025-09-28 15:10:41', NULL, NULL), +(40, 99, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01', NULL, NULL), +(41, 99, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49', NULL, NULL), +(42, 115, 'teacher', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46', NULL, NULL), +(43, 115, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41', NULL, NULL), +(44, 120, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16', NULL, NULL), +(45, 120, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:11', '2025-09-28 14:58:11', NULL, NULL), +(46, 129, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:40', '2025-09-28 03:08:40', NULL, NULL), +(47, 129, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:19:20', '2025-09-28 15:19:20', NULL, NULL), +(48, 132, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50', NULL, NULL), +(49, 132, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50', NULL, NULL), +(50, 134, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01', NULL, NULL), +(51, 134, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49', NULL, NULL), +(52, 135, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06', NULL, NULL), +(53, 135, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07', NULL, NULL), +(54, 138, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:46', '2025-09-28 03:09:46', NULL, NULL), +(55, 138, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:40', '2025-09-28 14:58:40', NULL, NULL), +(56, 140, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18', NULL, NULL), +(57, 151, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12', NULL, NULL), +(58, 151, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40', NULL, NULL), +(59, 155, 'teacher', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:01', '2025-09-28 03:08:01', NULL, NULL), +(60, 155, 'teacher', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:02:38', '2025-09-28 15:02:38', NULL, NULL), +(61, 157, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16', NULL, NULL), +(62, 157, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'late', NULL, '2025-09-28 14:58:11', '2025-09-28 14:58:11', NULL, NULL), +(63, 160, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:31', '2025-09-28 03:08:31', NULL, NULL), +(64, 160, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48', NULL, NULL), +(65, 161, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:08:53', '2025-09-28 03:08:53', NULL, NULL), +(66, 161, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:10:26', '2025-09-28 16:10:26', NULL, NULL), +(67, 163, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:07:38', '2025-09-28 03:07:38', NULL, NULL), +(68, 163, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:15:26', '2025-09-28 15:15:26', NULL, NULL), +(69, 178, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50', NULL, NULL), +(70, 178, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50', NULL, NULL), +(71, 180, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01', NULL, NULL), +(72, 180, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49', NULL, NULL), +(73, 182, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18', NULL, NULL), +(74, 184, 'teacher assistant', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46', NULL, NULL), +(75, 184, 'teacher assistant', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41', NULL, NULL), +(77, 186, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48', NULL, NULL), +(78, 199, 'teacher assistant', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:02:38', '2025-09-28 15:02:38', NULL, NULL), +(79, 3, NULL, '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:08:06', '2025-10-02 06:08:06', 4, 4), +(80, 182, NULL, '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:08:33', '2025-10-02 06:08:33', 4, 4), +(81, 33, NULL, '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:08:35', '2025-10-02 06:08:35', 4, 4), +(82, 115, NULL, '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:08:36', '2025-10-02 06:08:36', 4, 4), +(83, 184, NULL, '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:08:37', '2025-10-02 06:08:37', 4, 4), +(84, 199, NULL, '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:09:01', '2025-10-02 06:09:01', 4, 4), +(85, 4, 'administrator', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:11', '2025-10-02 06:11:11', 4, 4), +(86, 4, 'administrator', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:13', '2025-10-02 06:11:13', 4, 4), +(87, 2, 'head of itpd', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:14', '2025-10-02 06:11:14', 4, 4), +(88, 2, 'head of itpd', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:15', '2025-10-02 06:11:15', 4, 4), +(89, 24, 'financial_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:17', '2025-10-02 06:11:17', 4, 4), +(90, 24, 'financial_contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:18', '2025-10-02 06:11:18', 4, 4), +(91, 19, 'head of csm', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:20', '2025-10-02 06:11:20', 4, 4), +(92, 19, 'head of csm', '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:11:21', '2025-10-02 06:11:21', 4, 4), +(93, 57, 'head of fa', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:23', '2025-10-02 06:11:23', 4, 4), +(94, 57, 'head of fa', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:24', '2025-10-02 06:11:24', 4, 4), +(95, 101, 'financial_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:27', '2025-10-02 06:11:27', 4, 4), +(96, 101, 'head of fes', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:29', '2025-11-22 05:28:52', 4, 4), +(97, 108, 'csm_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:33', '2025-10-02 06:11:33', 4, 4), +(98, 108, 'csm_contributor', '2025-09-28', 'Fall', '2025-2026', 'late', NULL, '2025-10-02 06:11:34', '2025-10-02 06:11:36', 4, 4), +(99, 113, 'csm_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:55', '2025-10-02 06:11:55', 4, 4), +(100, 113, 'csm_contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:11:56', '2025-10-02 06:11:56', 4, 4), +(101, 98, 'vice principal', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:21', '2025-10-02 06:13:21', 4, 4), +(102, 98, 'vice principal', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:22', '2025-10-02 06:13:22', 4, 4), +(103, 146, 'admin', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:27', '2025-10-02 06:13:27', 4, 4), +(104, 146, 'admin', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:28', '2025-10-02 06:13:28', 4, 4), +(105, 147, 'itpd contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:33', '2025-10-02 06:13:33', 4, 4), +(106, 147, 'itpd contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:34', '2025-10-02 06:13:34', 4, 4), +(107, 121, 'financial_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:35', '2025-10-02 06:13:35', 4, 4), +(108, 121, 'financial_contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:36', '2025-10-02 06:13:36', 4, 4), +(109, 92, 'admin', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:44', '2025-10-02 06:13:44', 4, 4), +(110, 92, 'admin', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:44', '2025-10-02 06:13:44', 4, 4), +(111, 200, 'admin', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:47', '2025-10-02 06:13:47', 4, 4), +(112, 200, 'admin', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:48', '2025-10-02 06:13:48', 4, 4), +(113, 183, 'fs_contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:56', '2025-10-02 06:13:56', 4, 4), +(114, 100, 'fes_contributor', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:13:59', '2025-10-02 06:13:59', 4, 4), +(115, 100, 'fes_contributor', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-10-02 06:14:00', '2025-10-02 06:14:00', 4, 4), +(116, 113, 'csm_contributor', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:15:07', '2025-10-02 06:15:07', 4, 4), +(117, 113, 'csm_contributor', '2025-10-19', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:15:10', '2025-10-02 06:15:10', 4, 4), +(118, 151, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:21:17', '2025-10-12 15:26:33', 4, 45), +(119, 199, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:21:34', '2025-10-12 15:30:56', 4, 155), +(120, 83, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:22:14', '2025-10-05 15:29:51', 4, 120), +(121, 83, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:22:21', '2025-10-12 16:51:20', 4, 47), +(122, 83, NULL, '2025-10-19', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:22:22', '2025-10-02 06:22:22', 4, 4), +(123, 83, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-02 06:22:24', '2025-10-26 15:10:20', 4, 120), +(124, 155, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:05:39', '2025-10-05 15:05:39', 155, 155), +(125, 199, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:05:39', '2025-10-05 15:05:39', 155, 155), +(126, 138, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:07:18', '2025-10-05 15:07:18', 138, 138), +(127, 29, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:07:18', '2025-10-05 15:07:18', 138, 138), +(128, 45, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:07:23', '2025-10-05 15:07:23', 45, 45), +(129, 84, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:07:23', '2025-10-05 15:07:23', 45, 45), +(130, 151, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:07:23', '2025-10-05 15:07:23', 45, 45), +(131, 71, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:08:20', '2025-10-05 15:08:20', 71, 71), +(132, 163, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:08:20', '2025-10-05 15:08:20', 71, 71), +(133, 43, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:10:04', '2025-10-05 15:10:04', 160, 160), +(134, 186, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:10:04', '2025-10-05 15:10:04', 160, 160), +(135, 160, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:10:04', '2025-10-05 15:10:04', 160, 160), +(136, 33, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:11:27', '2025-10-05 15:11:27', 115, 115), +(137, 115, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:11:27', '2025-10-05 15:11:27', 115, 115), +(138, 184, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:11:27', '2025-10-05 15:11:27', 115, 115), +(139, 134, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:14:51', '2025-10-05 15:14:51', 94, 94), +(140, 99, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:14:51', '2025-10-05 15:14:51', 94, 94), +(141, 94, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:14:51', '2025-10-05 15:14:51', 94, 94), +(142, 180, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:14:51', '2025-10-05 15:14:51', 94, 94), +(143, 82, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:18:50', '2025-10-05 15:18:50', 79, 79), +(144, 79, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:18:50', '2025-10-05 15:18:50', 79, 79), +(145, 68, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 15:25:31', '2025-10-05 15:25:31', 129, 129), +(146, 129, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:25:31', '2025-10-05 15:25:31', 129, 129), +(147, 5, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:28:41', '2025-10-05 15:28:41', 5, 5), +(148, 132, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:28:41', '2025-10-05 15:28:41', 5, 5), +(149, 178, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:28:41', '2025-10-05 15:28:41', 5, 5), +(150, 120, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:29:51', '2025-10-05 15:29:51', 120, 120), +(151, 157, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 15:29:51', '2025-10-05 15:29:51', 120, 120), +(152, 174, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 15:29:51', '2025-10-05 15:29:51', 120, 120), +(153, 40, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:30:31', '2025-10-05 15:30:31', 40, 40), +(154, 78, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:30:31', '2025-10-05 15:30:31', 40, 40), +(155, 135, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 15:30:31', '2025-10-05 15:30:31', 40, 40), +(156, 74, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:31:39', '2025-10-05 15:31:39', 74, 74), +(157, 89, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 15:31:39', '2025-10-05 15:31:39', 74, 74), +(158, 97, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:33:46', '2025-10-05 15:33:46', 97, 97), +(159, 27, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 15:33:46', '2025-10-05 15:33:46', 97, 97), +(160, 73, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 16:17:14', '2025-10-05 16:17:14', 73, 73), +(161, 161, 'Teacher', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 16:17:14', '2025-10-05 16:17:14', 73, 73), +(162, 140, NULL, '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:01:29', '2025-10-05 20:01:29', 4, 4), +(163, 182, NULL, '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:01:32', '2025-10-05 20:01:32', 4, 4), +(164, 3, NULL, '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 20:01:33', '2025-10-05 20:01:33', 4, 4), +(165, 4, 'administrator', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:48', '2025-10-05 20:02:48', 4, 4), +(166, 2, 'head of itpd', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:49', '2025-10-05 20:02:49', 4, 4), +(167, 24, 'financial_contributor', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:51', '2025-10-05 20:02:51', 4, 4), +(168, 19, 'head of csm', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:52', '2025-10-05 20:02:52', 4, 4), +(169, 57, 'head of fa', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:53', '2025-10-05 20:02:53', 4, 4), +(170, 101, 'head of fes', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:02:57', '2025-11-22 05:28:53', 4, 4), +(171, 108, 'csm_contributor', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 20:03:01', '2025-10-05 20:03:01', 4, 4), +(172, 113, 'csm_contributor', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:03', '2025-10-05 20:03:03', 4, 4), +(173, 98, 'vice principal', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:13', '2025-10-05 20:03:13', 4, 4), +(174, 146, 'admin', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:17', '2025-10-05 20:03:17', 4, 4), +(175, 147, 'itpd contributor', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:19', '2025-10-05 20:03:19', 4, 4), +(176, 121, 'financial_contributor', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:20', '2025-10-05 20:03:20', 4, 4), +(177, 92, 'admin', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:25', '2025-10-05 20:03:25', 4, 4), +(178, 200, 'admin', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:27', '2025-10-05 20:03:27', 4, 4), +(179, 172, 'admin', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:31', '2025-10-05 20:03:31', 4, 4), +(180, 175, 'admin', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:33', '2025-10-05 20:03:33', 4, 4), +(181, 183, 'fs_contributor', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-05 20:03:36', '2025-10-05 20:03:36', 4, 4), +(182, 100, 'fes_contributor', '2025-10-05', 'Fall', '2025-2026', 'present', NULL, '2025-10-05 20:03:37', '2025-10-05 20:03:37', 4, 4), +(183, 129, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-07 02:21:58', '2025-10-12 15:28:36', 4, 68), +(184, 129, NULL, '2025-10-19', 'Fall', '2025-2026', 'absent', NULL, '2025-10-07 02:22:02', '2025-10-07 02:22:02', 4, 4), +(185, 160, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-07 02:22:24', '2025-10-12 15:34:32', 4, 43), +(186, 120, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-07 02:22:37', '2025-10-12 16:51:20', 4, 47), +(187, 186, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 02:52:49', '2025-10-12 15:34:32', 4, 43), +(188, 180, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 02:53:09', '2025-10-12 15:30:56', 4, 99), +(189, 94, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 19:38:54', '2025-10-12 15:30:56', 4, 99), +(190, 135, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 19:38:57', '2025-10-12 15:18:14', 4, 40), +(191, 135, NULL, '2025-10-19', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 19:38:59', '2025-10-11 19:38:59', 4, 4), +(192, 135, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-11 19:39:00', '2025-10-26 15:06:58', 4, 40), +(193, 27, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-12 04:36:12', '2025-10-12 15:28:58', 4, 3), +(194, 157, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-12 04:36:43', '2025-10-12 16:51:20', 4, 47), +(195, 33, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 14:58:35', '2025-10-12 14:58:35', 115, 115), +(196, 115, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 14:58:35', '2025-10-12 14:58:35', 115, 115), +(197, 71, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:08:40', '2025-10-12 15:08:40', 71, 71), +(198, 163, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:08:40', '2025-10-12 15:08:40', 71, 71), +(199, 40, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:18:14', '2025-10-12 15:18:14', 40, 40), +(200, 78, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:18:14', '2025-10-12 15:18:14', 40, 40), +(201, 74, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:24:53', '2025-10-12 15:24:53', 89, 89), +(202, 89, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:24:53', '2025-10-12 15:24:53', 89, 89), +(203, 138, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:26:12', '2025-10-12 15:26:12', 138, 138), +(204, 29, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:26:12', '2025-10-12 15:26:12', 138, 138), +(205, 45, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:26:33', '2025-10-12 15:26:33', 45, 45), +(206, 84, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:26:33', '2025-10-12 15:26:33', 45, 45), +(207, 184, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:26:33', '2025-10-12 15:26:33', 45, 45), +(208, 5, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:27:28', '2025-10-12 15:27:28', 5, 5), +(209, 132, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:27:28', '2025-10-12 15:27:28', 5, 5), +(210, 178, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:27:28', '2025-10-12 15:27:28', 5, 5), +(211, 68, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:28:36', '2025-10-12 15:28:36', 68, 68), +(212, 3, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:28:58', '2025-10-12 15:28:58', 3, 3), +(213, 97, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:28:58', '2025-10-12 15:28:58', 3, 3), +(214, 182, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:28:58', '2025-10-12 15:28:58', 3, 3), +(215, 82, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:29:42', '2025-10-12 15:29:42', 79, 79), +(216, 79, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:29:42', '2025-10-12 15:29:42', 79, 79), +(217, 155, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:30:56', '2025-10-12 15:30:56', 155, 155), +(218, 140, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:30:56', '2025-10-12 15:30:56', 155, 155), +(219, 134, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:30:56', '2025-10-12 15:30:56', 99, 99), +(220, 99, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:30:56', '2025-10-12 15:30:56', 99, 99), +(221, 43, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 15:34:32', '2025-10-12 15:34:32', 43, 43), +(222, 47, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 16:51:20', '2025-10-12 16:51:20', 47, 47), +(223, 174, 'Teacher', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-12 16:51:20', '2025-10-12 16:51:20', 47, 47), +(224, 73, 'Main', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-12 20:52:31', '2025-10-12 20:52:31', 4, 4), +(225, 161, 'Assistant', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 20:52:35', '2025-10-12 20:52:35', 4, 4), +(226, 98, 'vice principal', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:37', '2025-10-12 21:04:37', 4, 4), +(227, 146, 'admin', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:40', '2025-10-12 21:04:40', 4, 4), +(228, 4, 'administrator', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:47', '2025-10-12 21:04:47', 4, 4), +(229, 2, 'head of itpd', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:49', '2025-10-12 21:04:49', 4, 4), +(230, 24, 'financial_contributor', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:51', '2025-10-12 21:04:51', 4, 4), +(231, 19, 'head of csm', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:53', '2025-10-12 21:04:53', 4, 4), +(232, 57, 'head of fa', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:55', '2025-10-12 21:04:55', 4, 4), +(233, 101, 'head of fes', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:04:57', '2025-11-22 05:28:54', 4, 4), +(234, 108, 'csm_contributor', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:02', '2025-10-12 21:05:02', 4, 4), +(235, 147, 'itpd contributor', '2025-10-12', 'Fall', '2025-2026', 'absent', NULL, '2025-10-12 21:05:06', '2025-10-12 21:05:06', 4, 4), +(236, 121, 'financial_contributor', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:08', '2025-10-12 21:05:08', 4, 4), +(237, 92, 'admin', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:11', '2025-10-12 21:05:11', 4, 4), +(238, 200, 'admin', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:13', '2025-10-12 21:05:13', 4, 4), +(239, 172, 'admin', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:17', '2025-10-12 21:05:17', 4, 4), +(240, 175, 'admin', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:18', '2025-10-12 21:05:18', 4, 4), +(241, 183, 'fs_contributor', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:20', '2025-10-12 21:05:20', 4, 4), +(242, 100, 'fes_contributor', '2025-10-12', 'Fall', '2025-2026', 'present', NULL, '2025-10-12 21:05:22', '2025-10-12 21:05:22', 4, 4), +(243, 27, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-25 15:59:01', '2025-10-26 15:01:41', 4, 3), +(244, 183, 'fs_contributor', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-25 15:59:09', '2025-10-25 15:59:09', 4, 4), +(245, 47, 'substitute', '2025-10-05', 'Fall', '2025-2026', 'absent', NULL, '2025-10-25 15:59:56', '2025-10-25 15:59:56', 4, 4), +(246, 134, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-25 16:00:09', '2025-10-26 15:15:06', 4, 99), +(247, 68, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:53:14', '2025-10-26 14:53:14', 129, 129), +(248, 129, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:53:14', '2025-10-26 14:53:14', 129, 129), +(249, 71, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:56:06', '2025-10-26 14:56:06', 71, 71), +(250, 163, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:56:06', '2025-10-26 14:56:06', 71, 71), +(251, 155, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:59:56', '2025-10-26 14:59:56', 155, 155), +(252, 199, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:59:56', '2025-10-26 14:59:56', 155, 155), +(253, 140, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 14:59:56', '2025-10-26 14:59:56', 155, 155), +(254, 5, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:02', '2025-10-26 15:01:02', 132, 132), +(255, 132, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:02', '2025-10-26 15:01:02', 132, 132), +(256, 178, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:02', '2025-10-26 15:01:02', 132, 132), +(257, 3, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:41', '2025-10-26 15:01:41', 3, 3), +(258, 97, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:41', '2025-10-26 15:01:41', 3, 3), +(259, 182, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:01:41', '2025-10-26 15:01:41', 3, 3), +(260, 45, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:08', '2025-10-26 15:05:08', 45, 45), +(261, 84, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:08', '2025-10-26 15:05:08', 45, 45), +(262, 184, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:08', '2025-10-26 15:05:08', 45, 45), +(263, 151, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:08', '2025-10-26 15:05:08', 45, 45), +(264, 43, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:18', '2025-10-26 15:05:18', 186, 186), +(265, 186, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:18', '2025-10-26 15:05:18', 186, 186), +(266, 160, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:05:18', '2025-10-26 15:05:18', 186, 186), +(267, 40, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:06:58', '2025-10-26 15:06:58', 40, 40), +(268, 78, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:06:58', '2025-10-26 15:06:58', 40, 40), +(269, 82, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:07:31', '2025-10-26 15:07:31', 79, 79), +(270, 79, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:07:31', '2025-10-26 15:07:31', 79, 79), +(271, 74, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:07:54', '2025-10-26 15:07:54', 74, 74), +(272, 89, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-26 15:07:54', '2025-10-26 15:07:54', 74, 74), +(273, 138, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:08:54', '2025-10-26 15:08:54', 138, 138), +(274, 29, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:08:54', '2025-10-26 15:08:54', 138, 138), +(275, 120, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:10:20', '2025-10-26 15:10:20', 120, 120), +(276, 157, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-10-26 15:10:20', '2025-10-26 15:10:20', 120, 120), +(277, 174, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:10:20', '2025-10-26 15:10:20', 120, 120), +(278, 33, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:12:58', '2025-10-26 15:12:58', 115, 115), +(279, 115, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:12:58', '2025-10-26 15:12:58', 115, 115), +(280, 73, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:14:31', '2025-10-26 15:14:31', 73, 73), +(281, 161, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:14:31', '2025-10-26 15:14:31', 73, 73), +(282, 99, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:15:06', '2025-10-26 15:15:06', 99, 99), +(283, 94, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:15:06', '2025-10-26 15:15:06', 99, 99), +(284, 180, 'Teacher', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-10-26 15:15:06', '2025-10-26 15:15:06', 99, 99), +(285, 47, 'substitute', '2025-10-26', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 04:11:42', '2025-11-01 04:11:42', 4, 4), +(286, 4, 'administrator', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:11:48', '2025-11-01 04:11:48', 4, 4), +(287, 172, 'admin', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:11:51', '2025-11-01 04:11:51', 4, 4), +(288, 175, 'admin', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:11:59', '2025-11-01 04:11:59', 4, 4), +(289, 24, 'csm_contributor', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:01', '2025-11-01 04:12:01', 4, 4), +(290, 200, 'admin', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:04', '2025-11-01 04:12:04', 4, 4), +(291, 98, 'vice principal', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:06', '2025-11-01 04:12:06', 4, 4), +(292, 121, 'head of fs', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:17', '2025-11-01 04:12:17', 4, 4), +(293, 100, 'fes_contributor', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:18', '2025-11-01 04:12:18', 4, 4), +(294, 101, 'head of fes', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:23', '2025-11-22 05:28:56', 4, 4), +(295, 147, 'itpd contributor', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:26', '2025-11-01 04:12:26', 4, 4), +(296, 19, 'head of csm', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:28', '2025-11-01 04:12:28', 4, 4), +(297, 108, 'csm_contributor', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:30', '2025-11-01 04:12:30', 4, 4), +(298, 57, 'head of fa', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:32', '2025-11-01 04:12:32', 4, 4), +(299, 92, 'admin', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:34', '2025-11-01 04:12:34', 4, 4), +(300, 146, 'admin', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:37', '2025-11-01 04:12:37', 4, 4), +(301, 113, 'csm_contributor', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:41', '2025-11-01 04:12:41', 4, 4), +(302, 2, 'head of itpd', '2025-10-26', 'Fall', '2025-2026', 'present', NULL, '2025-11-01 04:12:47', '2025-11-01 04:12:47', 4, 4), +(303, 180, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 04:13:33', '2025-11-02 16:31:09', 4, 94), +(304, 134, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 04:13:45', '2025-11-02 16:31:09', 4, 94), +(305, 161, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 04:21:04', '2025-11-02 16:32:32', 4, 73), +(306, 83, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 04:21:15', '2025-11-02 16:26:12', 4, 120), +(307, 3, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-01 22:10:00', '2025-11-02 15:23:51', 3, 97), +(308, 68, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:20:42', '2025-11-02 15:20:42', 129, 129), +(309, 129, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:20:42', '2025-11-02 15:20:42', 129, 129), +(310, 43, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:32', '2025-11-02 15:23:32', 43, 43), +(311, 186, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:32', '2025-11-02 15:23:32', 43, 43), +(312, 160, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:32', '2025-11-02 15:23:32', 43, 43), +(313, 97, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:51', '2025-11-02 15:23:51', 97, 97), +(314, 182, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:51', '2025-11-02 15:23:51', 97, 97), +(315, 27, 'Assistant', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:23:51', '2025-11-08 04:05:36', 97, 4), +(316, 155, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:25:24', '2025-11-02 15:25:24', 155, 155), +(317, 199, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:25:24', '2025-11-02 15:25:24', 155, 155), +(318, 140, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:25:24', '2025-11-02 15:25:24', 155, 155), +(319, 45, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:27:49', '2025-11-02 15:27:49', 84, 84), +(320, 84, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:27:49', '2025-11-02 15:27:49', 84, 84), +(321, 184, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:27:49', '2025-11-02 15:27:49', 84, 84), +(322, 151, 'Assistant', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:27:49', '2025-11-08 04:05:46', 84, 4), +(323, 33, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:28:52', '2025-11-02 15:28:52', 115, 115), +(324, 115, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:28:52', '2025-11-02 15:28:52', 115, 115), +(325, 138, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:29:44', '2025-11-02 15:29:44', 138, 138), +(326, 29, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 15:29:44', '2025-11-02 15:29:44', 138, 138), +(327, 82, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:04:58', '2025-11-02 16:04:58', 79, 79), +(328, 79, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:04:58', '2025-11-02 16:04:58', 79, 79), +(329, 120, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:26:12', '2025-11-02 16:26:12', 120, 120), +(330, 174, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:26:12', '2025-11-02 16:26:12', 120, 120), +(331, 40, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:29:02', '2025-11-02 16:29:02', 40, 40), +(332, 78, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:29:02', '2025-11-02 16:29:02', 40, 40), +(333, 135, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:29:02', '2025-11-02 16:29:02', 40, 40), +(334, 71, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:29:16', '2025-11-02 16:29:16', 71, 71), +(335, 163, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:29:16', '2025-11-02 16:29:16', 71, 71), +(336, 74, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:30:32', '2025-11-02 16:30:32', 74, 74), +(337, 89, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-02 16:30:32', '2025-11-02 16:30:32', 74, 74), +(338, 99, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:31:09', '2025-11-02 16:31:09', 94, 94), +(339, 94, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:31:09', '2025-11-02 16:31:09', 94, 94), +(340, 73, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 16:32:32', '2025-11-02 16:32:32', 73, 73), +(341, 129, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-02 17:08:24', '2025-11-09 15:59:40', 129, 68), +(342, 5, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 17:41:13', '2025-11-02 17:41:13', 5, 5), +(343, 132, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 17:41:13', '2025-11-02 17:41:13', 5, 5), +(344, 178, 'Teacher', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-02 17:41:13', '2025-11-02 17:41:13', 5, 5), +(345, 33, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-05 13:21:24', '2025-11-09 16:29:01', 33, 115), +(346, 2, 'head of itpd', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:33', '2025-11-08 04:00:33', 4, 4), +(347, 113, 'csm_contributor', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:36', '2025-11-08 04:00:36', 4, 4), +(348, 146, 'admin', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:39', '2025-11-08 04:00:39', 4, 4), +(349, 92, 'admin', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:41', '2025-11-08 04:00:41', 4, 4), +(350, 57, 'head of fa', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:44', '2025-11-08 04:00:44', 4, 4), +(351, 147, 'itpd contributor', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-08 04:00:46', '2025-11-08 04:00:46', 4, 4), +(352, 101, 'head of fes', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:48', '2025-11-22 05:28:57', 4, 4), +(353, 100, 'fes_contributor', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:52', '2025-11-08 04:00:52', 4, 4), +(354, 121, 'head of fs', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:53', '2025-11-08 04:00:53', 4, 4), +(355, 183, 'fs_contributor', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:00:55', '2025-11-08 04:00:55', 4, 4), +(356, 98, 'vice principal', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:01', '2025-11-08 04:01:01', 4, 4), +(357, 200, 'admin', '2025-11-02', 'Fall', '2025-2026', 'absent', NULL, '2025-11-08 04:01:06', '2025-11-08 04:01:06', 4, 4), +(358, 24, 'csm_contributor', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:09', '2025-11-08 04:01:09', 4, 4), +(359, 175, 'admin', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:12', '2025-11-08 04:01:12', 4, 4), +(360, 172, 'admin', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:14', '2025-11-08 04:01:14', 4, 4), +(361, 4, 'administrator', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:16', '2025-11-08 04:01:16', 4, 4), +(362, 47, 'substitute', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:19', '2025-11-08 04:01:19', 4, 4), +(363, 19, 'head of csm', '2025-11-02', 'Fall', '2025-2026', 'present', NULL, '2025-11-08 04:01:21', '2025-11-08 04:01:21', 4, 4), +(364, 108, 'csm_contributor', '2025-11-02', 'Fall', '2025-2026', 'late', NULL, '2025-11-08 04:01:22', '2025-11-08 04:01:24', 4, 4), +(365, 113, 'csm_contributor', '2025-11-23', 'Fall', '2025-2026', 'absent', 'vacation: Out of country', '2025-11-08 15:53:34', '2025-11-08 15:53:34', 113, 113), +(366, 45, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:20:59', '2025-11-09 15:20:59', 84, 84), +(367, 84, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:20:59', '2025-11-09 15:20:59', 84, 84), +(368, 184, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:20:59', '2025-11-09 15:20:59', 84, 84), +(369, 151, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:20:59', '2025-11-09 15:20:59', 84, 84), +(370, 120, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:22:36', '2025-11-09 15:22:36', 83, 83), +(371, 174, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:22:36', '2025-11-09 15:22:36', 83, 83), +(372, 83, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:22:36', '2025-11-09 15:22:36', 83, 83), +(373, 3, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:25:29', '2025-11-09 15:25:29', 97, 97), +(374, 97, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:25:29', '2025-11-09 15:25:29', 97, 97), +(375, 182, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:25:29', '2025-11-09 15:25:29', 97, 97), +(376, 27, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:25:29', '2025-11-09 15:25:29', 97, 97), +(377, 155, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:27:09', '2025-11-09 15:27:09', 155, 155), +(378, 199, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:27:09', '2025-11-09 15:27:09', 155, 155), +(379, 140, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:27:09', '2025-11-09 15:27:09', 155, 155), +(380, 155, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', 'competition', '2025-11-09 15:30:01', '2025-11-16 16:02:04', 155, 140), +(381, 74, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-09 15:32:42', '2025-11-09 15:32:42', 301, 301), +(382, 89, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-09 15:32:42', '2025-11-09 15:32:42', 301, 301), +(383, 301, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:32:42', '2025-11-09 15:32:42', 301, 301), +(384, 138, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:33:02', '2025-11-09 15:33:02', 138, 138), +(385, 29, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:33:02', '2025-11-09 15:33:02', 138, 138), +(386, 5, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:42:36', '2025-11-09 15:42:36', 132, 132), +(387, 132, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:42:36', '2025-11-09 15:42:36', 132, 132); +INSERT INTO `staff_attendance` (`id`, `user_id`, `role_name`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES +(388, 178, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:42:36', '2025-11-09 15:42:36', 132, 132), +(389, 68, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 15:59:40', '2025-11-09 15:59:40', 68, 68), +(390, 82, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:04:44', '2025-11-09 16:04:44', 79, 79), +(391, 79, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:04:44', '2025-11-09 16:04:44', 79, 79), +(392, 71, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:15:13', '2025-11-09 16:15:13', 71, 71), +(393, 163, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:15:13', '2025-11-09 16:15:13', 71, 71), +(394, 73, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:19:56', '2025-11-09 16:19:56', 73, 73), +(395, 161, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:19:56', '2025-11-09 16:19:56', 73, 73), +(396, 40, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:22:27', '2025-11-09 16:22:27', 40, 40), +(397, 78, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:22:27', '2025-11-09 16:22:27', 40, 40), +(398, 135, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:22:27', '2025-11-09 16:22:27', 40, 40), +(399, 43, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:24:33', '2025-11-09 16:24:33', 160, 160), +(400, 186, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:24:33', '2025-11-09 16:24:33', 160, 160), +(401, 160, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:24:33', '2025-11-09 16:24:33', 160, 160), +(402, 115, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:29:01', '2025-11-09 16:29:01', 115, 115), +(403, 134, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-09 16:37:21', '2025-11-09 16:37:21', 99, 99), +(404, 99, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:37:21', '2025-11-09 16:37:21', 99, 99), +(405, 94, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-09 16:37:21', '2025-11-09 16:37:21', 99, 99), +(406, 180, 'Teacher', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-09 16:37:21', '2025-11-09 16:37:21', 99, 99), +(407, 2, 'head of itpd', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:22:53', '2025-11-15 04:22:53', 4, 4), +(408, 113, 'csm_contributor', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:22:55', '2025-11-15 04:22:55', 4, 4), +(409, 146, 'admin', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:22:56', '2025-11-15 04:22:56', 4, 4), +(410, 92, 'admin', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:22:58', '2025-11-15 04:22:58', 4, 4), +(411, 57, 'head of fa', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-15 04:23:00', '2025-11-15 04:23:00', 4, 4), +(412, 147, 'itpd contributor', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:04', '2025-11-15 04:23:04', 4, 4), +(413, 101, 'head of fes', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:06', '2025-11-22 05:29:02', 4, 4), +(414, 100, 'fes_contributor', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-15 04:23:09', '2025-11-15 04:23:09', 4, 4), +(415, 121, 'head of fs', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:17', '2025-11-15 04:23:17', 4, 4), +(416, 183, 'fs_contributor', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:19', '2025-11-15 04:23:19', 4, 4), +(417, 98, 'vice principal', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:21', '2025-11-15 04:23:21', 4, 4), +(418, 200, 'admin', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:23', '2025-11-15 04:23:23', 4, 4), +(419, 24, 'csm_contributor', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:25', '2025-11-15 04:23:25', 4, 4), +(420, 175, 'admin', '2025-11-09', 'Fall', '2025-2026', 'late', NULL, '2025-11-15 04:23:27', '2025-11-15 04:23:31', 4, 4), +(421, 172, 'admin', '2025-11-09', 'Fall', '2025-2026', 'late', NULL, '2025-11-15 04:23:28', '2025-11-15 04:23:32', 4, 4), +(422, 4, 'administrator', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:36', '2025-11-15 04:23:36', 4, 4), +(423, 47, 'substitute', '2025-11-09', 'Fall', '2025-2026', 'absent', NULL, '2025-11-15 04:23:39', '2025-11-15 04:23:39', 4, 4), +(424, 19, 'head of csm', '2025-11-09', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 04:23:46', '2025-11-15 04:23:46', 4, 4), +(425, 108, 'csm_contributor', '2025-11-09', 'Fall', '2025-2026', 'late', NULL, '2025-11-15 04:23:49', '2025-11-15 04:23:49', 4, 4), +(426, 135, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-15 14:51:23', '2025-11-16 16:12:33', 135, 40), +(427, 161, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 04:22:43', '2025-11-23 16:26:30', 161, 73), +(428, 33, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:11:54', '2025-11-16 15:11:54', 33, 33), +(429, 115, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:11:54', '2025-11-16 15:11:54', 33, 33), +(430, 138, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:16:38', '2025-11-16 15:16:38', 138, 138), +(431, 29, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:16:38', '2025-11-16 15:16:38', 138, 138), +(432, 74, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:21:04', '2025-11-16 15:21:04', 74, 74), +(433, 89, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:21:04', '2025-11-16 15:21:04', 74, 74), +(434, 301, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 15:21:04', '2025-11-16 15:21:04', 74, 74), +(435, 120, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:22:38', '2025-11-16 15:22:38', 83, 83), +(436, 174, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:22:38', '2025-11-16 15:22:38', 83, 83), +(437, 83, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:22:38', '2025-11-16 15:22:38', 83, 83), +(438, 71, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:37:55', '2025-11-16 15:37:55', 71, 71), +(439, 163, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:37:55', '2025-11-16 15:37:55', 71, 71), +(440, 45, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:38:49', '2025-11-16 15:38:49', 84, 84), +(441, 84, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:38:49', '2025-11-16 15:38:49', 84, 84), +(442, 184, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:38:49', '2025-11-16 15:38:49', 84, 84), +(443, 151, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:38:49', '2025-11-16 15:38:49', 84, 84), +(444, 43, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:50:27', '2025-11-16 15:50:27', 160, 160), +(445, 186, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:50:27', '2025-11-16 15:50:27', 160, 160), +(446, 160, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:50:27', '2025-11-16 15:50:27', 160, 160), +(447, 5, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:51:31', '2025-11-16 15:51:31', 132, 132), +(448, 132, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:51:31', '2025-11-16 15:51:31', 132, 132), +(449, 178, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 15:51:31', '2025-11-16 15:51:31', 132, 132), +(450, 68, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 15:55:02', '2025-11-16 15:55:02', 68, 68), +(451, 129, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 15:55:02', '2025-11-16 15:55:02', 68, 68), +(452, 199, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:02:04', '2025-11-16 16:02:04', 140, 140), +(453, 140, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:02:04', '2025-11-16 16:02:04', 140, 140), +(454, 73, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:02:10', '2025-11-16 16:02:10', 161, 161), +(455, 161, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:02:10', '2025-11-16 16:02:10', 161, 161), +(456, 82, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:07:59', '2025-11-16 16:07:59', 79, 79), +(457, 79, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:07:59', '2025-11-16 16:07:59', 79, 79), +(458, 40, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:12:33', '2025-11-16 16:12:33', 40, 40), +(459, 78, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 16:12:33', '2025-11-16 16:12:33', 40, 40), +(460, 134, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 17:51:51', '2025-11-16 17:51:51', 99, 99), +(461, 99, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-16 17:51:51', '2025-11-16 17:51:51', 99, 99), +(462, 94, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 17:51:51', '2025-11-16 17:51:51', 99, 99), +(463, 180, 'Teacher', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-16 17:51:51', '2025-11-16 17:51:51', 99, 99), +(464, 33, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-18 23:00:27', '2025-11-23 16:07:24', 33, 115), +(465, 40, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-20 00:49:28', '2025-11-23 16:35:00', 40, 135), +(466, 113, 'csm_contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:28:30', '2025-11-22 05:28:30', 4, 4), +(467, 146, 'admin', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:28:33', '2025-11-22 05:28:33', 4, 4), +(468, 92, 'admin', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:28:35', '2025-11-22 05:28:35', 4, 4), +(469, 57, 'head of fa', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:28:38', '2025-11-22 05:28:38', 4, 4), +(470, 147, 'itpd contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:28:40', '2025-11-22 05:28:40', 4, 4), +(471, 101, 'head of fes', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-22 05:29:00', '2025-11-22 05:29:00', 4, 4), +(472, 100, 'fes_contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:04', '2025-11-22 05:29:04', 4, 4), +(473, 121, 'head of fs', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:08', '2025-11-22 05:29:08', 4, 4), +(474, 183, 'fs_contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:12', '2025-11-22 05:29:12', 4, 4), +(475, 98, 'vice principal', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:21', '2025-11-22 05:29:21', 4, 4), +(476, 24, 'csm_contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:24', '2025-11-22 05:29:24', 4, 4), +(477, 175, 'admin', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:27', '2025-11-22 05:29:27', 4, 4), +(478, 172, 'admin', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:28', '2025-11-22 05:29:28', 4, 4), +(479, 4, 'administrator', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:30', '2025-11-22 05:29:30', 4, 4), +(480, 47, 'substitute', '2025-11-16', 'Fall', '2025-2026', 'absent', NULL, '2025-11-22 05:29:34', '2025-11-22 05:29:34', 4, 4), +(481, 19, 'head of csm', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:42', '2025-11-22 05:29:42', 4, 4), +(482, 200, 'administrator', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:45', '2025-11-22 05:29:45', 4, 4), +(483, 2, 'administrator', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:48', '2025-11-22 05:29:48', 4, 4), +(484, 108, 'csm_contributor', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:29:50', '2025-11-22 05:29:50', 4, 4), +(485, 180, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-22 05:30:05', '2025-11-23 16:23:48', 4, 99), +(486, 3, 'Main', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:31:02', '2025-11-22 05:31:02', 2, 2), +(487, 97, 'Main', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:31:05', '2025-11-22 05:31:05', 2, 2), +(488, 27, 'Assistant', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:31:19', '2025-11-22 05:31:19', 2, 2), +(489, 182, 'Assistant', '2025-11-16', 'Fall', '2025-2026', 'present', NULL, '2025-11-22 05:31:19', '2025-11-22 05:31:19', 2, 2), +(490, 94, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-22 20:37:31', '2025-11-23 16:23:48', 94, 99), +(491, 74, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-11-22 21:31:03', '2025-12-14 16:11:41', 74, 89), +(492, 74, 'parent', '2025-12-21', 'Fall', '2025-2026', 'absent', 'vacation: Traveling overseas', '2025-11-22 21:31:03', '2025-11-22 21:31:03', 74, 74), +(493, 45, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:18:51', '2025-11-23 15:18:51', 84, 84), +(494, 84, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:18:51', '2025-11-23 15:18:51', 84, 84), +(495, 184, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:18:51', '2025-11-23 15:18:51', 84, 84), +(496, 151, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:18:51', '2025-11-23 15:18:51', 84, 84), +(497, 68, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:24:08', '2025-11-23 15:24:08', 129, 129), +(498, 129, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:24:08', '2025-11-23 15:24:08', 129, 129), +(499, 74, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:25:44', '2025-11-23 15:25:44', 89, 89), +(500, 89, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:25:44', '2025-11-23 15:25:44', 89, 89), +(501, 138, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:26:16', '2025-11-23 15:26:16', 138, 138), +(502, 29, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:26:16', '2025-11-23 15:26:16', 138, 138), +(503, 3, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:34:17', '2025-11-23 15:34:17', 97, 97), +(504, 97, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:34:17', '2025-11-23 15:34:17', 97, 97), +(505, 182, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-23 15:34:17', '2025-11-23 15:34:17', 97, 97), +(506, 27, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-23 15:34:17', '2025-11-23 15:34:17', 97, 97), +(507, 120, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:45:40', '2025-11-23 15:45:40', 83, 83), +(508, 174, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-23 15:45:40', '2025-11-23 15:45:40', 83, 83), +(509, 83, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:45:40', '2025-11-23 15:45:40', 83, 83), +(510, 82, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:47:53', '2025-11-23 15:47:53', 79, 79), +(511, 79, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 15:47:53', '2025-11-23 15:47:53', 79, 79), +(512, 115, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:07:24', '2025-11-23 16:07:24', 115, 115), +(513, 5, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:09:54', '2025-11-23 16:09:54', 132, 132), +(514, 132, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:09:54', '2025-11-23 16:09:54', 132, 132), +(515, 178, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-23 16:09:54', '2025-11-23 16:09:54', 132, 132), +(516, 71, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:14:23', '2025-11-23 16:14:23', 71, 71), +(517, 163, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:14:23', '2025-11-23 16:14:23', 71, 71), +(518, 134, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-11-23 16:23:48', '2025-11-23 16:23:48', 99, 99), +(519, 99, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:23:48', '2025-11-23 16:23:48', 99, 99), +(520, 73, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:26:30', '2025-11-23 16:26:30', 73, 73), +(521, 43, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:33:39', '2025-11-23 16:33:39', 43, 43), +(522, 186, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:33:39', '2025-11-23 16:33:39', 43, 43), +(523, 160, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'absent', 'school work', '2025-11-23 16:33:39', '2025-11-23 16:33:39', 43, 43), +(524, 78, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:35:00', '2025-11-23 16:35:00', 135, 135), +(525, 135, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 16:35:00', '2025-11-23 16:35:00', 135, 135), +(526, 155, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 17:35:25', '2025-11-23 17:35:25', 155, 155), +(527, 199, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 17:35:25', '2025-11-23 17:35:25', 155, 155), +(528, 140, 'Teacher', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-11-23 17:35:25', '2025-11-23 17:35:25', 155, 155), +(529, 89, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-06 03:06:52', '2025-12-07 17:02:09', 89, 74), +(530, 146, 'admin', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:24', '2025-12-06 14:46:24', 4, 4), +(531, 92, 'admin', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:27', '2025-12-06 14:46:27', 4, 4), +(532, 57, 'head of fa', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:28', '2025-12-06 14:46:28', 4, 4), +(533, 101, 'head of fes', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:32', '2025-12-06 14:46:32', 4, 4), +(534, 100, 'fes_contributor', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:34', '2025-12-06 14:46:34', 4, 4), +(535, 121, 'head of fs', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:46:37', '2025-12-06 14:46:37', 4, 4), +(536, 183, 'fs_contributor', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-12-06 14:47:06', '2025-12-06 14:47:06', 4, 4), +(537, 98, 'vice principal', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:47:08', '2025-12-06 14:47:08', 4, 4), +(538, 24, 'csm_contributor', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:47:10', '2025-12-06 14:47:10', 4, 4), +(539, 175, 'admin', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:47:13', '2025-12-06 14:47:13', 4, 4), +(540, 172, 'admin', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:47:14', '2025-12-06 14:47:14', 4, 4), +(541, 4, 'administrator', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:47:19', '2025-12-06 14:47:19', 4, 4), +(542, 47, 'substitute', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-12-06 14:52:15', '2025-12-06 14:52:15', 4, 4), +(543, 19, 'head of csm', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:52:17', '2025-12-06 14:52:17', 4, 4), +(544, 200, 'administrator', '2025-11-23', 'Fall', '2025-2026', 'absent', NULL, '2025-12-06 14:53:10', '2025-12-06 14:53:10', 4, 4), +(545, 2, 'administrator', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:53:11', '2025-12-06 14:53:11', 4, 4), +(546, 108, 'csm_contributor', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:53:14', '2025-12-06 14:53:14', 4, 4), +(547, 147, 'administrator', '2025-11-23', 'Fall', '2025-2026', 'present', NULL, '2025-12-06 14:53:18', '2025-12-06 14:53:18', 4, 4), +(548, 135, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-06 18:42:46', '2025-12-07 17:18:27', 135, 78), +(549, 45, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:15:19', '2025-12-07 15:15:19', 151, 151), +(550, 84, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', 'sick', '2025-12-07 15:15:19', '2025-12-07 15:15:19', 151, 151), +(551, 184, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:15:19', '2025-12-07 15:15:19', 151, 151), +(552, 151, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:15:19', '2025-12-07 15:15:19', 151, 151), +(553, 68, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:27:27', '2025-12-07 15:27:27', 129, 129), +(554, 129, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:27:27', '2025-12-07 15:27:27', 129, 129), +(555, 120, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:29:27', '2025-12-07 15:29:27', 83, 83), +(556, 174, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:29:27', '2025-12-07 15:29:27', 83, 83), +(557, 83, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:29:27', '2025-12-07 15:29:27', 83, 83), +(558, 82, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:30:57', '2025-12-07 15:30:57', 79, 79), +(559, 79, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:30:57', '2025-12-07 15:30:57', 79, 79), +(560, 155, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:36:27', '2025-12-07 15:36:27', 155, 155), +(561, 199, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:36:27', '2025-12-07 15:36:27', 155, 155), +(562, 140, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', 'sick', '2025-12-07 15:36:27', '2025-12-07 15:36:27', 155, 155), +(563, 5, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:51:56', '2025-12-07 15:51:56', 132, 132), +(564, 132, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:51:56', '2025-12-07 15:51:56', 132, 132), +(565, 178, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 15:51:56', '2025-12-07 15:51:56', 132, 132), +(566, 71, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:18:22', '2025-12-07 16:18:22', 71, 71), +(567, 163, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-07 16:18:22', '2025-12-07 16:18:22', 71, 71), +(568, 43, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:21:50', '2025-12-07 16:21:50', 160, 160), +(569, 186, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:21:50', '2025-12-07 16:21:50', 160, 160), +(570, 160, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:21:50', '2025-12-07 16:21:50', 160, 160), +(571, 73, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:24:40', '2025-12-07 16:24:40', 73, 73), +(572, 161, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:24:40', '2025-12-07 16:24:40', 73, 73), +(573, 138, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', 'illness', '2025-12-07 16:25:04', '2025-12-07 16:25:04', 301, 301), +(574, 29, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:25:04', '2025-12-07 16:25:04', 301, 301), +(575, 301, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-07 16:25:04', '2025-12-07 16:25:04', 301, 301), +(576, 33, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:35:26', '2025-12-07 16:35:26', 115, 115), +(577, 115, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 16:35:26', '2025-12-07 16:35:26', 115, 115), +(578, 74, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:02:09', '2025-12-07 17:02:09', 74, 74), +(579, 40, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:18:27', '2025-12-07 17:18:27', 78, 78), +(580, 78, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:18:27', '2025-12-07 17:18:27', 78, 78), +(581, 301, 'teacher_assistant', '2025-12-14', 'Fall', '2025-2026', 'absent', 'vacation: Noor Kazmi Traveling December 14', '2025-12-07 17:22:42', '2025-12-07 17:22:42', 301, 301), +(582, 3, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:28:24', '2025-12-07 17:28:24', 3, 3), +(583, 97, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:28:24', '2025-12-07 17:28:24', 3, 3), +(584, 182, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:28:24', '2025-12-07 17:28:24', 3, 3), +(585, 27, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:28:24', '2025-12-07 17:28:24', 3, 3), +(586, 134, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-07 17:34:19', '2025-12-07 17:34:19', 99, 99), +(587, 99, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:34:19', '2025-12-07 17:34:19', 99, 99), +(588, 94, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-07 17:34:19', '2025-12-07 17:34:19', 99, 99), +(589, 180, 'Teacher', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-07 17:34:19', '2025-12-07 17:34:19', 99, 99), +(590, 113, 'csm_contributor', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:44', '2025-12-13 05:04:44', 4, 4), +(591, 146, 'admin', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-13 05:04:46', '2025-12-13 05:04:46', 4, 4), +(592, 92, 'admin', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:48', '2025-12-13 05:04:48', 4, 4), +(593, 57, 'head of fa', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:51', '2025-12-13 05:04:51', 4, 4), +(594, 101, 'head of fes', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:53', '2025-12-13 05:04:53', 4, 4), +(595, 100, 'fes_contributor', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:55', '2025-12-13 05:04:55', 4, 4), +(596, 121, 'head of fs', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:04:57', '2025-12-13 05:04:57', 4, 4), +(597, 183, 'fs_contributor', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:00', '2025-12-13 05:05:00', 4, 4), +(598, 98, 'vice principal', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:02', '2025-12-13 05:05:02', 4, 4), +(599, 24, 'csm_contributor', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:05', '2025-12-13 05:05:05', 4, 4), +(600, 175, 'admin', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:06', '2025-12-13 05:05:06', 4, 4), +(601, 172, 'admin', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:09', '2025-12-13 05:05:09', 4, 4), +(602, 4, 'administrator', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:10', '2025-12-13 05:05:10', 4, 4), +(603, 47, 'substitute', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-13 05:05:17', '2025-12-13 05:05:17', 4, 4), +(604, 19, 'head of csm', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:29', '2025-12-13 05:05:29', 4, 4), +(605, 200, 'administrator', '2025-12-07', 'Fall', '2025-2026', 'absent', NULL, '2025-12-13 05:05:33', '2025-12-13 05:05:33', 4, 4), +(606, 2, 'administrator', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:35', '2025-12-13 05:05:35', 4, 4), +(607, 108, 'csm_contributor', '2025-12-07', 'Fall', '2025-2026', 'late', NULL, '2025-12-13 05:05:39', '2025-12-13 05:05:39', 4, 4), +(608, 147, 'administrator', '2025-12-07', 'Fall', '2025-2026', 'present', NULL, '2025-12-13 05:05:41', '2025-12-13 05:05:41', 4, 4), +(610, 19, 'financial_contributor', '2025-12-14', 'Fall', '2025-2026', 'absent', 'sick: I have high fever today with cough and unable to attend school on Dec 14th.', '2025-12-14 13:53:19', '2025-12-14 13:53:19', 19, 19), +(611, 45, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:46:09', '2025-12-14 15:46:09', 84, 84), +(612, 84, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:46:09', '2025-12-14 15:46:09', 84, 84), +(613, 184, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 15:46:09', '2025-12-14 15:46:09', 84, 84), +(614, 151, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:46:09', '2025-12-14 15:46:09', 84, 84), +(615, 138, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:49:56', '2025-12-14 15:49:56', 138, 138), +(616, 29, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 15:49:56', '2025-12-14 15:49:56', 138, 138), +(617, 33, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:57:22', '2025-12-14 15:57:22', 115, 115), +(618, 115, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:57:22', '2025-12-14 15:57:22', 115, 115), +(619, 82, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:57:49', '2025-12-14 15:57:49', 79, 79), +(620, 79, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 15:57:49', '2025-12-14 15:57:49', 79, 79), +(621, 43, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:04:39', '2025-12-14 16:04:39', 160, 160), +(622, 186, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:04:39', '2025-12-14 16:04:39', 160, 160), +(623, 160, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:04:39', '2025-12-14 16:04:39', 160, 160), +(624, 155, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:07:26', '2025-12-14 16:07:26', 155, 155), +(625, 199, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:07:26', '2025-12-14 16:07:26', 155, 155), +(626, 140, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:07:26', '2025-12-14 16:07:26', 155, 155), +(627, 89, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:11:41', '2025-12-14 16:11:41', 89, 89), +(628, 5, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:12:13', '2025-12-14 16:12:13', 132, 132), +(629, 132, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:12:13', '2025-12-14 16:12:13', 132, 132), +(630, 178, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:12:13', '2025-12-14 16:12:13', 132, 132), +(631, 120, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:20:30', '2025-12-14 16:20:30', 83, 83), +(632, 174, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:20:30', '2025-12-14 16:20:30', 83, 83), +(633, 83, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:20:30', '2025-12-14 16:20:30', 83, 83), +(634, 71, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:22:32', '2025-12-14 16:22:32', 71, 71), +(635, 163, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 16:22:32', '2025-12-14 16:22:32', 71, 71), +(636, 40, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:29:58', '2025-12-14 16:29:58', 40, 40), +(637, 78, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:29:58', '2025-12-14 16:29:58', 40, 40), +(638, 135, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:29:58', '2025-12-14 16:29:58', 40, 40), +(639, 68, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:33:19', '2025-12-14 16:33:19', 68, 68), +(640, 129, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 16:33:19', '2025-12-14 16:33:19', 68, 68), +(641, 134, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 16:34:25', '2025-12-14 16:34:25', 94, 94), +(642, 99, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:34:25', '2025-12-14 16:34:25', 94, 94), +(643, 94, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:34:25', '2025-12-14 16:34:25', 94, 94), +(644, 180, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-14 16:34:25', '2025-12-14 16:34:25', 94, 94), +(645, 73, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:34:34', '2025-12-14 16:34:34', 73, 73), +(646, 161, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 16:34:34', '2025-12-14 16:34:34', 73, 73), +(647, 3, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 18:00:40', '2025-12-14 18:00:40', 3, 3), +(648, 97, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 18:00:40', '2025-12-14 18:00:40', 3, 3), +(649, 182, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 18:00:40', '2025-12-14 18:00:40', 3, 3), +(650, 27, 'Teacher', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-14 18:00:40', '2025-12-14 18:00:40', 3, 3), +(651, 113, 'csm_contributor', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:20:48', '2025-12-15 05:20:48', 4, 4), +(652, 146, 'admin', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:20:50', '2025-12-15 05:20:50', 4, 4), +(653, 92, 'admin', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:20:51', '2025-12-15 05:20:51', 4, 4), +(654, 57, 'head of fa', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:20:54', '2025-12-15 05:20:54', 4, 4), +(655, 101, 'head of fes', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:20:55', '2025-12-15 05:20:55', 4, 4), +(656, 100, 'fes_contributor', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-15 05:20:57', '2025-12-15 05:21:25', 4, 4), +(657, 121, 'head of fs', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:00', '2025-12-15 05:21:00', 4, 4), +(658, 183, 'fs_contributor', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:06', '2025-12-15 05:21:06', 4, 4), +(659, 98, 'vice principal', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:08', '2025-12-15 05:21:08', 4, 4), +(660, 24, 'csm_contributor', '2025-12-14', 'Fall', '2025-2026', 'late', NULL, '2025-12-15 05:21:12', '2025-12-15 05:21:12', 4, 4), +(661, 175, 'admin', '2025-12-14', 'Fall', '2025-2026', 'late', NULL, '2025-12-15 05:21:16', '2025-12-15 05:21:16', 4, 4), +(662, 172, 'admin', '2025-12-14', 'Fall', '2025-2026', 'late', NULL, '2025-12-15 05:21:33', '2025-12-15 05:21:35', 4, 4), +(663, 4, 'administrator', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:38', '2025-12-15 05:21:38', 4, 4), +(664, 47, 'substitute', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-15 05:21:40', '2025-12-15 05:21:40', 4, 4), +(665, 200, 'administrator', '2025-12-14', 'Fall', '2025-2026', 'absent', NULL, '2025-12-15 05:21:46', '2025-12-15 05:21:46', 4, 4), +(666, 2, 'administrator', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:50', '2025-12-15 05:21:50', 4, 4), +(667, 108, 'csm_contributor', '2025-12-14', 'Fall', '2025-2026', 'late', NULL, '2025-12-15 05:21:52', '2025-12-15 05:21:59', 4, 4), +(668, 147, 'administrator', '2025-12-14', 'Fall', '2025-2026', 'present', NULL, '2025-12-15 05:21:57', '2025-12-15 05:21:57', 4, 4), +(669, 101, 'head of fes', '2026-01-04', 'Fall', '2025-2026', 'absent', 'vacation: Traveling for wedding party', '2025-12-15 19:22:29', '2025-12-15 19:22:29', 101, 101), +(670, 83, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2025-12-18 00:08:46', '2026-01-04 16:15:38', 83, 120), +(671, 83, 'teacher_assistant', '2026-01-11', 'Fall', '2025-2026', 'absent', 'vacation: Vacation', '2025-12-18 00:08:46', '2025-12-18 00:08:46', 83, 83), +(672, 83, 'teacher_assistant', '2026-01-25', 'Spring', '2025-2026', 'absent', 'vacation: Vacation', '2025-12-18 00:09:12', '2025-12-18 00:09:12', 83, 83), +(673, 83, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2025-12-18 00:09:12', '2026-02-01 16:17:43', 83, 120), +(674, 135, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-03 16:31:54', '2026-01-04 15:45:25', 135, 40), +(675, 84, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-03 17:30:32', '2026-01-04 15:28:34', 84, 45), +(676, 98, 'vice principal', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-03 22:37:05', '2026-01-03 22:37:05', 98, 98), +(677, 98, 'vice principal', '2026-01-11', 'Fall', '2025-2026', 'absent', NULL, '2026-01-03 22:37:19', '2026-01-03 22:37:19', 98, 98), +(678, 132, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-03 22:45:07', '2026-01-04 15:56:51', 132, 5), +(679, 68, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:15:59', '2026-01-04 15:15:59', 129, 129), +(680, 129, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'late', 'snow', '2026-01-04 15:15:59', '2026-01-04 15:15:59', 129, 129), +(681, 138, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:21:53', '2026-01-04 15:21:53', 138, 138), +(682, 29, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:21:53', '2026-01-04 15:21:53', 138, 138), +(683, 33, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:22:08', '2026-01-04 15:22:08', 115, 115), +(684, 115, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:22:08', '2026-01-04 15:22:08', 115, 115), +(685, 45, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:28:34', '2026-01-04 15:28:34', 45, 45), +(686, 184, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 15:28:34', '2026-01-04 15:28:34', 45, 45), +(687, 151, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:28:34', '2026-01-04 15:28:34', 45, 45), +(688, 82, 'Main', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 15:37:13', '2026-01-04 23:54:48', 79, 4), +(689, 79, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:37:13', '2026-01-04 15:37:13', 79, 79), +(690, 155, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:38:41', '2026-01-04 15:38:41', 155, 155), +(691, 199, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:38:41', '2026-01-04 15:38:41', 155, 155), +(692, 140, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 15:38:41', '2026-01-04 15:38:41', 155, 155), +(693, 134, 'Main', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 15:44:29', '2026-01-04 23:54:34', 99, 4), +(694, 99, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:44:29', '2026-01-04 15:44:29', 99, 99), +(695, 94, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:44:29', '2026-01-04 15:44:29', 99, 99), +(696, 180, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 15:44:29', '2026-01-04 15:44:29', 99, 99), +(697, 40, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:45:25', '2026-01-04 15:45:25', 40, 40), +(698, 78, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:45:25', '2026-01-04 15:45:25', 40, 40), +(699, 5, 'Main', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 15:56:51', '2026-01-04 23:57:20', 5, 4), +(700, 178, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 15:56:51', '2026-01-04 15:56:51', 5, 5), +(701, 43, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:01:25', '2026-01-04 16:01:25', 160, 160), +(702, 186, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:01:25', '2026-01-04 16:01:25', 160, 160), +(703, 160, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:01:25', '2026-01-04 16:01:25', 160, 160), +(704, 120, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:15:38', '2026-01-04 16:15:38', 120, 120), +(705, 174, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:15:38', '2026-01-04 16:15:38', 120, 120), +(706, 74, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 16:16:07', '2026-01-04 16:16:07', 89, 89), +(707, 89, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:16:07', '2026-01-04 16:16:07', 89, 89), +(708, 3, 'Main', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 16:19:43', '2026-01-04 23:57:38', 3, 4), +(709, 97, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:19:43', '2026-01-04 16:19:43', 3, 3), +(710, 182, 'Assistant', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 16:19:43', '2026-01-04 23:57:35', 3, 4), +(711, 27, 'Assistant', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 16:19:43', '2026-01-04 23:57:49', 3, 4), +(712, 71, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:20:04', '2026-01-04 16:20:04', 71, 71), +(713, 163, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 16:20:04', '2026-01-04 16:20:04', 71, 71), +(714, 73, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 16:23:49', '2026-01-04 16:23:49', 301, 301), +(715, 161, 'Assistant', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 16:23:49', '2026-01-04 23:56:25', 301, 4), +(716, 301, 'Teacher', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 16:23:49', '2026-01-04 16:23:49', 301, 301), +(717, 113, 'csm_contributor', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:05', '2026-01-04 23:58:05', 4, 4), +(718, 146, 'admin', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:06', '2026-01-04 23:58:06', 4, 4), +(719, 92, 'admin', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:09', '2026-01-04 23:58:09', 4, 4), +(720, 57, 'head of fa', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:12', '2026-01-04 23:58:12', 4, 4), +(721, 100, 'fes_contributor', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:15', '2026-01-04 23:58:15', 4, 4), +(722, 121, 'head of fs', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:17', '2026-01-04 23:58:17', 4, 4), +(723, 183, 'fs_contributor', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 23:58:18', '2026-01-04 23:58:18', 4, 4), +(724, 24, 'csm_contributor', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:23', '2026-01-04 23:58:23', 4, 4), +(725, 175, 'admin', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:26', '2026-01-04 23:58:26', 4, 4), +(726, 172, 'admin', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:27', '2026-01-04 23:58:27', 4, 4), +(727, 4, 'administrator', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:29', '2026-01-04 23:58:29', 4, 4), +(728, 47, 'substitute', '2026-01-04', 'Fall', '2025-2026', 'absent', NULL, '2026-01-04 23:58:31', '2026-01-04 23:58:31', 4, 4), +(729, 19, 'head of csm', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:34', '2026-01-04 23:58:34', 4, 4), +(730, 200, 'administrator', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:37', '2026-01-04 23:58:37', 4, 4), +(731, 2, 'administrator', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:38', '2026-01-04 23:58:38', 4, 4), +(732, 108, 'csm_contributor', '2026-01-04', 'Fall', '2025-2026', 'late', NULL, '2026-01-04 23:58:46', '2026-01-04 23:58:46', 4, 4), +(733, 147, 'administrator', '2026-01-04', 'Fall', '2025-2026', 'present', NULL, '2026-01-04 23:58:48', '2026-01-04 23:58:56', 4, 4), +(734, 138, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:38:11', '2026-01-11 15:38:11', 138, 138), +(735, 29, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:38:11', '2026-01-11 15:38:11', 138, 138), +(736, 82, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:40:03', '2026-01-11 15:40:03', 79, 79), +(737, 79, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:40:03', '2026-01-11 15:40:03', 79, 79), +(738, 33, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:59:02', '2026-01-11 15:59:02', 33, 33), +(739, 115, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 15:59:02', '2026-01-11 15:59:02', 33, 33), +(740, 155, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:09:10', '2026-01-11 16:09:10', 155, 155), +(741, 199, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:09:10', '2026-01-11 16:09:10', 155, 155), +(742, 140, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:09:10', '2026-01-11 16:09:10', 155, 155), +(743, 134, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:10:22', '2026-01-11 16:10:22', 94, 94), +(744, 99, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:10:22', '2026-01-11 16:10:22', 94, 94), +(745, 94, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'late', NULL, '2026-01-11 16:10:22', '2026-01-11 16:10:22', 94, 94), +(746, 180, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'absent', NULL, '2026-01-11 16:10:22', '2026-01-11 16:10:22', 94, 94), +(747, 68, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:17:16', '2026-01-11 16:17:16', 129, 129), +(748, 129, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:17:16', '2026-01-11 16:17:16', 129, 129), +(749, 71, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:21:47', '2026-01-11 16:21:47', 71, 71), +(750, 163, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:21:47', '2026-01-11 16:21:47', 71, 71), +(751, 43, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:25:24', '2026-01-11 16:25:24', 160, 160), +(752, 186, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:25:24', '2026-01-11 16:25:24', 160, 160), +(753, 160, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:25:24', '2026-01-11 16:25:24', 160, 160), +(754, 40, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:32:29', '2026-01-11 16:32:29', 40, 40), +(755, 78, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:32:29', '2026-01-11 16:32:29', 40, 40), +(756, 135, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 16:32:29', '2026-01-11 16:32:29', 40, 40), +(757, 5, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 17:13:12', '2026-01-11 17:13:12', 132, 132), +(758, 132, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 17:13:12', '2026-01-11 17:13:12', 132, 132), +(759, 178, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 17:13:12', '2026-01-11 17:13:12', 132, 132), +(760, 73, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 17:16:03', '2026-01-11 17:16:03', 73, 73), +(761, 161, 'Teacher', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-11 17:16:03', '2026-01-11 17:16:03', 73, 73), +(762, 155, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 02:36:43', '2026-01-18 15:29:04', 155, 155), +(763, 94, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 12:40:58', '2026-01-18 18:44:24', 94, 99), +(764, 147, 'administrator', '2026-01-18', 'Fall', '2025-2026', 'absent', 'vacation: Traveling', '2026-01-18 12:56:43', '2026-01-18 12:56:43', 147, 147), +(765, 45, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:11:53', '2026-01-18 15:11:53', 84, 84), +(766, 84, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:11:53', '2026-01-18 15:11:53', 84, 84), +(767, 184, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:11:53', '2026-01-18 15:11:53', 84, 84), +(768, 151, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:11:53', '2026-01-18 15:11:53', 84, 84), +(769, 199, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:29:04', '2026-01-18 15:29:04', 155, 155), +(770, 140, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:29:04', '2026-01-18 15:29:04', 155, 155), +(771, 71, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:31:16', '2026-01-18 15:31:16', 71, 71), +(772, 163, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:31:16', '2026-01-18 15:31:16', 71, 71), +(773, 68, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:33:13', '2026-01-18 15:33:13', 129, 129), +(774, 129, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:33:13', '2026-01-18 15:33:13', 129, 129), +(775, 43, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:35:21', '2026-01-18 15:35:21', 160, 160), +(776, 186, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:35:21', '2026-01-18 15:35:21', 160, 160), +(777, 160, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:35:21', '2026-01-18 15:35:21', 160, 160); +INSERT INTO `staff_attendance` (`id`, `user_id`, `role_name`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES +(778, 5, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:37:25', '2026-01-18 15:37:25', 132, 132), +(779, 132, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:37:25', '2026-01-18 15:37:25', 132, 132), +(780, 178, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:37:25', '2026-01-18 15:37:25', 132, 132), +(781, 138, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:38:56', '2026-01-18 15:38:56', 138, 138), +(782, 29, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 15:38:56', '2026-01-18 15:38:56', 138, 138), +(783, 120, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:40:57', '2026-01-18 15:40:57', 83, 83), +(784, 174, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 15:40:57', '2026-01-18 15:40:57', 83, 83), +(785, 83, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:40:57', '2026-01-18 15:40:57', 83, 83), +(786, 82, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:46:18', '2026-01-18 15:46:18', 79, 79), +(787, 79, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:46:18', '2026-01-18 15:46:18', 79, 79), +(788, 40, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:55:35', '2026-01-18 15:55:35', 40, 40), +(789, 78, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:55:35', '2026-01-18 15:55:35', 40, 40), +(790, 135, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 15:55:35', '2026-01-18 15:55:35', 40, 40), +(791, 33, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:01:38', '2026-01-18 16:01:38', 115, 115), +(792, 115, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:01:38', '2026-01-18 16:01:38', 115, 115), +(793, 73, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:19:34', '2026-01-18 16:19:34', 161, 161), +(794, 161, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:19:34', '2026-01-18 16:19:34', 161, 161), +(795, 3, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:37:59', '2026-01-18 16:37:59', 3, 3), +(796, 97, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:37:59', '2026-01-18 16:37:59', 3, 3), +(797, 182, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:37:59', '2026-01-18 16:37:59', 3, 3), +(798, 27, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 16:37:59', '2026-01-18 16:37:59', 3, 3), +(799, 74, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 16:39:07', '2026-01-18 16:39:07', 74, 74), +(800, 89, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 16:39:07', '2026-01-18 16:39:07', 74, 74), +(801, 134, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 18:44:24', '2026-01-18 18:44:24', 99, 99), +(802, 99, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-18 18:44:24', '2026-01-18 18:44:24', 99, 99), +(803, 180, 'Teacher', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-18 18:44:24', '2026-01-18 18:44:24', 99, 99), +(804, 3, 'Main', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:28:43', '2026-01-21 03:28:43', 4, 4), +(805, 97, 'Main', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:28:44', '2026-01-21 03:28:44', 4, 4), +(806, 182, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:28:45', '2026-01-21 03:28:45', 4, 4), +(807, 27, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:28:46', '2026-01-21 03:28:46', 4, 4), +(808, 45, 'Main', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:28:59', '2026-01-21 03:28:59', 4, 4), +(809, 84, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:00', '2026-01-21 03:29:00', 4, 4), +(810, 184, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:01', '2026-01-21 03:29:01', 4, 4), +(811, 151, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:02', '2026-01-21 03:29:02', 4, 4), +(812, 120, 'Main', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:12', '2026-01-21 03:29:12', 4, 4), +(813, 174, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:29:26', '2026-01-21 03:29:26', 4, 4), +(814, 74, 'Main', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:38', '2026-01-21 03:29:38', 4, 4), +(815, 89, 'Assistant', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:39', '2026-01-21 03:29:39', 4, 4), +(816, 113, 'csm_contributor', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:55', '2026-01-21 03:29:55', 4, 4), +(817, 146, 'admin', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:56', '2026-01-21 03:29:56', 4, 4), +(818, 92, 'admin', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:57', '2026-01-21 03:29:57', 4, 4), +(819, 57, 'head of fa', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:29:59', '2026-01-21 03:29:59', 4, 4), +(820, 101, 'head of fes', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:01', '2026-01-21 03:30:01', 4, 4), +(821, 100, 'fes_contributor', '2026-01-11', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:30:06', '2026-01-21 03:30:06', 4, 4), +(822, 121, 'head of fs', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:36', '2026-01-21 03:30:36', 4, 4), +(823, 100, 'fes_contributor', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:30:40', '2026-01-21 03:30:40', 4, 4), +(824, 183, 'fs_contributor', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:50', '2026-01-21 03:30:50', 4, 4), +(825, 24, 'csm_contributor', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:52', '2026-01-21 03:30:52', 4, 4), +(826, 175, 'admin', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:54', '2026-01-21 03:30:54', 4, 4), +(827, 172, 'admin', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:55', '2026-01-21 03:30:55', 4, 4), +(828, 4, 'administrator', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:30:58', '2026-01-21 03:30:58', 4, 4), +(829, 47, 'substitute', '2026-01-11', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:31:00', '2026-01-21 03:31:00', 4, 4), +(830, 19, 'head of csm', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:02', '2026-01-21 03:31:02', 4, 4), +(831, 200, 'administrator', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:04', '2026-01-21 03:31:04', 4, 4), +(832, 2, 'administrator', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:06', '2026-01-21 03:31:06', 4, 4), +(833, 108, 'csm_contributor', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:09', '2026-01-21 03:31:09', 4, 4), +(834, 147, 'administrator', '2026-01-11', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:16', '2026-01-21 03:31:28', 4, 4), +(835, 113, 'csm_contributor', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:36', '2026-01-21 03:31:36', 4, 4), +(836, 146, 'admin', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:39', '2026-01-21 03:31:39', 4, 4), +(837, 92, 'admin', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:41', '2026-01-21 03:31:41', 4, 4), +(838, 57, 'head of fa', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:42', '2026-01-21 03:31:42', 4, 4), +(839, 101, 'head of fes', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:44', '2026-01-21 03:31:44', 4, 4), +(840, 121, 'head of fs', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:47', '2026-01-21 03:31:47', 4, 4), +(841, 183, 'fs_contributor', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:48', '2026-01-21 03:31:48', 4, 4), +(842, 98, 'vice principal', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:31:51', '2026-01-21 03:31:51', 4, 4), +(843, 24, 'csm_contributor', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:54', '2026-01-21 03:31:54', 4, 4), +(844, 175, 'admin', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:31:56', '2026-01-21 03:31:56', 4, 4), +(845, 172, 'admin', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:32:04', '2026-01-21 03:32:04', 4, 4), +(846, 4, 'administrator', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:32:07', '2026-01-21 03:32:07', 4, 4), +(847, 47, 'substitute', '2026-01-18', 'Fall', '2025-2026', 'absent', NULL, '2026-01-21 03:32:09', '2026-01-21 03:32:09', 4, 4), +(848, 19, 'head of csm', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:32:11', '2026-01-21 03:32:11', 4, 4), +(849, 200, 'administrator', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:32:12', '2026-01-21 03:32:12', 4, 4), +(850, 2, 'administrator', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:32:15', '2026-01-21 03:32:15', 4, 4), +(851, 108, 'csm_contributor', '2026-01-18', 'Fall', '2025-2026', 'present', NULL, '2026-01-21 03:32:33', '2026-01-21 03:32:33', 4, 4), +(852, 89, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-01-26 17:49:19', '2026-02-01 16:16:00', 89, 74), +(853, 135, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-01-30 17:26:58', '2026-02-01 15:23:48', 135, 40), +(855, 147, 'administrator', '2026-02-01', 'Spring', '2025-2026', 'absent', 'vacation: Vacation', '2026-02-01 05:08:12', '2026-02-01 05:08:12', 147, 147), +(856, 2, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-01 15:09:35', '2026-02-01 15:09:35', 138, 138), +(857, 138, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:09:35', '2026-02-01 15:09:35', 138, 138), +(858, 29, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:09:35', '2026-02-01 15:09:35', 138, 138), +(859, 40, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:23:48', '2026-02-01 15:23:48', 40, 40), +(860, 78, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:23:48', '2026-02-01 15:23:48', 40, 40), +(861, 45, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:24:16', '2026-02-01 15:24:16', 84, 84), +(862, 84, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:24:16', '2026-02-01 15:24:16', 84, 84), +(863, 184, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:24:16', '2026-02-01 15:24:16', 84, 84), +(864, 151, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:24:16', '2026-02-01 15:24:16', 84, 84), +(865, 82, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:27:42', '2026-02-01 15:27:42', 79, 79), +(866, 79, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:27:42', '2026-02-01 15:27:42', 79, 79), +(867, 5, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:29:09', '2026-02-01 15:29:09', 132, 132), +(868, 132, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:29:09', '2026-02-01 15:29:09', 132, 132), +(869, 178, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:29:09', '2026-02-01 15:29:09', 132, 132), +(870, 43, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:31:40', '2026-02-01 15:31:40', 160, 160), +(871, 186, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:31:40', '2026-02-01 15:31:40', 160, 160), +(872, 160, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:31:40', '2026-02-01 15:31:40', 160, 160), +(873, 68, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:46:29', '2026-02-01 15:46:29', 129, 129), +(874, 129, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:46:29', '2026-02-01 15:46:29', 129, 129), +(875, 71, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:58:15', '2026-02-01 15:58:15', 71, 71), +(876, 163, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 15:58:15', '2026-02-01 15:58:15', 71, 71), +(877, 3, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:04:39', '2026-02-01 16:04:39', 3, 3), +(878, 97, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:04:39', '2026-02-01 16:04:39', 3, 3), +(879, 182, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:04:39', '2026-02-01 16:04:39', 3, 3), +(880, 27, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:04:39', '2026-02-01 16:04:39', 3, 3), +(881, 74, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:00', '2026-02-01 16:16:00', 74, 74), +(882, 155, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:08', '2026-02-01 16:16:08', 140, 140), +(883, 199, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:08', '2026-02-01 16:16:08', 140, 140), +(884, 140, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:08', '2026-02-01 16:16:08', 140, 140), +(885, 73, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:59', '2026-02-01 16:16:59', 161, 161), +(886, 161, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:16:59', '2026-02-01 16:16:59', 161, 161), +(887, 33, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:17:17', '2026-02-01 16:17:17', 115, 115), +(888, 115, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:17:17', '2026-02-01 16:17:17', 115, 115), +(889, 120, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:17:43', '2026-02-01 16:17:43', 120, 120), +(890, 174, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:17:43', '2026-02-01 16:17:43', 120, 120), +(891, 134, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:19:01', '2026-02-01 16:19:01', 94, 94), +(892, 99, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:19:01', '2026-02-01 16:19:01', 94, 94), +(893, 94, 'Teacher', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-01 16:19:01', '2026-02-01 16:19:01', 94, 94), +(894, 57, 'head of fa', '2026-02-08', 'Spring', '2025-2026', 'absent', 'vacation: Going to Pakistan', '2026-02-01 20:15:23', '2026-02-01 20:15:23', 57, 57), +(895, 57, 'head of fa', '2026-02-22', 'Spring', '2025-2026', 'absent', 'vacation: Going to Pakistan', '2026-02-01 20:15:23', '2026-02-01 20:15:23', 57, 57), +(896, 310, 'Assistant', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:01', '2026-02-02 21:56:01', 2, 2), +(897, 146, 'admin', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:15', '2026-02-02 21:56:15', 2, 2), +(898, 92, 'admin', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:18', '2026-02-02 21:56:18', 2, 2), +(899, 57, 'head of fa', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:26', '2026-02-02 21:56:26', 2, 2), +(900, 121, 'head of fs', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:33', '2026-02-02 21:56:33', 2, 2), +(901, 183, 'fs_contributor', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:36', '2026-02-02 21:56:36', 2, 2), +(902, 98, 'vice principal', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:38', '2026-02-02 21:56:38', 2, 2), +(903, 24, 'csm_contributor', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:39', '2026-02-02 21:56:39', 2, 2), +(904, 175, 'admin', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:43', '2026-02-02 21:56:43', 2, 2), +(905, 172, 'admin', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:44', '2026-02-02 21:56:44', 2, 2), +(906, 4, 'administrator', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:46', '2026-02-02 21:56:46', 2, 2), +(907, 47, 'substitute', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-02 21:56:51', '2026-02-02 21:56:51', 2, 2), +(908, 200, 'administrator', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:56', '2026-02-02 21:56:56', 2, 2), +(909, 19, 'head of csm', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:56:58', '2026-02-02 21:56:58', 2, 2), +(910, 108, 'csm_contributor', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:57:01', '2026-02-02 21:57:01', 2, 2), +(911, 306, 'administrator', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-02 21:57:06', '2026-02-02 21:57:06', 2, 2), +(912, 1, 'administrator', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-02 21:57:10', '2026-02-02 21:57:10', 2, 2), +(913, 113, 'csm_contributor', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-04 05:25:06', '2026-02-04 05:25:06', 4, 4), +(914, 101, 'head of fes', '2026-02-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-04 05:25:13', '2026-02-04 05:25:19', 4, 4), +(915, 100, 'fes_contributor', '2026-02-01', 'Spring', '2025-2026', 'present', NULL, '2026-02-04 05:25:21', '2026-02-04 05:25:21', 4, 4), +(916, 94, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 05:44:05', '2026-02-08 16:02:29', 94, 310), +(917, 129, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 12:42:23', '2026-02-22 16:46:12', 129, 68), +(918, 135, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 14:31:38', '2026-02-08 15:59:41', 135, 40), +(919, 120, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:18:06', '2026-02-08 15:18:06', 83, 83), +(920, 174, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 15:18:06', '2026-02-08 15:18:06', 83, 83), +(921, 83, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:18:06', '2026-02-08 15:18:06', 83, 83), +(922, 45, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:36:58', '2026-02-08 15:36:58', 84, 84), +(923, 84, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:36:58', '2026-02-08 15:36:58', 84, 84), +(924, 184, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:36:58', '2026-02-08 15:36:58', 84, 84), +(925, 151, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:36:58', '2026-02-08 15:36:58', 84, 84), +(926, 68, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:38:21', '2026-02-08 15:38:21', 68, 68), +(927, 129, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 15:38:21', '2026-02-08 15:38:21', 68, 68), +(928, 155, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:39:49', '2026-02-08 15:39:49', 155, 155), +(929, 199, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:39:49', '2026-02-08 15:39:49', 155, 155), +(930, 140, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:39:49', '2026-02-08 15:39:49', 155, 155), +(931, 82, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:40:06', '2026-02-08 15:40:06', 79, 79), +(932, 79, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:40:06', '2026-02-08 15:40:06', 79, 79), +(933, 73, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:44:33', '2026-02-08 15:44:33', 161, 161), +(934, 161, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:44:33', '2026-02-08 15:44:33', 161, 161), +(935, 3, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:46:06', '2026-02-08 15:46:06', 3, 3), +(936, 97, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:46:06', '2026-02-08 15:46:06', 3, 3), +(937, 182, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 15:46:06', '2026-02-08 15:46:06', 3, 3), +(938, 27, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:46:06', '2026-02-08 15:46:06', 3, 3), +(939, 138, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:46:35', '2026-02-08 15:46:35', 138, 138), +(940, 29, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:46:35', '2026-02-08 15:46:35', 138, 138), +(941, 43, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:58:42', '2026-02-08 15:58:42', 160, 160), +(942, 186, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:58:42', '2026-02-08 15:58:42', 160, 160), +(943, 160, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:58:42', '2026-02-08 15:58:42', 160, 160), +(944, 74, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:59:21', '2026-02-08 15:59:21', 74, 74), +(945, 89, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 15:59:21', '2026-02-08 15:59:21', 74, 74), +(946, 40, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:59:41', '2026-02-08 15:59:41', 40, 40), +(947, 78, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:59:41', '2026-02-08 15:59:41', 40, 40), +(948, 5, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:59:56', '2026-02-08 15:59:56', 132, 132), +(949, 132, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 15:59:56', '2026-02-08 15:59:56', 132, 132), +(950, 178, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-08 15:59:56', '2026-02-08 15:59:56', 132, 132), +(951, 71, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:01:34', '2026-02-08 16:01:34', 71, 71), +(952, 163, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:01:34', '2026-02-08 16:01:34', 71, 71), +(953, 134, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:02:29', '2026-02-08 16:02:29', 310, 310), +(954, 99, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:02:29', '2026-02-08 16:02:29', 310, 310), +(955, 310, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:02:29', '2026-02-08 16:02:29', 310, 310), +(956, 33, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:10:14', '2026-02-08 16:10:14', 115, 115), +(957, 115, 'Teacher', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-08 16:10:14', '2026-02-08 16:10:14', 115, 115), +(958, 71, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-21 04:56:55', '2026-02-22 16:47:13', 1, 163), +(959, 94, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-22 08:51:01', '2026-02-22 16:25:12', 94, 310), +(960, 147, 'administrator', '2026-02-22', 'Spring', '2025-2026', 'absent', 'sick: Child sick', '2026-02-22 13:14:33', '2026-02-22 13:14:33', 147, 147), +(961, 138, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:10:54', '2026-02-22 16:10:54', 138, 138), +(962, 29, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:10:54', '2026-02-22 16:10:54', 138, 138), +(963, 43, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:21:33', '2026-02-22 16:21:33', 160, 160), +(964, 186, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:21:33', '2026-02-22 16:21:33', 160, 160), +(965, 160, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:21:33', '2026-02-22 16:21:33', 160, 160), +(966, 82, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:21:38', '2026-02-22 16:21:38', 82, 82), +(967, 79, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:21:38', '2026-02-22 16:21:38', 82, 82), +(968, 45, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:00', '2026-02-22 16:24:00', 45, 45), +(969, 84, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:00', '2026-02-22 16:24:00', 45, 45), +(970, 184, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:00', '2026-02-22 16:24:00', 45, 45), +(971, 151, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:00', '2026-02-22 16:24:00', 45, 45), +(972, 40, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:29', '2026-02-22 16:24:29', 40, 40), +(973, 78, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:29', '2026-02-22 16:24:29', 40, 40), +(974, 135, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:24:29', '2026-02-22 16:24:29', 40, 40), +(975, 134, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:25:12', '2026-02-22 16:25:12', 310, 310), +(976, 99, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:25:12', '2026-02-22 16:25:12', 310, 310), +(977, 310, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:25:12', '2026-02-22 16:25:12', 310, 310), +(978, 3, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:32:07', '2026-02-22 16:32:07', 3, 3), +(979, 97, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:32:07', '2026-02-22 16:32:07', 3, 3), +(980, 182, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:32:07', '2026-02-22 16:32:07', 3, 3), +(981, 27, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:32:07', '2026-02-22 16:32:07', 3, 3), +(982, 155, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:35:38', '2026-02-22 16:35:38', 155, 155), +(983, 199, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:35:38', '2026-02-22 16:35:38', 155, 155), +(984, 140, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:35:38', '2026-02-22 16:35:38', 155, 155), +(985, 5, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:41:19', '2026-02-22 16:41:19', 132, 132), +(986, 132, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:41:19', '2026-02-22 16:41:19', 132, 132), +(987, 178, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-22 16:41:19', '2026-02-22 16:41:19', 132, 132), +(988, 120, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:41:55', '2026-02-22 16:41:55', 120, 120), +(989, 174, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:41:55', '2026-02-22 16:41:55', 120, 120), +(990, 83, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:41:55', '2026-02-22 16:41:55', 120, 120), +(991, 73, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:44:05', '2026-02-22 16:44:05', 73, 73), +(992, 161, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:44:05', '2026-02-22 16:44:05', 73, 73), +(993, 68, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:46:12', '2026-02-22 16:46:12', 68, 68), +(994, 311, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:47:13', '2026-02-22 16:47:13', 163, 163), +(995, 163, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:47:13', '2026-02-22 16:47:13', 163, 163), +(996, 74, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-22 16:55:24', '2026-02-22 16:55:24', 89, 89), +(997, 89, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 16:55:24', '2026-02-22 16:55:24', 89, 89), +(998, 33, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 17:27:32', '2026-02-22 17:27:32', 115, 115), +(999, 115, 'Teacher', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-22 17:27:32', '2026-02-22 17:27:32', 115, 115), +(1000, 138, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-26 09:39:24', '2026-03-01 16:07:08', 138, 29), +(1001, 1, 'administrator', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:55:38', '2026-02-28 04:55:38', 4, 4), +(1002, 306, 'administrator', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:55:40', '2026-02-28 04:55:40', 4, 4), +(1003, 147, 'administrator', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:55:49', '2026-02-28 04:55:49', 4, 4), +(1004, 108, 'csm_contributor', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:55:51', '2026-02-28 04:55:51', 4, 4), +(1005, 200, 'administrator', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:55:55', '2026-02-28 04:55:55', 4, 4), +(1006, 19, 'head of csm', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:55:58', '2026-02-28 04:55:58', 4, 4), +(1007, 47, 'substitute', '2026-02-08', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:56:05', '2026-02-28 04:56:05', 4, 4), +(1008, 4, 'administrator', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:07', '2026-02-28 04:56:07', 4, 4), +(1009, 172, 'admin', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:09', '2026-02-28 04:56:09', 4, 4), +(1010, 175, 'admin', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:10', '2026-02-28 04:56:10', 4, 4), +(1011, 24, 'csm_contributor', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:12', '2026-02-28 04:56:12', 4, 4), +(1012, 98, 'vice principal', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:13', '2026-02-28 04:56:13', 4, 4), +(1013, 183, 'fs_contributor', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:17', '2026-02-28 04:56:17', 4, 4), +(1014, 121, 'head of fs', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:20', '2026-02-28 04:56:20', 4, 4), +(1015, 100, 'fes_contributor', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:25', '2026-02-28 04:56:25', 4, 4), +(1016, 101, 'head of fes', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:30', '2026-02-28 04:56:30', 4, 4), +(1017, 92, 'admin', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:37', '2026-02-28 04:56:37', 4, 4), +(1018, 146, 'admin', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:39', '2026-02-28 04:56:39', 4, 4), +(1019, 113, 'csm_contributor', '2026-02-08', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:40', '2026-02-28 04:56:40', 4, 4), +(1020, 113, 'csm_contributor', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:41', '2026-02-28 04:56:41', 4, 4), +(1021, 146, 'admin', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:44', '2026-02-28 04:56:44', 4, 4), +(1022, 92, 'admin', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:46', '2026-02-28 04:56:46', 4, 4), +(1023, 101, 'head of fes', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:56:49', '2026-02-28 04:56:49', 4, 4), +(1024, 100, 'fes_contributor', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:57:06', '2026-02-28 04:57:06', 4, 4), +(1025, 121, 'head of fs', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:08', '2026-02-28 04:57:08', 4, 4), +(1026, 183, 'fs_contributor', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:09', '2026-02-28 04:57:09', 4, 4), +(1027, 98, 'vice principal', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:10', '2026-02-28 04:57:10', 4, 4), +(1028, 24, 'csm_contributor', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:11', '2026-02-28 04:57:11', 4, 4), +(1029, 175, 'admin', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:23', '2026-02-28 04:57:23', 4, 4), +(1030, 172, 'admin', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:25', '2026-02-28 04:57:25', 4, 4), +(1031, 4, 'administrator', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:26', '2026-02-28 04:57:26', 4, 4), +(1032, 47, 'substitute', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:57:28', '2026-02-28 04:57:28', 4, 4), +(1033, 19, 'head of csm', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:29', '2026-02-28 04:57:29', 4, 4), +(1034, 200, 'administrator', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:57:31', '2026-02-28 04:57:31', 4, 4), +(1035, 108, 'csm_contributor', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:32', '2026-02-28 04:57:32', 4, 4), +(1036, 306, 'administrator', '2026-02-22', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 04:57:38', '2026-02-28 04:57:38', 4, 4), +(1037, 1, 'administrator', '2026-02-22', 'Spring', '2025-2026', 'present', NULL, '2026-02-28 04:57:40', '2026-02-28 04:57:40', 4, 4), +(1038, 155, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-02-28 22:53:51', '2026-03-01 16:30:00', 155, 155), +(1039, 84, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 06:08:28', '2026-03-01 16:10:43', 84, 45), +(1040, 29, 'Assistant', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:07:08', '2026-03-03 03:30:17', 29, 4), +(1041, 45, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:10:43', '2026-03-01 16:10:43', 45, 45), +(1042, 184, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:10:43', '2026-03-01 16:10:43', 45, 45), +(1043, 151, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:10:43', '2026-03-01 16:10:43', 45, 45), +(1044, 33, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:14:48', '2026-03-01 16:14:48', 33, 33), +(1045, 115, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'late', NULL, '2026-03-01 16:14:48', '2026-03-01 16:14:48', 33, 33), +(1046, 40, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:15:34', '2026-03-01 16:15:34', 40, 40), +(1047, 78, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:15:34', '2026-03-01 16:15:34', 40, 40), +(1048, 135, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:15:34', '2026-03-01 16:15:34', 40, 40), +(1049, 120, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:18:50', '2026-03-01 16:18:50', 83, 83), +(1050, 174, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:18:50', '2026-03-01 16:18:50', 83, 83), +(1051, 83, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:18:50', '2026-03-01 16:18:50', 83, 83), +(1052, 43, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:22:01', '2026-03-01 16:22:01', 186, 186), +(1053, 186, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:22:01', '2026-03-01 16:22:01', 186, 186), +(1054, 160, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', 'busy at school', '2026-03-01 16:22:01', '2026-03-01 16:22:01', 186, 186), +(1055, 71, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:23:41', '2026-03-01 16:23:41', 163, 163), +(1056, 311, 'Assistant', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:23:41', '2026-03-04 04:23:47', 163, 4), +(1057, 163, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:23:41', '2026-03-01 16:23:41', 163, 163), +(1058, 82, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:23:58', '2026-03-01 16:23:58', 79, 79), +(1059, 79, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:23:58', '2026-03-01 16:23:58', 79, 79), +(1060, 129, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:24:39', '2026-03-08 15:43:03', 129, 68), +(1061, 199, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:30:00', '2026-03-01 16:30:00', 155, 155), +(1062, 140, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:30:00', '2026-03-01 16:30:00', 155, 155), +(1063, 68, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:46:59', '2026-03-01 16:46:59', 129, 129), +(1064, 129, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:46:59', '2026-03-01 16:46:59', 129, 129), +(1065, 134, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:50:05', '2026-03-01 16:50:05', 99, 99), +(1066, 99, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:50:05', '2026-03-01 16:50:05', 99, 99), +(1067, 310, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:50:05', '2026-03-01 16:50:05', 99, 99), +(1068, 94, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:50:05', '2026-03-01 16:50:05', 99, 99), +(1069, 5, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:54:50', '2026-03-01 16:54:50', 132, 132), +(1070, 132, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 16:54:50', '2026-03-01 16:54:50', 132, 132), +(1071, 178, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 16:54:50', '2026-03-01 16:54:50', 132, 132), +(1072, 74, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:04:47', '2026-03-01 17:04:47', 74, 74), +(1073, 89, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 17:04:47', '2026-03-01 17:04:47', 74, 74), +(1074, 73, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:22:05', '2026-03-01 17:22:05', 73, 73), +(1075, 161, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:22:05', '2026-03-01 17:22:05', 73, 73), +(1076, 3, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:23:41', '2026-03-01 17:23:41', 97, 97), +(1077, 97, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:23:41', '2026-03-01 17:23:41', 97, 97), +(1078, 182, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-01 17:23:41', '2026-03-01 17:23:41', 97, 97), +(1079, 27, 'Teacher', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-01 17:23:41', '2026-03-01 17:23:41', 97, 97), +(1080, 113, 'csm_contributor', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:23', '2026-03-03 03:18:23', 4, 4), +(1081, 146, 'admin', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:28', '2026-03-03 03:18:28', 4, 4), +(1082, 92, 'admin', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:29', '2026-03-03 03:18:29', 4, 4), +(1083, 57, 'head of fa', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:31', '2026-03-03 03:18:31', 4, 4), +(1084, 101, 'head of fes', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:33', '2026-03-03 03:18:33', 4, 4), +(1085, 100, 'fes_contributor', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-03 03:18:36', '2026-03-03 03:18:36', 4, 4), +(1086, 121, 'head of fs', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:39', '2026-03-03 03:18:39', 4, 4), +(1087, 183, 'fs_contributor', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:41', '2026-03-03 03:18:41', 4, 4), +(1088, 98, 'vice principal', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:44', '2026-03-03 03:18:44', 4, 4), +(1089, 24, 'csm_contributor', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:46', '2026-03-03 03:18:46', 4, 4), +(1090, 175, 'admin', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-03 03:18:51', '2026-03-03 03:18:51', 4, 4), +(1091, 172, 'admin', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:53', '2026-03-03 03:18:53', 4, 4), +(1092, 4, 'administrator', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:18:55', '2026-03-03 03:18:55', 4, 4), +(1093, 47, 'substitute', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-03 03:18:58', '2026-03-03 03:18:58', 4, 4), +(1094, 19, 'head of csm', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:19:00', '2026-03-03 03:19:00', 4, 4), +(1095, 200, 'administrator', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-03 03:19:01', '2026-03-03 03:19:01', 4, 4), +(1096, 108, 'csm_contributor', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:19:04', '2026-03-03 03:19:04', 4, 4), +(1097, 147, 'administrator', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:19:05', '2026-03-03 03:19:05', 4, 4), +(1098, 306, 'administrator', '2026-03-01', 'Spring', '2025-2026', 'absent', NULL, '2026-03-03 03:19:07', '2026-03-03 03:19:07', 4, 4), +(1099, 1, 'administrator', '2026-03-01', 'Spring', '2025-2026', 'present', NULL, '2026-03-03 03:19:10', '2026-03-03 03:19:10', 4, 4), +(1100, 71, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-07 03:53:31', '2026-03-08 16:02:38', 4, 163), +(1101, 1, 'admin', '2026-03-08', 'Spring', '2025-2026', 'absent', 'sick: Not feeling well', '2026-03-08 05:53:01', '2026-03-08 05:53:01', 1, 1), +(1102, 138, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:08:29', '2026-03-08 15:08:29', 138, 138), +(1103, 29, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:08:29', '2026-03-08 15:08:29', 138, 138), +(1104, 40, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:17:26', '2026-03-08 15:17:26', 40, 40), +(1105, 78, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:17:26', '2026-03-08 15:17:26', 40, 40), +(1106, 135, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:17:26', '2026-03-08 15:17:26', 40, 40), +(1107, 94, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:18:37', '2026-03-08 16:35:28', 94, 310), +(1108, 45, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 45, 45), +(1109, 84, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 45, 45), +(1110, 184, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 45, 45), +(1111, 151, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 45, 45), +(1112, 74, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 74, 74), +(1113, 89, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:23:21', '2026-03-08 15:23:21', 74, 74), +(1114, 73, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:27:21', '2026-03-08 15:27:21', 161, 161), +(1115, 161, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:27:21', '2026-03-08 15:27:21', 161, 161), +(1116, 82, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:33:42', '2026-03-08 15:33:42', 79, 79), +(1117, 79, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'late', NULL, '2026-03-08 15:33:42', '2026-03-08 15:33:42', 79, 79), +(1118, 120, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:33:46', '2026-03-08 15:33:46', 120, 120), +(1119, 174, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:33:46', '2026-03-08 15:33:46', 120, 120), +(1120, 83, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', 'cold', '2026-03-08 15:33:46', '2026-03-08 15:33:46', 120, 120), +(1121, 68, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:43:03', '2026-03-08 15:43:03', 68, 68), +(1122, 155, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:45:15', '2026-03-08 15:45:15', 155, 155), +(1123, 199, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', 'sick', '2026-03-08 15:45:15', '2026-03-08 15:45:15', 155, 155), +(1124, 140, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:45:15', '2026-03-08 15:45:15', 155, 155), +(1125, 3, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:50:49', '2026-03-08 15:50:49', 3, 3), +(1126, 97, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:50:49', '2026-03-08 15:50:49', 3, 3), +(1127, 182, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:50:49', '2026-03-08 15:50:49', 3, 3), +(1128, 27, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:50:49', '2026-03-08 15:50:49', 3, 3), +(1129, 5, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:57:48', '2026-03-08 15:57:48', 132, 132), +(1130, 132, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 15:57:48', '2026-03-08 15:57:48', 132, 132), +(1131, 178, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:57:48', '2026-03-08 15:57:48', 132, 132), +(1132, 33, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-08 15:59:03', '2026-03-08 15:59:03', 115, 115), +(1133, 115, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'late', NULL, '2026-03-08 15:59:03', '2026-03-08 15:59:03', 115, 115), +(1134, 311, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:02:38', '2026-03-08 16:02:38', 163, 163), +(1135, 163, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:02:38', '2026-03-08 16:02:38', 163, 163), +(1136, 43, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:02:39', '2026-03-08 16:02:39', 160, 160), +(1137, 186, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'absent', 'sick', '2026-03-08 16:02:39', '2026-03-08 16:02:39', 160, 160), +(1138, 160, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:02:39', '2026-03-08 16:02:39', 160, 160), +(1139, 134, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:35:28', '2026-03-08 16:35:28', 310, 310), +(1140, 99, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:35:28', '2026-03-08 16:35:28', 310, 310), +(1141, 310, 'Teacher', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-08 16:35:28', '2026-03-08 16:35:28', 310, 310), +(1142, 113, 'csm_contributor', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:34:52', '2026-03-28 02:34:52', 4, 4), +(1143, 146, 'admin', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:34:54', '2026-03-28 02:34:54', 4, 4), +(1144, 92, 'admin', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:34:55', '2026-03-28 02:34:55', 4, 4), +(1145, 57, 'head of fa', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:34:59', '2026-03-28 02:34:59', 4, 4), +(1146, 101, 'head of fes', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:01', '2026-03-28 02:35:01', 4, 4), +(1147, 100, 'fes_contributor', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-28 02:35:04', '2026-03-28 02:35:04', 4, 4), +(1148, 121, 'head of fs', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:07', '2026-03-28 02:35:07', 4, 4), +(1149, 183, 'fs_contributor', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:09', '2026-03-28 02:35:09', 4, 4), +(1150, 98, 'vice principal', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:11', '2026-03-28 02:35:11', 4, 4), +(1151, 24, 'csm_contributor', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:12', '2026-03-28 02:35:12', 4, 4), +(1152, 175, 'admin', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:18', '2026-03-28 02:35:18', 4, 4), +(1153, 172, 'admin', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:19', '2026-03-28 02:35:19', 4, 4), +(1154, 4, 'administrator', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:22', '2026-03-28 02:35:22', 4, 4), +(1155, 47, 'substitute', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-28 02:35:23', '2026-03-28 02:35:23', 4, 4), +(1156, 19, 'head of csm', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:30', '2026-03-28 02:35:30', 4, 4), +(1157, 200, 'administrator', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:43', '2026-03-28 02:35:43', 4, 4), +(1158, 108, 'csm_contributor', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:45', '2026-03-28 02:35:45', 4, 4), +(1159, 147, 'administrator', '2026-03-08', 'Spring', '2025-2026', 'present', NULL, '2026-03-28 02:35:47', '2026-03-28 02:35:47', 4, 4), +(1160, 306, 'administrator', '2026-03-08', 'Spring', '2025-2026', 'absent', NULL, '2026-03-28 02:35:49', '2026-03-28 02:35:49', 4, 4), +(1161, 310, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-28 17:10:40', '2026-03-29 15:29:05', 310, 99); +INSERT INTO `staff_attendance` (`id`, `user_id`, `role_name`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES +(1162, 82, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-28 19:13:48', '2026-03-29 15:04:29', 82, 79), +(1163, 33, 'teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', 'personal: Personal', '2026-03-28 23:41:09', '2026-03-28 23:41:09', 33, 33), +(1164, 94, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-29 12:24:19', '2026-03-29 15:29:05', 94, 99), +(1165, 147, 'administrator', '2026-03-29', 'Spring', '2025-2026', 'absent', 'personal: Childcare', '2026-03-29 12:42:35', '2026-03-29 12:42:35', 147, 147), +(1166, 138, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:01:04', '2026-03-29 15:01:04', 138, 138), +(1167, 29, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:01:04', '2026-03-29 15:01:04', 138, 138), +(1168, 5, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:03:49', '2026-03-29 15:03:49', 5, 5), +(1169, 132, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:03:49', '2026-03-29 15:03:49', 5, 5), +(1170, 178, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:03:49', '2026-03-29 15:03:49', 5, 5), +(1171, 79, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:04:29', '2026-03-29 15:04:29', 79, 79), +(1172, 71, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:05:34', '2026-03-29 15:05:34', 163, 163), +(1173, 311, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:05:34', '2026-03-29 15:05:34', 163, 163), +(1174, 163, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:05:34', '2026-03-29 15:05:34', 163, 163), +(1175, 68, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:09:55', '2026-03-29 15:09:55', 129, 129), +(1176, 129, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:09:55', '2026-03-29 15:09:55', 129, 129), +(1177, 120, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:11:20', '2026-03-29 15:11:20', 120, 120), +(1178, 174, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-29 15:11:20', '2026-03-29 15:11:20', 120, 120), +(1179, 83, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-29 15:11:20', '2026-03-29 15:11:20', 120, 120), +(1180, 40, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:11:38', '2026-03-29 15:11:38', 40, 40), +(1181, 78, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:11:38', '2026-03-29 15:11:38', 40, 40), +(1182, 135, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:11:38', '2026-03-29 15:11:38', 40, 40), +(1183, 74, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:12:00', '2026-03-29 15:12:00', 74, 74), +(1184, 89, 'Assistant', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:12:00', '2026-03-30 00:54:13', 74, 4), +(1185, 43, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:12:51', '2026-03-29 15:12:51', 186, 186), +(1186, 186, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:12:51', '2026-03-29 15:12:51', 186, 186), +(1187, 160, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', 'School work', '2026-03-29 15:12:51', '2026-03-29 15:12:51', 186, 186), +(1188, 73, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:13:32', '2026-03-29 15:13:32', 73, 73), +(1189, 161, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:13:32', '2026-03-29 15:13:32', 73, 73), +(1190, 45, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:14:04', '2026-03-29 15:14:04', 45, 45), +(1191, 84, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:14:04', '2026-03-29 15:14:04', 45, 45), +(1192, 184, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:14:04', '2026-03-29 15:14:04', 45, 45), +(1193, 151, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:14:04', '2026-03-29 15:14:04', 45, 45), +(1194, 3, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:15:52', '2026-03-29 15:15:52', 3, 3), +(1195, 97, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:15:52', '2026-03-29 15:15:52', 3, 3), +(1196, 182, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-29 15:15:52', '2026-03-29 15:15:52', 3, 3), +(1197, 27, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:15:52', '2026-03-29 15:15:52', 3, 3), +(1198, 155, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:22:18', '2026-03-29 15:22:18', 155, 155), +(1199, 199, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:22:18', '2026-03-29 15:22:18', 155, 155), +(1200, 140, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:22:18', '2026-03-29 15:22:18', 155, 155), +(1201, 134, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:29:05', '2026-03-29 15:29:05', 99, 99), +(1202, 99, 'Teacher', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-29 15:29:05', '2026-03-29 15:29:05', 99, 99), +(1203, 115, 'Main', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:50:53', '2026-03-30 00:50:53', 4, 4), +(1204, 113, 'csm_contributor', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:31', '2026-03-30 00:54:31', 4, 4), +(1205, 146, 'admin', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:33', '2026-03-30 00:54:33', 4, 4), +(1206, 92, 'admin', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:34', '2026-03-30 00:54:34', 4, 4), +(1207, 57, 'head of fa', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:36', '2026-03-30 00:54:36', 4, 4), +(1208, 101, 'head of fes', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:54:40', '2026-03-30 00:54:40', 4, 4), +(1209, 100, 'fes_contributor', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:42', '2026-03-30 00:54:42', 4, 4), +(1210, 121, 'head of fs', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:45', '2026-03-30 00:54:45', 4, 4), +(1211, 183, 'fs_contributor', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:51', '2026-03-30 00:54:51', 4, 4), +(1212, 98, 'vice principal', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:53', '2026-03-30 00:54:53', 4, 4), +(1213, 24, 'csm_contributor', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:54:55', '2026-03-30 00:54:55', 4, 4), +(1214, 175, 'admin', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:55:00', '2026-03-30 00:55:00', 4, 4), +(1215, 172, 'admin', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:55:03', '2026-03-30 00:55:03', 4, 4), +(1216, 4, 'administrator', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:55:05', '2026-03-30 00:55:05', 4, 4), +(1217, 47, 'substitute', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:55:08', '2026-03-30 00:55:08', 4, 4), +(1218, 19, 'head of csm', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:55:10', '2026-03-30 00:55:10', 4, 4), +(1219, 200, 'administrator', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:55:12', '2026-03-30 00:55:12', 4, 4), +(1220, 108, 'csm_contributor', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:55:14', '2026-03-30 00:55:14', 4, 4), +(1221, 306, 'administrator', '2026-03-29', 'Spring', '2025-2026', 'absent', NULL, '2026-03-30 00:55:17', '2026-03-30 00:55:17', 4, 4), +(1222, 1, 'administrator', '2026-03-29', 'Spring', '2025-2026', 'present', NULL, '2026-03-30 00:55:19', '2026-03-30 00:55:19', 4, 4), +(1223, 73, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-03-31 03:36:28', '2026-04-05 16:37:10', 73, 161), +(1224, 73, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-03-31 03:36:28', '2026-04-12 15:18:29', 73, 314), +(1225, 73, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-03-31 03:36:28', '2026-04-19 15:26:40', 73, 161), +(1226, 73, 'parent', '2026-04-26', 'Spring', '2025-2026', 'absent', 'personal: Travelling', '2026-03-31 03:36:28', '2026-03-31 03:36:28', 73, 73), +(1227, 113, 'csm_contributor', '2026-04-19', 'Spring', '2025-2026', 'absent', 'vacation: Out of town', '2026-04-04 14:02:13', '2026-04-04 14:02:13', 113, 113), +(1228, 155, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-04 21:27:08', '2026-04-05 15:24:18', 155, 155), +(1229, 161, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-05 03:29:29', '2026-04-12 15:18:29', 161, 314), +(1230, 200, 'administrator', '2026-04-05', 'Spring', '2025-2026', 'absent', 'personal: Personal', '2026-04-05 09:48:35', '2026-04-05 09:48:35', 200, 200), +(1231, 40, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-04-05 10:56:56', '2026-04-05 15:12:07', 40, 135), +(1232, 24, 'parent', '2026-04-12', 'Spring', '2025-2026', 'absent', 'vacation: College Tour for son', '2026-04-05 14:57:17', '2026-04-05 14:57:17', 24, 24), +(1233, 74, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:01:17', '2026-04-05 15:01:17', 89, 89), +(1234, 89, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:01:17', '2026-04-05 15:01:17', 89, 89), +(1235, 43, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:19', '2026-04-05 15:03:19', 160, 160), +(1236, 186, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:19', '2026-04-05 15:03:19', 160, 160), +(1237, 160, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:19', '2026-04-05 15:03:19', 160, 160), +(1238, 45, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:34', '2026-04-05 15:03:34', 45, 45), +(1239, 84, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:34', '2026-04-05 15:03:34', 45, 45), +(1240, 184, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:34', '2026-04-05 15:03:34', 45, 45), +(1241, 151, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:03:34', '2026-04-05 15:03:34', 45, 45), +(1242, 82, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:05:16', '2026-04-05 15:05:16', 79, 79), +(1243, 79, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:05:16', '2026-04-05 15:05:16', 79, 79), +(1244, 120, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:05:41', '2026-04-05 15:05:41', 120, 120), +(1245, 174, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-04-05 15:05:41', '2026-04-05 15:05:41', 120, 120), +(1246, 83, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:05:41', '2026-04-05 15:05:41', 120, 120), +(1247, 78, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:12:07', '2026-04-05 15:12:07', 135, 135), +(1248, 135, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:12:07', '2026-04-05 15:12:07', 135, 135), +(1249, 68, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:19:20', '2026-04-05 15:19:20', 68, 68), +(1250, 129, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:19:20', '2026-04-05 15:19:20', 68, 68), +(1251, 71, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:20:33', '2026-04-05 15:20:33', 163, 163), +(1252, 311, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:20:33', '2026-04-05 15:20:33', 163, 163), +(1253, 163, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:20:33', '2026-04-05 15:20:33', 163, 163), +(1254, 33, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'late', NULL, '2026-04-05 15:23:00', '2026-04-05 15:23:00', 115, 115), +(1255, 115, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'late', NULL, '2026-04-05 15:23:00', '2026-04-05 15:23:00', 115, 115), +(1256, 199, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:18', '2026-04-05 15:24:18', 155, 155), +(1257, 47, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:18', '2026-04-05 15:24:18', 155, 155), +(1258, 140, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:18', '2026-04-05 15:24:18', 155, 155), +(1259, 3, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:57', '2026-04-05 15:24:57', 97, 97), +(1260, 97, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:57', '2026-04-05 15:24:57', 97, 97), +(1261, 182, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:57', '2026-04-05 15:24:57', 97, 97), +(1262, 27, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:24:57', '2026-04-05 15:24:57', 97, 97), +(1263, 5, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:32:13', '2026-04-05 15:32:13', 132, 132), +(1264, 132, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:32:13', '2026-04-05 15:32:13', 132, 132), +(1265, 178, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:32:13', '2026-04-05 15:32:13', 132, 132), +(1266, 138, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:44:58', '2026-04-05 15:44:58', 138, 138), +(1267, 29, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 15:44:58', '2026-04-05 15:44:58', 138, 138), +(1268, 134, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:35:59', '2026-04-05 16:35:59', 99, 99), +(1269, 99, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:35:59', '2026-04-05 16:35:59', 99, 99), +(1270, 310, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:35:59', '2026-04-05 16:35:59', 99, 99), +(1271, 94, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:35:59', '2026-04-05 16:35:59', 99, 99), +(1272, 314, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:37:10', '2026-04-05 16:37:10', 161, 161), +(1273, 161, 'Teacher', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-05 16:37:10', '2026-04-05 16:37:10', 161, 161), +(1274, 78, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-07 01:26:53', '2026-04-12 15:14:56', 78, 40), +(1275, 78, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-07 01:27:13', '2026-04-19 15:11:02', 78, 40), +(1276, 113, 'csm_contributor', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:49:53', '2026-04-08 22:49:53', 4, 4), +(1277, 146, 'admin', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:04', '2026-04-08 22:50:04', 4, 4), +(1278, 92, 'admin', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-04-08 22:50:06', '2026-04-08 22:50:10', 4, 4), +(1279, 57, 'head of fa', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:16', '2026-04-08 22:50:16', 4, 4), +(1280, 101, 'head of fes', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:19', '2026-04-08 22:50:19', 4, 4), +(1281, 100, 'fes_contributor', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:22', '2026-04-08 22:50:22', 4, 4), +(1282, 121, 'head of fs', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:23', '2026-04-08 22:50:23', 4, 4), +(1283, 183, 'fs_contributor', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:25', '2026-04-08 22:50:25', 4, 4), +(1284, 98, 'vice principal', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:27', '2026-04-08 22:50:27', 4, 4), +(1285, 24, 'csm_contributor', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:30', '2026-04-08 22:50:30', 4, 4), +(1286, 175, 'admin', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:32', '2026-04-08 22:50:32', 4, 4), +(1287, 172, 'admin', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:34', '2026-04-08 22:50:34', 4, 4), +(1288, 19, 'head of csm', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:36', '2026-04-08 22:50:36', 4, 4), +(1289, 108, 'csm_contributor', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-04-08 22:50:43', '2026-04-08 22:50:43', 4, 4), +(1290, 147, 'administrator', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:49', '2026-04-08 22:50:49', 4, 4), +(1291, 306, 'administrator', '2026-04-05', 'Spring', '2025-2026', 'absent', NULL, '2026-04-08 22:50:51', '2026-04-08 22:50:51', 4, 4), +(1292, 1, 'administrator', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:53', '2026-04-08 22:50:53', 4, 4), +(1293, 4, 'administrator', '2026-04-05', 'Spring', '2025-2026', 'present', NULL, '2026-04-08 22:50:55', '2026-04-08 22:50:55', 4, 4), +(1294, 29, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-09 21:51:03', '2026-04-12 15:29:55', 29, 138), +(1295, 120, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-11 03:47:54', '2026-04-12 15:15:36', 120, 83), +(1296, 160, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', 'college visit', '2026-04-11 03:57:47', '2026-04-12 15:17:15', 160, 186), +(1297, 129, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-11 04:01:07', '2026-04-12 15:13:05', 129, 68), +(1298, 138, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-11 19:32:30', '2026-04-12 15:29:55', 138, 138), +(1299, 132, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 04:45:15', '2026-04-12 15:28:19', 132, 5), +(1300, 200, 'administrator', '2026-04-12', 'Spring', '2025-2026', 'absent', 'personal: Just got married Monday. Spending time, with my new wife.', '2026-04-12 09:32:38', '2026-04-12 09:32:38', 200, 200), +(1301, 94, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 10:18:37', '2026-04-12 15:18:48', 94, 99), +(1302, 94, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 10:18:37', '2026-04-19 15:34:09', 94, 99), +(1303, 94, 'teacher_assistant', '2026-04-26', 'Spring', '2025-2026', 'absent', 'vacation: Traveling to egypt. still helping with lesson prep', '2026-04-12 10:18:37', '2026-04-12 10:18:37', 94, 94), +(1304, 310, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 13:31:54', '2026-04-12 15:18:48', 310, 99), +(1305, 82, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:10:23', '2026-04-12 15:10:23', 79, 79), +(1306, 79, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:10:23', '2026-04-12 15:10:23', 79, 79), +(1307, 68, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:13:05', '2026-04-12 15:13:05', 68, 68), +(1308, 40, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:14:56', '2026-04-12 15:14:56', 40, 40), +(1309, 135, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:14:56', '2026-04-12 15:14:56', 40, 40), +(1310, 174, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 15:15:36', '2026-04-12 15:15:36', 83, 83), +(1311, 83, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:15:36', '2026-04-12 15:15:36', 83, 83), +(1312, 3, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:02', '2026-04-12 15:16:02', 3, 3), +(1313, 97, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:02', '2026-04-12 15:16:02', 3, 3), +(1314, 182, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:02', '2026-04-12 15:16:02', 3, 3), +(1315, 27, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:02', '2026-04-12 15:16:02', 3, 3), +(1316, 33, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:08', '2026-04-12 15:16:08', 115, 115), +(1317, 115, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:08', '2026-04-12 15:16:08', 115, 115), +(1318, 74, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:16:52', '2026-04-12 15:16:52', 74, 74), +(1319, 89, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 15:16:52', '2026-04-12 15:16:52', 74, 74), +(1320, 43, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:17:15', '2026-04-12 15:17:15', 186, 186), +(1321, 186, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:17:15', '2026-04-12 15:17:15', 186, 186), +(1322, 314, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:18:29', '2026-04-12 15:18:29', 314, 314), +(1323, 134, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:18:48', '2026-04-12 15:18:48', 99, 99), +(1324, 99, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:18:48', '2026-04-12 15:18:48', 99, 99), +(1325, 5, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:28:19', '2026-04-12 15:28:19', 5, 5), +(1326, 178, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 15:28:19', '2026-04-12 15:28:19', 5, 5), +(1327, 71, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:35:29', '2026-04-12 15:35:29', 163, 163), +(1328, 311, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:35:29', '2026-04-12 15:35:29', 163, 163), +(1329, 163, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 15:35:29', '2026-04-12 15:35:29', 163, 163), +(1330, 45, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 16:06:55', '2026-04-12 16:06:55', 45, 45), +(1331, 84, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 16:06:55', '2026-04-12 16:06:55', 45, 45), +(1332, 184, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 16:06:55', '2026-04-12 16:06:55', 45, 45), +(1333, 151, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 16:06:55', '2026-04-12 16:06:55', 45, 45), +(1334, 155, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 16:25:36', '2026-04-12 16:25:36', 140, 140), +(1335, 199, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-12 16:25:36', '2026-04-12 16:25:36', 140, 140), +(1336, 47, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'absent', 'not sure who this is', '2026-04-12 16:25:36', '2026-04-12 16:25:36', 140, 140), +(1337, 140, 'Teacher', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-12 16:25:36', '2026-04-12 16:25:36', 140, 140), +(1338, 113, 'csm_contributor', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:00', '2026-04-14 05:50:00', 4, 4), +(1339, 146, 'admin', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:01', '2026-04-14 05:50:01', 4, 4), +(1340, 92, 'admin', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-14 05:50:03', '2026-04-14 05:50:03', 4, 4), +(1341, 57, 'head of fa', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:10', '2026-04-14 05:50:10', 4, 4), +(1342, 101, 'head of fes', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:11', '2026-04-14 05:50:11', 4, 4), +(1343, 100, 'fes_contributor', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:13', '2026-04-14 05:50:13', 4, 4), +(1344, 121, 'head of fs', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:15', '2026-04-14 05:50:15', 4, 4), +(1345, 183, 'fs_contributor', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:17', '2026-04-14 05:50:17', 4, 4), +(1346, 98, 'vice principal', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:19', '2026-04-14 05:50:19', 4, 4), +(1347, 175, 'admin', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:21', '2026-04-14 05:50:21', 4, 4), +(1348, 172, 'admin', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-14 05:50:26', '2026-04-14 05:50:26', 4, 4), +(1349, 19, 'head of csm', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:31', '2026-04-14 05:50:31', 4, 4), +(1350, 108, 'csm_contributor', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-14 05:50:37', '2026-04-14 05:50:37', 4, 4), +(1351, 147, 'administrator', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:39', '2026-04-14 05:50:39', 4, 4), +(1352, 306, 'administrator', '2026-04-12', 'Spring', '2025-2026', 'absent', NULL, '2026-04-14 05:50:42', '2026-04-14 05:50:42', 4, 4), +(1353, 1, 'administrator', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:44', '2026-04-14 05:50:44', 4, 4), +(1354, 4, 'administrator', '2026-04-12', 'Spring', '2025-2026', 'present', NULL, '2026-04-14 05:50:45', '2026-04-14 05:50:45', 4, 4), +(1355, 84, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-18 19:20:04', '2026-04-19 15:21:48', 84, 45), +(1356, 138, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-18 22:42:32', '2026-04-19 15:10:12', 138, 29), +(1357, 310, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 02:20:07', '2026-04-19 15:34:09', 310, 99), +(1358, 89, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 02:32:44', '2026-04-19 15:36:49', 89, 74), +(1359, 82, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:03:43', '2026-04-19 15:03:43', 79, 79), +(1360, 79, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:03:43', '2026-04-19 15:03:43', 79, 79), +(1361, 71, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:07:10', '2026-04-19 15:07:10', 71, 71), +(1362, 311, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:07:10', '2026-04-19 15:07:10', 71, 71), +(1363, 163, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:07:10', '2026-04-19 15:07:10', 71, 71), +(1364, 120, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:07:52', '2026-04-19 15:07:52', 83, 83), +(1365, 174, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:07:52', '2026-04-19 15:07:52', 83, 83), +(1366, 83, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:07:52', '2026-04-19 15:07:52', 83, 83), +(1367, 43, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:09:32', '2026-04-19 15:09:32', 160, 160), +(1368, 186, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:09:32', '2026-04-19 15:09:32', 160, 160), +(1369, 160, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:09:32', '2026-04-19 15:09:32', 160, 160), +(1370, 29, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:10:12', '2026-04-19 15:10:12', 29, 29), +(1371, 40, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:11:02', '2026-04-19 15:11:02', 40, 40), +(1372, 135, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:11:02', '2026-04-19 15:11:02', 40, 40), +(1373, 155, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:11:45', '2026-04-19 15:11:45', 140, 140), +(1374, 199, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:11:45', '2026-04-19 15:11:45', 140, 140), +(1375, 140, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:11:45', '2026-04-19 15:11:45', 140, 140), +(1376, 5, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:13:01', '2026-04-19 15:13:01', 132, 132), +(1377, 132, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:13:01', '2026-04-19 15:13:01', 132, 132), +(1378, 178, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:13:01', '2026-04-19 15:13:01', 132, 132), +(1379, 68, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:16:42', '2026-04-19 15:16:42', 68, 68), +(1380, 129, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:16:42', '2026-04-19 15:16:42', 68, 68), +(1381, 45, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:21:48', '2026-04-19 15:21:48', 45, 45), +(1382, 184, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:21:48', '2026-04-19 15:21:48', 45, 45), +(1383, 151, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:21:48', '2026-04-19 15:21:48', 45, 45), +(1384, 314, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:26:40', '2026-04-19 15:26:40', 161, 161), +(1385, 161, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:26:40', '2026-04-19 15:26:40', 161, 161), +(1386, 134, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 15:34:09', '2026-04-19 15:34:09', 99, 99), +(1387, 99, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:34:09', '2026-04-19 15:34:09', 99, 99), +(1388, 74, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 15:36:49', '2026-04-19 15:36:49', 74, 74), +(1389, 3, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 16:10:44', '2026-04-19 16:10:44', 3, 3), +(1390, 97, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 16:10:44', '2026-04-19 16:10:44', 3, 3), +(1391, 182, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 16:10:44', '2026-04-19 16:10:44', 3, 3), +(1392, 27, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-04-19 16:10:44', '2026-04-19 16:10:44', 3, 3), +(1393, 33, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 16:31:40', '2026-04-19 16:31:40', 115, 115), +(1394, 115, 'Teacher', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-04-19 16:31:40', '2026-04-19 16:31:40', 115, 115), +(1395, 155, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-04-25 01:44:02', '2026-05-03 15:06:26', 155, 140), +(1396, 79, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-04-30 11:48:56', '2026-05-03 15:12:09', 79, 82), +(1397, 135, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-01 22:04:32', '2026-05-03 16:27:51', 135, 78), +(1398, 135, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-01 22:05:12', '2026-05-10 16:34:40', 135, 40), +(1399, 129, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-02 13:41:49', '2026-05-03 15:24:02', 129, 68), +(1400, 40, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-02 23:51:19', '2026-05-03 16:27:51', 40, 78), +(1401, 92, 'admin', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:54:38', '2026-05-03 04:54:38', 4, 4), +(1402, 146, 'admin', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:54:43', '2026-05-03 04:54:43', 4, 4), +(1403, 57, 'head of fa', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:54:56', '2026-05-03 04:54:56', 4, 4), +(1404, 101, 'head of fes', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:03', '2026-05-03 04:55:03', 4, 4), +(1405, 101, 'head of fes', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:55:05', '2026-05-03 04:55:05', 4, 4), +(1406, 100, 'fes_contributor', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:19', '2026-05-03 04:55:19', 4, 4), +(1407, 121, 'head of fs', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:21', '2026-05-03 04:55:21', 4, 4), +(1408, 183, 'fs_contributor', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:28', '2026-05-03 04:55:28', 4, 4), +(1409, 98, 'vice principal', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:30', '2026-05-03 04:55:30', 4, 4), +(1410, 24, 'csm_contributor', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:32', '2026-05-03 04:55:32', 4, 4), +(1411, 175, 'admin', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:36', '2026-05-03 04:55:36', 4, 4), +(1412, 172, 'admin', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:38', '2026-05-03 04:55:38', 4, 4), +(1413, 19, 'head of csm', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:41', '2026-05-03 04:55:41', 4, 4), +(1414, 200, 'administrator', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:55:44', '2026-05-03 04:55:44', 4, 4), +(1415, 108, 'csm_contributor', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:55:48', '2026-05-03 04:55:48', 4, 4), +(1416, 147, 'administrator', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:51', '2026-05-03 04:55:51', 4, 4), +(1417, 306, 'administrator', '2026-04-19', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:55:52', '2026-05-03 04:55:52', 4, 4), +(1418, 1, 'administrator', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:54', '2026-05-03 04:55:54', 4, 4), +(1419, 4, 'administrator', '2026-04-19', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 04:55:55', '2026-05-03 04:55:55', 4, 4), +(1420, 200, 'administrator', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 04:56:05', '2026-05-03 04:56:05', 4, 4), +(1421, 43, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:02:02', '2026-05-03 15:02:02', 160, 160), +(1422, 186, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:02:02', '2026-05-03 15:02:02', 160, 160), +(1423, 160, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:02:02', '2026-05-03 15:02:02', 160, 160), +(1424, 45, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:04:25', '2026-05-03 15:04:25', 84, 84), +(1425, 84, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:04:25', '2026-05-03 15:04:25', 84, 84), +(1426, 184, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:04:25', '2026-05-03 15:04:25', 84, 84), +(1427, 151, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:04:25', '2026-05-03 15:04:25', 84, 84), +(1428, 138, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:05:46', '2026-05-03 15:05:46', 138, 138), +(1429, 29, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:05:46', '2026-05-03 15:05:46', 138, 138), +(1430, 199, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:06:26', '2026-05-03 15:06:26', 140, 140), +(1431, 140, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:06:26', '2026-05-03 15:06:26', 140, 140), +(1432, 5, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:07:23', '2026-05-03 15:07:23', 132, 132), +(1433, 132, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:07:23', '2026-05-03 15:07:23', 132, 132), +(1434, 178, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:07:23', '2026-05-03 15:07:23', 132, 132), +(1435, 3, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:09:28', '2026-05-03 15:09:28', 97, 97), +(1436, 97, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:09:28', '2026-05-03 15:09:28', 97, 97), +(1437, 182, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 15:09:28', '2026-05-03 15:09:28', 97, 97), +(1438, 27, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 15:09:28', '2026-05-03 15:09:28', 97, 97), +(1439, 82, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:12:09', '2026-05-03 15:12:09', 82, 82), +(1440, 71, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:22:23', '2026-05-03 15:22:23', 71, 71), +(1441, 311, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:22:23', '2026-05-03 15:22:23', 71, 71), +(1442, 163, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 15:22:23', '2026-05-03 15:22:23', 71, 71), +(1443, 68, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:24:02', '2026-05-03 15:24:02', 68, 68), +(1444, 1, 'administrator', '2026-05-03', 'Spring', '2025-2026', 'late', NULL, '2026-05-03 15:31:12', '2026-05-03 15:31:12', 4, 4), +(1445, 33, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 15:56:00', '2026-05-03 15:56:00', 115, 115), +(1446, 115, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 15:56:00', '2026-05-03 15:56:00', 115, 115), +(1447, 120, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:11:56', '2026-05-03 16:11:56', 83, 83), +(1448, 174, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 16:11:56', '2026-05-03 16:11:56', 83, 83), +(1449, 83, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:11:56', '2026-05-03 16:11:56', 83, 83), +(1450, 74, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:13:31', '2026-05-03 16:13:31', 74, 74), +(1451, 89, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 16:13:31', '2026-05-03 16:13:31', 74, 74), +(1452, 73, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:14:13', '2026-05-03 16:14:13', 161, 161), +(1453, 161, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:14:13', '2026-05-03 16:14:13', 161, 161), +(1454, 134, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:16:03', '2026-05-03 16:16:03', 310, 310), +(1455, 99, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:16:03', '2026-05-03 16:16:03', 310, 310), +(1456, 310, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:16:03', '2026-05-03 16:16:03', 310, 310), +(1457, 94, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-03 16:16:03', '2026-05-03 16:16:03', 310, 310), +(1458, 78, 'Teacher', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-03 16:27:51', '2026-05-03 16:27:51', 78, 78), +(1459, 33, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-09 21:02:24', '2026-05-10 16:38:11', 33, 115), +(1460, 310, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 00:06:27', '2026-05-10 16:15:44', 310, 99), +(1461, 19, 'financial_contributor', '2026-05-17', 'Spring', '2025-2026', 'absent', 'personal: Attend elder son college graduation in UMASS Amherst on 5/17', '2026-05-10 01:28:36', '2026-05-10 01:28:36', 19, 19), +(1462, 94, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 04:14:12', '2026-05-10 16:15:44', 94, 99), +(1463, 147, 'administrator', '2026-05-10', 'Spring', '2025-2026', 'absent', 'personal: childcare', '2026-05-10 13:05:49', '2026-05-10 13:05:49', 147, 147), +(1464, 82, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:03:10', '2026-05-10 15:03:10', 79, 79), +(1465, 79, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:03:10', '2026-05-10 15:03:10', 79, 79), +(1466, 43, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:04:49', '2026-05-10 15:04:49', 160, 160), +(1467, 186, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:04:49', '2026-05-10 15:04:49', 160, 160), +(1468, 160, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:04:49', '2026-05-10 15:04:49', 160, 160), +(1469, 155, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:07:31', '2026-05-10 15:07:31', 140, 140), +(1470, 199, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:07:31', '2026-05-10 15:07:31', 140, 140), +(1471, 140, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:07:31', '2026-05-10 15:07:31', 140, 140), +(1472, 120, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:08:39', '2026-05-10 15:08:39', 83, 83), +(1473, 174, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:08:39', '2026-05-10 15:08:39', 83, 83), +(1474, 83, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:08:39', '2026-05-10 15:08:39', 83, 83), +(1475, 71, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:13:44', '2026-05-10 15:13:44', 71, 71), +(1476, 311, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:13:44', '2026-05-10 15:13:44', 71, 71), +(1477, 163, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:13:44', '2026-05-10 15:13:44', 71, 71), +(1478, 68, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:16:20', '2026-05-10 15:16:20', 68, 68), +(1479, 129, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:16:20', '2026-05-10 15:16:20', 68, 68), +(1480, 45, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:17:15', '2026-05-10 15:17:15', 84, 84), +(1481, 84, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:17:15', '2026-05-10 15:17:15', 84, 84), +(1482, 184, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:17:15', '2026-05-10 15:17:15', 84, 84), +(1483, 151, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:17:15', '2026-05-10 15:17:15', 84, 84), +(1484, 5, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:29:23', '2026-05-10 15:29:23', 132, 132), +(1485, 132, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:29:23', '2026-05-10 15:29:23', 132, 132), +(1486, 178, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:29:23', '2026-05-10 15:29:23', 132, 132), +(1487, 74, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:30:10', '2026-05-10 15:30:10', 74, 74), +(1488, 89, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 15:30:10', '2026-05-10 15:30:10', 74, 74), +(1489, 138, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:30:13', '2026-05-10 15:30:13', 138, 138), +(1490, 29, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 15:30:13', '2026-05-10 15:30:13', 138, 138), +(1491, 134, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:15:44', '2026-05-10 16:15:44', 99, 99), +(1492, 99, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:15:44', '2026-05-10 16:15:44', 99, 99), +(1493, 73, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:21:11', '2026-05-10 16:21:11', 73, 73), +(1494, 161, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:21:11', '2026-05-10 16:21:11', 73, 73), +(1495, 3, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:31:01', '2026-05-10 16:31:01', 3, 3), +(1496, 97, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:31:01', '2026-05-10 16:31:01', 3, 3), +(1497, 182, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-10 16:31:01', '2026-05-10 16:31:01', 3, 3), +(1498, 27, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:31:01', '2026-05-10 16:31:01', 3, 3), +(1499, 40, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:34:40', '2026-05-10 16:34:40', 40, 40), +(1500, 78, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:34:40', '2026-05-10 16:34:40', 40, 40), +(1501, 82, 'teacher', '2026-05-24', 'Spring', '2025-2026', 'absent', 'vacation: Travelling', '2026-05-10 16:35:41', '2026-05-10 16:35:41', 82, 82), +(1502, 115, 'Teacher', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-10 16:38:11', '2026-05-10 16:38:11', 115, 115), +(1503, 135, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-11 21:59:20', '2026-05-17 16:03:40', 135, 40), +(1504, 113, 'csm_contributor', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:12', '2026-05-12 19:45:12', 4, 4), +(1505, 146, 'admin', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:15', '2026-05-12 19:45:15', 4, 4), +(1506, 92, 'admin', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:16', '2026-05-12 19:45:16', 4, 4), +(1507, 113, 'csm_contributor', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:19', '2026-05-12 19:45:19', 4, 4), +(1508, 146, 'admin', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:20', '2026-05-12 19:45:20', 4, 4), +(1509, 92, 'admin', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:27', '2026-05-12 19:45:27', 4, 4), +(1510, 57, 'head of fa', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:33', '2026-05-12 19:45:33', 4, 4), +(1511, 57, 'head of fa', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:35', '2026-05-12 19:45:35', 4, 4), +(1512, 101, 'head of fes', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:37', '2026-05-12 19:45:37', 4, 4), +(1513, 100, 'fes_contributor', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:40', '2026-05-12 19:45:40', 4, 4), +(1514, 100, 'fes_contributor', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:41', '2026-05-12 19:45:41', 4, 4), +(1515, 121, 'head of fs', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:43', '2026-05-12 19:45:43', 4, 4), +(1516, 121, 'head of fs', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:44', '2026-05-12 19:45:44', 4, 4), +(1517, 183, 'fs_contributor', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:51', '2026-05-12 19:45:51', 4, 4), +(1518, 183, 'fs_contributor', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:53', '2026-05-12 19:45:53', 4, 4), +(1519, 98, 'vice principal', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:54', '2026-05-12 19:45:54', 4, 4), +(1520, 98, 'vice principal', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:55', '2026-05-12 19:45:55', 4, 4), +(1521, 24, 'csm_contributor', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:57', '2026-05-12 19:45:57', 4, 4), +(1522, 24, 'csm_contributor', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:45:57', '2026-05-12 19:45:57', 4, 4), +(1523, 175, 'admin', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-12 19:46:01', '2026-05-12 19:46:01', 4, 4), +(1524, 175, 'admin', '2026-05-03', 'Spring', '2025-2026', 'absent', NULL, '2026-05-12 19:46:07', '2026-05-12 19:46:07', 4, 4), +(1525, 172, 'admin', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:10', '2026-05-12 19:46:10', 4, 4), +(1526, 172, 'admin', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:11', '2026-05-12 19:46:11', 4, 4), +(1527, 19, 'head of csm', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:14', '2026-05-12 19:46:14', 4, 4), +(1528, 19, 'head of csm', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:15', '2026-05-12 19:46:15', 4, 4), +(1529, 200, 'administrator', '2026-05-10', 'Spring', '2025-2026', 'absent', NULL, '2026-05-12 19:46:21', '2026-05-12 19:46:21', 4, 4), +(1530, 108, 'csm_contributor', '2026-05-03', 'Spring', '2025-2026', 'late', NULL, '2026-05-12 19:46:24', '2026-05-12 19:46:46', 4, 4), +(1531, 108, 'csm_contributor', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:25', '2026-05-12 19:46:25', 4, 4), +(1532, 147, 'administrator', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:29', '2026-05-12 19:46:29', 4, 4), +(1533, 4, 'administrator', '2026-05-03', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:40', '2026-05-12 19:46:40', 4, 4), +(1534, 1, 'administrator', '2026-05-10', 'Spring', '2025-2026', 'late', NULL, '2026-05-12 19:46:57', '2026-05-12 19:46:57', 4, 4), +(1535, 4, 'administrator', '2026-05-10', 'Spring', '2025-2026', 'present', NULL, '2026-05-12 19:46:59', '2026-05-12 19:46:59', 4, 4), +(1536, 129, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-16 18:02:44', '2026-05-17 16:26:17', 129, 68), +(1537, 79, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-16 22:55:11', '2026-05-17 16:39:57', 79, 82), +(1538, 310, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-17 00:27:13', '2026-05-17 16:44:36', 310, 99), +(1539, 155, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:21', '2026-05-17 15:23:21', 140, 140), +(1540, 199, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:21', '2026-05-17 15:23:21', 140, 140); +INSERT INTO `staff_attendance` (`id`, `user_id`, `role_name`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES +(1541, 140, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:21', '2026-05-17 15:23:21', 140, 140), +(1542, 45, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:51', '2026-05-17 15:23:51', 45, 45), +(1543, 84, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:51', '2026-05-17 15:23:51', 45, 45), +(1544, 184, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:51', '2026-05-17 15:23:51', 45, 45), +(1545, 151, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:23:51', '2026-05-17 15:23:51', 45, 45), +(1546, 5, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:28:55', '2026-05-17 15:28:55', 132, 132), +(1547, 132, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:28:55', '2026-05-17 15:28:55', 132, 132), +(1548, 178, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:28:55', '2026-05-17 15:28:55', 132, 132), +(1549, 138, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:32:20', '2026-05-17 15:32:20', 138, 138), +(1550, 29, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:32:20', '2026-05-17 15:32:20', 138, 138), +(1551, 73, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:35:33', '2026-05-17 15:35:33', 161, 161), +(1552, 161, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:35:33', '2026-05-17 15:35:33', 161, 161), +(1553, 33, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:39:49', '2026-05-17 15:39:49', 115, 115), +(1554, 115, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:39:49', '2026-05-17 15:39:49', 115, 115), +(1555, 43, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:59:27', '2026-05-17 15:59:27', 186, 186), +(1556, 186, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 15:59:27', '2026-05-17 15:59:27', 186, 186), +(1557, 160, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', 'sick', '2026-05-17 15:59:27', '2026-05-17 15:59:27', 186, 186), +(1558, 40, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:03:40', '2026-05-17 16:03:40', 40, 40), +(1559, 78, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:03:40', '2026-05-17 16:03:40', 40, 40), +(1560, 68, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:26:17', '2026-05-17 16:26:17', 68, 68), +(1561, 120, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:35:34', '2026-05-17 16:35:34', 120, 120), +(1562, 174, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-17 16:35:34', '2026-05-17 16:35:34', 120, 120), +(1563, 83, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:35:34', '2026-05-17 16:35:34', 120, 120), +(1564, 71, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:37:20', '2026-05-17 16:37:20', 71, 71), +(1565, 311, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:37:20', '2026-05-17 16:37:20', 71, 71), +(1566, 163, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:37:20', '2026-05-17 16:37:20', 71, 71), +(1567, 74, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:37:43', '2026-05-17 16:37:43', 74, 74), +(1568, 89, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-17 16:37:43', '2026-05-17 16:37:43', 74, 74), +(1569, 82, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:39:57', '2026-05-17 16:39:57', 82, 82), +(1570, 3, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:42:13', '2026-05-17 16:42:13', 97, 97), +(1571, 97, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:42:13', '2026-05-17 16:42:13', 97, 97), +(1572, 182, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:42:13', '2026-05-17 16:42:13', 97, 97), +(1573, 27, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:42:13', '2026-05-17 16:42:13', 97, 97), +(1574, 134, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-17 16:44:36', '2026-05-17 16:44:36', 99, 99), +(1575, 99, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-17 16:44:36', '2026-05-17 16:44:36', 99, 99), +(1576, 94, 'Teacher', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-17 16:44:36', '2026-05-17 16:44:36', 99, 99), +(1577, 113, 'csm_contributor', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:08', '2026-05-18 03:03:08', 4, 4), +(1578, 146, 'admin', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:09', '2026-05-18 03:03:09', 4, 4), +(1579, 92, 'admin', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:10', '2026-05-18 03:03:10', 4, 4), +(1580, 57, 'head of fa', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:13', '2026-05-18 03:03:13', 4, 4), +(1581, 101, 'head of fes', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:14', '2026-05-18 03:03:14', 4, 4), +(1582, 100, 'fes_contributor', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-18 03:03:17', '2026-05-18 03:03:17', 4, 4), +(1583, 121, 'head of fs', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:36', '2026-05-18 03:03:36', 4, 4), +(1584, 183, 'fs_contributor', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:37', '2026-05-18 03:03:37', 4, 4), +(1585, 98, 'vice principal', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:39', '2026-05-18 03:03:39', 4, 4), +(1586, 24, 'csm_contributor', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:41', '2026-05-18 03:03:41', 4, 4), +(1587, 175, 'admin', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:43', '2026-05-18 03:03:43', 4, 4), +(1588, 172, 'admin', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:46', '2026-05-18 03:03:46', 4, 4), +(1589, 200, 'administrator', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-18 03:03:49', '2026-05-18 03:03:49', 4, 4), +(1590, 108, 'csm_contributor', '2026-05-17', 'Spring', '2025-2026', 'absent', NULL, '2026-05-18 03:03:51', '2026-05-18 03:03:51', 4, 4), +(1591, 147, 'administrator', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:54', '2026-05-18 03:03:54', 4, 4), +(1592, 1, 'administrator', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:56', '2026-05-18 03:03:56', 4, 4), +(1593, 4, 'administrator', '2026-05-17', 'Spring', '2025-2026', 'present', NULL, '2026-05-18 03:03:58', '2026-05-18 03:03:58', 4, 4), +(1594, 310, 'teacher_assistant', '2026-05-24', 'Spring', '2025-2026', 'absent', 'personal: ICNA Convention', '2026-05-23 17:48:53', '2026-05-23 17:48:53', 310, 310), +(1595, 140, 'teacher_assistant', '2026-05-24', 'Spring', '2025-2026', 'absent', 'vacation: I am out of town.', '2026-05-24 02:18:05', '2026-05-24 02:18:05', 140, 140), +(1596, 147, 'administrator', '2026-05-24', 'Spring', '2025-2026', 'absent', 'vacation: Vacation', '2026-05-24 13:47:56', '2026-05-24 13:47:56', 147, 147), +(1597, 33, 'Main', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:26:42', '2026-06-01 03:26:42', 4, 4), +(1598, 115, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:44', '2026-06-01 03:26:44', 4, 4), +(1599, 3, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:46', '2026-06-01 03:26:46', 4, 4), +(1600, 97, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:48', '2026-06-01 03:26:48', 4, 4), +(1601, 182, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:49', '2026-06-01 03:26:49', 4, 4), +(1602, 27, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:50', '2026-06-01 03:26:50', 4, 4), +(1603, 71, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:53', '2026-06-01 03:26:53', 4, 4), +(1604, 311, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:54', '2026-06-01 03:26:54', 4, 4), +(1605, 163, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:56', '2026-06-01 03:26:56', 4, 4), +(1606, 5, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:58', '2026-06-01 03:26:58', 4, 4), +(1607, 132, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:26:59', '2026-06-01 03:26:59', 4, 4), +(1608, 178, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:01', '2026-06-01 03:27:01', 4, 4), +(1609, 155, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:04', '2026-06-01 03:27:04', 4, 4), +(1610, 199, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:05', '2026-06-01 03:27:05', 4, 4), +(1611, 140, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:07', '2026-06-01 03:27:07', 4, 4), +(1612, 45, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:10', '2026-06-01 03:27:10', 4, 4), +(1613, 84, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:11', '2026-06-01 03:27:11', 4, 4), +(1614, 184, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:12', '2026-06-01 03:27:12', 4, 4), +(1615, 151, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:13', '2026-06-01 03:27:13', 4, 4), +(1616, 43, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:16', '2026-06-01 03:27:16', 4, 4), +(1617, 186, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:17', '2026-06-01 03:27:17', 4, 4), +(1618, 160, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:18', '2026-06-01 03:27:18', 4, 4), +(1619, 68, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:20', '2026-06-01 03:27:20', 4, 4), +(1620, 129, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:23', '2026-06-01 03:27:23', 4, 4), +(1621, 73, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:24', '2026-06-01 03:27:24', 4, 4), +(1622, 161, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:25', '2026-06-01 03:27:25', 4, 4), +(1623, 40, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:27', '2026-06-01 03:27:27', 4, 4), +(1624, 78, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:30', '2026-06-01 03:27:30', 4, 4), +(1625, 135, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:32', '2026-06-01 03:27:32', 4, 4), +(1626, 120, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:34', '2026-06-01 03:27:34', 4, 4), +(1627, 174, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:27:37', '2026-06-01 03:27:37', 4, 4), +(1628, 83, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:39', '2026-06-01 03:27:39', 4, 4), +(1629, 82, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:41', '2026-06-01 03:27:41', 4, 4), +(1630, 79, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:42', '2026-06-01 03:27:42', 4, 4), +(1631, 74, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:44', '2026-06-01 03:27:44', 4, 4), +(1632, 89, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:27:46', '2026-06-01 03:27:47', 4, 4), +(1633, 138, 'Main', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:49', '2026-06-01 03:27:49', 4, 4), +(1634, 29, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:51', '2026-06-01 03:27:51', 4, 4), +(1635, 99, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:27:52', '2026-06-01 03:27:52', 4, 4), +(1636, 94, 'Assistant', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:27:55', '2026-06-01 03:27:55', 4, 4), +(1637, 113, 'csm_contributor', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:09', '2026-06-01 03:28:09', 4, 4), +(1638, 146, 'admin', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:11', '2026-06-01 03:28:11', 4, 4), +(1639, 92, 'admin', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:12', '2026-06-01 03:28:12', 4, 4), +(1640, 57, 'head of fa', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:14', '2026-06-01 03:28:14', 4, 4), +(1641, 101, 'head of fes', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:15', '2026-06-01 03:28:15', 4, 4), +(1642, 100, 'fes_contributor', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:21', '2026-06-01 03:28:21', 4, 4), +(1643, 121, 'head of fs', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:23', '2026-06-01 03:28:23', 4, 4), +(1644, 183, 'fs_contributor', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:28:26', '2026-06-01 03:28:26', 4, 4), +(1645, 98, 'vice principal', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:28', '2026-06-01 03:28:28', 4, 4), +(1646, 24, 'csm_contributor', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:29', '2026-06-01 03:28:29', 4, 4), +(1647, 175, 'admin', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:31', '2026-06-01 03:28:31', 4, 4), +(1648, 172, 'admin', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:33', '2026-06-01 03:28:33', 4, 4), +(1649, 19, 'head of csm', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:35', '2026-06-01 03:28:35', 4, 4), +(1650, 200, 'administrator', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:28:37', '2026-06-01 03:28:37', 4, 4), +(1651, 108, 'csm_contributor', '2026-05-31', 'Spring', '2025-2026', 'absent', NULL, '2026-06-01 03:28:42', '2026-06-01 03:28:42', 4, 4), +(1652, 147, 'administrator', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:44', '2026-06-01 03:28:44', 4, 4), +(1653, 1, 'administrator', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:45', '2026-06-01 03:28:45', 4, 4), +(1654, 4, 'administrator', '2026-05-31', 'Spring', '2025-2026', 'present', NULL, '2026-06-01 03:28:47', '2026-06-01 03:28:47', 4, 4); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `students` +-- + +CREATE TABLE `students` ( + `id` int(11) UNSIGNED NOT NULL, + `school_id` char(100) NOT NULL, + `firstname` varchar(255) NOT NULL, + `lastname` varchar(255) NOT NULL, + `dob` date DEFAULT NULL, + `age` int(11) NOT NULL, + `gender` varchar(10) NOT NULL, + `is_active` tinyint(1) NOT NULL DEFAULT 1, + `registration_grade` varchar(50) DEFAULT NULL, + `is_new` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = new student, 0 = returning student', + `photo_consent` tinyint(1) NOT NULL, + `parent_id` int(11) NOT NULL, + `registration_date` datetime DEFAULT NULL, + `tuition_paid` tinyint(1) NOT NULL DEFAULT 0, + `rfid_tag` varchar(100) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL, + `year_of_registration` varchar(25) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `students` +-- + +INSERT INTO `students` (`id`, `school_id`, `firstname`, `lastname`, `dob`, `age`, `gender`, `is_active`, `registration_grade`, `is_new`, `photo_consent`, `parent_id`, `registration_date`, `tuition_paid`, `rfid_tag`, `semester`, `year_of_registration`, `school_year`) VALUES +(1, 'STU2500002', 'Doha', 'Elabidi', '2012-10-23', 13, 'Female', 1, '6', 0, 1, 2, '2025-09-02 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(2, 'STU2500001', 'Imran Badr', 'El Merzouki', '2015-01-17', 10, 'Male', 1, '4', 0, 1, 3, '2025-09-02 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(6, 'STU2500006', 'Sarah Maria', 'Boumnina', '2013-07-29', 12, 'Female', 1, '7', 0, 1, 5, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(7, 'STU2500007', 'Adam Kamal', 'Boumnina', '2016-09-27', 9, 'Male', 1, '3', 0, 1, 5, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(8, 'STU2500008', 'Yahia Nizar', 'Boumnina', '2016-09-27', 9, 'Male', 1, '3', 0, 1, 5, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(9, 'STU2500009', 'Nashwa', 'Noushafarin', '2014-08-09', 11, 'Female', 1, '5', 0, 1, 7, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(10, 'STU2500010', 'Nowriza', 'Nazafarin', '2014-08-09', 11, 'Female', 1, '5', 0, 1, 7, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(11, 'STU2500011', 'Abeerah', 'Saqib', '2011-11-16', 14, 'Female', 1, '7', 0, 1, 6, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(12, 'STU2500012', 'Ahdia', 'Saqib', '2016-07-21', 9, 'Female', 1, '3', 0, 1, 6, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(13, 'STU2500013', 'Amina', 'Saqib', '2017-09-19', 8, 'Female', 1, '3', 0, 1, 6, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(14, 'STU2500014', 'Aroush', 'Saqib', '2019-08-27', 6, 'Female', 1, '1', 0, 1, 6, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(15, 'STU2500015', 'Omar', 'Said', '2012-08-17', 13, 'Male', 1, '7', 0, 1, 9, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(16, 'STU2500016', 'Mariam', 'Said', '2017-05-01', 8, 'Female', 1, '2', 0, 1, 9, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(17, 'STU2500017', 'Sundus', 'Bushnaq', '2015-02-02', 10, 'Female', 1, '4', 0, 1, 10, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(18, 'STU2500018', 'Nuha', 'Bushnaq', '2017-07-31', 8, 'Female', 1, '2', 0, 1, 10, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(19, 'STU2500019', 'Shayaan', 'Ahmed', '2016-11-03', 9, 'Male', 1, '2', 0, 1, 11, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(20, 'STU2500020', 'Joseph', 'Hassan', '2018-07-27', 7, 'Male', 1, '2', 0, 1, 12, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(21, 'STU2500021', 'Amelia', 'Motaleb', '2016-09-27', 9, 'Female', 1, '2', 0, 1, 13, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(22, 'STU2500022', 'Janna', 'Basil', '2015-05-29', 10, 'Female', 1, '5', 0, 1, 14, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(23, 'STU2500023', 'Musawer', 'Seddiqy', '2011-12-06', 14, 'Male', 0, '7', 1, 1, 15, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(24, 'STU2500024', 'Mohammad Ashraf', 'Seddiqy', '2014-03-05', 11, 'Male', 0, '6', 1, 1, 15, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(25, 'STU2500025', 'Melody', 'Koroma', '2014-01-24', 11, 'Female', 1, '4', 0, 1, 16, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(26, 'STU2500026', 'Aamina', 'Imran', '2013-08-22', 12, 'Female', 1, '6', 0, 1, 18, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(27, 'STU2500027', 'Muhammad Abdullah', 'Imran', '2015-11-28', 10, 'Male', 1, '3', 0, 1, 18, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(28, 'STU2500028', 'Arwa', 'Saine', '2013-03-24', 12, 'Female', 1, '6', 0, 1, 22, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(29, 'STU2500029', 'Saja', 'Saine', '2014-09-15', 11, 'Female', 1, '4', 0, 1, 22, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(30, 'STU2500030', 'Amir', 'Saine', '2016-11-29', 9, 'Male', 1, '2', 0, 1, 22, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(31, 'STU2500031', 'Ibrahim', 'Ba', '2010-07-30', 15, 'Male', 1, '9', 0, 1, 21, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(32, 'STU2500032', 'Aicha', 'Ba', '2013-01-27', 12, 'Female', 1, '6', 0, 1, 21, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(33, 'STU2500033', 'Souleymane', 'Ba', '2016-09-26', 9, 'Male', 1, '3', 0, 1, 21, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(34, 'STU2500034', 'Zoya', 'Pathan', '2012-09-24', 13, 'Female', 1, '7', 0, 1, 23, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(35, 'STU2500035', 'Samin', 'Masud', '2011-10-10', 14, 'Male', 1, '7', 0, 1, 26, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(36, 'STU2500036', 'Shariq', 'Masud', '2018-09-13', 7, 'Male', 1, '1', 0, 1, 26, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(37, 'STU2500037', 'Antolina', 'Alam', '2014-02-04', 11, 'Female', 1, '5', 0, 1, 25, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(38, 'STU2500038', 'Ahmed', 'Khan', '2010-01-07', 15, 'Male', 1, '10', 0, 1, 27, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(39, 'STU2500039', 'Aasma', 'Khan', '2011-11-17', 14, 'Female', 1, '8', 0, 0, 27, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(40, 'STU2500040', 'Ashar', 'Khan', '2015-08-11', 10, 'Male', 1, '4', 1, 0, 27, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(41, 'STU2500041', 'Armaan', 'Sajeed', '2019-10-25', 6, 'Male', 1, '2', 0, 1, 20, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(42, 'STU2500042', 'Zainab', 'Malik', '2015-11-20', 10, 'Female', 1, '4', 0, 1, 28, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(43, 'STU2500043', 'Soheb', 'Malik', '2019-01-22', 6, 'Male', 1, '1', 0, 1, 28, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(44, 'STU2500044', 'Hannah', 'Hendley', '2017-03-20', 8, 'Female', 1, '2', 0, 1, 29, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(45, 'STU2500045', 'Aya', 'Hendley', '2019-04-17', 6, 'Female', 1, 'KG', 0, 1, 29, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(46, 'STU2500046', 'Sarah', 'Ali', '2010-12-12', 15, 'Female', 1, '9', 0, 1, 30, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(47, 'STU2500047', 'Salman', 'Ali', '2010-12-13', 15, 'Male', 1, '9', 0, 1, 30, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(48, 'STU2500048', 'Subhan', 'Sarfraz', '2012-08-04', 13, 'Male', 1, '8', 0, 1, 17, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(49, 'STU2500049', 'Ibrahim', 'Sarfraz', '2013-09-24', 12, 'Male', 1, '7', 0, 1, 17, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(50, 'STU2500050', 'Abubakar', 'Kamara', '2014-05-01', 11, 'Male', 1, '4', 0, 1, 31, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(51, 'STU2500051', 'Samira', 'Kamara', '2016-02-24', 9, 'Female', 1, '3', 0, 1, 31, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(52, 'STU2500052', 'Imara', 'Murtuza', '2018-10-23', 7, 'Female', 1, '1', 1, 1, 32, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(53, 'STU2500053', 'Ashar', 'Sabeeh', '2012-06-08', 13, 'Male', 1, '7', 0, 1, 34, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(54, 'STU2500054', 'Ayesha', 'Sabeeh', '2018-11-18', 7, 'Female', 1, '2', 0, 1, 34, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(55, 'STU2500055', 'Mariam', 'Sulemana', '2016-06-07', 9, 'Female', 1, '3', 0, 1, 35, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(56, 'STU2500056', 'Salma', 'Sulemana', '2019-02-12', 6, 'Female', 1, 'KG', 1, 1, 35, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(57, 'STU2500057', 'Hashir', 'Kasule', '2017-04-16', 8, 'Male', 1, '2', 0, 1, 37, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(58, 'STU2500058', 'Hafiz', 'Kasule', '2019-03-15', 6, 'Male', 1, '1', 0, 1, 37, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(59, 'STU2500059', 'Ahmed', 'Sheikh', '2008-02-03', 17, 'Male', 1, '10', 0, 1, 38, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(60, 'STU2500060', 'Ibrahim', 'Sheikh', '2015-06-13', 10, 'Male', 1, '4', 0, 1, 38, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(61, 'STU2500061', 'Sana', 'Jaffri', '2009-06-13', 16, 'Female', 1, '10', 0, 1, 39, '2025-09-03 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(62, 'STU2500062', 'Adam', 'Abdallah', '2011-10-19', 14, 'Male', 1, '7', 0, 1, 42, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(63, 'STU2500063', 'Zakaria', 'Abdallah', '2015-09-14', 10, 'Male', 1, '3', 0, 1, 42, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(64, 'STU2500064', 'Judy', 'Abdallah', '2017-03-27', 8, 'Female', 1, '2', 0, 1, 42, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(65, 'STU2500065', 'Zayan', 'Shamim', '2008-07-14', 17, 'Male', 0, '10', 0, 1, 24, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(66, 'STU2500066', 'Mohammed', 'Shamim', '2013-05-06', 12, 'Male', 1, '7', 0, 1, 24, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(67, 'STU2500067', 'Safa', 'Basheer', '2013-06-12', 12, 'Female', 1, '7', 1, 1, 44, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(68, 'STU2500068', 'Aneeqa', 'Basheer', '2018-01-07', 7, 'Female', 1, '2', 1, 1, 44, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(69, 'STU2500069', 'Ishaal', 'Aboo', '2011-09-16', 14, 'Female', 0, '9', 0, 1, 46, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(70, 'STU2500070', 'Ikram', 'Aboo', '2018-01-18', 7, 'Male', 1, '3', 0, 1, 46, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(71, 'STU2500071', 'Rayhane', 'Oukerro', '2011-12-16', 14, 'Female', 1, '8', 0, 1, 43, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(72, 'STU2500072', 'Barae', 'Oukerro', '2013-04-24', 12, 'Male', 1, '7', 0, 1, 43, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(73, 'STU2500073', 'Arwa', 'Oukerro', '2015-07-17', 10, 'Female', 1, '5', 0, 1, 43, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(74, 'STU2500074', 'Razan', 'Oukerro', '2018-03-07', 7, 'Female', 1, '3', 0, 1, 43, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(75, 'STU2500075', 'Amjad', 'Abdalaoui', '2017-12-08', 8, 'Male', 1, '2', 0, 1, 47, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(76, 'STU2500076', 'Shayaan', 'Imran', '2011-06-19', 14, 'Male', 1, '7', 0, 1, 49, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(77, 'STU2500077', 'Zaariya', 'Imran', '2014-07-17', 11, 'Female', 1, '5', 0, 1, 49, '2025-09-04 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(78, 'STU2500078', 'Areesh', 'Niazi', '2016-10-27', 9, 'Female', 1, '3', 0, 1, 50, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(79, 'STU2500079', 'Mohammad Ghayoor', 'Niazi', '2015-08-03', 10, 'Male', 1, '2', 0, 1, 50, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(80, 'STU2500080', 'Hareer', 'Niazi', '2018-04-09', 7, 'Female', 1, '2', 0, 1, 50, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(81, 'STU2500081', 'Safa', 'Khan', '2016-08-22', 9, 'Female', 1, '2', 0, 1, 52, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(82, 'STU2500082', 'Shoaib', 'Khan', '2018-06-24', 7, 'Male', 1, '1', 0, 1, 52, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(83, 'STU2500083', 'Ayoub', 'Khan', '2020-06-04', 5, 'Male', 1, 'NA', 1, 1, 52, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(84, 'STU2500084', 'Aalia', 'Manduru', '2011-11-14', 14, 'Female', 1, '7', 0, 1, 53, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(85, 'STU2500085', 'Aiza', 'Manduru', '2016-11-14', 9, 'Female', 1, '3', 0, 1, 53, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(86, 'STU2500086', 'Ibrahim', 'Khalid', '2017-09-11', 8, 'Male', 1, '1', 1, 1, 55, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(87, 'STU2500087', 'Eesa', 'Khalid', '2020-12-07', 5, 'Male', 1, 'KG', 1, 1, 55, '2025-09-05 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(88, 'STU2500088', 'Adi', 'Kusna', '2009-10-23', 16, 'Male', 1, '10', 0, 1, 56, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(89, 'STU2500089', 'Alicia', 'Kusna', '2011-11-18', 14, 'Female', 1, '7', 0, 1, 56, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(90, 'STU2500090', 'Emira', 'Shawoo', '2012-10-11', 13, 'Female', 1, '5', 0, 1, 57, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(91, 'STU2500091', 'Afsheen', 'Haque', '2013-04-06', 12, 'Female', 1, '6', 0, 1, 59, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(92, 'STU2500092', 'Alishba', 'Haque', '2019-01-22', 6, 'Female', 1, '1', 0, 1, 59, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(93, 'STU2500093', 'Hannah', 'Nabisawe', '2015-08-11', 10, 'Female', 1, '5', 1, 1, 60, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(94, 'STU2500094', 'Hafsah', 'Namyalo', '2013-09-07', 12, 'Female', 1, '7', 1, 1, 60, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(95, 'STU2500095', 'Fauzhan', 'Sserugooti', '2008-08-28', 17, 'Male', 1, '12', 1, 1, 60, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(96, 'STU2500096', 'Arleyya Safeera', 'Mohd Rashdan', '2009-02-11', 16, 'Female', 1, '10', 0, 1, 63, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(97, 'STU2500097', 'Mahum Jaza', 'Adeel', '2018-04-23', 7, 'Female', 1, '1', 0, 0, 64, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(98, 'STU2500098', 'Mahrukh Hiba', 'Adeel', '2020-05-08', 5, 'Female', 1, 'KG', 1, 0, 64, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(99, 'STU2500099', 'Aaban', 'Khan', '2011-10-16', 14, 'Male', 1, '8', 0, 1, 66, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(100, 'STU2500100', 'Arham', 'Khan', '2014-09-21', 11, 'Male', 1, '5', 0, 1, 66, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(101, 'STU2500101', 'Ammar', 'Khan', '2019-11-23', 6, 'Male', 1, 'KG', 0, 1, 66, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(102, 'STU2500102', 'Hiba', 'Iqbal', '2011-06-09', 14, 'Female', 1, '8', 0, 1, 69, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(103, 'STU2500103', 'Dua', 'Iqbal', '2014-09-18', 11, 'Female', 1, '4', 0, 1, 69, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(104, 'STU2500104', 'Hasaan', 'Iqbal', '2018-11-12', 7, 'Male', 1, '1', 0, 1, 69, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(105, 'STU2500105', 'Khadija', 'Khalifa', '2019-10-27', 6, 'Female', 1, '1', 0, 1, 70, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(106, 'STU2500106', 'Atiya', 'Bahadur', '2016-04-03', 9, 'Female', 1, '4', 1, 1, 72, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(107, 'STU2500107', 'Anas', 'Abdelouahhab', '2008-12-17', 17, 'Male', 1, '10', 0, 1, 71, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(108, 'STU2500108', 'Ziyad', 'Abdelouahhab', '2011-03-14', 14, 'Male', 1, '8', 0, 1, 71, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(109, 'STU2500109', 'Jana', 'Abdelouahhab', '2016-03-22', 9, 'Female', 1, '3', 0, 1, 71, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(110, 'STU2500110', 'Jad', 'Abdelouahhab', '2020-08-13', 5, 'Male', 1, 'KG', 1, 1, 71, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(111, 'STU2500111', 'Seif Eddine', 'Kalila', '2015-07-24', 10, 'Male', 1, '3', 0, 1, 74, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(112, 'STU2500112', 'Ali', 'Kalila', '2018-09-08', 7, 'Male', 1, '1', 0, 1, 74, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(113, 'STU2500113', 'Nour', 'Kalila', '2020-07-28', 5, 'Female', 1, 'KG', 1, 1, 74, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(114, 'STU2500114', 'Hashir', 'Hussain', '2011-03-16', 14, 'Male', 1, '9', 0, 1, 19, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(115, 'STU2500115', 'Ayesha', 'Hussain', '2016-06-29', 9, 'Female', 1, '3', 0, 1, 19, '2025-09-06 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(116, 'STU2500116', 'Zoya', 'Asim', '2012-08-23', 13, 'Female', 1, '8', 0, 1, 73, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(117, 'STU2500117', 'Zahra', 'Asim', '2014-10-18', 11, 'Female', 1, '6', 0, 1, 73, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(118, 'STU2500118', 'Anya', 'Yaqeen', '2015-09-17', 9, 'Female', 1, '3', 0, 0, 80, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(119, 'STU2500119', 'Zoeya', 'Yaqeen', '2012-09-03', 13, 'Female', 1, '6', 0, 1, 80, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(120, 'STU2500120', 'Amirah', 'Male', '2014-04-07', 11, 'Female', 1, '3', 0, 1, 81, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(121, 'STU2500121', 'Ajmal', 'Male', '2015-09-18', 10, 'Male', 1, '3', 0, 1, 81, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(122, 'STU2500122', 'Ausi', 'Male', '2020-04-13', 5, 'Male', 1, 'KG', 1, 1, 81, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(123, 'STU2500123', 'Sara', 'Tyawil', '2016-05-29', 9, 'Female', 1, '2', 0, 1, 84, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(124, 'STU2500124', 'Muhammad', 'Saim', '2012-09-01', 13, 'Male', 1, '7', 0, 1, 86, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(125, 'STU2500125', 'Abdullah', 'Bilal', '2015-03-02', 10, 'Male', 1, '3', 0, 1, 86, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(126, 'STU2500126', 'Ayaan', 'Ghasir', '2013-03-12', 12, 'Male', 1, '7', 0, 1, 88, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(127, 'STU2500127', 'Rehaan', 'Ghasir', '2018-02-28', 7, 'Male', 1, '1', 0, 1, 88, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(128, 'STU2500128', 'Dua', 'Ghasir', '2020-07-08', 5, 'Female', 1, 'KG', 1, 1, 88, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(129, 'STU2500129', 'Zaid', 'Nakhawa', '2016-04-04', 9, 'Male', 1, '3', 1, 1, 90, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(130, 'STU2500130', 'Omar', 'Nakhawa', '2016-02-26', 9, 'Male', 1, '1', 1, 1, 90, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(131, 'STU2500131', 'Zaynab', 'Nakhawa', '2019-08-19', 6, 'Female', 1, 'KG', 1, 1, 90, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(135, 'STU2500135', 'John', 'Sheriff', '2014-03-16', 11, 'Male', 1, '3', 0, 1, 93, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(136, 'STU2500136', 'Hawa', 'Sheriff', '2008-06-23', 17, 'Female', 1, '10', 0, 1, 93, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(137, 'STU2500137', 'Hamza', 'Kolia', '2014-04-24', 11, 'Male', 1, '5', 0, 1, 75, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(138, 'STU2500138', 'Hashim', 'Kolia', '2016-04-22', 9, 'Male', 1, '3', 0, 1, 75, '2025-09-07 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(139, 'STU2500139', 'Rana', 'Babiker', '2014-05-04', 11, 'Female', 1, '5', 0, 0, 96, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(140, 'STU2500140', 'Ziyad', 'Mustafa', '2017-01-15', 8, 'Male', 1, '3', 0, 0, 96, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(141, 'STU2500141', 'Ali', 'Mustafa', '2018-10-21', 7, 'Male', 1, '1', 0, 0, 96, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(142, 'STU2500142', 'Manal', 'Ahbar', '2012-04-25', 13, 'Female', 1, '8', 0, 1, 97, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(143, 'STU2500143', 'Doha', 'Ahbar', '2015-03-04', 10, 'Female', 1, '5', 0, 1, 97, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(144, 'STU2500144', 'Omar', 'Gaabass', '2016-08-01', 9, 'Male', 1, '2', 0, 1, 98, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(145, 'STU2500145', 'Lina', 'Gaabass', '2018-03-16', 7, 'Female', 1, '2', 0, 1, 98, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(146, 'STU2500146', 'Abdallah', 'Gaabass', '2019-05-20', 6, 'Male', 1, '1', 0, 1, 98, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(147, 'STU2500147', 'Yara', 'Gaabass', '2019-05-20', 6, 'Female', 1, '1', 0, 1, 98, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(148, 'STU2500148', 'Saad', 'Elmalki', '2010-01-02', 15, 'Male', 0, '10', 1, 1, 100, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(149, 'STU2500149', 'Salma', 'Elmalki', '2012-03-24', 13, 'Female', 0, '8', 1, 1, 100, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(150, 'STU2500150', 'Leena', 'Elmalki', '2015-02-21', 10, 'Female', 1, '5', 1, 1, 100, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(151, 'STU2500151', 'Fatima', 'Naveed', '2013-04-20', 12, 'Female', 1, '6', 0, 1, 102, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(152, 'STU2500152', 'Muhammad Abubaker', 'Naveed', '2016-01-18', 9, 'Male', 1, '3', 0, 1, 102, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(153, 'STU2500153', 'Maryam', 'Naveed', '2019-08-05', 6, 'Female', 1, 'KG', 0, 1, 102, '2025-09-08 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(154, 'STU2500154', 'Yasmine', 'Onyeneho', '2011-10-15', 14, 'Female', 1, '8', 0, 1, 104, '2025-09-09 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(156, 'STU2500156', 'Asma', 'Atiq', '2015-10-07', 10, 'Female', 1, '3', 0, 0, 105, '2025-09-09 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(157, 'STU2500157', 'Salma', 'Miakhel', '2017-11-29', 8, 'Female', 1, '1', 0, 0, 105, '2025-09-09 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(158, 'STU2500158', 'Mamadou', 'Ba', '2011-08-10', 14, 'Male', 1, '8', 1, 1, 106, '2025-09-10 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(159, 'STU2500159', 'Nasma', 'Boudjemaa', '2016-04-27', 9, 'Female', 1, '4', 1, 0, 107, '2025-09-10 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(160, 'STU2500160', 'Nora', 'Boudjemaa', '2018-07-13', 7, 'Female', 1, '2', 1, 0, 107, '2025-09-10 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(161, 'STU2500161', 'Kareemah', 'Ssemaganda', '2014-02-03', 11, 'Female', 1, '5', 0, 1, 109, '2025-09-11 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(162, 'STU2500162', 'Sidrah', 'Azmi', '2011-02-12', 14, 'Female', 1, '8', 0, 1, 110, '2025-09-11 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(163, 'STU2500163', 'Omair', 'Quadri', '2011-11-15', 14, 'Male', 1, '8', 1, 1, 114, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(164, 'STU2500164', 'Zaina', 'Abu-Tarboush', '2015-09-26', 10, 'Female', 1, '4', 0, 1, 117, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(165, 'STU2500165', 'Salma', 'Abu-Tarboush', '2018-07-26', 7, 'Female', 1, '2', 0, 1, 117, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(166, 'STU2500166', 'Ghazi', 'Abu-Tarboush', '2020-04-23', 5, 'Male', 1, 'KG', 1, 1, 117, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(167, 'STU2500167', 'Anayah', 'Shaikh', '2015-03-16', 10, 'Female', 1, '4', 0, 1, 118, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(168, 'STU2500168', 'Abaan', 'Shaikh', '2018-08-07', 7, 'Male', 1, '2', 0, 1, 118, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(169, 'STU2500169', 'Azlaan', 'Shaikh', '2018-08-07', 7, 'Male', 1, '2', 0, 1, 118, '2025-09-13 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(170, 'STU2500170', 'Safa', 'Shahid', '2013-09-29', 12, 'Female', 1, '6', 0, 1, 122, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(171, 'STU2500171', 'Aima', 'Shahid', '2016-10-30', 9, 'Female', 1, '3', 0, 1, 122, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(173, 'STU2500173', 'Hafiz', 'Momoh', '2018-07-20', 7, 'Male', 1, '1', 0, 1, 123, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(174, 'STU2500174', 'Luqman', 'Momoh', '2020-04-27', 5, 'Male', 1, 'KG', 1, 1, 123, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(175, 'STU2500175', 'Labeebah', 'Mutesi', '2020-02-12', 5, 'Female', 1, 'KG', 1, 1, 124, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(176, 'STU2500176', 'Afrah', 'Senkubuge', '2019-09-29', 6, 'Female', 1, 'KG', 0, 1, 125, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(177, 'STU2500177', 'Naz Yasin', 'Wasif', '2016-01-12', 9, 'Male', 1, '3', 0, 1, 126, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(178, 'STU2500178', 'Maimoona', 'Wasif', '2019-02-14', 6, 'Female', 1, 'KG', 0, 1, 126, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(179, 'STU2500179', 'Hasanat', 'Sediqi', '2017-04-25', 8, 'Female', 1, '2', 1, 1, 128, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(180, 'STU2500180', 'Abdul Rahman', 'Sediqi', '2019-10-12', 6, 'Male', 1, 'NA', 1, 1, 128, '2025-09-14 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(181, 'STU2500181', 'Hassen', 'Ben Jamil', '2010-08-11', 15, 'Male', 0, '9', 1, 1, 129, '2025-09-15 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(182, 'STU2500182', 'Ishmael', 'Kallon', '2017-01-10', 8, 'Male', 1, '1', 0, 1, 130, '2025-09-15 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(183, 'STU2500183', 'Abdelrahman', 'Garelnabi', '2018-03-13', 7, 'Male', 1, '1', 1, 1, 132, '2025-09-16 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(184, 'STU2500184', 'Amina', 'Garelnabi', '2020-04-02', 5, 'Female', 1, 'KG', 1, 1, 132, '2025-09-16 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(185, 'STU2500185', 'Ilyes', 'Qabba', '2018-05-22', 7, 'Male', 1, '2', 0, 1, 133, '2025-09-16 15:06:41', 0, NULL, 'Fall', '2025', '2025-2026'), +(186, 'STU2500186', 'Justin', 'Noorkomar', '2015-01-03', 10, 'Male', 1, '4', 0, 1, 136, '2025-09-17 01:56:01', 0, NULL, 'Fall', '2025', '2025-2026'), +(187, 'STU2500187', 'Sophia', 'Alai', '2012-09-01', 13, 'Female', 1, '6', 0, 1, 137, '2025-09-18 00:20:07', 0, NULL, 'Fall', '2025', '2025-2026'), +(188, 'STU2500188', 'Salma', 'Alai', '2015-06-04', 10, 'Female', 1, '4', 0, 1, 137, '2025-09-18 00:20:07', 0, NULL, 'Fall', '2025', '2025-2026'), +(189, 'STU2500189', 'Ayana Amin', 'Marjiah', '2018-01-25', 7, 'Female', 1, '2', 0, 1, 139, '2025-09-18 01:32:26', 0, NULL, 'Fall', '2025', '2025-2026'), +(190, 'STU2500190', 'Yahia', 'Seddane', '2011-09-14', 14, 'Male', 1, '8', 0, 0, 141, '2025-09-18 22:16:33', 0, NULL, 'Fall', '2025', '2025-2026'), +(191, 'STU2500191', 'Salma', 'Seddane', '2013-07-26', 12, 'Female', 0, '6', 0, 0, 141, '2025-09-18 22:16:33', 0, NULL, 'Fall', '2025', '2025-2026'), +(192, 'STU2500192', 'Zahra', 'Malik', '2012-02-28', 13, 'Female', 1, '8', 0, 1, 145, '2025-09-19 22:04:13', 0, NULL, 'Fall', '2025', '2025-2026'), +(193, 'STU2500193', 'Jyda', 'Hamami', '2012-12-04', 12, 'Female', 0, '5', 0, 1, 68, '2025-09-20 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(194, 'STU2500194', 'Omar', 'Hamami', '2014-07-24', 11, 'Male', 1, '4', 0, 1, 68, '2025-09-20 13:10:34', 0, NULL, 'Fall', '2025', '2025-2026'), +(195, 'STU2500195', 'Haneen', 'Eltaher', '2015-01-17', 10, 'Female', 1, '4', 0, 1, 8, '2025-09-20 13:27:19', 0, NULL, 'Fall', '2025', '2025-2026'), +(196, 'STU2500196', 'Kareem', 'Eltaher', '2017-12-17', 8, 'Male', 1, '2', 0, 1, 8, '2025-09-20 13:27:19', 0, NULL, 'Fall', '2025', '2025-2026'), +(197, 'STU2500197', 'Simra', 'Bhutto', '2018-08-20', 7, 'Female', 1, '1', 0, 1, 149, '2025-09-20 15:05:28', 0, NULL, 'Fall', '2025', '2025-2026'), +(198, 'STU2500198', 'Ikhlas', 'Abdi', '2014-08-26', 11, 'Female', 1, '6', 1, 1, 150, '2025-09-20 16:00:09', 0, NULL, 'Fall', '2025', '2025-2026'), +(199, 'STU2500199', 'Amin', 'Abdi', '2016-09-19', 9, 'Male', 1, '3', 1, 1, 150, '2025-09-20 16:00:09', 0, NULL, 'Fall', '2025', '2025-2026'), +(200, 'STU2500200', 'Leena', 'Koukou', '2019-06-10', 6, 'Female', 1, '1', 0, 0, 153, '2025-09-20 20:22:03', 0, NULL, 'Fall', '2025', '2025-2026'), +(201, 'STU2500201', 'Rayan', 'Irfan', '2010-11-15', 15, 'Male', 1, '9', 0, 1, 120, '2025-09-20 22:58:40', 0, NULL, 'Fall', '2025', '2025-2026'), +(202, 'STU2500202', 'Zoya', 'Irfan', '2016-01-05', 9, 'Female', 1, '3', 0, 1, 120, '2025-09-20 22:58:40', 0, NULL, 'Fall', '2025', '2025-2026'), +(203, 'STU2500203', 'Isabella', 'Diallo', '2009-07-23', 16, 'Female', 1, '10', 0, 1, 156, '2025-09-21 00:56:41', 0, NULL, 'Fall', '2025', '2025-2026'), +(204, 'STU2500204', 'Bubacar', 'Diallo', '2011-05-08', 14, 'Male', 1, '9', 0, 1, 156, '2025-09-21 00:56:41', 0, NULL, 'Fall', '2025', '2025-2026'), +(205, 'STU2500205', 'Umu', 'Diallo', '2013-11-23', 12, 'Female', 1, '5', 0, 1, 156, '2025-09-21 00:56:41', 0, NULL, 'Fall', '2025', '2025-2026'), +(206, 'STU2500206', 'Yusuf', 'Diallo', '2018-06-19', 7, 'Male', 1, '2', 0, 1, 156, '2025-09-21 00:56:41', 0, NULL, 'Fall', '2025', '2025-2026'), +(207, 'STU2500207', 'Yousuf', 'Mohid', '2011-10-21', 14, 'Male', 1, '7', 0, 1, 158, '2025-09-21 01:23:53', 0, NULL, 'Fall', '2025', '2025-2026'), +(208, 'STU2500208', 'Iqra', 'Yaqubee', '2010-10-18', 15, 'Female', 1, '8', 0, 1, 165, '2025-09-21 11:58:55', 0, NULL, 'Fall', '2025', '2025-2026'), +(209, 'STU2500209', 'Isra', 'Yaqubee', '2013-02-05', 12, 'Female', 1, '5', 0, 1, 165, '2025-09-21 11:58:55', 0, NULL, 'Fall', '2025', '2025-2026'), +(210, 'STU2500210', 'Sedra', 'Yaqubee', '2014-10-24', 11, 'Female', 1, '4', 0, 1, 165, '2025-09-21 11:58:55', 0, NULL, 'Fall', '2025', '2025-2026'), +(211, 'STU2500211', 'Zohaib', 'Yaqubee', '2018-09-15', 7, 'Male', 1, '1', 0, 1, 165, '2025-09-21 11:58:55', 0, NULL, 'Fall', '2025', '2025-2026'), +(212, 'STU2500212', 'Aicha Safia', 'Albertorio', '2011-03-01', 14, 'Female', 1, '7', 0, 1, 142, '2025-09-21 14:02:24', 0, NULL, 'Fall', '2025', '2025-2026'), +(213, 'STU2500213', 'Nuara', 'Nazir', '2018-04-25', 7, 'Female', 1, '3', 0, 1, 167, '2025-09-21 14:14:59', 0, NULL, 'Fall', '2025', '2025-2026'), +(214, 'STU2500214', 'Seth', 'Meah', '2016-12-16', 9, 'Male', 1, '3', 1, 0, 164, '2025-09-21 14:29:43', 0, NULL, 'Fall', '2025', '2025-2026'), +(215, 'STU2500215', 'Nyla', 'Meah', '2018-11-29', 7, 'Female', 1, '1', 1, 0, 164, '2025-09-21 14:29:43', 0, NULL, 'Fall', '2025', '2025-2026'), +(216, 'STU2500216', 'Aleem', 'Sheikh', '2016-05-13', 9, 'Male', 1, '4', 0, 1, 168, '2025-09-21 14:36:37', 0, NULL, 'Fall', '2025', '2025-2026'), +(217, 'STU2500217', 'Musa', 'Sheikh', '2019-12-16', 6, 'Male', 1, '2', 0, 1, 168, '2025-09-21 14:36:37', 0, NULL, 'Fall', '2025', '2025-2026'), +(218, 'STU2500218', 'Zunairah', 'Yara', '2016-02-21', 9, 'Female', 1, '3', 0, 1, 169, '2025-09-21 14:39:47', 0, NULL, 'Fall', '2025', '2025-2026'), +(219, 'STU2500219', 'Zuhayer', 'Tahmeed', '2009-07-21', 16, 'Male', 1, '10', 0, 1, 169, '2025-09-21 14:39:47', 0, NULL, 'Fall', '2025', '2025-2026'), +(220, 'STU2500220', 'Adyan', 'Murtuza', '2016-03-04', 9, 'Male', 1, '4', 1, 1, 32, '2025-09-21 14:59:59', 0, NULL, 'Fall', '2025', '2025-2026'), +(221, 'STU2500221', 'Ariyan', 'Ammar', '2020-02-05', 5, 'Male', 1, '1', 0, 1, 173, '2025-09-21 15:05:44', 0, NULL, 'Fall', '2025', '2025-2026'), +(222, 'STU2500222', 'Zayyan', 'Ammar', '2017-09-21', 8, 'Male', 1, '1', 0, 1, 173, '2025-09-21 15:05:44', 0, NULL, 'Fall', '2025', '2025-2026'), +(223, 'STU2500223', 'Sabeen', 'Aamir', '2011-07-25', 14, 'Female', 1, '9', 1, 1, 174, '2025-09-21 15:10:18', 0, NULL, 'Fall', '2025', '2025-2026'), +(224, 'STU2500224', 'Umaima', 'Amir', '2015-01-14', 10, 'Female', 1, '5', 1, 0, 174, '2025-09-21 15:10:18', 0, NULL, 'Fall', '2025', '2025-2026'), +(225, 'STU2500225', 'Abdul', 'Muqeet', '2010-05-21', 15, 'Male', 1, '10', 1, 0, 174, '2025-09-21 15:10:18', 0, NULL, 'Fall', '2025', '2025-2026'), +(226, 'STU2500226', 'Mah', 'Noor', '2017-10-20', 8, 'Female', 1, '2', 1, 0, 174, '2025-09-21 15:10:18', 0, NULL, 'Fall', '2025', '2025-2026'), +(227, 'STU2500227', 'Muhammad', 'Rabi', '2019-09-13', 6, 'Male', 1, '2', 1, 0, 174, '2025-09-21 15:10:18', 0, NULL, 'Fall', '2025', '2025-2026'), +(228, 'STU2500228', 'Jamal', 'Sembatya', '2017-06-23', 8, 'Male', 1, '2', 1, 1, 176, '2025-09-21 15:23:35', 0, NULL, 'Fall', '2025', '2025-2026'), +(229, 'STU2500229', 'Sameer', 'Sembatya', '2019-02-21', 6, 'Male', 1, '1', 1, 1, 176, '2025-09-21 15:23:35', 0, NULL, 'Fall', '2025', '2025-2026'), +(230, 'STU2500230', 'Mohammad', 'Akil', '2012-01-01', 13, 'Male', 1, '7', 0, 1, 175, '2025-09-21 15:30:56', 0, NULL, 'Fall', '2025', '2025-2026'), +(231, 'STU2500231', 'Ghaith', 'Akil', '2014-01-01', 11, 'Male', 1, '4', 0, 1, 175, '2025-09-21 15:30:56', 0, NULL, 'Fall', '2025', '2025-2026'), +(232, 'STU2500232', 'Layal', 'Akil', '2020-03-09', 5, 'Female', 1, '1', 1, 1, 175, '2025-09-21 15:30:56', 0, NULL, 'Fall', '2025', '2025-2026'), +(233, 'STU2500233', 'Rinad', 'Haj', '2014-10-03', 11, 'Female', 1, '5', 1, 1, 172, '2025-09-21 15:32:33', 0, NULL, 'Fall', '2025', '2025-2026'), +(234, 'STU2500234', 'Ibrahim', 'Haj', '2016-09-17', 9, 'Male', 1, '3', 1, 1, 172, '2025-09-21 15:32:33', 0, NULL, 'Fall', '2025', '2025-2026'), +(235, 'STU2500235', 'Fatma', 'Haj', '2018-09-28', 7, 'Female', 1, '1', 1, 1, 172, '2025-09-21 15:32:33', 0, NULL, 'Fall', '2025', '2025-2026'), +(236, 'STU2500236', 'Malaika', 'Yahya', '2008-12-27', 17, 'Female', 1, '11', 1, 1, 177, '2025-09-21 15:36:49', 0, NULL, 'Fall', '2025', '2025-2026'), +(237, 'STU2500237', 'Hussain', 'Ali', '2009-12-01', 16, 'Male', 1, '8', 1, 1, 177, '2025-09-21 15:36:49', 0, NULL, 'Fall', '2025', '2025-2026'), +(238, 'STU2500238', 'Adyan', 'Chowdhury', '2008-02-08', 17, 'Male', 1, '10', 0, 1, 181, '2025-09-21 16:50:51', 0, NULL, 'Fall', '2025', '2025-2026'), +(239, 'STU2500239', 'Umaima', 'Chowdhury', '2010-09-07', 15, 'Female', 1, '9', 0, 1, 181, '2025-09-21 16:50:51', 0, NULL, 'Fall', '2025', '2025-2026'), +(240, 'STU2500240', 'Shafiqa', 'Ben Jamil', '2012-07-11', 13, 'Female', 0, '8', 1, 1, 129, '2025-09-21 19:08:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(241, 'STU2500241', 'Zakaria', 'Benchekroun', '2010-11-14', 15, 'Male', 1, '9', 0, 1, 187, '2025-09-22 00:39:23', 0, NULL, 'Fall', '2025', '2025-2026'), +(242, 'STU2500242', 'Aliyah', 'Benchekroun', '2012-06-10', 13, 'Female', 1, '7', 0, 1, 187, '2025-09-22 00:39:23', 0, NULL, 'Fall', '2025', '2025-2026'), +(244, 'STU2500244', 'Yaseen', 'Mirza', '2015-08-24', 10, 'Male', 1, '4', 0, 1, 189, '2025-09-23 13:24:27', 0, NULL, 'Fall', '2025', '2025-2026'), +(245, 'STU2500245', 'Mira', 'Waid', '2017-01-29', 8, 'Female', 1, '2', 1, 1, 198, '2025-09-27 22:58:51', 0, NULL, 'Fall', '2025', '2025-2026'), +(246, 'STU2500246', 'Ayaan', 'Nowaz', '2008-05-25', 17, 'Male', 1, '12', 1, 1, 196, '2025-09-28 14:31:15', 0, NULL, 'Fall', '2025', '2025-2026'), +(247, 'STU2500247', 'Aliyah', 'Kalule', '2010-03-04', 15, 'Female', 1, '9', 1, 1, 202, '2025-09-28 15:20:28', 0, NULL, 'Fall', '2025', '2025-2026'), +(248, 'STU2500248', 'Mohammad Yusuf', 'Hamdard', '2016-10-08', 9, 'Male', 1, '2', 1, 1, 203, '2025-09-29 19:42:50', 0, NULL, 'Fall', '2025', '2025-2026'), +(249, 'STU2500249', 'Abdul Kabeer', 'Hamdard', '2018-06-23', 7, 'Male', 1, '1', 1, 1, 203, '2025-09-29 19:42:50', 0, NULL, 'Fall', '2025', '2025-2026'), +(250, 'STU2500250', 'Abdul Karim', 'Hamdard', '2020-01-05', 5, 'Male', 1, 'NA', 1, 1, 203, '2025-09-29 19:42:50', 0, NULL, 'Fall', '2025', '2025-2026'), +(251, 'STU2500251', 'Ayyan', 'Kamran', '2008-01-24', 17, 'Male', 1, '10', 0, 1, 134, '2025-10-02 03:10:12', 0, NULL, 'Fall', '2025', '2025-2026'), +(252, 'STU2500252', 'Arsalan', 'Kamran', '2010-03-18', 15, 'Male', 1, '10', 0, 1, 134, '2025-10-02 03:10:12', 0, NULL, 'Fall', '2025', '2025-2026'), +(253, 'STU2500253', 'Victoria', 'Williams', '2010-01-17', 15, 'Female', 1, '9', 1, 1, 205, '2025-10-02 03:20:58', 0, NULL, 'Fall', '2025', '2025-2026'), +(254, 'STU2500254', 'London', 'Edwards', '2014-02-13', 11, 'Female', 1, '5', 1, 1, 205, '2025-10-02 03:20:58', 0, NULL, 'Fall', '2025', '2025-2026'), +(255, 'STU2500255', 'Jennah', 'Maase', '2015-05-24', 10, 'Female', 1, '4', 0, 0, 206, '2025-10-05 02:06:30', 0, NULL, 'Fall', '2025', '2025-2026'), +(256, 'STU2500256', 'Khadijah', 'Maase', '2018-02-05', 7, 'Female', 1, '1', 1, 0, 206, '2025-10-05 02:06:30', 0, NULL, 'Fall', '2025', '2025-2026'), +(257, 'STU2500257', 'Abdul', 'Rafe', '2012-06-26', 13, 'Male', 1, '7', 0, 1, 207, '2025-10-05 14:15:46', 0, NULL, 'Fall', '2025', '2025-2026'), +(258, 'STU2500258', 'Reyad', 'Jackson', '2013-09-24', 12, 'Male', 1, '5', 0, 1, 209, '2025-10-05 16:42:47', 0, NULL, 'Fall', '2025', '2025-2026'), +(259, 'STU2500259', 'Zaineb', 'Elmerse', '2009-10-16', 16, 'Female', 1, 'Youth', 0, 1, 204, '2025-09-02 00:00:00', 0, NULL, 'Fall', '2025', '2025-2026'), +(260, 'STU2600001', 'Mohmmad Omar', 'Sediqi', '2021-01-08', 5, 'Male', 1, 'K', 1, 1, 128, '2026-02-01 19:11:00', 0, NULL, NULL, '2026', '2025-2026'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `student_allergies` +-- + +CREATE TABLE `student_allergies` ( + `id` int(11) NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `allergy` varchar(100) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `student_allergies` +-- + +INSERT INTO `student_allergies` (`id`, `student_id`, `allergy`) VALUES +(1, 1, 'None'), +(2, 2, 'None'), +(6, 6, 'Animal Dander (cats, dogs, etc.)'), +(7, 6, 'Dust Mites'), +(8, 6, 'Fragrances / Perfumes'), +(9, 6, 'Mold'), +(10, 6, 'Pollen (grass, tree, weed)'), +(11, 7, 'Dust Mites'), +(12, 7, 'Mold'), +(13, 7, 'Pollen (grass, tree, weed)'), +(14, 8, 'Dust Mites'), +(15, 8, 'Mold'), +(16, 8, 'Pollen (grass, tree, weed)'), +(17, 9, 'Antibiotics'), +(18, 10, 'None'), +(19, 11, 'None'), +(20, 12, 'Dust Mites'), +(21, 12, 'Mold'), +(22, 12, 'Pollen (grass, tree, weed)'), +(23, 13, 'Dust Mites'), +(24, 13, 'Mold'), +(25, 13, 'Pollen (grass, tree, weed)'), +(26, 14, 'None'), +(27, 15, 'None'), +(28, 16, 'None'), +(29, 17, 'None'), +(30, 18, 'None'), +(31, 19, 'Animal Dander (cats, dogs, etc.)'), +(32, 20, 'None'), +(33, 21, 'None'), +(34, 22, 'None'), +(35, 23, 'None'), +(36, 24, 'None'), +(37, 25, 'None'), +(38, 26, 'Pollen (grass, tree, weed)'), +(39, 27, 'Pollen (grass, tree, weed)'), +(40, 28, 'None'), +(41, 29, 'None'), +(42, 31, 'None'), +(43, 32, 'None'), +(44, 33, 'None'), +(45, 34, 'Other'), +(46, 35, 'None'), +(47, 36, 'None'), +(48, 37, 'None'), +(49, 38, 'None'), +(50, 39, 'None'), +(51, 40, 'None'), +(52, 41, 'None'), +(53, 44, 'None'), +(54, 45, 'None'), +(55, 46, 'None'), +(56, 47, 'None'), +(57, 48, 'None'), +(58, 49, 'None'), +(59, 50, 'None'), +(60, 51, 'None'), +(61, 53, 'None'), +(62, 54, 'None'), +(63, 55, 'Egg'), +(64, 56, 'None'), +(65, 57, 'None'), +(66, 58, 'None'), +(67, 59, 'None'), +(68, 60, 'None'), +(69, 61, 'None'), +(70, 62, 'None'), +(71, 63, 'None'), +(72, 64, 'None'), +(73, 65, 'None'), +(74, 66, 'None'), +(75, 67, 'None'), +(76, 68, 'None'), +(77, 69, 'None'), +(78, 71, 'None'), +(79, 72, 'None'), +(80, 73, 'None'), +(81, 74, 'None'), +(82, 76, 'None'), +(83, 77, 'Antibiotics'), +(84, 78, 'None'), +(85, 79, 'None'), +(86, 80, 'None'), +(87, 81, 'None'), +(88, 82, 'None'), +(89, 83, 'None'), +(90, 84, 'None'), +(91, 85, 'None'), +(92, 86, 'None'), +(93, 87, 'None'), +(94, 88, 'Other'), +(95, 89, 'None'), +(96, 90, 'None'), +(97, 91, 'None'), +(98, 92, 'None'), +(99, 93, 'None'), +(100, 94, 'None'), +(101, 95, 'None'), +(102, 96, 'None'), +(103, 97, 'None'), +(104, 98, 'None'), +(105, 99, 'None'), +(106, 100, 'None'), +(107, 101, 'None'), +(108, 102, 'None'), +(109, 103, 'None'), +(110, 104, 'None'), +(111, 105, 'None'), +(112, 106, 'None'), +(113, 107, 'None'), +(114, 108, 'None'), +(115, 109, 'None'), +(116, 110, 'None'), +(117, 111, 'None'), +(118, 112, 'None'), +(119, 113, 'None'), +(120, 114, 'None'), +(121, 115, 'Antibiotics'), +(122, 116, 'None'), +(123, 117, 'None'), +(125, 119, 'None'), +(126, 120, 'Antibiotics'), +(127, 121, 'None'), +(128, 122, 'None'), +(129, 123, 'Pollen (grass, tree, weed)'), +(130, 124, 'None'), +(131, 125, 'None'), +(132, 126, 'None'), +(133, 127, 'None'), +(134, 128, 'None'), +(135, 129, 'None'), +(136, 130, 'Tree Nuts (almond, cashew, walnut, etc.)'), +(137, 131, 'None'), +(141, 135, 'None'), +(142, 136, 'None'), +(143, 137, 'None'), +(144, 138, 'None'), +(145, 139, 'None'), +(146, 140, 'None'), +(147, 141, 'None'), +(148, 142, 'None'), +(149, 143, 'None'), +(150, 144, 'None'), +(151, 145, 'None'), +(152, 146, 'None'), +(154, 148, 'None'), +(155, 149, 'None'), +(156, 150, 'None'), +(157, 151, 'None'), +(158, 152, 'None'), +(159, 153, 'None'), +(160, 154, 'Corn'), +(161, 154, 'Dust Mites'), +(163, 156, 'None'), +(164, 157, 'None'), +(165, 158, 'None'), +(166, 159, 'Shellfish (shrimp, crab, lobster, etc.)'), +(167, 159, 'Wheat / Gluten'), +(168, 160, 'None'), +(169, 161, 'Milk / Dairy'), +(170, 162, 'None'), +(171, 163, 'None'), +(172, 164, 'None'), +(173, 165, 'None'), +(174, 166, 'None'), +(175, 167, 'None'), +(176, 168, 'None'), +(177, 169, 'None'), +(178, 170, 'Wheat / Gluten'), +(179, 171, 'Wheat / Gluten'), +(181, 173, 'None'), +(182, 174, 'None'), +(183, 175, 'None'), +(184, 176, 'None'), +(185, 177, 'None'), +(186, 178, 'None'), +(187, 179, 'None'), +(188, 180, 'None'), +(189, 181, 'None'), +(191, 183, 'None'), +(192, 184, 'None'), +(193, 185, 'None'), +(194, 186, 'None'), +(195, 187, 'None'), +(196, 188, 'None'), +(197, 189, 'None'), +(198, 190, 'None'), +(199, 191, 'None'), +(200, 192, 'None'), +(202, 194, 'None'), +(203, 195, 'None'), +(204, 196, 'None'), +(205, 197, 'None'), +(206, 198, 'Mold'), +(207, 198, 'Sesame'), +(208, 199, 'None'), +(209, 200, 'None'), +(210, 201, 'None'), +(211, 202, 'None'), +(212, 203, 'None'), +(213, 204, 'None'), +(214, 205, 'None'), +(215, 206, 'None'), +(216, 207, 'None'), +(217, 208, 'None'), +(218, 209, 'None'), +(219, 210, 'None'), +(220, 211, 'None'), +(221, 212, 'None'), +(222, 213, 'None'), +(223, 214, 'None'), +(224, 215, 'None'), +(225, 216, 'None'), +(226, 217, 'None'), +(227, 218, 'None'), +(228, 219, 'None'), +(229, 220, 'None'), +(230, 221, 'None'), +(231, 222, 'None'), +(232, 223, 'None'), +(233, 224, 'None'), +(234, 225, 'None'), +(235, 226, 'None'), +(236, 227, 'None'), +(237, 228, 'None'), +(238, 229, 'None'), +(239, 230, 'Antibiotics'), +(240, 231, 'None'), +(241, 232, 'None'), +(242, 233, 'None'), +(243, 234, 'None'), +(244, 235, 'None'), +(245, 236, 'Fish'), +(246, 237, 'None'), +(247, 238, 'None'), +(248, 239, 'None'), +(251, 241, 'None'), +(252, 242, 'None'), +(254, 244, 'None'), +(255, 245, 'None'), +(256, 246, 'None'), +(257, 247, 'None'), +(258, 248, 'None'), +(259, 249, 'None'), +(260, 250, 'None'), +(261, 251, 'None'), +(262, 252, 'None'), +(263, 253, 'None'), +(264, 254, 'Pollen (grass, tree, weed)'), +(265, 255, 'None'), +(266, 256, 'None'), +(267, 257, 'None'), +(268, 258, 'None'), +(269, 260, 'None'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `student_class` +-- + +CREATE TABLE `student_class` ( + `id` int(11) UNSIGNED NOT NULL, + `student_id` int(11) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `is_event_only` tinyint(1) UNSIGNED NOT NULL DEFAULT 0, + `semester` varchar(255) NOT NULL, + `school_year` varchar(25) DEFAULT NULL, + `description` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `updated_by` int(11) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `student_class` +-- + +INSERT INTO `student_class` (`id`, `student_id`, `class_section_id`, `is_event_only`, `semester`, `school_year`, `description`, `created_at`, `updated_at`, `updated_by`) VALUES +(5, 2, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 07:49:48', '2025-11-14 04:09:05', 1), +(6, 1, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 08:11:00', '2025-09-06 08:11:00', 4), +(7, 6, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:41:53', '2025-09-06 19:41:53', 4), +(8, 7, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:42:00', '2025-09-20 20:17:03', 4), +(9, 8, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:42:04', '2025-09-20 20:18:03', 4), +(10, 9, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:45:55', '2025-09-06 19:45:55', 4), +(11, 10, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:46:01', '2025-09-06 19:46:01', 4), +(12, 11, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:48:18', '2025-09-06 19:48:18', 4), +(13, 12, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:48:29', '2025-09-20 20:21:11', 4), +(14, 13, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:48:35', '2025-09-20 20:22:17', 4), +(15, 14, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:48:40', '2025-09-20 20:10:51', 4), +(16, 15, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:52:18', '2025-09-06 19:52:18', 4), +(17, 16, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:52:23', '2025-09-20 20:16:30', 4), +(18, 18, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:53:54', '2025-09-20 20:15:08', 4), +(19, 17, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:55:53', '2025-09-20 22:53:51', 1), +(20, 19, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 19:57:32', '2025-09-20 20:18:19', 4), +(21, 21, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:19:31', '2025-09-20 20:17:18', 4), +(22, 22, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:21:36', '2025-09-20 22:55:06', 1), +(23, 25, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:25:45', '2025-09-20 22:56:16', 1), +(24, 26, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:27:39', '2025-09-06 20:27:39', 4), +(25, 27, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:27:47', '2025-09-20 20:24:12', 4), +(26, 28, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:30:13', '2025-09-06 20:30:13', 4), +(27, 29, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:30:21', '2025-09-20 22:56:05', 1), +(28, 30, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:30:28', '2025-09-21 18:55:50', 4), +(29, 31, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:32:47', '2025-09-06 20:32:47', 4), +(30, 32, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:33:01', '2025-09-06 20:33:01', 4), +(31, 33, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:33:10', '2025-09-20 20:30:44', 4), +(32, 34, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:34:39', '2025-09-06 20:34:39', 4), +(33, 35, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:37:13', '2025-09-06 20:37:13', 4), +(34, 36, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:37:21', '2025-09-20 20:08:17', 4), +(35, 37, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:41:07', '2025-09-06 20:41:07', 4), +(36, 41, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:48:48', '2025-09-20 20:02:45', 4), +(37, 39, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:57:13', '2025-09-06 20:57:13', 4), +(38, 40, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:57:21', '2025-09-20 20:30:38', 4), +(39, 38, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 20:57:43', '2025-09-06 20:57:43', 4), +(40, 42, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:24:50', '2025-09-20 22:53:37', 1), +(41, 43, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:25:08', '2025-09-20 20:09:05', 4), +(42, 44, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:29:16', '2025-09-20 20:18:46', 4), +(43, 45, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:29:28', '2025-09-20 20:03:29', 4), +(44, 46, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:30:09', '2025-09-06 21:30:09', 4), +(45, 47, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:30:15', '2025-09-06 21:30:15', 4), +(46, 48, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:32:19', '2025-09-06 21:32:19', 4), +(47, 49, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:32:25', '2025-09-06 21:32:25', 4), +(48, 50, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:34:15', '2025-09-20 22:59:45', 1), +(49, 51, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:34:24', '2025-09-20 20:30:15', 4), +(50, 53, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:36:14', '2025-09-06 21:36:14', 4), +(51, 54, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:36:19', '2025-09-20 20:13:23', 4), +(52, 55, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:38:19', '2025-09-20 20:31:31', 4), +(53, 56, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:38:25', '2025-10-08 01:29:16', 1), +(54, 59, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:40:55', '2025-09-06 21:40:55', 4), +(55, 60, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:41:18', '2025-09-20 22:59:32', 1), +(56, 61, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:43:57', '2025-09-06 21:43:57', 4), +(57, 62, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:46:40', '2025-09-06 21:46:40', 4), +(58, 63, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:46:49', '2025-09-20 20:30:07', 4), +(59, 64, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:46:56', '2025-09-20 20:16:00', 4), +(61, 66, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:49:00', '2025-09-06 21:49:00', 4), +(62, 71, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:51:27', '2025-09-06 21:51:27', 4), +(63, 72, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:51:37', '2025-09-06 21:51:37', 4), +(64, 73, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:51:44', '2025-09-20 22:56:47', 1), +(65, 74, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:51:49', '2025-09-20 20:14:33', 4), +(66, 75, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:53:26', '2025-09-20 20:13:42', 4), +(67, 76, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:55:21', '2025-09-06 21:55:21', 4), +(68, 77, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:55:28', '2025-09-06 21:55:28', 4), +(69, 83, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:58:08', '2025-09-06 21:58:08', 4), +(70, 81, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:59:07', '2025-09-20 20:18:25', 4), +(71, 82, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 21:59:14', '2025-09-20 20:08:38', 4), +(72, 84, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:00:47', '2025-09-06 22:00:47', 4), +(73, 85, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:00:58', '2025-09-21 16:29:27', 1), +(74, 88, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:05:04', '2025-09-06 22:05:04', 4), +(75, 89, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:05:18', '2025-09-06 22:05:18', 4), +(76, 90, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:07:01', '2025-09-06 22:07:01', 4), +(77, 91, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:09:00', '2025-09-06 22:09:00', 4), +(78, 92, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:09:07', '2025-09-20 20:01:26', 4), +(79, 96, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:13:20', '2025-09-06 22:13:20', 4), +(80, 97, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:15:03', '2025-09-20 20:06:05', 4), +(81, 98, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:15:10', '2025-09-06 22:15:10', 4), +(82, 99, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:17:27', '2025-09-06 22:17:27', 4), +(83, 100, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:17:33', '2025-09-20 22:56:53', 1), +(84, 101, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-06 22:17:39', '2025-09-20 20:01:40', 4), +(85, 102, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:10:37', '2025-09-07 17:10:37', 4), +(86, 103, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:10:47', '2025-09-20 22:57:02', 1), +(87, 104, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:10:53', '2025-09-20 20:04:46', 4), +(88, 111, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:17:05', '2025-09-20 20:23:16', 4), +(89, 112, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:17:11', '2025-09-20 20:00:44', 4), +(90, 113, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:17:18', '2025-09-07 17:17:18', 4), +(91, 114, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:20:31', '2025-09-07 17:20:31', 4), +(92, 115, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:20:41', '2025-09-20 20:23:56', 4), +(93, 116, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:23:32', '2025-09-07 17:23:32', 4), +(94, 117, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-07 17:23:40', '2025-09-07 17:23:40', 4), +(95, 120, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-07 18:01:32', '2025-09-28 14:20:20', 4), +(96, 121, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-07 18:01:38', '2025-09-20 20:22:09', 4), +(97, 122, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-07 18:01:56', '2025-09-07 18:01:56', 4), +(98, 123, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-07 18:03:02', '2025-09-20 20:18:12', 4), +(99, 129, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:44:54', '2025-09-20 20:32:49', 4), +(100, 130, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:45:02', '2025-09-21 17:15:35', 4), +(101, 131, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:45:07', '2025-10-08 01:29:30', 1), +(102, 107, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:49:06', '2025-09-08 03:49:06', 4), +(103, 108, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:49:28', '2025-09-08 03:49:28', 4), +(104, 109, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:49:45', '2025-09-20 20:23:46', 4), +(105, 110, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:51:27', '2025-09-08 03:51:27', 4), +(106, 20, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-08 03:59:21', '2025-09-20 20:18:32', 4), +(107, 57, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-08 04:03:12', '2025-09-20 20:17:37', 4), +(108, 58, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-08 04:03:26', '2025-09-20 20:03:44', 4), +(112, 69, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-08 04:38:44', '2025-09-08 04:38:44', 4), +(113, 70, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-08 04:38:51', '2025-09-20 20:16:12', 4), +(114, 135, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:07:34', '2025-09-20 20:22:51', 4), +(115, 136, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:07:42', '2025-09-11 02:07:42', 4), +(116, 137, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:10:06', '2025-09-11 02:10:06', 4), +(117, 138, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:10:13', '2025-09-20 20:24:05', 4), +(118, 139, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:12:21', '2025-09-11 02:12:21', 4), +(119, 140, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:12:31', '2025-09-20 20:23:26', 4), +(120, 141, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:12:38', '2025-09-20 20:00:58', 4), +(121, 151, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:25:50', '2025-09-11 02:25:50', 4), +(122, 152, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:25:58', '2025-09-20 20:30:01', 4), +(123, 153, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:26:04', '2025-09-20 20:07:00', 4), +(124, 156, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:39:57', '2025-09-20 20:30:25', 4), +(125, 157, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-11 02:40:02', '2025-09-20 20:07:52', 4), +(126, 105, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:36:10', '2025-09-20 20:05:41', 4), +(127, 142, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:38:57', '2025-09-13 00:38:57', 4), +(128, 143, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:40:03', '2025-09-20 22:57:51', 1), +(129, 146, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:43:58', '2025-09-20 19:59:43', 4), +(130, 147, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:44:19', '2025-09-20 20:09:12', 4), +(131, 144, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:44:40', '2025-09-20 20:14:47', 4), +(132, 145, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-13 00:45:00', '2025-09-20 20:14:41', 4), +(133, 163, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-13 15:27:29', '2025-09-13 15:27:29', 4), +(134, 177, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-14 18:47:29', '2025-09-20 20:24:54', 4), +(135, 178, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-14 18:47:38', '2025-09-20 20:06:34', 4), +(136, 106, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:13:10', '2025-09-20 20:29:45', 4), +(137, 87, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:18:43', '2025-09-16 03:18:43', 4), +(138, 86, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:18:55', '2025-09-20 20:05:05', 4), +(139, 126, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:38:47', '2025-09-16 03:38:47', 4), +(140, 128, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:38:54', '2025-09-16 03:38:54', 4), +(141, 127, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:39:19', '2025-09-20 20:16:35', 4), +(142, 161, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:48:50', '2025-09-16 03:48:50', 4), +(143, 162, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-16 03:53:00', '2025-09-16 03:53:00', 4), +(144, 166, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:02:38', '2025-09-16 04:02:38', 4), +(145, 165, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:02:56', '2025-09-20 20:14:13', 4), +(146, 164, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:03:02', '2025-09-20 22:54:07', 1), +(147, 167, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:05:22', '2025-09-20 22:56:33', 1), +(148, 168, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:05:30', '2025-09-20 20:13:10', 4), +(149, 169, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:05:34', '2025-09-20 20:13:30', 4), +(150, 170, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:07:54', '2025-09-16 04:07:54', 4), +(151, 171, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-16 04:07:58', '2025-09-20 20:17:12', 4), +(152, 174, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-16 05:33:53', '2025-09-16 05:33:53', 4), +(153, 173, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-16 05:34:10', '2025-09-20 20:04:06', 4), +(154, 182, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-16 05:48:28', '2025-09-20 20:05:29', 4), +(155, 181, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-16 05:58:39', '2025-09-16 05:58:39', 4), +(156, 183, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-16 06:03:08', '2025-10-08 01:28:37', 1), +(157, 184, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-16 06:03:12', '2025-09-16 06:03:12', 4), +(158, 150, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-16 06:08:26', '2025-09-20 23:00:38', 1), +(160, 149, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-16 06:08:42', '2025-09-16 06:08:42', 4), +(161, 52, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:00:09', '2025-10-08 01:28:53', 1), +(162, 78, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:05:23', '2025-09-20 20:17:22', 4), +(163, 80, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:05:27', '2025-09-20 20:04:19', 4), +(164, 79, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:05:30', '2025-09-20 20:07:17', 4), +(165, 119, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:09:47', '2025-09-20 19:09:47', 4), +(166, 118, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:09:52', '2025-09-20 20:22:30', 4), +(167, 185, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:16:40', '2025-09-20 20:13:51', 4), +(168, 186, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:19:46', '2025-09-20 22:55:39', 1), +(169, 188, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:22:33', '2025-09-20 22:56:22', 1), +(170, 187, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:22:40', '2025-09-20 19:22:40', 4), +(171, 189, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:25:02', '2025-09-21 14:43:57', 1), +(172, 190, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:26:43', '2025-09-20 19:26:43', 4), +(173, 191, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:26:54', '2025-09-20 19:26:54', 4), +(174, 192, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:28:42', '2025-09-20 19:28:42', 4), +(175, 193, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:31:45', '2025-09-20 19:31:45', 4), +(176, 194, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:31:50', '2025-11-14 04:08:52', 1), +(177, 195, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:36:33', '2025-09-20 22:59:02', 1), +(178, 196, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:36:37', '2025-09-20 20:17:56', 4), +(179, 197, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-20 19:39:01', '2025-09-20 20:08:53', 4), +(180, 200, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-20 20:48:14', '2025-09-20 20:48:14', 4), +(181, 201, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-20 23:07:21', '2025-09-20 23:07:21', 1), +(182, 202, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-20 23:07:56', '2025-09-20 23:07:56', 1), +(183, 204, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-21 04:36:18', '2025-09-21 04:36:18', 1), +(184, 203, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 04:36:31', '2025-09-21 04:36:31', 1), +(185, 205, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-21 04:36:52', '2025-09-21 04:36:52', 1), +(186, 206, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-21 04:37:19', '2025-09-21 04:37:19', 1), +(187, 207, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-21 04:38:52', '2025-09-21 04:38:52', 1), +(188, 154, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-21 13:47:52', '2025-09-21 13:47:52', 4), +(189, 180, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 13:52:13', '2025-10-08 01:28:41', 1), +(190, 179, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-21 13:52:53', '2025-09-21 13:52:53', 4), +(191, 208, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:03:48', '2025-09-21 14:03:48', 4), +(192, 209, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:03:58', '2025-09-21 14:03:58', 4), +(193, 210, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:04:13', '2025-09-21 15:15:08', 4), +(194, 211, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:04:20', '2025-10-08 01:29:35', 1), +(195, 158, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:08:08', '2025-09-28 14:14:57', 4), +(196, 212, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:16:55', '2025-09-21 14:16:55', 4), +(197, 68, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:20:20', '2025-09-21 14:20:20', 4), +(198, 213, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:20:23', '2025-09-21 14:20:23', 1), +(199, 67, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:20:29', '2025-09-21 14:20:29', 4), +(200, 93, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:35:35', '2025-09-21 14:35:35', 4), +(201, 94, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:36:37', '2025-09-21 14:36:37', 4), +(202, 95, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:37:13', '2025-09-21 14:37:13', 4), +(203, 216, 41, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:42:31', '2025-09-21 14:45:49', 1), +(204, 217, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:42:53', '2025-09-21 14:42:53', 1), +(205, 215, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:44:35', '2025-10-08 01:29:11', 1), +(206, 214, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:44:39', '2025-10-08 01:29:25', 1), +(207, 219, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:59:23', '2025-09-21 14:59:23', 4), +(208, 218, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-21 14:59:44', '2025-09-21 14:59:44', 4), +(209, 220, 32, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:02:40', '2025-09-21 15:02:40', 4), +(210, 124, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:05:57', '2025-09-21 15:05:57', 4), +(211, 125, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:12:01', '2025-09-21 15:12:01', 4), +(212, 221, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:16:57', '2025-10-26 14:54:48', 4), +(213, 222, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:17:01', '2025-09-21 15:17:01', 4), +(214, 223, 90, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:20:31', '2025-09-21 15:20:31', 4), +(215, 224, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:21:50', '2025-09-21 15:21:50', 4), +(216, 225, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:22:28', '2025-09-21 15:22:28', 4), +(217, 227, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:25:23', '2025-10-08 01:28:58', 1), +(218, 226, 21, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:25:41', '2025-09-21 15:25:41', 4), +(219, 229, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:29:52', '2025-10-08 01:29:21', 1), +(220, 228, 22, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:30:05', '2025-09-21 15:30:05', 4), +(221, 235, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:36:29', '2025-10-08 01:28:48', 1), +(222, 234, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:36:41', '2025-09-21 15:36:41', 1), +(223, 233, 51, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:36:50', '2025-09-21 15:36:50', 1), +(224, 230, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:38:14', '2025-09-21 15:38:14', 1), +(225, 231, 42, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:38:33', '2025-09-21 15:38:33', 1), +(226, 232, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:38:49', '2025-09-21 15:38:49', 1), +(227, 237, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:51:20', '2025-09-21 15:51:20', 4), +(228, 236, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 15:51:38', '2025-09-21 15:51:38', 4), +(229, 238, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 17:30:41', '2025-09-21 17:30:41', 4), +(230, 239, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-21 17:30:46', '2025-09-21 17:30:46', 4), +(231, 241, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-23 00:40:20', '2025-09-23 00:40:20', 4), +(232, 242, 70, 0, 'Fall', '2025-2026', NULL, '2025-09-23 00:40:27', '2025-09-23 00:40:27', 4), +(233, 244, 52, 0, 'Fall', '2025-2026', NULL, '2025-09-25 02:31:56', '2025-09-25 02:31:56', 4), +(234, 240, 80, 0, 'Fall', '2025-2026', NULL, '2025-09-25 02:39:42', '2025-10-05 17:15:36', 4), +(235, 175, 1, 0, 'Fall', '2025-2026', NULL, '2025-09-28 13:59:33', '2025-09-28 13:59:33', 4), +(236, 245, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:05:02', '2025-09-28 14:05:02', 4), +(237, 160, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:10:14', '2025-10-08 01:29:07', 1), +(238, 159, 10, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:10:18', '2025-10-08 01:29:03', 1), +(239, 198, 60, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:32:17', '2025-09-28 14:32:17', 4), +(240, 199, 31, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:36:13', '2025-09-28 14:36:13', 4), +(241, 246, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-28 14:40:30', '2025-09-28 14:40:30', 4), +(242, 247, 120, 0, 'Fall', '2025-2026', NULL, '2025-09-28 15:23:11', '2025-09-28 15:23:11', 4), +(243, 252, 120, 0, 'Fall', '2025-2026', NULL, '2025-10-02 06:32:28', '2025-10-02 06:32:28', 4), +(244, 251, 120, 0, 'Fall', '2025-2026', NULL, '2025-10-02 06:33:20', '2025-10-02 06:33:20', 4), +(245, 248, 41, 0, 'Fall', '2025-2026', NULL, '2025-10-04 17:53:34', '2025-10-04 17:53:34', 4), +(246, 250, 1, 0, 'Fall', '2025-2026', NULL, '2025-10-04 17:54:24', '2025-10-04 17:54:24', 4), +(247, 249, 21, 0, 'Fall', '2025-2026', NULL, '2025-10-04 17:55:00', '2025-10-04 17:55:00', 4), +(248, 255, 51, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:01:24', '2025-10-05 14:01:24', 4), +(249, 256, 21, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:03:27', '2025-10-05 14:03:27', 4), +(250, 176, 21, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:15:32', '2025-10-05 14:15:32', 4), +(251, 257, 80, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:17:06', '2025-10-05 14:17:06', 4), +(252, 253, 120, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:19:46', '2025-10-05 14:19:46', 4), +(253, 254, 60, 0, 'Fall', '2025-2026', NULL, '2025-10-05 14:20:03', '2025-10-05 14:20:03', 4), +(254, 258, 60, 0, 'Fall', '2025-2026', NULL, '2025-10-05 16:46:08', '2025-10-05 16:46:08', 4), +(255, 259, 120, 0, 'Fall', '2025-2026', NULL, '2025-11-08 07:24:30', '2025-11-08 07:24:30', 1), +(257, 260, 1, 0, '', '2025-2026', NULL, '2026-02-01 19:13:59', '2026-02-01 19:13:59', 2), +(258, 150, 51, 0, '', '2025-2026', NULL, '2026-03-29 14:23:08', '2026-03-29 14:23:08', 4); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `student_decisions` +-- + +CREATE TABLE `student_decisions` ( + `id` int(10) UNSIGNED NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `school_year` varchar(20) NOT NULL, + `class_section_name` varchar(100) DEFAULT NULL, + `year_score` decimal(6,2) DEFAULT NULL, + `decision` varchar(100) DEFAULT NULL, + `source` enum('auto','manual','pending') NOT NULL DEFAULT 'auto', + `notes` text DEFAULT NULL, + `generated_by` int(10) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_uca1400_ai_ci; + +-- +-- Dumping data for table `student_decisions` +-- + +INSERT INTO `student_decisions` (`id`, `student_id`, `school_year`, `class_section_name`, `year_score`, `decision`, `source`, `notes`, `generated_by`, `created_at`, `updated_at`) VALUES +(456, 1, '2025-2026', '7', 86.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(457, 2, '2025-2026', '5-B', 91.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(458, 6, '2025-2026', '7', 75.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(459, 7, '2025-2026', '3-B', 88.20, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(460, 8, '2025-2026', '3-B', 88.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(461, 9, '2025-2026', '6', 99.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(462, 10, '2025-2026', '6', 99.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(463, 11, '2025-2026', '8', 97.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(464, 12, '2025-2026', '4-A', 92.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(465, 13, '2025-2026', '4-A', 96.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(466, 14, '2025-2026', '2-B', 89.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(467, 15, '2025-2026', '8', 99.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(468, 16, '2025-2026', '3-A', 88.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(469, 17, '2025-2026', '5-A', 92.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(470, 18, '2025-2026', '3-B', 93.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(471, 19, '2025-2026', '3-A', 82.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(472, 20, '2025-2026', '3-A', 52.55, 'Make-up exam in fall', 'manual', 'We see a small improvement from midterm to final, but the final score was not satisfactory. Also Quran memorization is lacking. In light of this, the student will be allowed a make-up exam in fall. Exact date to be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to progress to grade 4, otherwise he would have to repeat grade 3.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(473, 21, '2025-2026', '3-A', 51.10, 'Make-up exam in fall', 'manual', 'Final was worse than midterm, so the student showed lack of preparation for exams twice this year. In light of this, the student will be allowed a make-up exam in fall. Exact date to be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 4, otherwise she would have to repeat grade 3.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(474, 22, '2025-2026', '5-B', 99.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(475, 25, '2025-2026', '5-B', 72.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(476, 26, '2025-2026', '7', 95.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(477, 27, '2025-2026', '4-A', 91.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(478, 28, '2025-2026', '7', 76.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(479, 29, '2025-2026', '5-A', 76.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(480, 30, '2025-2026', '3-A', 91.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(481, 31, '2025-2026', 'Youth', 88.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(482, 32, '2025-2026', '7', 79.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(483, 33, '2025-2026', '4-B', 60.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(484, 34, '2025-2026', '8', 98.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(485, 35, '2025-2026', '8', 72.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(486, 36, '2025-2026', '2-A', 92.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(487, 37, '2025-2026', '6', 78.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(488, 38, '2025-2026', 'Youth', 44.15, 'Make-up exam in fall', 'manual', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(489, 39, '2025-2026', '8', 85.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(490, 40, '2025-2026', '4-B', 39.50, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(491, 41, '2025-2026', '2-B', 75.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(492, 42, '2025-2026', '5-B', 96.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(493, 43, '2025-2026', '2-A', 87.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(494, 44, '2025-2026', '3-A', 87.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(495, 45, '2025-2026', '2-A', 76.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(496, 46, '2025-2026', 'Youth', 83.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(497, 47, '2025-2026', 'Youth', 88.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(498, 48, '2025-2026', '9', 69.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(499, 49, '2025-2026', '8', 97.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(500, 50, '2025-2026', '5-B', 89.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(501, 51, '2025-2026', '4-B', 99.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(502, 52, '2025-2026', '1', 93.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(503, 53, '2025-2026', '8', 96.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(504, 54, '2025-2026', '3-B', 91.15, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(505, 55, '2025-2026', '4-B', 95.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(506, 56, '2025-2026', '1', 94.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(507, 57, '2025-2026', '3-A', 73.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(508, 58, '2025-2026', '2-B', 71.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(509, 59, '2025-2026', 'Youth', 53.30, 'Pass', 'manual', 'Student attendance dropped in second semester. Student reached out to administration to arrange for a make up exam, but at a later correspondence expressed that he will not attempt the exam as he consulted with his mother. We know Ahmed is a bright student, as this is his last year, we would consider this a pass.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(510, 60, '2025-2026', '5-B', 84.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(511, 61, '2025-2026', 'Youth', 83.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(512, 62, '2025-2026', '8', 84.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(513, 63, '2025-2026', '4-B', 87.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(514, 64, '2025-2026', '3-A', 83.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(515, 66, '2025-2026', '7', 86.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(516, 67, '2025-2026', '7', 79.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(517, 68, '2025-2026', '3-A', 67.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(518, 70, '2025-2026', '3-A', 86.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(519, 71, '2025-2026', '8', 99.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(520, 72, '2025-2026', '7', 83.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(521, 73, '2025-2026', '5-A', 78.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(522, 74, '2025-2026', '3-B', 94.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(523, 75, '2025-2026', '3-B', 93.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(524, 76, '2025-2026', '8', 94.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(525, 77, '2025-2026', '6', 92.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(526, 78, '2025-2026', '3-A', 87.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(527, 79, '2025-2026', '2-B', 70.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(528, 80, '2025-2026', '2-B', 87.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(529, 81, '2025-2026', '3-A', 82.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(530, 82, '2025-2026', '2-B', 86.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(531, 84, '2025-2026', '8', 96.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(532, 85, '2025-2026', '4-B', 90.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(533, 86, '2025-2026', '2-A', 89.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(534, 88, '2025-2026', 'Youth', 42.35, 'Make-up exam in fall', 'manual', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', 4, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(535, 89, '2025-2026', '8', 9.75, 'Expel', 'manual', 'Student has not been present the whole year with no prior notice from parents with regards to the reasons of absence. In light of this, the student is expelled from the school, she will not be able to enroll with us another year.', 4, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(536, 90, '2025-2026', '6', 93.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(537, 91, '2025-2026', '7', 83.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(538, 92, '2025-2026', '2-B', 82.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(539, 93, '2025-2026', '5-A', 44.35, 'Make-up exam in fall', 'manual', 'Overall year grade is not satisfactory and does not clear passing criteria to the next grade. This is the first year the student has been with us, so she will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 6, otherwise she would have to repeat grade 5.', 4, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(540, 94, '2025-2026', '7', 65.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(541, 95, '2025-2026', 'Youth', 48.00, 'Pass', 'manual', 'Student had a solid performance in the first semester, but the level dropped heavily in the second semester and we cannot think of a reason to explain this sharp decline. We believe the student would have achieved a good grade if attendance was maintained. Since this is his last year with us, we would consider this to be a pass.', 4, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(542, 96, '2025-2026', 'Youth', 84.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(543, 97, '2025-2026', '2-B', 91.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(544, 99, '2025-2026', '8', 89.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(545, 100, '2025-2026', '5-B', 68.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(546, 101, '2025-2026', '2-B', 66.20, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(547, 102, '2025-2026', '9', 76.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(548, 103, '2025-2026', '5-B', 87.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(549, 104, '2025-2026', '2-B', 86.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(550, 105, '2025-2026', '2-A', 84.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(551, 106, '2025-2026', '4-B', 80.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(552, 107, '2025-2026', 'Youth', 94.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(553, 108, '2025-2026', '9', 72.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(554, 109, '2025-2026', '4-A', 96.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(555, 111, '2025-2026', '4-A', 97.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(556, 112, '2025-2026', '2-A', 83.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(557, 114, '2025-2026', 'Youth', 85.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(558, 115, '2025-2026', '4-A', 84.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(559, 116, '2025-2026', '9', 84.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(560, 117, '2025-2026', '7', 86.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(561, 118, '2025-2026', '4-B', 87.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(562, 119, '2025-2026', '7', 82.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(563, 120, '2025-2026', '6', 85.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(564, 121, '2025-2026', '4-A', 75.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(565, 123, '2025-2026', '3-B', 99.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(566, 124, '2025-2026', '8', 71.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(567, 125, '2025-2026', '5-B', 59.50, 'Pass', 'manual', 'Showed progress in the second semester final exam vs midterm, but still landed an overall grade lower than 60. Since we know that English could be a barrier for learning, student will get a pass decision this year, but we expect to see a lot more next year in grade 6.', 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(568, 126, '2025-2026', '7', 79.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(569, 127, '2025-2026', '3-A', 63.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(570, 129, '2025-2026', '4-A', 95.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(571, 130, '2025-2026', '3-B', 95.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(572, 131, '2025-2026', '1', 95.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(573, 135, '2025-2026', '4-B', 69.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(574, 136, '2025-2026', 'Youth', 94.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(575, 137, '2025-2026', '6', 92.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(576, 138, '2025-2026', '4-B', 98.90, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(577, 139, '2025-2026', '6', 93.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(578, 140, '2025-2026', '4-B', 90.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(579, 141, '2025-2026', '2-A', 91.15, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(580, 142, '2025-2026', '8', 95.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(581, 143, '2025-2026', '5-A', 89.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(582, 144, '2025-2026', '3-B', 99.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(583, 145, '2025-2026', '3-B', 95.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(584, 146, '2025-2026', '2-A', 86.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(585, 147, '2025-2026', '2-A', 96.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(586, 150, '2025-2026', '5-A', 46.85, 'Make-up exam in fall', 'manual', 'Student grades are overall not satisfactory and second semester has been worse than the first semester. However, we recognize that language could be a barrier for learning. In light of the above, student will be allowed to take a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to progress to grade 6, otherwise she would have to repeat grade 5.', 4, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(587, 151, '2025-2026', '7', 93.15, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(588, 152, '2025-2026', '4-A', 88.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(589, 153, '2025-2026', '2-B', 83.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(590, 154, '2025-2026', '9', 74.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(591, 156, '2025-2026', '4-A', 87.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(592, 157, '2025-2026', '2-A', 80.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(593, 158, '2025-2026', '7', 64.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(594, 159, '2025-2026', '1', 80.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(595, 160, '2025-2026', '1', 80.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(596, 161, '2025-2026', '6', 85.90, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(597, 162, '2025-2026', '9', 94.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(598, 163, '2025-2026', '8', 91.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(599, 164, '2025-2026', '5-A', 75.15, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(600, 165, '2025-2026', '3-B', 92.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:49', '2026-05-31 06:31:17'), +(601, 167, '2025-2026', '5-A', 85.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(602, 168, '2025-2026', '3-B', 84.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(603, 169, '2025-2026', '3-B', 94.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(604, 170, '2025-2026', '6', 90.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(605, 171, '2025-2026', '3-A', 78.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(606, 173, '2025-2026', '2-A', 91.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(607, 176, '2025-2026', '2-A', 74.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(608, 177, '2025-2026', '4-B', 85.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(609, 178, '2025-2026', '2-B', 70.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(610, 179, '2025-2026', '3-B', 90.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(611, 180, '2025-2026', '1', 95.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(612, 182, '2025-2026', '2-B', 78.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(613, 183, '2025-2026', '1', 94.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(614, 185, '2025-2026', '3-B', 84.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(615, 186, '2025-2026', '5-B', 77.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(616, 187, '2025-2026', '7', 49.25, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester. The mother reported car breakdown issues many times. But school has not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(617, 188, '2025-2026', '5-B', 37.90, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester. The mother reported car breakdown issues many times. But school has not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(618, 189, '2025-2026', '3-B', 75.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(619, 190, '2025-2026', '8', 84.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(620, 192, '2025-2026', '8', 83.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(621, 193, '2025-2026', '6', 36.55, 'Withdrawn', 'manual', 'Withdrew from school in second semester.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(622, 194, '2025-2026', '5-B', 71.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(623, 195, '2025-2026', '5-B', 90.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(624, 196, '2025-2026', '3-A', 86.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(625, 197, '2025-2026', '2-B', 72.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(626, 198, '2025-2026', '6', 66.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(627, 199, '2025-2026', '3-A', 65.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(628, 200, '2025-2026', '2-A', 97.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(629, 201, '2025-2026', 'Youth', 94.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(630, 202, '2025-2026', '4-A', 97.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(631, 203, '2025-2026', 'Youth', 56.20, 'Make-up exam in fall', 'manual', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(632, 204, '2025-2026', '9', 62.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(633, 205, '2025-2026', '5-A', 75.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(634, 206, '2025-2026', '2-A', 69.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(635, 207, '2025-2026', '8', 87.85, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(636, 208, '2025-2026', '9', 61.65, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(637, 209, '2025-2026', '6', 82.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(638, 210, '2025-2026', '5-A', 59.40, 'Pass', 'manual', 'Grade was very close to passing threshold of 60. Student is good in all aspects except for exam settings (midterm, final). We would let the student pass this year, but we will monitor the student performance in exams next year, we expect a big improvement in scores.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(639, 211, '2025-2026', '1', 88.20, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(640, 212, '2025-2026', '9', 73.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(641, 213, '2025-2026', '3-B', 69.80, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(642, 214, '2025-2026', '1', 93.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(643, 215, '2025-2026', '1', 93.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(644, 216, '2025-2026', '4-A', 76.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(645, 217, '2025-2026', '2-A', 84.30, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(646, 218, '2025-2026', '4-B', 91.90, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(647, 219, '2025-2026', 'Youth', 83.40, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(648, 220, '2025-2026', '3-B', 79.20, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(649, 221, '2025-2026', '1', 90.45, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(650, 222, '2025-2026', '2-B', 78.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(651, 223, '2025-2026', '9', 32.65, 'Repeat Class', 'manual', 'First semester was ok, but there was a drop in attendance in second semester. School was not contacted regarding a make-up for final exam and attednance was not satisfactory. Decision is repeat of Grade 9.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(652, 224, '2025-2026', '5-B', 41.90, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(653, 225, '2025-2026', 'Youth', 41.70, 'Make-up exam in fall', 'manual', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(654, 226, '2025-2026', '2-A', 50.80, 'Deferred decision', 'manual', 'Administration does not have a complete picture about why the student missed the majority of the second semester. We would like to hear from the parents/guardians regarding this matter before taking a decision, please reach out to administration so we can understand what happened.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(655, 227, '2025-2026', '1', 52.10, 'Deferred decision', 'manual', 'Administration does not have a complete picture about why the student missed the majority of the second semester. We would like to hear from the parents/guardians regarding this matter before taking a decision, please reach out to administration so we can understand what happened.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(656, 228, '2025-2026', '2-B', 86.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(657, 229, '2025-2026', '1', 94.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(658, 230, '2025-2026', '7', 65.10, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(659, 231, '2025-2026', '4-B', 55.35, 'Pass', 'manual', 'Given family circumstances, the student had to miss a few sessions in second semester which affected his to get a good score. English is still a barrier for learning, student already repeated 4-B class, and we think he will benefit more by progressing to grade 5. Decision is pass, but we expect the student to make more efforts next year in midterm and final.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(660, 233, '2025-2026', '5-A', 70.35, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(661, 234, '2025-2026', '3-A', 89.90, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(662, 235, '2025-2026', '1', 98.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(663, 236, '2025-2026', 'Youth', 12.10, 'Withdrawn', 'manual', 'Withdrew from school in first semester.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(664, 237, '2025-2026', 'Youth', 13.60, 'Withdrawn', 'manual', 'Withdrew from school in first semester.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(665, 238, '2025-2026', 'Youth', 45.15, 'Pass', 'manual', 'Student had a solid performance in the first semester, but the level dropped heavily in the second semester and we cannot think of a reason to explain this sharp decline. We believe the student would have achieved a good grade if attendance was maintained. Since this is his last year with us, we would consider this to be a pass.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(666, 239, '2025-2026', 'Youth', 59.85, 'Make-up exam in fall', 'manual', 'Exam performance in second semester was very disappointing, grade was worse than the midterm. The exam was relatively easy but student still managed to only get 33/100. In light of these events, student will be allowed to take a make-up exam in fall. Final date will be announced near end of August.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(667, 241, '2025-2026', 'Youth', 46.50, 'Make-up exam in fall', 'manual', 'Ok performance in first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to continue in Youth class.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(668, 242, '2025-2026', '7', 61.70, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(669, 244, '2025-2026', '5-B', 69.15, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(670, 245, '2025-2026', '3-A', 84.75, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(671, 246, '2025-2026', 'Youth', 89.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(672, 247, '2025-2026', 'Youth', 48.35, 'Make-up exam in fall', 'manual', 'Solid performance in the first semester, but second semester was much worse with lower attendance, missed project assignments and no show for final exam. Given the relatively positive performance in the first semester, student will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, she will be allowed to continue in Youth class.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(673, 248, '2025-2026', '4-A', 89.95, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(674, 249, '2025-2026', '2-A', 82.25, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(675, 251, '2025-2026', 'Youth', 63.00, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(676, 252, '2025-2026', 'Youth', 53.10, 'Make-up exam in fall', 'manual', 'Administration was not given notice in advance to arrange a make up exam for missed final for the student. In light of this, the student will be allowed a make-up exam in fall. Final date will be announced near end of August.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(677, 253, '2025-2026', 'Youth', 38.80, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(678, 254, '2025-2026', '6', 43.85, 'Repeat Class', 'manual', 'Attendance dropped significantly in second semester, this impacted the student ability to get good grades in the second term. School has also not been contacted regarding missing the final exam or arranging a make-up exam. In light of these, decision is to repeat the class.', 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(679, 255, '2025-2026', '5-A', 93.05, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(680, 256, '2025-2026', '2-A', 97.60, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(681, 257, '2025-2026', '8', 47.25, 'Make-up exam in fall', 'manual', 'Solid first semester, but performance dropped heavily in the second semester with a no show on the final exam. Given the student circumstances and struggles with English, he will be allowed a make up exam in fall. Exact date will be announced by end of August. If student gets a much better grade in the make-up, he will be allowed to progress to grade 9, otherwise he would have to repeat grade 8.', 4, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(682, 258, '2025-2026', '6', 66.55, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'), +(683, 259, '2025-2026', 'Youth', 90.50, 'Pass', 'auto', NULL, 1, '2026-05-30 06:46:50', '2026-05-31 06:31:17'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `student_medical_conditions` +-- + +CREATE TABLE `student_medical_conditions` ( + `id` int(11) NOT NULL, + `student_id` int(10) UNSIGNED NOT NULL, + `condition_name` varchar(100) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `student_medical_conditions` +-- + +INSERT INTO `student_medical_conditions` (`id`, `student_id`, `condition_name`) VALUES +(1, 1, 'None'), +(2, 2, 'None'), +(6, 6, 'Asthma'), +(7, 7, 'None'), +(8, 8, 'None'), +(9, 9, 'None'), +(10, 10, 'None'), +(11, 11, 'None'), +(12, 12, 'None'), +(13, 13, 'None'), +(14, 14, 'None'), +(15, 15, 'Asthma'), +(16, 16, 'None'), +(17, 17, 'None'), +(18, 18, 'None'), +(19, 19, 'None'), +(20, 20, 'None'), +(21, 21, 'None'), +(22, 22, 'None'), +(23, 23, 'Hearing Impairments / Deafness'), +(24, 24, 'None'), +(25, 25, 'None'), +(26, 26, 'None'), +(27, 27, 'None'), +(28, 28, 'None'), +(29, 29, 'None'), +(30, 30, 'Asthma'), +(31, 31, 'None'), +(32, 32, 'None'), +(33, 33, 'Epilepsy / Seizure Disorders'), +(34, 35, 'None'), +(35, 36, 'None'), +(36, 37, 'None'), +(37, 38, 'None'), +(38, 39, 'None'), +(39, 40, 'None'), +(40, 41, 'None'), +(41, 44, 'None'), +(42, 45, 'None'), +(43, 46, 'None'), +(44, 47, 'None'), +(45, 48, 'None'), +(46, 49, 'None'), +(47, 50, 'None'), +(48, 51, 'None'), +(49, 53, 'None'), +(50, 54, 'None'), +(51, 55, 'Asthma'), +(52, 56, 'None'), +(53, 57, 'None'), +(54, 58, 'None'), +(55, 59, 'None'), +(56, 60, 'None'), +(57, 62, 'None'), +(58, 63, 'Autism Spectrum Disorder (ASD)'), +(59, 64, 'None'), +(60, 65, 'None'), +(61, 66, 'None'), +(62, 67, 'None'), +(63, 68, 'None'), +(64, 69, 'Migraines / Chronic Headaches'), +(65, 70, 'Asthma'), +(66, 71, 'None'), +(67, 72, 'None'), +(68, 73, 'None'), +(69, 74, 'None'), +(70, 75, 'None'), +(71, 76, 'None'), +(72, 77, 'None'), +(73, 78, 'None'), +(74, 79, 'None'), +(75, 80, 'None'), +(76, 81, 'None'), +(77, 82, 'None'), +(78, 83, 'None'), +(79, 84, 'None'), +(80, 85, 'None'), +(81, 86, 'Eczema / Severe Skin Conditions'), +(82, 87, 'None'), +(83, 88, 'None'), +(84, 89, 'None'), +(85, 90, 'None'), +(86, 91, 'None'), +(87, 92, 'None'), +(88, 93, 'None'), +(89, 94, 'None'), +(90, 95, 'None'), +(91, 96, 'None'), +(92, 97, 'Asthma'), +(93, 98, 'None'), +(94, 99, 'None'), +(95, 100, 'None'), +(96, 101, 'None'), +(97, 102, 'None'), +(98, 103, 'None'), +(99, 104, 'None'), +(100, 105, 'None'), +(101, 106, 'None'), +(102, 107, 'None'), +(103, 108, 'None'), +(104, 109, 'None'), +(105, 110, 'None'), +(106, 111, 'None'), +(107, 112, 'None'), +(108, 113, 'None'), +(109, 114, 'None'), +(110, 115, 'None'), +(111, 116, 'None'), +(112, 117, 'None'), +(114, 119, 'None'), +(115, 120, 'None'), +(116, 121, 'None'), +(117, 122, 'None'), +(118, 123, 'None'), +(119, 124, 'None'), +(120, 125, 'None'), +(121, 126, 'None'), +(122, 127, 'None'), +(123, 128, 'None'), +(124, 129, 'Asthma'), +(125, 130, 'None'), +(126, 131, 'None'), +(130, 135, 'None'), +(131, 136, 'Diabetes (Type 1 or Type 2)'), +(132, 137, 'None'), +(133, 138, 'None'), +(134, 139, 'None'), +(135, 140, 'None'), +(136, 141, 'None'), +(137, 142, 'None'), +(138, 143, 'None'), +(139, 144, 'None'), +(140, 145, 'None'), +(141, 146, 'None'), +(143, 148, 'None'), +(144, 149, 'None'), +(145, 150, 'None'), +(146, 151, 'None'), +(147, 152, 'None'), +(148, 153, 'None'), +(149, 154, 'None'), +(151, 156, 'None'), +(152, 157, 'None'), +(153, 158, 'None'), +(154, 159, 'None'), +(155, 160, 'None'), +(156, 161, 'None'), +(157, 162, 'None'), +(158, 163, 'None'), +(159, 164, 'None'), +(160, 165, 'None'), +(161, 166, 'None'), +(162, 167, 'None'), +(163, 168, 'None'), +(164, 169, 'None'), +(165, 170, 'Diabetes (Type 1 or Type 2)'), +(166, 171, 'Diabetes (Type 1 or Type 2)'), +(168, 173, 'None'), +(169, 174, 'None'), +(170, 175, 'None'), +(171, 176, 'None'), +(172, 177, 'None'), +(173, 178, 'None'), +(174, 179, 'None'), +(175, 180, 'None'), +(176, 181, 'None'), +(178, 183, 'Autism Spectrum Disorder (ASD)'), +(179, 184, 'None'), +(180, 185, 'None'), +(181, 186, 'None'), +(182, 187, 'None'), +(183, 188, 'None'), +(184, 189, 'None'), +(185, 190, 'None'), +(186, 191, 'None'), +(187, 192, 'ADHD (Attention-Deficit/Hyperactivity Disorder)'), +(189, 194, 'None'), +(190, 195, 'None'), +(191, 196, 'None'), +(192, 197, 'None'), +(193, 198, 'None'), +(194, 199, 'None'), +(195, 200, 'None'), +(196, 201, 'None'), +(197, 202, 'None'), +(198, 203, 'None'), +(199, 204, 'None'), +(200, 205, 'None'), +(201, 206, 'None'), +(202, 207, 'None'), +(203, 208, 'None'), +(204, 209, 'None'), +(205, 210, 'None'), +(206, 211, 'None'), +(207, 212, 'None'), +(208, 213, 'None'), +(209, 214, 'Anxiety or Emotional Disorders'), +(210, 214, 'Autism Spectrum Disorder (ASD)'), +(211, 214, 'Behavioral or Conduct Disorders'), +(212, 215, 'Anxiety or Emotional Disorders'), +(213, 215, 'Autism Spectrum Disorder (ASD)'), +(214, 215, 'Behavioral or Conduct Disorders'), +(215, 215, 'Diabetes (Type 1 or Type 2)'), +(216, 216, 'None'), +(217, 217, 'None'), +(218, 218, 'None'), +(219, 219, 'None'), +(220, 220, 'Autism Spectrum Disorder (ASD)'), +(221, 220, 'Speech and Language Disorders'), +(222, 221, 'None'), +(223, 222, 'None'), +(224, 223, 'None'), +(225, 224, 'None'), +(226, 225, 'None'), +(227, 226, 'None'), +(228, 227, 'None'), +(229, 228, 'None'), +(230, 229, 'None'), +(231, 230, 'Rheumatic diseases'), +(232, 231, 'None'), +(233, 232, 'None'), +(234, 233, 'None'), +(235, 234, 'None'), +(236, 235, 'None'), +(237, 236, 'None'), +(238, 237, 'None'), +(239, 238, 'None'), +(240, 239, 'None'), +(242, 241, 'None'), +(243, 242, 'Heart Conditions (congenital or acquired)'), +(245, 244, 'None'), +(246, 245, 'None'), +(247, 246, 'None'), +(248, 247, 'None'), +(249, 248, 'None'), +(250, 249, 'None'), +(251, 250, 'None'), +(252, 251, 'None'), +(253, 252, 'None'), +(254, 253, 'None'), +(255, 254, 'None'), +(256, 255, 'None'), +(257, 256, 'None'), +(258, 257, 'None'), +(259, 258, 'None'), +(260, 260, 'None'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `subject_curriculum_items` +-- + +CREATE TABLE `subject_curriculum_items` ( + `id` int(11) UNSIGNED NOT NULL, + `class_id` int(11) UNSIGNED NOT NULL, + `subject` enum('islamic','quran') NOT NULL DEFAULT 'islamic', + `unit_number` smallint(6) DEFAULT NULL, + `unit_title` varchar(255) DEFAULT NULL, + `chapter_name` varchar(255) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `subject_curriculum_items` +-- + +INSERT INTO `subject_curriculum_items` (`id`, `class_id`, `subject`, `unit_number`, `unit_title`, `chapter_name`, `created_at`, `updated_at`) VALUES +(1, 1, 'islamic', 1, 'Aqaid: Our Belief', '1. Allah: Our Creator', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(2, 1, 'islamic', 1, 'Aqaid: Our Belief', '2. Islam', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(3, 1, 'islamic', 1, 'Aqaid: Our Belief', '3. Our Faith', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(4, 1, 'islamic', 1, 'Aqaid: Our Belief', '4. Nabi Muhammad (s)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(5, 1, 'islamic', 1, 'Aqaid: Our Belief', '5. The Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(6, 1, 'islamic', 2, 'Knowing Allah', '6. Allah Loves Us', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(7, 1, 'islamic', 2, 'Knowing Allah', '7. Remembering Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(8, 1, 'islamic', 2, 'Knowing Allah', '8. Allah Rewards Us', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(9, 1, 'islamic', 3, 'Our Ibadat', '9. Five Pillars of Islam', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(10, 1, 'islamic', 3, 'Our Ibadat', '10. Shahadah: The First Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(11, 1, 'islamic', 3, 'Our Ibadat', '11. Salat: The Second Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(12, 1, 'islamic', 3, 'Our Ibadat', '12. Zakat: The Third Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(13, 1, 'islamic', 3, 'Our Ibadat', '13. Fasting: The Fourth Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(14, 1, 'islamic', 3, 'Our Ibadat', '14. Hajj: The Fifth Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(15, 1, 'islamic', 4, 'Messengers of Allah', '15. Adam (A): The First Nabi', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(16, 1, 'islamic', 4, 'Messengers of Allah', '16. Nuh (A): Saved From the Great Flood', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(17, 1, 'islamic', 4, 'Messengers of Allah', '17. Ibrahim (A): Never Listen to Shaitan', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(18, 1, 'islamic', 4, 'Messengers of Allah', '18. Musa (A): Challenging a Bad Ruler', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(19, 1, 'islamic', 4, 'Messengers of Allah', '19. Isa (A): A Great Nabi of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(20, 1, 'islamic', 5, 'Other Basics of Islam', '20. Angels: They Always Work for Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(21, 1, 'islamic', 5, 'Other Basics of Islam', '21. Shaitan: Our Enemy', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(22, 1, 'islamic', 5, 'Other Basics of Islam', '22. Makkah and Madinah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(23, 1, 'islamic', 5, 'Other Basics of Islam', '23. Eid: Two Festivals', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(24, 1, 'islamic', 6, 'Akhlaq and Adab in Islam', '24. Good Manners', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(25, 1, 'islamic', 6, 'Akhlaq and Adab in Islam', '25. Kindness and Sharing', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(26, 1, 'islamic', 6, 'Akhlaq and Adab in Islam', '26. Respect', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(27, 1, 'islamic', 6, 'Akhlaq and Adab in Islam', '27. Forgiveness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(28, 1, 'islamic', 6, 'Akhlaq and Adab in Islam', '28. Thanking Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(29, 2, 'islamic', 1, 'The Creator and His Message', '1. Allah: Our Creator', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(30, 2, 'islamic', 1, 'The Creator and His Message', '2. How Does Allah Create?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(31, 2, 'islamic', 1, 'The Creator and His Message', '3. What Does Allah Do?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(32, 2, 'islamic', 1, 'The Creator and His Message', '4. Books of Allah', '2026-03-02 04:28:23', '2026-03-02 04:31:23'), +(33, 2, 'islamic', 1, 'The Creator and His Message', '5. The Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(34, 2, 'islamic', 1, 'The Creator and His Message', '6. Hadith and Sunnah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(35, 2, 'islamic', 2, 'Our Ibadat', '7. Shahadah: The First Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(36, 2, 'islamic', 2, 'Our Ibadat', '8. Salat: The Second Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(37, 2, 'islamic', 2, 'Our Ibadat', '9. Zakah: The Third Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(38, 2, 'islamic', 2, 'Our Ibadat', '10. Sawm: The Fourth Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(39, 2, 'islamic', 2, 'Our Ibadat', '11. Hajj: The Fifth Pillar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(40, 2, 'islamic', 2, 'Our Ibadat', '12. Wudu: Cleaning Before Salat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(41, 2, 'islamic', 3, 'The Messengers of Allah', '13. Ibrahim (A): A Friend of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(42, 2, 'islamic', 3, 'The Messengers of Allah', '14. Yaqub (A) and Yusuf (A)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(43, 2, 'islamic', 3, 'The Messengers of Allah', '15. Musa (A) and Harun (A)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(44, 2, 'islamic', 3, 'The Messengers of Allah', '16. Yunus (A)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(45, 2, 'islamic', 3, 'The Messengers of Allah', '17. Nabi Muhammad ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(46, 2, 'islamic', 4, 'Learning About Islam', '18. Obey Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(47, 2, 'islamic', 4, 'Learning About Islam', '19. Day of Judgment', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(48, 2, 'islamic', 4, 'Learning About Islam', '20. Our Masjid', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(49, 2, 'islamic', 4, 'Learning About Islam', '21. Islamic Phrases', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(50, 2, 'islamic', 4, 'Learning About Islam', '22. Food that We May Eat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(51, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '23. Truthfulness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(52, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '24. Kindness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(53, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '25. Respect', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(54, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '26. Responsibility', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(55, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '27. Obedience', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(56, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '28. Cleanliness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(57, 2, 'islamic', 5, 'Akhlaq and Adab in Islam', '29. Honesty', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(58, 3, 'islamic', 1, 'Knowing About Allāh ﷺ', '1. Who Is Allāh ﷺ?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(59, 3, 'islamic', 1, 'Knowing About Allāh ﷺ', '2. What Allāh ﷺ Is and Is Not', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(60, 3, 'islamic', 1, 'Knowing About Allāh ﷺ', '3. Allāh ﷺ: The Most-Merciful', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(61, 3, 'islamic', 1, 'Knowing About Allāh ﷺ', '4. Allāh ﷺ: The Best Judge', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(62, 3, 'islamic', 1, 'Knowing About Allāh ﷺ', '5. What Does Allāh ﷺ Want Us to Do?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(63, 3, 'islamic', 2, 'Teachings of Islam', '6. We Are Muslims: We Have ‘Īmān', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(64, 3, 'islamic', 2, 'Teachings of Islam', '7. Belief in the Qur’ān', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(65, 3, 'islamic', 2, 'Teachings of Islam', '8. Belief in the Messengers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(66, 3, 'islamic', 2, 'Teachings of Islam', '9. Hadīth and Sunnah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(67, 3, 'islamic', 2, 'Teachings of Islam', '10. Jinn', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(68, 3, 'islamic', 2, 'Teachings of Islam', '11. Muslims in North America', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(69, 3, 'islamic', 2, 'Teachings of Islam', '12. The Straight Path: The Right Path', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(70, 3, 'islamic', 3, 'Nabi Muhammad ﷺ', '13. Kindness of Rasūlullāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(71, 3, 'islamic', 3, 'Nabi Muhammad ﷺ', '14. How Rasūlullāh ﷺ Treated Others', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(72, 3, 'islamic', 3, 'Nabi Muhammad ﷺ', '15. Our Relationship With Rasūlullāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(73, 3, 'islamic', 4, 'Messengers of Allāh ﷺ', '16. Ismā‘īl (A) and Ishāq (A): Nabi of Allāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(74, 3, 'islamic', 4, 'Messengers of Allāh ﷺ', '17. Shu‘aib (A): A Nabi of Allāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(75, 3, 'islamic', 4, 'Messengers of Allāh ﷺ', '18. Dāwūd (A): A Nabi of Allāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(76, 3, 'islamic', 4, 'Messengers of Allāh ﷺ', '19. ‘Īsā (A): A Nabi of Allāh ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(77, 3, 'islamic', 5, 'Learning About Islam', '20. The Ka‘bah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(78, 3, 'islamic', 5, 'Learning About Islam', '21. Masjid an-Nabawī: The Nabi’s Masjid', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(79, 3, 'islamic', 5, 'Learning About Islam', '22. Bilāl ibn Rabāh', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(80, 3, 'islamic', 5, 'Learning About Islam', '23. Zaid ibn Hārithah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(81, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '24. Ways To Be a Good Person', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(82, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '25. Kindness: A Virtue of the Believers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(83, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '26. Forgiveness: A Quality of the Believers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(84, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '27. Good Deeds: A Duty of the Believers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(85, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '28. Perseverance: Never Give Up', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(86, 3, 'islamic', 6, 'Akhlaq and Adab in Islam', '29. Punctuality: Doing Things on Time', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(87, 4, 'islamic', 1, 'Knowing the Creator', '2. Rewards of Allah: Everybody Receives Them', '2026-03-02 04:28:23', '2026-03-19 22:09:41'), +(88, 4, 'islamic', 1, 'Knowing the Creator', '1. Discipline of Allah: Because He Loves Us', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(89, 4, 'islamic', 1, 'Knowing the Creator', '3. Names of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(90, 4, 'islamic', 1, 'Knowing the Creator', '4. Books of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(91, 4, 'islamic', 2, 'How Islam Changed Arabia', '5. Pre-Islamic Arabia: Age of Ignorance', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(92, 4, 'islamic', 2, 'How Islam Changed Arabia', '6. The Year of the Elephant', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(93, 4, 'islamic', 2, 'How Islam Changed Arabia', '7. Early Life of Muhammad ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(94, 4, 'islamic', 2, 'How Islam Changed Arabia', '8. Life Before Becoming a Nabi', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(95, 4, 'islamic', 2, 'How Islam Changed Arabia', '9. First Revelation', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(96, 4, 'islamic', 2, 'How Islam Changed Arabia', '10. Makkah Period: The Early Years of the Muslims', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(97, 4, 'islamic', 2, 'How Islam Changed Arabia', '11. Hijrat to Madinah: The Migration that Shaped History', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(98, 4, 'islamic', 2, 'How Islam Changed Arabia', '12. Madinah Period: Islam Prospers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(99, 4, 'islamic', 3, 'The Rightly Guided Khalifah', '13. Abū Bakr (R): The First Khalifah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(100, 4, 'islamic', 3, 'The Rightly Guided Khalifah', '14. ‘Umar al-Khaṭṭāb (R): The Second Khalifah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(101, 4, 'islamic', 3, 'The Rightly Guided Khalifah', '15. ‘Uthman Ibn ‘Affān (R): The Third Khalifah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(102, 4, 'islamic', 3, 'The Rightly Guided Khalifah', '16. ‘Ali Ibn Abu Ṭālib (R): The Fourth Khalifah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(103, 4, 'islamic', 4, 'Messengers of Allah', '17. Hūd (A): Struggle to Guide Mankind', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(104, 4, 'islamic', 4, 'Messengers of Allah', '18. Ṣāliḥ (A): Struggle to Guide the Misguided', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(105, 4, 'islamic', 4, 'Messengers of Allah', '19. Mūsā (A): His Life and Achievements', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(106, 4, 'islamic', 4, 'Messengers of Allah', '20. Sulaimān (A): A King and a Servant of Allah ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(107, 4, 'islamic', 5, 'Fiqh of Salat', '21. Preparation for Salat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(108, 4, 'islamic', 5, 'Fiqh of Salat', '22. The Requirements of Salat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(109, 4, 'islamic', 5, 'Fiqh of Salat', '23. Mubṭilāt-us-Salāt: Things that Invalidate Salāt', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(110, 4, 'islamic', 5, 'Fiqh of Salat', '24. How to Pray Behind an Imām', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(111, 4, 'islamic', 6, 'General Islamic Topics', '25. Compilers of Hadīth', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(112, 4, 'islamic', 6, 'General Islamic Topics', '26. Shaitan’s Mode of Operation', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(113, 4, 'islamic', 6, 'General Islamic Topics', '27. Day of Judgment: The Day of Ultimate Justice', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(114, 4, 'islamic', 6, 'General Islamic Topics', '28. ‘Eid: Significance of the Festivities', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(115, 4, 'islamic', 6, 'General Islamic Topics', '29. Truthfulness: An Important Quality for Muslims', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(116, 4, 'islamic', 6, 'General Islamic Topics', '30. Perseverance: Keep on Trying', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(117, 5, 'islamic', 1, 'The Creator, His Message, and His Messengers', '1. Tawhid, Kafir, Kufr, Shirk, Nifaq', '2026-03-02 04:28:23', '2026-03-02 04:35:06'), +(118, 5, 'islamic', 1, 'The Creator, His Message, and His Messengers', '2. Why Should We Worship Allah?', '2026-03-02 04:28:23', '2026-03-02 04:35:20'), +(119, 5, 'islamic', 1, 'The Creator, His Message, and His Messengers', '3. The Revelation of the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:35:42'), +(120, 5, 'islamic', 1, 'The Creator, His Message, and His Messengers', '4. Characteristics of the Messengers', '2026-03-02 04:28:23', '2026-03-02 04:36:01'), +(121, 5, 'islamic', 2, 'The Battles and Other Developments', '5. Pledges of ‘Aqabah: Invitation to Migrate', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(122, 5, 'islamic', 2, 'The Battles and Other Developments', '6. The Battle of Badr: Allah Supports the Righteous', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(123, 5, 'islamic', 2, 'The Battles and Other Developments', '7. The Battle of Uhud: Obey Allah and Obey the Rasul ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(124, 5, 'islamic', 2, 'The Battles and Other Developments', '8. The Battle of the Trench: A Bloodless Battle', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(125, 5, 'islamic', 2, 'The Battles and Other Developments', '9. The Treaty of Hudaibiyah: A Clear Victory', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(126, 5, 'islamic', 2, 'The Battles and Other Developments', '10. Liberation of Makkah: A Bloodless Victory', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(127, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '11. Adam (A): The Creation of Human Beings', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(128, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '12. Ibrahim (A): His Debate with the Polytheists', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(129, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '13. Ibrahim (A): His Plan Against the Idols', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(130, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '14. Luqmān (A): A Wise Man’s Lifelong Advice', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(131, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '15. Yūsuf (A): His Childhood and Life in Aziz’s Home', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(132, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '16. Yūsuf (A): Standing Up for Righteousness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(133, 5, 'islamic', 3, 'Stories of the Messengers of Allah', '17. Yūsuf (A): A Childhood Dream Comes True', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(134, 5, 'islamic', 4, 'Islam in The World', '20. Major Masājid in the World', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(135, 5, 'islamic', 5, 'Islamic Values and Teachings', '21. Upholding Truth: A Duty of All Believers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(136, 5, 'islamic', 5, 'Islamic Values and Teachings', '22. Responsibility and Punctuality', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(137, 5, 'islamic', 5, 'Islamic Values and Teachings', '23. My Mind', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(138, 5, 'islamic', 5, 'Islamic Values and Teachings', '24. Kindness and Forgiveness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(139, 5, 'islamic', 5, 'Islamic Values and Teachings', '25. The Middle Path: Ways to Avoid the Two Extremes', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(140, 5, 'islamic', 5, 'Islamic Values and Teachings', '26. Salat: Its Significance', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(141, 5, 'islamic', 5, 'Islamic Values and Teachings', '27. Sawm: Its Significance', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(142, 5, 'islamic', 5, 'Islamic Values and Teachings', '28. Zakat and Sadaqah: Similarities and Differences', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(143, 6, 'islamic', 1, 'The Creator', '1. Attributes of Allah (SUB): The Most Beautiful Names', '2026-03-02 04:28:23', '2026-03-29 16:15:10'), +(144, 6, 'islamic', 1, 'The Creator', '2. The Promise of Allah (SUB): It is Always True', '2026-03-02 04:28:23', '2026-03-29 16:16:07'), +(145, 6, 'islamic', 2, 'The Qur’an and Hadith', '3. The Objectives of the Qur’an', '2026-03-02 04:28:23', '2026-03-29 16:22:00'), +(146, 6, 'islamic', 2, 'The Qur\'an and Hadith', '4. Compilation of the Qur\'an', '2026-03-02 04:28:23', '2026-03-29 16:23:29'), +(147, 6, 'islamic', 2, 'The Qur\'an and Hadith', '5. Previous Scriptures and the Qur\'an', '2026-03-02 04:28:23', '2026-03-29 16:24:29'), +(148, 6, 'islamic', 2, 'The Qur\'an and Hadith', '6. Compilation of Hadith', '2026-03-02 04:28:23', '2026-03-29 16:25:05'), +(149, 6, 'islamic', 3, 'Fundamentals in Deen', '7. The Importance of Shahadah', '2026-03-02 04:28:23', '2026-03-29 16:26:10'), +(150, 6, 'islamic', 3, 'Fundamentals in Deen', '8. Khushü in Salat', '2026-03-02 04:28:23', '2026-03-29 16:27:38'), +(151, 6, 'islamic', 3, 'Fundamentals in Deen', '9. Taqwa: A Quality of True Believers', '2026-03-02 04:28:23', '2026-03-29 16:28:25'), +(152, 6, 'islamic', 2, 'The Battles and Other Developments', '10. Liberation of Makkah: A Bloodless Victory', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(153, 6, 'islamic', 4, 'Some Messengers of Islam', '10. ANüh (A): Truth is Most Important', '2026-03-02 04:28:23', '2026-03-29 16:29:42'), +(154, 6, 'islamic', 4, 'Some Messengers of Islam', '11. Talüt, Jälüt and Dawüd (A)', '2026-03-02 04:28:23', '2026-03-29 16:30:34'), +(155, 6, 'islamic', 4, 'Some Messengers of Islam', '12. Dawüd (A) and Sulaimän (A)', '2026-03-02 04:28:23', '2026-03-29 16:43:52'), +(156, 6, 'islamic', 4, 'Some Messengers of Islam', '13. Müsa (A) and Fir\'awn', '2026-03-02 04:28:23', '2026-03-29 16:44:40'), +(157, 6, 'islamic', 4, 'Some Messengers of Islam', '14. Müsă (A) and Khidir', '2026-03-02 04:28:23', '2026-03-29 16:45:36'), +(160, 6, 'islamic', 4, 'Some Messengers of Islam', '15. Isa (A) and Maryam (ra)', '2026-03-02 04:28:23', '2026-03-29 16:46:11'), +(161, 6, 'islamic', 5, 'Some Prominent Muslimahs', '16. Khadijah (ra): The Finest Example of a Committed Wife', '2026-03-02 04:28:23', '2026-03-29 16:48:24'), +(162, 6, 'islamic', 5, 'Some Prominent Muslimahs', '17. Aishah (ra): The Beloved Wife of Rasulullah ﷺ', '2026-03-02 04:28:23', '2026-03-29 16:49:06'), +(163, 6, 'islamic', 5, 'Some Prominent Muslimahs', '18. Fatimah (ra): Lady of the Light', '2026-03-02 04:28:23', '2026-03-29 16:49:40'), +(164, 6, 'islamic', 5, 'Some Prominent Muslimahs', '19. Some Prominent Muslimahs', '2026-03-02 04:28:23', '2026-03-29 16:50:28'), +(167, 6, 'islamic', 6, 'Knowledge Enrichment', '20. Al-Qiyamah: The Awakening', '2026-03-02 04:28:23', '2026-03-29 16:51:00'), +(168, 6, 'islamic', 6, 'Knowledge Enrichment', '21. Rüh and Nafs: An Overview', '2026-03-02 04:28:23', '2026-03-29 16:51:27'), +(169, 7, 'islamic', 1, 'The Creator', '1. Why Islam? What is Islam?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(170, 7, 'islamic', 1, 'The Creator', '2. Belief in Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(171, 7, 'islamic', 1, 'The Creator', '3. The Qur’an: Its Qualitative Names', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(172, 7, 'islamic', 1, 'The Creator', '4. Istighfār: Seeking Forgiveness and Protection', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(173, 7, 'islamic', 1, 'The Creator', '5. Allah: Angry or Kind?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(174, 7, 'islamic', 2, 'Stories of the Messengers', '6. Ādam (A): The Trial of the First Messenger', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(175, 7, 'islamic', 2, 'Stories of the Messengers', '7. The Life of Ibrāhīm (A): Beginning a Nation', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(176, 7, 'islamic', 2, 'Stories of the Messengers', '8. The Sacrifice of Ibrāhīm (A)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(177, 7, 'islamic', 2, 'Stories of the Messengers', '9. Lūt (A): A Message for Modern Societies', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(178, 7, 'islamic', 2, 'Stories of the Messengers', '10. Yūsuf (A): The Will to Overcome Temptation', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(179, 7, 'islamic', 3, 'Stories from the Qur’an', '11. The Companions of the Cave', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(180, 7, 'islamic', 3, 'Stories from the Qur’an', '12. Dhu al-Qarnain: The Journey of a King', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(181, 7, 'islamic', 3, 'Stories from the Qur’an', '13. Effective Debate and Negotiation Styles in the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(182, 7, 'islamic', 4, 'Two Companions Who Shaped Islam', '14. Abū Sufyān: His Life and Achievements', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(183, 7, 'islamic', 4, 'Two Companions Who Shaped Islam', '15. Khālid Ibn al-Walīd: The “Sword of Allah”', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(184, 7, 'islamic', 5, 'Knowledge Enrichment', '16. Character of the Messengers', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(185, 7, 'islamic', 5, 'Knowledge Enrichment', '17. Rasūlullāh’s Marriages', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(186, 7, 'islamic', 5, 'Knowledge Enrichment', '18. Lailatul Qadr: The Night of Majesty', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(187, 7, 'islamic', 5, 'Knowledge Enrichment', '19. Fasting During Ramadan: The Month of Benefits', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(188, 7, 'islamic', 5, 'Knowledge Enrichment', '20. My Family is Muslim Now', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(189, 7, 'islamic', 5, 'Knowledge Enrichment', '21. Science in the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(190, 7, 'islamic', 5, 'Knowledge Enrichment', '22. Lessons From Past Civilizations', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(191, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '23. Amr Bil Ma’rūf: Enjoin Good Deeds', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(192, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '24. Guard Your Tongue: Think Before You Speak', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(193, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '25. Islamic Greeting: Wishing Peace', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(194, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '26. How to Achieve Success', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(195, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '27. Permitted and Prohibited', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(196, 7, 'islamic', 6, 'Akhlaq and Adab in Islam', '28. Types of Behavior Allah Loves', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(197, 8, 'islamic', 1, 'Knowing the Creator', '1. Divine Names', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(198, 8, 'islamic', 1, 'Knowing the Creator', '2. Sunan of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(199, 8, 'islamic', 1, 'Knowing the Creator', '3. Objectives of the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(200, 8, 'islamic', 1, 'Knowing the Creator', '4. Lessons from Sūrah al-Hujurāt', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(201, 8, 'islamic', 1, 'Knowing the Creator', '5. True Piety: A Synthesis of Belief', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(202, 8, 'islamic', 1, 'Knowing the Creator', '6. Āyatul Kursi: The Throne Verse', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(203, 8, 'islamic', 2, 'Knowing the Messenger ﷺ', '7. The Person Muhammad ﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(204, 8, 'islamic', 2, 'Knowing the Messenger ﷺ', '8. Farewell Pilgrimage', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(205, 8, 'islamic', 2, 'Knowing the Messenger ﷺ', '9. Finality of Prophethood', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(206, 8, 'islamic', 2, 'Knowing the Messenger ﷺ', '10. Hadith: Collection and Classification', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(207, 8, 'islamic', 3, 'Challenges in Madinah', '11. Hypocrites', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(208, 8, 'islamic', 3, 'Challenges in Madinah', '12. Banu Qaynuqa: Threat Within Madinah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(209, 8, 'islamic', 3, 'Challenges in Madinah', '13. Banu Nadir: Treachery Within Madinah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(210, 8, 'islamic', 3, 'Challenges in Madinah', '14. Banu Qurayzah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(211, 8, 'islamic', 3, 'Challenges in Madinah', '15. Mission to Tabūk: A Test of Steadfastness', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(212, 8, 'islamic', 4, 'Islamic Ethical Framework', '16. Friends and Friendship: Who is a Good Friend?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(213, 8, 'islamic', 4, 'Islamic Ethical Framework', '17. Friendship With Non-Muslims', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(214, 8, 'islamic', 4, 'Islamic Ethical Framework', '18. Dating: How Islam Views the Practice', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(215, 8, 'islamic', 4, 'Islamic Ethical Framework', '19. Hold Firmly the Rope of Allah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(216, 8, 'islamic', 4, 'Islamic Ethical Framework', '20. Elements of a Bad Life', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(217, 8, 'islamic', 5, 'Islamic Values and Teachings', '21. Duties Towards Parents', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(218, 8, 'islamic', 5, 'Islamic Values and Teachings', '22. Hope', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(219, 8, 'islamic', 5, 'Islamic Values and Teachings', '23. Trials in Life: Everyone Will Experience Them', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(220, 8, 'islamic', 5, 'Islamic Values and Teachings', '24. Permitted and Prohibited Food', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(221, 8, 'islamic', 5, 'Islamic Values and Teachings', '25. Performance of Hajj', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(222, 8, 'islamic', 5, 'Islamic Values and Teachings', '26. Parables in the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(223, 8, 'islamic', 6, 'Islam After the Messenger ﷺ', '27. Early History of Shi‘ah Muslims', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(224, 8, 'islamic', 6, 'Islam After the Messenger ﷺ', '28. Umayyad Dynasty', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(225, 8, 'islamic', 6, 'Islam After the Messenger ﷺ', '29. Abbasid Dynasty', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(226, 9, 'islamic', 1, 'A Reflection on the Divine', '1. Signs of Allahﷻ in Nature', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(227, 9, 'islamic', 1, 'A Reflection on the Divine', '2. Pondering the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(228, 9, 'islamic', 1, 'A Reflection on the Divine', '3. Preservation and Compilation of the Qur’an', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(229, 9, 'islamic', 1, 'A Reflection on the Divine', '4. Ibadat—Easy Ways to Do It', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(230, 9, 'islamic', 1, 'A Reflection on the Divine', '5. Surah Baqarah—Statement of Faith and Commitment', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(231, 9, 'islamic', 2, 'Islam and Muslim', '6. Why Human Beings Are Superior', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(232, 9, 'islamic', 2, 'Islam and Muslim', '7. Life Cycle of Truth', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(233, 9, 'islamic', 2, 'Islam and Muslim', '8. Is Islam a Violent Religion?', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(234, 9, 'islamic', 2, 'Islam and Muslim', '9. Present Life: Vanity', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(235, 9, 'islamic', 2, 'Islam and Muslim', '10. Shariah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(236, 9, 'islamic', 2, 'Islam and Muslim', '11. Justice in Islam', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(237, 9, 'islamic', 3, 'Ethical Standard in Islam', '12. Choices We Make', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(238, 9, 'islamic', 3, 'Ethical Standard in Islam', '13. Peer Pressure', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(239, 9, 'islamic', 3, 'Ethical Standard in Islam', '14. Islamic Perspective on Dating', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(240, 9, 'islamic', 3, 'Ethical Standard in Islam', '15. Indecency', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(241, 9, 'islamic', 3, 'Ethical Standard in Islam', '16. Alcohol and Gambling', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(242, 9, 'islamic', 3, 'Ethical Standard in Islam', '17. Permitted and Prohibited Food', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(243, 9, 'islamic', 3, 'Ethical Standard in Islam', '18. Food of the People of the Book', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(244, 9, 'islamic', 3, 'Ethical Standard in Islam', '19. Let Ramadan Bring The Best in Us', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(245, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '20. Khadijah (ra)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(246, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '21. Rasulullahﷺ Multiple Marriages', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(247, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '22. Marriage to Zainab (ra)', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(248, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '23. Rasulullahﷺ: A Great Army General', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(249, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '24. Prophecy of Muhammadﷺ in the Bible', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(250, 9, 'islamic', 4, 'Essays on Rasulullahﷺ', '25. Allegations Against Rasulullahﷺ', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(251, 9, 'islamic', 5, 'Faith-Based Wealth Building', '26. Faith Based Wealth Building', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(252, 9, 'islamic', 5, 'Faith-Based Wealth Building', '27. Earn', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(253, 9, 'islamic', 5, 'Faith-Based Wealth Building', '28. Let Investment Work for You', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(254, 1, 'quran', NULL, NULL, 'Al-Fatihah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(255, 1, 'quran', NULL, NULL, 'An-Nas', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(256, 1, 'quran', NULL, NULL, 'Al-Falaq', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(257, 1, 'quran', NULL, NULL, 'Al-Ikhlas', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(258, 2, 'quran', NULL, NULL, 'Al-Masad', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(259, 2, 'quran', NULL, NULL, 'An-Nasr', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(260, 2, 'quran', NULL, NULL, 'Al-Kafirun', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(261, 2, 'quran', NULL, NULL, 'Al-Kawthar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(262, 2, 'quran', NULL, NULL, 'Al-Ma\'un', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(263, 3, 'quran', NULL, NULL, 'Quraysh', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(264, 3, 'quran', NULL, NULL, 'Al-Fil', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(265, 3, 'quran', NULL, NULL, 'Al-Humazah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(266, 3, 'quran', NULL, NULL, 'Al-\'Asr', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(267, 3, 'quran', NULL, NULL, 'At-Takathur', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(268, 4, 'quran', NULL, NULL, 'Al-Qari\'ah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(269, 4, 'quran', NULL, NULL, 'Al-\'Adiyat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(270, 4, 'quran', NULL, NULL, 'Az-Zalzalah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(271, 4, 'quran', NULL, NULL, 'Al-Bayyinah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(272, 4, 'quran', NULL, NULL, 'Al-Qadr', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(273, 5, 'quran', NULL, NULL, 'Al-\'Alaq', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(274, 5, 'quran', NULL, NULL, 'At-Tin', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(275, 5, 'quran', NULL, NULL, 'Ash-Sharh', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(276, 5, 'quran', NULL, NULL, 'Ad-Duhaa', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(277, 5, 'quran', NULL, NULL, 'Al-Layl', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(278, 6, 'quran', NULL, NULL, 'Ash-Shams', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(279, 6, 'quran', NULL, NULL, 'Al-Balad', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(280, 6, 'quran', NULL, NULL, 'Al-Fajr', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(281, 6, 'quran', NULL, NULL, 'Al-Ghashiyah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(282, 6, 'quran', NULL, NULL, 'Al-A\'la', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(283, 7, 'quran', NULL, NULL, 'At-Tariq', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(284, 7, 'quran', NULL, NULL, 'Al-Buruj', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(285, 7, 'quran', NULL, NULL, 'Al-Inshiqaq', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(286, 7, 'quran', NULL, NULL, 'Al-Mutaffifin', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(287, 7, 'quran', NULL, NULL, 'Al-Infitar', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(288, 8, 'quran', NULL, NULL, 'At-Takwir', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(289, 8, 'quran', NULL, NULL, 'Abasa', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(290, 8, 'quran', NULL, NULL, 'Al-Mursalat', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(291, 8, 'quran', NULL, NULL, 'An-Naba', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(292, 9, 'quran', NULL, NULL, 'Al-Mulk', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(293, 9, 'quran', NULL, NULL, 'Al-Qalam', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(294, 9, 'quran', NULL, NULL, 'Al-Haqqah', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(295, 9, 'quran', NULL, NULL, 'Al-Ma\'arij', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(296, 9, 'quran', NULL, NULL, 'Nuh', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(297, 9, 'quran', NULL, NULL, 'Al-Jinn', '2026-03-02 04:28:23', '2026-03-02 04:28:23'), +(298, 6, 'islamic', 6, 'Knowledge Enrichment', '22. The Angels and Jinn: An Overview', '2026-03-29 16:52:01', '2026-03-29 16:52:01'), +(299, 6, 'islamic', 6, 'Knowledge Enrichment', '23. Shaitan: The Invisible Enemy', '2026-03-29 16:52:58', '2026-03-29 16:52:58'), +(300, 6, 'islamic', 7, 'The Current Society', '24. My Friend is a Muslim Now', '2026-03-29 16:53:37', '2026-03-29 16:53:37'), +(301, 6, 'islamic', 7, 'The Current Society', '25. Friendship: How to Choose a Friend?', '2026-03-29 16:53:59', '2026-03-29 16:53:59'), +(302, 6, 'islamic', 7, 'The Current Society', '26. Muslims Around the World', '2026-03-29 16:54:28', '2026-03-29 16:54:28'), +(303, 6, 'islamic', 7, 'The Current Society', '27. People of Other Faiths', '2026-03-29 16:55:09', '2026-03-29 16:55:09'), +(304, 6, 'islamic', 8, 'Developing Islamic Values', '28. Greed and Dishonesty', '2026-03-29 16:55:35', '2026-03-29 16:55:35'), +(305, 6, 'islamic', 8, 'Developing Islamic Values', '29. Avoiding Extravagance', '2026-03-29 16:55:53', '2026-03-29 16:55:53'), +(306, 12, 'islamic', 1, 'Kushu', 'Memorize', '2026-04-04 19:52:57', '2026-04-04 19:52:57'), +(307, 12, 'islamic', 2, 'Kushu', 'Surah Hurjat', '2026-04-04 19:53:28', '2026-04-04 19:53:28'), +(308, 12, 'islamic', 3, 'Ayatul Kursi', 'Ayatul Kursi', '2026-04-04 19:54:17', '2026-04-04 19:54:17'), +(309, 12, 'islamic', 4, 'Power of Dua', 'Surah Hujurat', '2026-04-04 19:54:46', '2026-04-04 19:54:46'), +(310, 12, 'islamic', 5, 'Muslims in Need Around the World', 'Liberalism: the Religion of the West', '2026-04-04 19:55:50', '2026-04-04 19:55:50'), +(311, 12, 'islamic', 6, 'Loving Allah', 'Surah Hadid', '2026-04-04 19:56:21', '2026-04-04 19:56:21'), +(312, 12, 'islamic', 7, 'Scientific Miracles of Islam', 'Scientific Miracles of Islam', '2026-04-04 19:56:48', '2026-04-04 19:56:48'), +(313, 12, 'islamic', 8, 'The 5 Legal Maxims', 'Qawa\'id al Khamsa - Surah Hadid', '2026-04-04 19:57:37', '2026-04-04 19:57:37'), +(314, 12, 'islamic', 9, 'The 5 Legal Maxims', 'Qawa\'id al Khamsa', '2026-04-04 19:58:07', '2026-04-04 19:58:07'), +(315, 12, 'islamic', 10, 'Tahara', 'Boys & Girls', '2026-04-04 19:58:44', '2026-04-04 19:58:44'), +(316, 12, 'islamic', 11, 'Qadr and Tawwakul', 'Qadr and Tawwakul', '2026-04-04 19:59:14', '2026-04-04 19:59:14'), +(317, 12, 'islamic', 12, 'Tricks of Shaytaan', 'Fighting Addiction', '2026-04-04 19:59:39', '2026-04-04 19:59:39'), +(318, 12, 'islamic', 13, 'Review Day and Have some Fun', 'Review Day and Have some Fun', '2026-04-04 20:00:13', '2026-04-04 20:00:13'), +(319, 12, 'islamic', 14, 'Exam', 'Midterm Exam', '2026-04-04 20:00:38', '2026-04-04 20:00:38'), +(320, 12, 'islamic', 15, 'AS-Sahabah', 'Khulafah Rashidun', '2026-04-04 20:01:29', '2026-04-04 20:01:29'), +(321, 12, 'islamic', 16, 'Fasting', 'Zakat Preparing for Ramadan', '2026-04-04 20:01:56', '2026-04-04 20:01:56'), +(322, 12, 'islamic', 17, 'Seerah of the Prophet (SAW)', 'Early Life', '2026-04-04 20:02:17', '2026-04-04 20:02:17'), +(323, 12, 'islamic', 18, 'Seerah of the Prophet (SAW)', 'Makkah Period', '2026-04-04 20:02:39', '2026-04-04 20:02:39'), +(324, 12, 'islamic', 19, 'Seerah of the Prophet (SAW)', 'Medina Period', '2026-04-04 20:03:06', '2026-04-04 20:03:06'), +(325, 12, 'islamic', 20, 'The 5 Legal Maxims', 'Qawa\'id al Khamsa, Adab Al Mufrad - Manners / Akhlaq', '2026-04-04 20:04:38', '2026-04-04 20:04:38'), +(326, 12, 'islamic', 21, 'Hajj and Umrah', 'Hajj and Umrah', '2026-04-04 20:04:57', '2026-04-04 20:04:57'), +(327, 12, 'islamic', 22, 'LGBTQ', 'LGBTQ', '2026-04-04 20:05:14', '2026-04-04 20:05:14'), +(328, 12, 'islamic', 23, 'Compalation of Quran & Hadith Mental Health', 'Finding Purpose & Peace', '2026-04-04 20:05:41', '2026-04-04 20:05:41'), +(329, 12, 'islamic', 24, 'Fiqh of Love', 'Marriage', '2026-04-04 20:06:11', '2026-04-04 20:06:11'), +(330, 12, 'islamic', 25, 'Exam', 'Final Exam Review', '2026-04-04 20:06:35', '2026-04-04 20:06:35'), +(331, 12, 'islamic', 26, 'Exam', 'Final Exam', '2026-04-04 20:06:53', '2026-04-04 20:06:53'), +(332, 12, 'islamic', 27, 'Ceremony day', 'last day of school', '2026-04-04 20:07:20', '2026-04-04 20:07:20'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `support_requests` +-- + +CREATE TABLE `support_requests` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `subject` varchar(255) NOT NULL, + `message` text NOT NULL, + `status` varchar(25) NOT NULL DEFAULT 'open', + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `teacher_attendance_data` +-- + +CREATE TABLE `teacher_attendance_data` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) UNSIGNED NOT NULL, + `teacher_id` int(11) UNSIGNED NOT NULL, + `position` enum('main','ta') NOT NULL, + `date` date NOT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(25) NOT NULL, + `status` enum('present','absent','late') NOT NULL, + `reason` varchar(255) DEFAULT NULL, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `teacher_attendance_data` +-- + +INSERT INTO `teacher_attendance_data` (`id`, `class_section_id`, `teacher_id`, `position`, `date`, `semester`, `school_year`, `status`, `reason`, `created_at`, `updated_at`) VALUES +(38, 1, 33, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41'), +(39, 1, 115, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41'), +(40, 1, 184, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:06:41', '2025-09-28 03:06:41'), +(41, 11, 3, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18'), +(42, 11, 182, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18'), +(43, 11, 140, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:18', '2025-09-28 03:07:18'), +(44, 12, 97, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:29', '2025-09-28 03:07:29'), +(45, 12, 27, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:29', '2025-09-28 03:07:29'), +(46, 21, 71, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:38', '2025-09-28 03:07:38'), +(47, 21, 163, 'ta', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:07:38', '2025-09-28 03:07:38'), +(48, 22, 5, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50'), +(49, 22, 132, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50'), +(50, 22, 178, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:07:50', '2025-09-28 03:07:50'), +(51, 31, 155, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:01', '2025-09-28 03:08:01'), +(52, 32, 45, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12'), +(53, 32, 84, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12'), +(54, 32, 151, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:12', '2025-09-28 03:08:12'), +(55, 41, 43, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:31', '2025-09-28 03:08:31'), +(56, 41, 186, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:31', '2025-09-28 03:08:31'), +(57, 41, 160, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:31', '2025-09-28 03:08:31'), +(58, 42, 68, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:40', '2025-09-28 03:08:40'), +(59, 42, 129, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:40', '2025-09-28 03:08:40'), +(60, 51, 73, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:08:53', '2025-09-28 03:08:53'), +(61, 51, 161, 'ta', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:08:53', '2025-09-28 03:08:53'), +(62, 52, 40, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06'), +(63, 52, 78, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06'), +(64, 52, 135, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:06', '2025-09-28 03:09:06'), +(65, 60, 120, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16'), +(66, 60, 157, 'ta', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16'), +(67, 60, 83, 'ta', '2025-09-21', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 03:09:16', '2025-09-28 03:09:16'), +(68, 70, 82, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:24', '2025-09-28 03:09:24'), +(69, 70, 79, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:24', '2025-09-28 03:09:24'), +(70, 80, 74, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:37', '2025-09-28 03:09:37'), +(71, 80, 89, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:37', '2025-09-28 03:09:37'), +(72, 90, 138, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:46', '2025-09-28 03:09:46'), +(73, 90, 29, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:09:46', '2025-09-28 03:09:46'), +(74, 120, 134, 'main', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01'), +(75, 120, 99, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01'), +(76, 120, 94, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01'), +(77, 120, 180, 'ta', '2025-09-21', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 03:10:01', '2025-09-28 03:10:01'), +(78, 60, 120, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(79, 60, 157, 'ta', '2025-09-28', 'Fall', '2025-2026', 'late', NULL, '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(80, 60, 83, 'ta', '2025-09-28', 'Fall', '2025-2026', 'absent', 'on leave', '2025-09-28 14:58:11', '2025-09-28 14:58:11'), +(81, 90, 138, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(82, 90, 29, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 14:58:40', '2025-09-28 14:58:40'), +(83, 31, 155, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(84, 31, 199, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:02:38', '2025-09-28 15:02:38'), +(85, 41, 43, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48'), +(86, 41, 186, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48'), +(87, 41, 160, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:03:48', '2025-09-28 15:03:48'), +(88, 52, 40, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(89, 52, 78, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(90, 52, 135, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:04:07', '2025-09-28 15:04:07'), +(91, 80, 74, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(92, 80, 89, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:06', '2025-09-28 15:09:06'), +(93, 70, 82, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(94, 70, 79, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:09:55', '2025-09-28 15:09:55'), +(95, 12, 97, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:10:41', '2025-09-28 15:10:41'), +(96, 12, 27, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:10:41', '2025-09-28 15:10:41'), +(97, 22, 5, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(98, 22, 132, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(99, 22, 178, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:11:50', '2025-09-28 15:11:50'), +(100, 21, 71, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(101, 21, 163, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:15:26', '2025-09-28 15:15:26'), +(102, 42, 68, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(103, 42, 129, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 15:19:20', '2025-09-28 15:19:20'), +(104, 32, 45, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(105, 32, 84, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(106, 32, 151, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:40', '2025-09-28 16:09:40'), +(107, 120, 134, 'main', '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(108, 120, 99, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(109, 120, 94, 'ta', '2025-09-28', 'Fall', '2025-2026', 'absent', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(110, 120, 180, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:09:49', '2025-09-28 16:09:49'), +(111, 51, 73, 'main', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(112, 51, 161, 'ta', '2025-09-28', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 16:10:26', '2025-09-28 16:10:26'), +(116, 1, 33, 'main', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46'), +(117, 1, 115, 'main', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46'), +(118, 1, 184, 'ta', '2025-09-01', 'Fall', '2025-2026', 'present', NULL, '2025-09-28 18:21:46', '2025-09-28 18:21:46'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `teacher_class` +-- + +CREATE TABLE `teacher_class` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `teacher_id` int(11) DEFAULT NULL, + `position` enum('main','ta') DEFAULT NULL, + `semester` varchar(25) NOT NULL, + `school_year` varchar(25) DEFAULT NULL, + `description` text DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `updated_by` int(11) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `teacher_class` +-- + +INSERT INTO `teacher_class` (`id`, `class_section_id`, `teacher_id`, `position`, `semester`, `school_year`, `description`, `created_at`, `updated_at`, `updated_by`) VALUES +(3, 1, 33, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:26:51', '2025-09-12 07:26:51', 1), +(6, 22, 5, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:28:27', '2025-09-12 07:28:27', 1), +(7, 52, 40, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:34:37', '2025-09-12 07:34:37', 1), +(8, 70, 82, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:35:35', '2025-09-12 07:35:35', 1), +(9, 70, 79, 'ta', 'Fall', '2025-2026', NULL, '2025-09-12 07:35:51', '2025-09-12 07:35:51', 1), +(10, 80, 74, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:36:49', '2025-09-12 07:36:49', 1), +(11, 80, 89, 'ta', 'Fall', '2025-2026', NULL, '2025-09-12 07:37:03', '2025-09-12 07:37:03', 1), +(12, 120, 94, 'ta', 'Fall', '2025-2026', NULL, '2025-09-12 07:37:41', '2025-09-12 07:37:41', 1), +(14, 120, 99, 'ta', 'Fall', '2025-2026', NULL, '2025-09-12 07:38:50', '2025-09-12 07:38:50', 1), +(15, 52, 78, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:39:31', '2025-09-12 07:39:31', 1), +(16, 41, 43, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:39:50', '2025-09-12 07:39:50', 1), +(17, 42, 68, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:40:04', '2025-09-12 07:40:04', 1), +(18, 51, 73, 'main', 'Fall', '2025-2026', NULL, '2025-09-12 07:40:24', '2025-09-12 07:40:24', 1), +(23, 60, 83, 'ta', 'Fall', '2025-2026', NULL, '2025-09-12 07:43:34', '2025-09-12 07:43:34', 1), +(26, 90, 138, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 22:09:20', '2025-09-20 22:09:20', 1), +(27, 21, 71, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 22:34:40', '2025-09-20 22:34:40', 1), +(28, 1, 115, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 22:34:49', '2025-09-20 22:34:49', 1), +(29, 42, 129, 'ta', 'Fall', '2025-2026', NULL, '2025-09-20 22:34:57', '2025-09-20 22:34:57', 1), +(31, 32, 45, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 22:35:29', '2025-09-20 22:35:29', 1), +(32, 32, 84, 'ta', 'Fall', '2025-2026', NULL, '2025-09-20 22:35:57', '2025-09-20 22:35:57', 1), +(36, 90, 29, 'ta', 'Fall', '2025-2026', NULL, '2025-09-20 22:37:21', '2025-09-20 22:37:21', 1), +(37, 22, 132, 'ta', 'Fall', '2025-2026', NULL, '2025-09-20 22:37:44', '2025-09-20 22:37:44', 1), +(38, 31, 155, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 22:38:03', '2025-09-20 22:38:03', 1), +(39, 52, 135, 'ta', 'Fall', '2025-2026', NULL, '2025-09-20 22:45:00', '2025-09-20 22:45:00', 1), +(40, 60, 120, 'main', 'Fall', '2025-2026', NULL, '2025-09-20 23:06:04', '2025-09-20 23:06:04', 1), +(42, 41, 160, 'ta', 'Fall', '2025-2026', NULL, '2025-09-21 02:18:50', '2025-09-21 02:18:50', 1), +(43, 22, 178, 'ta', 'Fall', '2025-2026', NULL, '2025-09-21 16:31:05', '2025-09-21 16:31:05', 1), +(46, 32, 151, 'ta', 'Fall', '2025-2026', NULL, '2025-09-21 19:45:50', '2025-09-21 19:45:50', 4), +(48, 51, 161, 'ta', 'Fall', '2025-2026', NULL, '2025-09-26 04:49:13', '2025-09-26 04:49:13', 1), +(49, 21, 163, 'ta', 'Fall', '2025-2026', NULL, '2025-09-26 04:49:42', '2025-09-26 04:49:42', 1), +(50, 41, 186, 'ta', 'Fall', '2025-2026', NULL, '2025-09-27 19:13:33', '2025-09-27 19:13:33', 1), +(51, 31, 199, 'ta', 'Fall', '2025-2026', NULL, '2025-09-28 05:41:13', '2025-09-28 05:41:13', 1), +(57, 60, 174, 'ta', 'Fall', '2025-2026', NULL, '2025-10-05 14:46:13', '2025-10-05 14:46:13', 4), +(59, 10, 182, 'ta', 'Fall', '2025-2026', NULL, '2025-10-08 01:25:01', '2025-10-08 01:25:01', 1), +(60, 10, 27, 'ta', 'Fall', '2025-2026', NULL, '2025-10-08 01:26:02', '2025-10-08 01:26:02', 1), +(61, 10, 97, 'main', 'Fall', '2025-2026', NULL, '2025-10-08 01:26:15', '2025-10-08 01:26:15', 1), +(62, 10, 3, 'main', 'Fall', '2025-2026', NULL, '2025-10-08 01:27:15', '2025-10-08 01:27:15', 1), +(64, 31, 140, 'ta', 'Fall', '2025-2026', NULL, '2025-10-08 18:58:23', '2025-10-08 18:58:23', 4), +(65, 32, 184, 'ta', 'Fall', '2025-2026', NULL, '2025-10-11 19:38:29', '2025-10-11 19:38:29', 4), +(81, 21, 311, 'ta', '', '2025-2026', NULL, '2026-02-10 04:25:31', '2026-02-10 04:25:31', 1), +(95, 10, 1, 'main', '', '2025-2026', NULL, '2026-06-04 23:17:55', '2026-06-04 23:17:55', 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `teacher_submission_notification_history` +-- + +CREATE TABLE `teacher_submission_notification_history` ( + `id` int(10) UNSIGNED NOT NULL, + `teacher_id` int(10) UNSIGNED NOT NULL, + `class_section_id` int(10) UNSIGNED NOT NULL, + `admin_id` int(10) UNSIGNED NOT NULL, + `notification_category` varchar(64) NOT NULL DEFAULT 'teacher_submissions', + `message` text DEFAULT NULL, + `status` varchar(32) NOT NULL DEFAULT 'sent', + `school_year` varchar(32) DEFAULT NULL, + `semester` varchar(32) DEFAULT NULL, + `sent_at` datetime NOT NULL DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `teacher_submission_notification_history` +-- + +INSERT INTO `teacher_submission_notification_history` (`id`, `teacher_id`, `class_section_id`, `admin_id`, `notification_category`, `message`, `status`, `school_year`, `semester`, `sent_at`) VALUES +(1, 45, 32, 1, 'teacher_submissions', 'Dear Soundouss Ejjiyar,Administration is gently reminding you to wrap up any remaining score submissions, comments, or attendance entries for 3-B.Outstanding items: midterm score, midterm comment, PTAP comment, attendance.Visit Teacher Score Submission to address any remaining items.Thank you,Moulay Larbi Elabidi', 'sent', '2025-2026', 'Fall', '2026-01-26 04:25:25'), +(2, 45, 32, 1, 'teacher_submissions', 'Dear Soundouss Ejjiyar,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 3-B.Outstanding items: midterm scores and midterm comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-26 05:40:05'), +(3, 45, 32, 1, 'teacher_submissions', 'Dear Soundouss Ejjiyar,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 3-B.Outstanding items: midterm scores and midterm comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-26 05:45:52'), +(4, 71, 21, 1, 'teacher_submissions', 'Dear Najah Azennoud,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 2-A.Outstanding items: midterm scores, midterm comments and participation.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:09'), +(5, 43, 41, 1, 'teacher_submissions', 'Dear Aicha Cherkaoui,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 4-A.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:09'), +(6, 73, 51, 1, 'teacher_submissions', 'Dear Summia Sharif,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 5-A.Outstanding items: midterm scores, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:10'), +(7, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for Youth.Outstanding items: midterm scores, midterm comments and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:11'), +(8, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for Youth.Outstanding items: midterm scores, midterm comments and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:12'), +(9, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for Youth.Outstanding items: midterm scores, midterm comments and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-27 02:49:13'), +(10, 71, 21, 2, 'teacher_submissions', 'Dear Najah Azennoud,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 2-A.Outstanding items: midterm scores, midterm comments and participation.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:29'), +(11, 163, 21, 2, 'teacher_submissions', 'Dear Misbah Ilyas,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 2-A.Outstanding items: midterm scores, midterm comments and participation.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:30'), +(12, 43, 41, 2, 'teacher_submissions', 'Dear Aicha Cherkaoui,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 4-A.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:31'), +(13, 186, 41, 2, 'teacher_submissions', 'Dear Awab Basil,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 4-A.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:32'), +(14, 160, 41, 2, 'teacher_submissions', 'Dear Zain Irfan,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 4-A.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:33'), +(15, 73, 51, 2, 'teacher_submissions', 'Dear Summia Sharif,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 5-A.Outstanding items: midterm scores, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:34'), +(16, 161, 51, 2, 'teacher_submissions', 'Dear Shamima Akter,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 5-A.Outstanding items: midterm scores, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:34'), +(17, 74, 80, 2, 'teacher_submissions', 'Dear Imane Elassab,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 8.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:35'), +(18, 89, 80, 2, 'teacher_submissions', 'Dear Rayyan Vahora,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 8.Outstanding items: midterm scores, midterm comments, participation and PTAP comments.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-28 00:47:36'), +(19, 73, 51, 2, 'teacher_submissions', 'Dear Summia Sharif,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 5-A.Outstanding items: midterm scores and participation.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-29 00:03:42'), +(20, 161, 51, 2, 'teacher_submissions', 'Dear Shamima Akter,Administration is gently reminding you to wrap up any remaining score submissions and/or comments for 5-A.Outstanding items: midterm scores and participation.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Fall', '2026-01-29 00:03:43'), +(21, 3, 10, 1, 'teacher_submissions', 'Dear Khadija Elabidi,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 1.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:23:01'), +(22, 155, 31, 1, 'teacher_submissions', 'Dear Mahin Shaikh,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:03'), +(23, 199, 31, 1, 'teacher_submissions', 'Dear Hala Elshamy,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:04'), +(24, 140, 31, 1, 'teacher_submissions', 'Dear Noor Bhatti,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:05'), +(25, 68, 42, 1, 'teacher_submissions', 'Dear Farah Hamami,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:06'), +(26, 129, 42, 1, 'teacher_submissions', 'Dear Emman Ben Jamil,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:07'), +(27, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:08'), +(28, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:09'), +(29, 310, 120, 1, 'teacher_submissions', 'Dear Ibrahim Afzal,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:10'), +(30, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-02 17:25:11'), +(31, 163, 21, 1, 'teacher_submissions', 'Dear Misbah Ilyas,Administration is gently reminding you to wrap up any remaining submissions for 2-A.Outstanding items: class progress.Class progress submissions can be updated at Teacher Progress History.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 21:52:40'), +(32, 311, 21, 1, 'teacher_submissions', 'Dear Ekram Yassin,Administration is gently reminding you to wrap up any remaining submissions for 2-A.Outstanding items: class progress.Class progress submissions can be updated at Teacher Progress History.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 21:52:42'), +(33, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:46:01'), +(34, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:46:02'), +(35, 310, 120, 1, 'teacher_submissions', 'Dear Ibrahim Afzal,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:46:03'), +(36, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:46:05'), +(37, 68, 42, 1, 'teacher_submissions', 'Dear Farah Hamami,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:47:46'), +(38, 129, 42, 1, 'teacher_submissions', 'Dear Emman Ben Jamil,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-04 22:47:47'), +(39, 155, 31, 1, 'teacher_submissions', 'Dear Mahin Shaikh,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:07'), +(40, 199, 31, 1, 'teacher_submissions', 'Dear Hala Elshamy,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:07'), +(41, 140, 31, 1, 'teacher_submissions', 'Dear Noor Bhatti,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:08'), +(42, 47, 31, 1, 'teacher_submissions', 'Dear Inchi Kusri,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 3-A.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:09'), +(43, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:10'), +(44, 310, 120, 1, 'teacher_submissions', 'Dear Ibrahim Afzal,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:10'), +(45, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:11'), +(46, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 20:55:12'), +(47, 97, 10, 1, 'teacher_submissions', 'Dear Oumkaltoum El Amri,Administration is gently reminding you to wrap up any remaining submissions for 1.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:22'), +(48, 3, 10, 1, 'teacher_submissions', 'Dear Khadija Elabidi,Administration is gently reminding you to wrap up any remaining submissions for 1.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:23'), +(49, 182, 10, 1, 'teacher_submissions', 'Dear Bayan Hadri,Administration is gently reminding you to wrap up any remaining submissions for 1.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:24'), +(50, 27, 10, 1, 'teacher_submissions', 'Dear Sidra Khan,Administration is gently reminding you to wrap up any remaining submissions for 1.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:25'), +(51, 71, 21, 1, 'teacher_submissions', 'Dear Najah Azennoud,Administration is gently reminding you to wrap up any remaining submissions for 2-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:26'), +(52, 163, 21, 1, 'teacher_submissions', 'Dear Misbah Ilyas,Administration is gently reminding you to wrap up any remaining submissions for 2-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:27'), +(53, 311, 21, 1, 'teacher_submissions', 'Dear Ekram Yassin,Administration is gently reminding you to wrap up any remaining submissions for 2-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:27'), +(54, 5, 22, 1, 'teacher_submissions', 'Dear Sabah Mabchour,Administration is gently reminding you to wrap up any remaining submissions for 2-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:28'), +(55, 178, 22, 1, 'teacher_submissions', 'Dear Imane Aidi,Administration is gently reminding you to wrap up any remaining submissions for 2-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:29'), +(56, 132, 22, 1, 'teacher_submissions', 'Dear Badia Nourti,Administration is gently reminding you to wrap up any remaining submissions for 2-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:30'), +(57, 155, 31, 1, 'teacher_submissions', 'Dear Mahin Shaikh,Administration is gently reminding you to wrap up any remaining submissions for 3-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:30'), +(58, 199, 31, 1, 'teacher_submissions', 'Dear Hala Elshamy,Administration is gently reminding you to wrap up any remaining submissions for 3-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:31'), +(59, 140, 31, 1, 'teacher_submissions', 'Dear Noor Bhatti,Administration is gently reminding you to wrap up any remaining submissions for 3-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:32'), +(60, 47, 31, 1, 'teacher_submissions', 'Dear Inchi Kusri,Administration is gently reminding you to wrap up any remaining submissions for 3-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:33'), +(61, 45, 32, 1, 'teacher_submissions', 'Dear Soundouss Ejjiyar,Administration is gently reminding you to wrap up any remaining submissions for 3-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:34'), +(62, 84, 32, 1, 'teacher_submissions', 'Dear Ahlam Elbakhtaoui,Administration is gently reminding you to wrap up any remaining submissions for 3-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:34'), +(63, 151, 32, 1, 'teacher_submissions', 'Dear Hana Elshamy,Administration is gently reminding you to wrap up any remaining submissions for 3-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:35'), +(64, 184, 32, 1, 'teacher_submissions', 'Dear Essaadia Elbakhtaoui,Administration is gently reminding you to wrap up any remaining submissions for 3-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:36'), +(65, 43, 41, 1, 'teacher_submissions', 'Dear Aicha Cherkaoui,Administration is gently reminding you to wrap up any remaining submissions for 4-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:37'), +(66, 160, 41, 1, 'teacher_submissions', 'Dear Zain Irfan,Administration is gently reminding you to wrap up any remaining submissions for 4-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:38'), +(67, 186, 41, 1, 'teacher_submissions', 'Dear Awab Basil,Administration is gently reminding you to wrap up any remaining submissions for 4-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:38'), +(68, 68, 42, 1, 'teacher_submissions', 'Dear Farah Hamami,Administration is gently reminding you to wrap up any remaining submissions for 4-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:39'), +(69, 129, 42, 1, 'teacher_submissions', 'Dear Emman Ben Jamil,Administration is gently reminding you to wrap up any remaining submissions for 4-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:40'), +(70, 73, 51, 1, 'teacher_submissions', 'Dear Summia Sharif,Administration is gently reminding you to wrap up any remaining submissions for 5-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:41'), +(71, 161, 51, 1, 'teacher_submissions', 'Dear Shamima Akter,Administration is gently reminding you to wrap up any remaining submissions for 5-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:41'), +(72, 314, 51, 1, 'teacher_submissions', 'Dear Humera Nissar,Administration is gently reminding you to wrap up any remaining submissions for 5-A.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:42'), +(73, 78, 52, 1, 'teacher_submissions', 'Dear Simrah Azmi,Administration is gently reminding you to wrap up any remaining submissions for 5-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:43'), +(74, 40, 52, 1, 'teacher_submissions', 'Dear Aliha Sarfraz,Administration is gently reminding you to wrap up any remaining submissions for 5-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:44'), +(75, 135, 52, 1, 'teacher_submissions', 'Dear Saima Jaffri,Administration is gently reminding you to wrap up any remaining submissions for 5-B.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:45'), +(76, 120, 60, 1, 'teacher_submissions', 'Dear Ayesha Irfan,Administration is gently reminding you to wrap up any remaining submissions for 6.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:45'), +(77, 83, 60, 1, 'teacher_submissions', 'Dear Simra Hussain,Administration is gently reminding you to wrap up any remaining submissions for 6.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:46'), +(78, 174, 60, 1, 'teacher_submissions', 'Dear Saira Iftikhar,Administration is gently reminding you to wrap up any remaining submissions for 6.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:47'), +(79, 82, 70, 1, 'teacher_submissions', 'Dear Kishwar Bhatti,Administration is gently reminding you to wrap up any remaining submissions for 7.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:48'), +(80, 79, 70, 1, 'teacher_submissions', 'Dear Sana Shaikh,Administration is gently reminding you to wrap up any remaining submissions for 7.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:49'), +(81, 74, 80, 1, 'teacher_submissions', 'Dear Imane Elassab,Administration is gently reminding you to wrap up any remaining submissions for 8.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:50'), +(82, 89, 80, 1, 'teacher_submissions', 'Dear Rayyan Vahora,Administration is gently reminding you to wrap up any remaining submissions for 8.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:50'), +(83, 138, 90, 1, 'teacher_submissions', 'Dear Safa Dawood,Administration is gently reminding you to wrap up any remaining submissions for 9.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:51'), +(84, 29, 90, 1, 'teacher_submissions', 'Dear Noor Kazmi,Administration is gently reminding you to wrap up any remaining submissions for 9.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:52'), +(85, 33, 1, 1, 'teacher_submissions', 'Dear Aasiya Vahora,Administration is gently reminding you to wrap up any remaining submissions for KG.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:53'), +(86, 115, 1, 1, 'teacher_submissions', 'Dear Alaa Ahmed,Administration is gently reminding you to wrap up any remaining submissions for KG.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:53'), +(87, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining submissions for Youth.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:54'), +(88, 310, 120, 1, 'teacher_submissions', 'Dear Ibrahim Afzal,Administration is gently reminding you to wrap up any remaining submissions for Youth.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:55'), +(89, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining submissions for Youth.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:56'), +(90, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining submissions for Youth.Outstanding items: exam draft.Final exam draft submissions can be updated at Teacher Exam Drafts.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-10 21:16:56'), +(91, 68, 42, 1, 'teacher_submissions', 'Dear Farah Hamami,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:09:58'), +(92, 129, 42, 1, 'teacher_submissions', 'Dear Emman Ben Jamil,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for 4-B.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:09:59'), +(93, 134, 120, 1, 'teacher_submissions', 'Dear Talha Kamran,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:10:00'), +(94, 94, 120, 1, 'teacher_submissions', 'Dear Mariam Mahmoud,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:10:01'), +(95, 99, 120, 1, 'teacher_submissions', 'Dear Hassan Jafri,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:10:02'), +(96, 310, 120, 1, 'teacher_submissions', 'Dear Ibrahim Afzal,Administration is gently reminding you to wrap up any remaining score submissions, comments, and related items for Youth.Outstanding items: homework.Homework scores can be submitted at Teacher Homework.Visit Teacher Score Submission to address any remaining items.Thank you,Al Rahma Administration', 'sent', '2025-2026', 'Spring', '2026-04-15 22:10:03'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `users` +-- + +CREATE TABLE `users` ( + `id` int(11) UNSIGNED NOT NULL, + `school_id` int(11) UNSIGNED DEFAULT NULL, + `firstname` varchar(255) NOT NULL, + `lastname` varchar(255) NOT NULL, + `gender` enum('Male','Female') DEFAULT NULL, + `cellphone` varchar(25) NOT NULL, + `email` varchar(255) NOT NULL, + `address_street` varchar(255) NOT NULL, + `apt` varchar(25) DEFAULT NULL, + `city` varchar(255) NOT NULL, + `state` varchar(25) NOT NULL, + `zip` varchar(25) NOT NULL, + `accept_school_policy` tinyint(1) NOT NULL, + `is_verified` tinyint(1) NOT NULL DEFAULT 0, + `status` varchar(10) NOT NULL DEFAULT 'Inactive', + `is_suspended` tinyint(1) NOT NULL DEFAULT 0, + `failed_attempts` int(11) DEFAULT 0, + `password` varchar(255) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL, + `token` varchar(255) DEFAULT NULL, + `account_id` varchar(255) DEFAULT NULL, + `user_type` enum('primary','secondary','tertiary') DEFAULT 'primary', + `semester` varchar(255) NOT NULL, + `school_year` varchar(9) DEFAULT NULL, + `rfid_tag` varchar(100) DEFAULT NULL, + `last_failed_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `users` +-- + +INSERT INTO `users` (`id`, `school_id`, `firstname`, `lastname`, `gender`, `cellphone`, `email`, `address_street`, `apt`, `city`, `state`, `zip`, `accept_school_policy`, `is_verified`, `status`, `is_suspended`, `failed_attempts`, `password`, `created_at`, `updated_at`, `token`, `account_id`, `user_type`, `semester`, `school_year`, `rfid_tag`, `last_failed_at`) VALUES +(1, 2500001, 'Moulay Larbi', 'Elabidi', 'Male', '617-309-6743', 'larbi.elabidi@gmail.com', '90 Swan st', '201', 'lowell', 'ma', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$646238f8d5b0bec0b546a43ac1d5365c$39162fab71e8d6e5f7d321dfb736d214d6487fcdba6a9406cfcd013a97f77d88bdfc9d6c056aa05ed8dfc7f6d6ce938a8cb443baa272e9f56bfe287f9be0dff9', '2024-08-02 00:24:00', '2026-08-27 16:01:48', '', 'ACC00000001', 'primary', 'Fall', '2024-2025', '000000001', NULL), +(2, 2500002, 'Moulay Larbi', 'Elabidi', 'Male', '617-309-6743', 'moulay.elabidi@gmail.com', '90 Swan St', 'UNIT 201', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$bf70d941c5e5ab9564f69b6f28ac013f$0ece4e3ff20fb8e9a32d6444d1d1d5eedb985d05ec4ebe1c1f04ff02fc067e4868a9b80b47d61502d37b24543a55b1f68013c50fb3a2758a023c83f155c59c39', '2025-09-02 16:56:07', '2026-07-17 22:01:13', NULL, 'ACC00000002', 'primary', 'Fall', '2025-2026', NULL, NULL), +(3, 2500003, 'Khadija', 'Elabidi', 'Female', '857-206-5499', 'kelabidi0@gmail.com', '90 Swan St', 'UNIT 201', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$59510a07899170338ac14ccbd9dbd800$94b1bd7fced99fd2641ee067b4a968e3995203da567cd9aec8951b7b8f42d275d66fa4ad8292ba90bacac0282372b75838e2d5cd260da317a9576c095adac589', '2025-09-02 17:33:21', '2026-08-16 19:03:05', NULL, 'ACC00000003', 'primary', 'Fall', '2025-2026', NULL, NULL), +(4, 2500004, 'Outmane', 'Lemtiri Chlieh', 'Male', '404-918-7063', 'olemtiri@hotmail.com', '1401 Pawtucket Blvd', 'UNIT 6', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$55e3004ad98db3f769710a5eb8eee051$22affd1dda4c29b1f09e9db68a3e0acf75823c62132a96b0d90d66269eba6a5015576acc3830862048bffefbfa42507dc9cbf6ba69776343ea960b5259c563eb', '2025-09-02 22:27:30', '2026-08-27 03:34:46', NULL, 'ACC00000004', 'primary', 'Fall', '2025-2026', NULL, NULL), +(5, 2500005, 'Sabah', 'Mabchour', 'Female', '351-322-4109', 'sboumnina@hotmail.com', '12savoy', '', 'Billerica', 'MA', '01862', 1, 1, 'Active', 0, 0, 'sha256$100000$f1d7720d125647151937571fdf49b6db$e16ec89c721eb85f6a2de1aa41c043c0ffdb8560bd904d0523ecaf636a978a15c80a1cc2b6c25eb492621e0e15fb986eb3f21fe4665771d4a620ce72b6053edc', '2025-09-03 00:05:42', '2026-05-30 16:07:24', NULL, 'ACC00000005', 'primary', 'Fall', '2025-2026', NULL, NULL), +(6, 2500006, 'Adeel', 'Saqib', 'Male', '603-264-5039', 'asaqib.nh@gmail.com', '4 Lane Way', '', 'Londonderry', 'NH', '03053', 1, 1, 'Active', 0, 0, 'sha256$100000$3abe3005a74dd79ace991b22c5725d85$7bca3f60ba4d8c31e71051bca53f2744f6f8683fda91d466fb6dd8172d372c6233faaef2b6a4b2ce2a08e9ac82d3997366eb4afc5ad9f54aaeee3939a8ecd56a', '2025-09-03 00:13:15', '2026-05-10 14:46:35', NULL, 'ACC00000006', 'primary', 'Fall', '2025-2026', NULL, NULL), +(7, 2500007, 'Ridwan', 'Islam', 'Male', '402-612-1850', 'ridwan2039@gmail.com', '18 Lowell Rd', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$ed3bd52daf0c26b5be2f24db684d8d18$3d31131f6bbc8c1f949a69fe567a58e980ec29b14e691197c35f5180d10e6d7ac849ea2fcec46c8a991b76afc07f8d71f512332e7ef8cbd2919ed825316577be', '2025-09-03 00:14:12', '2026-05-09 14:29:01', NULL, 'ACC00000007', 'primary', 'Fall', '2025-2026', NULL, NULL), +(8, 2500008, 'Isra', 'Osman', 'Female', '402-417-2407', 'israadam1993@gmail.com', '10 Ranlett Lane', '', 'Billerica', 'MA', '01821', 1, 1, 'Active', 0, 0, 'sha256$100000$3b75e4f3c9674f02f421b8db812f9b7b$285be1f9928839701212aa16442841ff9120654c2a71f323d3499d0c84473fb4aaed579382bbe2cc64300c026e94b2fcc748b949ead36eefb5fa7a46a11ed794', '2025-09-03 00:16:35', '2026-05-08 00:45:35', NULL, 'ACC00000008', 'primary', 'Fall', '2025-2026', NULL, NULL), +(9, 2500009, 'Ahmed', 'Said', 'Male', '716-907-5016', 'ahmedchem82@yahoo.com', '182 School Street', 'A', 'Acton', 'MA', '01720', 1, 1, 'Active', 0, 0, 'sha256$100000$93d0f09f6770e49954a7cacc72629946$8675a02212a28c6fdb1cd128600793e355dccad470457d1c91af840bf2404fb4c2bd905eb95df7c33159a5c311870b5eee0c75833c2185539da0aa3cff8726bc', '2025-09-03 00:35:07', '2026-05-15 12:00:33', NULL, 'ACC00000009', 'primary', 'Fall', '2025-2026', NULL, NULL), +(10, 2500010, 'Anisa', 'El-Ghussein', 'Female', '781-301-1415', 'anisael2@gmail.com', '62 Mailloux Ter', '', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$648fcb7764d741625b79e823e94e08a5$29978234b929c4345ff27f50fee2e638e821fe8e6ea6ba077fca20895d531d87bfcf15557f0869f80f5de00cc9e28e0de281f84af2cdefa3dc1c2c19b76603fe', '2025-09-03 00:40:48', '2026-05-14 23:10:05', NULL, 'ACC00000010', 'primary', 'Fall', '2025-2026', NULL, NULL), +(11, 2500011, 'Saleem', 'Ahmed', 'Male', '617-852-0793', 'ameds1182@gmail.com', '18 Tomahawk Dr', '', 'Billerica', 'MA', '01821', 1, 1, 'Active', 0, 0, 'sha256$100000$4993adfffae49c79f05d3aca0cd7273b$49473ac8a8f21975a63eeda04c413a96f02c804db0b5a97bb5174531aafca91fbc6895df0ec35a5cd67854aab2bf7fa23e89a55d98861c02b6fb0e96b545d332', '2025-09-03 00:50:36', '2026-06-26 01:27:03', NULL, 'ACC00000011', 'primary', 'Fall', '2025-2026', NULL, NULL), +(12, 2500012, 'Mohamed', 'Hassan', 'Male', '781-353-4807', 'hassanplumbing33@gmail.com', '114 Groton Rd', '', 'Northchelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$0a4b91d5e34d5cc44ca35828c028c21f$0585fbae2fd28e29b837f5468500a7a7ef5bd12f986caa9308c4ff86e04b07525dfa2845ad8dd66f7b1733067703d1ea0d696574e49967959911e8f8086bbc7a', '2025-09-03 00:53:40', '2026-05-08 00:11:12', NULL, 'ACC00000012', 'primary', 'Fall', '2025-2026', NULL, NULL), +(13, 2500013, 'Rosina', 'Cotton', 'Female', '978-206-4497', 'rosinacotton@hotmail.com', '1847 Middlesex', '5', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$a529b1f69a6188f60a7e4f6a720984a5$073a5d963489559160635aba060068be296c735a014d88cb9d697ae7a9dbed8d89ec06d41a502e27e5780f925dad56a612aea51e1585dbca2d178ff9d46c83c2', '2025-09-03 00:57:09', '2026-08-23 22:13:50', NULL, 'ACC00000013', 'primary', 'Fall', '2025-2026', NULL, NULL), +(14, 2500014, 'Musab', 'Amin', 'Male', '330-389-2179', 'musab.alrawi@gmail.com', '1 Wampanoag Way', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$734668a899eb73cb8425f358d5861e59$ae9bb39782aaf81fbc7345b7dba0ccf6afa9840b351304820312ef4a041c05552ea1af06f2ac74b0f4d55fe12459d020870cf576d83ddcaa8ab037f404ad450c', '2025-09-03 00:58:44', '2026-04-20 13:07:01', NULL, 'ACC00000014', 'primary', 'Fall', '2025-2026', NULL, NULL), +(15, 2500015, 'Mahmood', 'Seddiqy', 'Male', '978-319-7292', 'mahmoodseddiqy95@gmail.com', '255 Princeton St', '5107', 'Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$b35ddec930c988867ad0170ceaf7b738$8bf3f9fd56c4023947197f62ee1ecebf57f4c144bbb013fdb013e6665b4ac233b0affc5119d3a248803e18265449dc6d43b2d136267f8251866a583e5c66bfe9', '2025-09-03 01:13:31', '2025-09-03 01:16:00', NULL, 'ACC00000015', 'primary', 'Fall', '2025-2026', NULL, NULL), +(16, 2500016, 'Mariama', 'Thulla', 'Female', '978-259-5013', 'kobbie6@gmail.com', '32 Overlook Ter', '', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$38a0116fc1b88057ec7aaf9f297b50c2$baa91dedb60cc0a38ed2d75eb75b16dd1b0bfbb9b10ce2073af12c4d012693c70969385a3d36f4ebf6c9eef974253e32709f61ed28260e5f8c9212819de814ae', '2025-09-03 01:20:19', '2026-08-24 01:54:31', NULL, 'ACC00000016', 'primary', 'Fall', '2025-2026', NULL, NULL), +(17, 2500017, 'Farhana', 'Sarfraz', 'Female', '978-885-5330', 'i.farhanasarfraz@gmail.com', '26 Arbutus Ave Chelmsford Ma', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$d9ed7d03f1ea87bf240cf4ab3d66dfd5$0eadd5acc4019b310fcd53e608fbff93c3a984892c17b9758fd7b2945abdb677d312de21157624180a014a180958bed9bf4d5cf9c7aebe0a84eede2ed725846c', '2025-09-03 01:21:27', '2026-05-05 00:57:58', NULL, 'ACC00000017', 'primary', 'Fall', '2025-2026', NULL, NULL), +(18, 2500018, 'Rabia', 'Imran', 'Female', '978-221-1596', 'rabiamran473@gmail.com', '56 Kennedy Dr', '', 'Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$efc527572d2aa8feb7a2cdfbbab07c30$f2934fe50631593f42269377e1f8b769b85c26c7bde7c169925661478ac65a1af992fa1ca085cfe6847da09a8bf2f6b69d84a45f0435fab9cdb1607122f5ee27', '2025-09-03 01:46:34', '2026-05-31 16:31:01', NULL, 'ACC00000018', 'primary', 'Fall', '2025-2026', NULL, NULL), +(19, 2500019, 'Shahab', 'Hussain', 'Male', '978-505-7338', 'shahabhussain@hotmail.com', '32 Sleigh Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$f125b6a29d447fe853d81c7f6bdfdc16$ce92e2f058c59fed3cb14cf72408a6e894c7143230d584ce3b61bf815de4ec7796a2961d764dc663a2f2853a251fb44b07fc36fd832e659c6d9932e377907566', '2025-09-03 01:55:47', '2026-06-04 23:33:27', NULL, 'ACC00000019', 'primary', 'Fall', '2025-2026', NULL, NULL), +(20, 2500020, 'Sajeed', 'Anwar Basha', 'Male', '986-895-3548', 'saji.sajeed2@gmail.com', '255 Princeton St', '5209', 'N Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$3fcb910633ac5fc85ee9a27e8f0f2507$4c29b4cabd2528c32720c510d7c79bc185fd6e90daa2fc9f9433bf5ccae97d180a86136b3bcd10c300bc539239b55eccd98400fe28afa60933e7397ffc38294b', '2025-09-03 02:08:10', '2026-05-31 20:21:09', NULL, 'ACC00000020', 'primary', 'Fall', '2025-2026', NULL, NULL), +(21, 2500021, 'Rashida', 'Nantege', 'Female', '978-421-5013', 'kamya130@gmail.com', '730 Skyline Dr', '22', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$5c62921b1564481f4eb5439cff815f21$a066985ca3613a3340b82b98bbfae611b044cc830cf201f870f831e9bccc42a80772b057d6513f67a5af7175aa989fe32a580461549d4761c69a2621bf2b8732', '2025-09-03 02:17:35', '2026-07-14 16:47:21', NULL, 'ACC00000021', 'primary', 'Fall', '2025-2026', NULL, NULL), +(22, 2500022, 'Zakaria', 'Saine', 'Male', '781-475-8647', 'sainezack@hotmail.com', '25 Kennedy Drive', '', 'N Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$e61a7b0dbd98fb2db167fc2c5fb87901$56e6532ef3c83bba6b841aecac315f8371815fcc4f622e06df4e1c959a16b720eefc865b97e2d68e8fc5cb3c7f7caba8a5533308c21c689beb8462a05d881b35', '2025-09-03 02:18:02', '2026-08-14 07:49:11', NULL, 'ACC00000022', 'primary', 'Fall', '2025-2026', NULL, NULL), +(23, 2500023, 'Saifadam', 'Pathan', 'Male', '206-902-8429', 'saifadam@gmail.com', '262 Littleton Rd', 'APT 17', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$cc62b774d9c77b9a4a174007b4405550$d35cfc9a62d5295b6d9af919658c03590726c8ef9230c15524cdca80e81e67603e0ef9d36051a4c05b696efb3385d47dfbeeb35444c454166b18169f4a7a8909', '2025-09-03 02:33:40', '2026-08-25 01:20:27', NULL, 'ACC00000023', 'primary', 'Fall', '2025-2026', NULL, NULL), +(24, 2500024, 'Shamim', 'Ansari', 'Male', '617-347-6694', 'shamimansarionweb@gmail.com', '177 Depot St', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$ba5ac0a7bc57992720c7f859fcf755d0$9a955592789447016bc259b56bf4f56f8d9af782dcff784b336c8ad1f6b69081c3aece09d68eba8a8ba4181da7e83f2c1dbb405c356671d975d3e5359f7e3a02', '2025-09-03 02:34:50', '2026-06-01 13:42:10', NULL, 'ACC00000024', 'primary', 'Fall', '2025-2026', NULL, NULL), +(25, 2500025, 'Badrul Alam', 'Bony', 'Male', '531-218-4441', 'bony.chem.du@gmail.com', '11 Robin Hill Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$99d35bfa91ccc2ac06002cddb84fd05e$dea56c7eb95526f536eb98ed4090ba3fdc601a1f1656fc033233a5486b51244f0e9e7710e79889db54e38e447ebf77fc0c3e043f60099ae9008425d1c7e78bcf', '2025-09-03 02:36:37', '2026-05-31 14:03:31', NULL, 'ACC00000025', 'primary', 'Fall', '2025-2026', NULL, NULL), +(26, 2500026, 'Jahangir', 'Masud', 'Male', '785-331-9797', 'masud.titech@gmail.com', '360 Littleton Rd', 'D18', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$95dd40c9eb2af5da8cb893146ee420dd$da3924b99d94db8101fb7c0053a00cbcbfe88f301aa2c6bac19e52ad093687f5b5439d4d19396ba69f06ec9778be4ee8fe4844178d978f8c659745097106b263', '2025-09-03 02:37:17', '2026-05-10 17:41:51', NULL, 'ACC00000026', 'primary', 'Fall', '2025-2026', NULL, NULL), +(27, 2500027, 'Sidra', 'Khan', 'Female', '978-995-0567', 'asharismyson@gmail.com', '22 Wotton St', '', 'N Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$a39240643e501eeab506af2ebf3a74f2$152e0f3a955d5312fffe11f3c04f60b9eb0d616063c285c50061b7cf9554b7ee6ceca21d25604956c21477fe14f60fda998e0dcc46119eeac3640bac29bbcbb0', '2025-09-03 02:56:51', '2026-05-20 11:02:15', NULL, 'ACC00000027', 'primary', 'Fall', '2025-2026', NULL, NULL), +(28, 2500028, 'Kokab', 'Javed', 'Female', '978-846-5910', 'zijmalik@gmail.com', '3 Rolling Meadow Lane', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$539e284fef62367026ef816ca3ea11bb$c723dd88c04be77e6f355f789fb134322507428608c7528ce831593414b9ebbe63d5246f8a8746241cc60012e8dd47152229905240e16b5383315c4e30aaac76', '2025-09-03 08:36:00', '2026-05-20 03:34:07', '', 'ACC00000028', 'primary', 'Fall', '2025-2026', '', NULL), +(29, 2500029, 'Noor', 'Kazmi', 'Female', '858-774-2353', 'noony127@gmail.com', '9 Hayrick Lane', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$6eb0a6970d29649c9b62dd73fbe6e105$6c1475d6d7f303cacbbbe75c0a0a3224d71dc29eb0e3c7f0e3f608fdf6110efd3533ab0b4664591f1ac3f4a01331d126ea3deaa65f47358745bf5733214258b2', '2025-09-03 10:21:45', '2026-04-19 14:07:13', NULL, 'ACC00000029', 'primary', 'Fall', '2025-2026', NULL, NULL), +(30, 2500030, 'Taiob', 'Ali', 'Male', '978-427-2092', 'taiobmdjamshed@yahoo.com', '83 Oak Hill Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$42991de8d944cc45090d1ed24e23ac6c$0fbeee339337a81e826708111efa47686b9ffccd661f56fed9e2b8f96d2fc302239bba32ccfa0cc6196313319dedff6e2884dad44773f0f1d9492d9bbb3d9e05', '2025-09-03 10:37:46', '2026-05-31 23:34:16', NULL, 'ACC00000030', 'primary', 'Fall', '2025-2026', NULL, NULL), +(31, 2500031, 'Sidikie', 'Kamara', 'Male', '978-421-7203', 'sidikie0227@gmail.com', '100 Massmills Drive', '318', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$7c7c480dadbe763b92be3e2232049dfe$af58a2add72ce864fface91ee1271dcb070790909ed2960913ea6d7c5f67e04280c2afd63ab18e46e06e3cd09ca508c2ac4f65e165ca68070abd794dc4b9c620', '2025-09-03 14:01:35', '2026-05-10 14:40:18', NULL, 'ACC00000031', 'primary', 'Fall', '2025-2026', NULL, NULL), +(32, 2500032, 'Ali', 'Murtuza', 'Male', '336-542-7816', 'amurtuza2008@gmail.com', '100 Nutting Rd', 'A1', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$dda5a0d6d6529dc1ae36e83931faf5ab$d9c33bd7902c975bbae9e672b1e3efa457df8cbc23d263a4ee373003e4856d0ade9f733da04b0c30916d718e11123193520ac530c9986d0adeaaccbb78e2e084', '2025-09-03 15:05:50', '2026-05-31 19:10:50', NULL, 'ACC00000032', 'primary', 'Fall', '2025-2026', NULL, NULL), +(33, 2500033, 'Aasiya', 'Vahora', 'Female', '781-526-9948', 'aasiyafvh@gmail.com', '5 Packard St', '', 'Woburn', 'MA', '01801', 1, 1, 'Active', 0, 0, 'sha256$100000$fba87af6c78a22daf5ecfc252ce69666$a2db301e57e821f42e83b6d9525a8ab4edcda17044f0d2cd8a22264f1d9d698df34fd79b7907df22efd9f95aa1b9a3bec786a933e4aaddd79222daedd80492a7', '2025-09-03 15:16:03', '2026-05-09 21:00:48', NULL, 'ACC00000033', 'primary', 'Fall', '2025-2026', NULL, NULL), +(34, 2500034, 'Sabeeh', 'Ehsan', 'Male', '978-893-8459', 'sabeeh3@yahoo.com', '2 Shandel Dr', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$557c62af55568f1441e2f74b1c885e10$30ea171c2ab2e2eca144d9cc295113de40287d6a26514a89cde3dd47eac32e0ff7814dc7e936447beb937a46b928f6d81dc9a3fa5f28c7ee43a9c102b89f3a4c', '2025-09-03 15:19:06', '2026-04-10 02:12:45', NULL, 'ACC00000034', 'primary', 'Fall', '2025-2026', NULL, NULL), +(35, 2500035, 'Sahadatu', 'Awudu', 'Female', '917-615-8842', 'innababe@yahoo.com', '82 Patricia Ln', '', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$c48f317ae1c2bd24ceaebb4db1507ad1$0de47db9920e16266b590a087682a4821ff1fefb60e4f85d433f209ab8048fd1f68b36e8768f9d66a4b6285da3ac4cd0e6a96680f110fd0f3db3054f955e11a1', '2025-09-03 15:19:37', '2026-05-31 19:15:21', NULL, 'ACC00000035', 'primary', 'Fall', '2025-2026', NULL, NULL), +(37, 2500036, 'Seifu', 'Kasule', 'Male', '857-258-8892', 'kasule6@yahoo.com', '46 Fletcher St', '', 'Ayer', 'MA', '01432', 1, 1, 'Active', 0, 0, 'sha256$100000$a5db2128921a216fb53a38ed00309490$5f6599dda0c1f21b9bf62d03e139426709a2359131598e9fc65f7501b4f2bc0afd7cbcb435c4d7d40368a24063090791e3b9d51a3e6332847bad435ae823e3fc', '2025-09-03 20:11:31', '2026-03-23 21:28:09', NULL, 'ACC00000037', 'primary', 'Fall', '2025-2026', NULL, NULL), +(38, 2500037, 'Rabeena', 'Ishaq', 'Female', '603-943-4013', 'arshedsheikh101@gmail.com', '2 Thompson Road', '', 'Nashua', 'NH', '03060', 1, 1, 'Active', 0, 0, 'sha256$100000$6760d73b13b8273942317d2ee36a42c8$e2919072af9e1d052b39ee93a245ca157bd7ff9a89ed23e0e98f337869bae554f2d66553582d0aff835ce12977dac4c336e0ac465d24f715629652b623f1cd20', '2025-09-03 20:54:41', '2026-05-10 17:36:00', NULL, 'ACC00000038', 'primary', 'Fall', '2025-2026', NULL, NULL), +(39, 2500038, 'Ali', 'Jaffri', 'Male', '978-204-8649', 'ali.jaffri@gmail.com', '10 River Rd', '', 'Andover', 'MA', '01810', 1, 1, 'Active', 0, 0, 'sha256$100000$0a8eafd3700a20e61c6abee67b5801df$d3a899d70ccca3cb3a5d95b019b897f4a428f488f8d717ed95d358aa0b1d4cc356482570da353f12d6e99da5d3b770e5b21f58e6bc1bce99644e19e0a63a0dcb', '2025-09-03 22:32:55', '2026-05-14 22:57:13', NULL, 'ACC00000039', 'primary', 'Fall', '2025-2026', NULL, NULL), +(40, 2500039, 'Aliha', 'Sarfraz', 'Female', '978-677-0889', 'alihasarfraz11@gmail.com', '26 Arbutus Ave', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$31c11cc099857d05ca897133487c536f$422a2b498774a1c571b29dc4ab226363e92b151121e4ca390b14eae61525d902c83722f8dbd1810fc923f0793ea9d8bfd77afdb1979b828bf797d70f50be242f', '2025-09-03 23:21:09', '2026-07-23 03:36:46', NULL, 'ACC00000040', 'primary', 'Fall', '2025-2026', NULL, NULL), +(41, 2500040, 'Amani', 'Elmawed', 'Female', '603-560-4292', 'elmaweda@gmail.com', '3 Applewood Dr', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$3f51ca63b3b099b0ee3d1b373bfade9e$3160fa316fc791957df8d07cebe9b95b1e0bc893d8b97643cbbe811d5ffb80274a7570cce8eb37b459bfbc096c39d2870674519eae26fdc50ee0ca0d27410e67', '2025-09-03 23:48:14', '2026-04-19 17:12:00', NULL, 'ACC00000041', 'primary', 'Fall', '2025-2026', NULL, NULL), +(42, 2500041, 'Samer', 'Abdallah', 'Male', '603-560-3153', 'sabdalla80@gmail.com', '3 Applewood Dr', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$3477a55a471846f8a13954992999503c$07e662c96af596632b408009ad81bbcde293d0067c1e3205b01e83d1174df1e815a54d95cfaea0b942783517e0a3b6b7209feb1d21d91ed793c20da96c5072a7', '2025-09-03 23:57:04', '2026-06-01 21:48:21', NULL, 'ACC00000042', 'primary', 'Fall', '2025-2026', NULL, NULL), +(43, 2500042, 'Aicha', 'Cherkaoui', 'Female', '603-261-1051', 'aichati@yahoo.fr', '185 A Robinson Rd', '', 'Hudson', 'NH', '03051', 1, 1, 'Active', 0, 0, 'sha256$100000$b57fd702eb7aa331c41aa2101ef9f7e7$ef5f4d3d8a7f709b77aaed19f96b558d7e9e9510f67e0bfa009e7966f3c67c26614e0e068f23428cc686bc7fbebeb0b50ebb0717c58c6e844214e98c47423ef5', '2025-09-04 02:20:02', '2026-05-24 20:24:55', NULL, 'ACC00000043', 'primary', 'Fall', '2025-2026', NULL, NULL), +(44, 2500043, 'Thahira Sulthana', 'Mother Mohamed', 'Female', '978-399-8695', 'safasulthana12@gmail.com', '26 Southgate Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$216af0822068bf13adc10ec5952f17c7$809aeae31cb0c079747bf58145c313b6f756af0aff687823cd74856b0f51a27a274c2bf13d13de63c912cd7b66bdb242459ead24cea96d466af87c8ebefb8857', '2025-09-04 02:23:07', '2026-05-31 16:35:04', NULL, 'ACC00000044', 'primary', 'Fall', '2025-2026', NULL, NULL), +(45, 2500044, 'Soundouss', 'Ejjiyar', 'Female', '404-793-9118', 'ejjiyar-soundouss@hotmail.com', '1401 Pawtucket Blvd', 'UNIT 6', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$5709fb4bfe18d637506d06896b75818c$b6f596801e5f71419a3ee098645c26c012390e8f01921a5320e50f1a903355d302f5e5d894229ab16f8107fb4026ff3f06fe425188c47cd760829a4414e1bc23', '2025-09-04 02:42:18', '2026-05-23 23:44:06', NULL, 'ACC00000045', 'primary', 'Fall', '2025-2026', NULL, NULL), +(46, 2500045, 'Shamsul Arifa', 'Ismail', 'Female', '508-500-2454', 'shamsularifai@gmail.com', '8 Ayer Rd', '', 'Acton', 'MA', '01720', 1, 1, 'Active', 0, 0, 'sha256$100000$8f6604c278b2d8089552bb7000f4ef8f$338b3b8955443279b9d19ca792fff90c1f13cbb2ffcdb58086945c73aace2cb20aafe3b7ad7ae4ac6ca91026b1fd5d9b1bb23d2e7ee06ce49f1310dc03277498', '2025-09-04 12:22:09', '2026-05-31 16:46:47', NULL, 'ACC00000046', 'primary', 'Fall', '2025-2026', NULL, NULL), +(47, 2500046, 'Inchi', 'Kusri', 'Female', '978-758-4664', 'ikusri@gmail.com', '1260 Westford St', 'C5', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$53be4a72f5b3cbeacef4afe44582f707$8bdf12861535f3fb18282551f21f5bb310bbfd80f164a1f1fb612cf44f4c89934b1201cf7597042796bbce34e2082ab14e63b7a1e1cd199e10bb338d4d3d47f2', '2025-09-04 15:01:05', '2026-06-01 23:15:23', NULL, 'ACC00000047', 'primary', 'Fall', '2025-2026', NULL, NULL), +(49, 2500047, 'Masuma', 'Imran', 'Female', '978-606-3667', 'masuma101@gmail.com', '3 Cider Mill Rd', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$5bd6b7ab5abc7918706c421d3032c39b$76713a6b7af09122dd265465121a30c0ec5ab64add98be7d37d2b23d58e9575e9b5151b311aa299e5228257afad7408501fe1f36c9ddbdc1049c176fb48d5bdc', '2025-09-04 17:10:59', '2026-05-31 16:31:07', NULL, 'ACC00000049', 'primary', 'Fall', '2025-2026', NULL, NULL), +(50, 2500048, 'Abdul Ahad', 'Storay Niazi', 'Male', '603-261-4452', 'ahad_storay@yahoo.com', '38 Aiken Ave', 'UNIT 1', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$b5706bd78aad69205fdf676003776727$cb53c0c07c038b8a173c9b616b4289c0851df8800b46e02d20731bf19dd9a04ace8e50ef0c448c89ccd432e39f3d12f40fb0d609995bf08e8229bfecd6eb9dd3', '2025-09-05 11:11:20', '2026-05-17 17:11:03', NULL, 'ACC00000050', 'primary', 'Fall', '2025-2026', NULL, NULL), +(52, 2500049, 'Adnan', 'Khan', 'Male', '508-468-8310', 'adnanimdad@gmail.com', '42 Pulpit Rd', '', 'Bedford', 'NH', '03110', 1, 1, 'Active', 0, 0, 'sha256$100000$adf514c168cbc7fc3ecb700519339222$c313f0d6fc82661631f9b8e8ea7e6fae0d9322023a47830046bfaf3d6afbcd8eeb26a77786cd5dd2185fe90fe7ab9d6f5cbd9fec1c739bedc88a184c25d9ef31', '2025-09-05 16:00:50', '2026-05-17 15:06:19', NULL, 'ACC00000052', 'primary', 'Fall', '2025-2026', NULL, NULL), +(53, 2500050, 'Abjal', 'Manduru', 'Male', '484-515-4319', 'abjalm@hotmail.com', '16 Bradley Circle', '', 'Devens', 'MA', '01434', 1, 1, 'Active', 0, 0, 'sha256$100000$ad753110ffc282bc5bde9ffbca84ead1$ef21b4c028696934e70016e7be0711a9c3a325b75cd2626614f8e64349103e1651be6711542b5bf094d7f2d138e64325e90bbb553e84d92c4125284d7c7bee39', '2025-09-05 18:28:51', '2026-05-30 15:23:53', NULL, 'ACC00000053', 'primary', 'Fall', '2025-2026', NULL, NULL), +(54, 2500051, 'Sumaia', 'Nabirumbi', 'Female', '978-395-0999', 'nmsumaia@gmail.com', '76 Middlesex Street', '', 'North Chelmsfor', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$a101f13b65f35ca246cdcd36fcd9611f$2fbf15758a20b8a3d90760d3ff46f6fff742e3e143590627b3f36e6a8a1d0bd6d0c2659ee0caa3709880f50420f92e7bca945e0d217da732fa981bedccbb49d5', '2025-09-05 19:07:52', '2025-09-05 19:11:32', NULL, 'ACC00000054', 'primary', 'Fall', '2025-2026', NULL, NULL), +(55, 2500052, 'Muhammad', 'Khalid', 'Male', '857-756-3463', 'muhammadnomankhalid@yahoo.com', '14 Lemay Way', '', 'North Chelmsfor', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$8aece43c3d17905f4d823cb0ae84e99b$3f2141386ba6feb57ab0a5622fc61b2a2898665f165eea7d473a7a7379a70299dd7b6bf7ec222d9b14fe583dcab742f9284522e0a4a93ce4e7adb8f079056eb5', '2025-09-05 20:25:13', '2026-05-02 15:53:42', NULL, 'ACC00000055', 'primary', 'Fall', '2025-2026', NULL, NULL), +(56, 2500053, 'Kalimah', 'Saditan', 'Female', '857-277-8635', 'kdulkarim@yahoo.com', '3 River Place', 'A910', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$aa9d678829c06c8b5e1716707255cc2d$66e1c1c51e943deeea5beacfe4144eba97e8ea9cd1b4b1fe9d24980710ec70307d329bdfa4059c191afabc05a5e451ce0dd2327b958041beb3d077cc1ce8e0c1', '2025-09-06 01:23:30', '2025-09-06 02:52:47', NULL, 'ACC00000056', 'primary', 'Fall', '2025-2026', NULL, NULL), +(57, 2500054, 'Mohammad Shoaib', 'Shawoo', 'Male', '713-298-5642', 'sshawoo123@gmail.com', '6 Jonathan Circle', '', 'Tyngsboro', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$67d925c1f52b426fcaffbc9df330b750$a1ff7141a70ea9b3e319872c7eabfacde3488f65a742c4ad74a6a51ab8753c77324888eca9ef700f0df889144ca31e0f6ac48f095bc0184533c33a85de8ceb38', '2025-09-06 16:07:26', '2026-06-11 22:29:45', NULL, 'ACC00000057', 'primary', 'Fall', '2025-2026', NULL, NULL), +(59, 2500055, 'Al-Monsur Jiaul', 'Haque', 'Male', '978-955-8702', 'amjhaque@gmail.com', '40 Highland St', '8', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$93ef875e80b8f6e8e7a40dc212e0d2d7$1136ba711d27227c7f3f6b650b49ebc072c683881e7e3f8fbcc033ff58594b41c6c7abff503a394092c3c3de3db197cd1234235a984cda9fef13150036e46e35', '2025-09-06 17:59:31', '2026-05-07 02:14:23', NULL, 'ACC00000059', 'primary', 'Fall', '2025-2026', NULL, NULL), +(60, 2500056, 'Tahya', 'Nakanjako', 'Female', '781-957-8063', 'nakanjakotahya200@gmail.com', '5 Dundee Street', '', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$9674b184dee5dc3c11165b9f243897b1$0ba2b18ab77d7b8077405d9325a8f6e6abec9c6a5cde7315690d34db91b75f6ee1dc3378c0c6fbc751285504314dc00e15907288766aeef5134d026658b92230', '2025-09-06 19:29:19', '2026-05-20 22:04:39', NULL, 'ACC00000060', 'primary', 'Fall', '2025-2026', NULL, NULL), +(63, 2500059, 'Mohd', 'Mahfar', 'Male', '978-654-1657', 'mrashdan.family@gmail.com', '34 Cold Spring Rd', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$565232a481389c713922d3a01b33d309$46ae84f8e9e0a72f24c0a865fa1836c1f0162cfb8160c8473b7c8e23d118349568a1294120c30460a209f6f25b3625f08b33871df74a4e819097ffcbacf6ace4', '2025-09-06 20:35:04', '2025-09-06 20:39:55', NULL, 'ACC00000063', 'primary', 'Fall', '2025-2026', NULL, NULL), +(64, 2500060, 'Asifa', 'Javaid', 'Female', '978-835-8202', 'asifajavaid@yahoo.com', '67 Wetherbee Avenue', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$32a3c5d8010af79ec98d0275355f15f2$266ac4572ddd0063121ec2a0421646e6dcf714d84cb8f0936e4cc8481cefb554eb2601b29d1f446f349b82fb3801d16fed6bf96ab490b9a4788436a936b06f2a', '2025-09-06 20:46:59', '2025-11-12 16:44:37', NULL, 'ACC00000064', 'primary', 'Fall', '2025-2026', NULL, NULL), +(66, 2500062, 'Humaira', 'Ashfaq', 'Female', '978-319-7836', 'humaira_shaukat@hotmail.com', '47 Stonegate Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$d43d2e5c24a3a2528633e8f05552ee14$e9073527e474f7143a7fa340e007ddd1cdbb1a5d7bb9abf8e8975f016f43c2d3aa3791ad12d6d579b028c4483569eba226cbc4ec3bba65a5d96111df1d581fe2', '2025-09-06 21:10:37', '2026-05-31 22:46:32', NULL, 'ACC00000066', 'primary', 'Fall', '2025-2026', NULL, NULL), +(68, 2500063, 'Farah', 'Hamami', 'Female', '774-535-4976', 'farahbb86@gmail.com', '70 Sky Top Ln', '', 'Dunstable', 'MA', '01827', 1, 1, 'Active', 0, 0, 'sha256$100000$ff23f844b83946818c485f91ac152f9b$0b690649ed11a51be970ed8f4604911e1a018ec2e202580e31c989b9e0d291d7cc82b63636c9d46609cc9d2bce4fe2ebcf93432e5ad78ec71f14dcee285fe31a', '2025-09-06 22:39:04', '2026-05-30 11:10:30', NULL, 'ACC00000068', 'primary', 'Fall', '2025-2026', NULL, NULL), +(69, 2500064, 'Yasir', 'Iqbal', 'Male', '978-430-8745', 'yasirbajwa@hotmail.com', '61 Stonegate Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$f3fad4518b2b00b27351639203879f96$c43ff4be1efba24ce8807a47d4c0c6dbd9b503b1da598d35cb88f3749266af6f88e600b6ef77513bc579568461e840069d7bef3117b18feb44d43fa8482dda23', '2025-09-06 22:40:42', '2026-04-19 11:48:22', NULL, 'ACC00000069', 'primary', 'Fall', '2025-2026', NULL, NULL), +(70, 2500065, 'Ashif', 'Khalifa', 'Male', '781-308-4876', 'khalifaashif@gmail.com', '26 Farmland Rd', 'UNIT E', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$f6ffb1a8598d9e32f8552468d545f3d5$f15f12b1d416c1faa8e801191bd9966ae7f6747efd5fa3b15d3f44ef288f2faf608faeabab2a93297e08479a7a47d7709e5cc679a2d4afffa716cdb618d06406', '2025-09-06 22:45:51', '2026-05-17 15:03:55', NULL, 'ACC00000070', 'primary', 'Fall', '2025-2026', NULL, NULL), +(71, 2500066, 'Najah', 'Azennoud', 'Female', '617-447-8646', 'najah.azennoud@gmail.com', '51 Newbury St', '', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$f1cdbb1d90a52a74b6ea7a75d397a600$8a20879dd6e4ff723123fc0b1155f7dc2b43498b391ddbbce136f37ea83173089105bf55d40bebb9bdf786081b4abc994bd5b8dfc5195038a512286902faaf45', '2025-09-06 22:53:00', '2026-05-23 21:21:08', '', 'ACC00000071', 'primary', 'Fall', '2025-2026', '', NULL), +(72, 2500067, 'Hajeera', 'Janibasha', 'Female', '978-908-6207', 'hajeera_86@yahoo.com', '400 Stow Rd', '', 'Boxborough', 'MA', '01719', 1, 1, 'Active', 0, 0, 'sha256$100000$a978d1d10ef39b131ef049dea99db837$62ce416902c77bd306b8f8e983c90166c7cec43e0640245d9e9f3dda78090f793fc99313477143201f6ffa97a9b8df44629b5505595c7282e3a88fc55938e0e6', '2025-09-06 22:57:20', '2026-03-08 15:22:28', NULL, 'ACC00000072', 'primary', 'Fall', '2025-2026', NULL, NULL), +(73, 2500068, 'Summia', 'Sharif', 'Female', '908-627-5385', 'summia.sharif@gmail.com', '46 Bear Path Lane', '', 'Hudson', 'NH', '03051', 1, 1, 'Active', 0, 0, 'sha256$100000$45a40453e0cdf9444de1797bd73406b7$f15d2a5555995882599191456aa8e4bc3fb84bb658f38c9eacb894f354a2343ae77302124bb5188357d1a3972662ac151b2daebb5bf84be4a36d268c651a889d', '2025-09-06 22:59:00', '2026-05-31 14:32:41', '', 'ACC00000073', 'primary', 'Fall', '2025-2026', '', NULL), +(74, 2500069, 'Imane', 'Elassab', 'Female', '781-985-0926', 'ielassab89@gmail.com', '399 Bedford Street', 'B', 'Concord', 'MA', '01742', 1, 1, 'Active', 0, 0, 'sha256$100000$2344547df1e59033138e294ab2cc4a90$9683bba8168c9b6b2aeeee8d9b2e42ff9018a859edcab503f45c915d2dd58f80f56ef9eac9924fe20c3f7b792c05d373f010d0b54c511aa404e29b3844343368', '2025-09-06 23:10:00', '2026-05-31 14:38:40', '', 'ACC00000074', 'primary', 'Fall', '2025-2026', '', NULL), +(75, 2500070, 'Mohammed', 'Kolia', 'Male', '339-368-4510', 'mkolia1@gmail.com', '14 Walden Sq Rd', '', 'Cambridge', 'MA', '02140', 1, 1, 'Active', 0, 0, 'sha256$100000$e050f18f96aed8e3cfc78f41fd7430b1$48c88cff091e5e1adbfefdc56ee77ef416bdd7aaddc1b83a0da76632444c1c7e29d2bf8ee227b406647321f9bb2c4f73abe6b6af8ae4ea4cafa26bbfdbe7a494', '2025-09-06 23:49:38', '2026-06-06 21:42:33', NULL, 'ACC00000075', 'primary', 'Fall', '2025-2026', NULL, NULL), +(78, 2500073, 'Simrah', 'Azmi', 'Female', '617-230-7638', 'simrahazmi218@gmail.com', '3 Russells Way', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$16af4dda2ab576e4d8803ff06bdde37a$964738c98c79983785eabcf571e6807458ca70076462a40f5a04a9daa18d3d9436ff4dbee28860a43660cf4ec98d5aef43b2525ebc2d483e87e4b63ebdf11015', '2025-09-07 00:09:38', '2026-05-24 00:52:10', NULL, 'ACC00000078', 'primary', 'Fall', '2025-2026', NULL, NULL), +(79, 2500074, 'Sana', 'Shaikh', 'Female', '978-930-8500', 'sana6532@gmail.com', '49 Glenvale Ave', '', 'Billerica', 'MA', '01821', 1, 1, 'Active', 0, 0, 'sha256$100000$218cdff6cc24bf7c5fa80ac4124addd5$0e69e6d5acadd4061449587c08406ec2cbf276bb01116ecc8f456322261d4f4bd2dc5bf8419d3f0b28c2cf9f5265e795dab7cfb712b3339bfefc5c4475e098cb', '2025-09-07 00:25:21', '2026-05-25 02:05:46', NULL, 'ACC00000079', 'primary', 'Fall', '2025-2026', NULL, NULL), +(80, 2500075, 'Asheque', 'Imran', 'Male', '469-422-2750', 'imran.asheque@gmail.com', '109 Lawton Road', '', 'Shirley', 'MA', '01464', 1, 1, 'Active', 0, 0, 'sha256$100000$b47d6cbe0f3175f07917d8afd48dd28c$ea4a978e4d4c461a977ecb6b7be5d83457109301889e1271f38177c4e0e7e9257081381b3f639c5f677120324d6991a677e5bff291e78b82ecf04fe6ea3923f9', '2025-09-07 00:31:46', '2026-05-05 02:43:33', NULL, 'ACC00000080', 'primary', 'Fall', '2025-2026', NULL, NULL), +(81, 2500076, 'Hidaya', 'Male', 'Female', '781-249-4831', 'hidayamale@gmail.com', '10 Dancause Rd', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$3a0797a11b781ee1b90bab3da3cc3b5c$2c65fc1b27e36ce14a9be8d47e10f46fe47e842b87a2922794619894f6c9afbd8eb8c9900f8dbee8e12f46131e112a04ee60bf7483f99f6f1018fdbd664ca4fb', '2025-09-07 01:29:51', '2026-05-02 15:17:43', NULL, 'ACC00000081', 'primary', 'Fall', '2025-2026', NULL, NULL), +(82, 2500077, 'Kishwar', 'Bhatti', 'Female', '781-308-2113', 'kishwarb@outlook.com', '35 Hideaway Ln', '', 'Methuen', 'MA', '01844', 1, 1, 'Active', 0, 0, 'sha256$100000$0c74f0ee8e6e59f5a8c0b13d86e69728$0f1d52d1503bab00f67398ed0d17773fcfb4e97962326c924775780a9b599098c4071db85e97fdf6fe986649a610fdc47e0314c133ce7ccdc38208bfccf9e59c', '2025-09-07 01:31:05', '2026-05-26 01:54:41', NULL, 'ACC00000082', 'primary', 'Fall', '2025-2026', NULL, NULL), +(83, 2500078, 'Simra', 'Hussain', 'Female', '248-385-8033', 'simrahussain98@gmail.com', '311 Littleton Road', '24', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$324a6c61429befac4c1112cf06fc3db3$21ea5ff4e508d2bd7f550f01ff4c4984414f5cd0c3ca9a5518e63c57ca45a70cb8784383abdf5d3453060306b19c524c72931609fd1c1817f6ee87138db3e995', '2025-09-07 01:47:23', '2026-05-22 15:20:14', NULL, 'ACC00000083', 'primary', 'Fall', '2025-2026', NULL, NULL), +(84, 2500079, 'Ahlam', 'Elbakhtaoui', 'Female', '978-677-0810', 'elbakhtaoui2016@gmail.com', '1323 Pawtucket Blvd', '23', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$c3ec51ef20b16e1bb91094e9b7e24f4d$638568efa6fb56b2d4ec4c2f630ff82c9dce7caf318979d8c79602ecbc0786ae6e48e1262b5b0d22ef6802ab5bf1328f3e1d121571395fad23010b881d29c47a', '2025-09-07 02:28:04', '2026-05-24 23:21:34', NULL, 'ACC00000084', 'primary', 'Fall', '2025-2026', NULL, NULL), +(86, 2500081, 'Moniba', 'Ishaq', 'Female', '978-955-8225', 'monibaishaq2131@gmail.com', '130 Slyline Dr', '25', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$92357b3303a724298dbd5a1a805096a8$815a74ed620743193fbe5fbb9ddcabd14b7fbf650ad88f54950123daa53a011487356c8fed9ac63698bf9d74ad8abad73232574d6a494f963d62eabade9c5cc0', '2025-09-07 05:25:26', '2026-05-10 17:13:40', NULL, 'ACC00000086', 'primary', 'Fall', '2025-2026', NULL, NULL), +(88, 2500083, 'Sana', 'Yousefzai', 'Female', '978-201-9148', 'ayaan.ghasir@yahoo.com', '15 Davis Road', 'C7', 'Acton', 'MA', '01720', 1, 1, 'Active', 0, 0, 'sha256$100000$ab298dc3c9c0344d4bae0e3ad507c23b$92407930167cf414679351a8dececbfaf3ded803b05f1b778f4efea881e205cef01f5d232b5139b9b27c54d1052ac7640ee376b1d67fa81dbab3e42dfbffd822', '2025-09-07 11:38:40', '2026-05-12 23:32:01', NULL, 'ACC00000088', 'primary', 'Fall', '2025-2026', NULL, NULL), +(89, 2500084, 'Rayyan', 'Vahora', 'Female', '781-539-9141', 'rayyanvahora11@gmail.com', '5 Packard St', '', 'Woburn', 'MA', '01801', 1, 1, 'Active', 0, 0, 'sha256$100000$57ef2d4ea1b93b2f201cc6a9a65d5893$5d333e25b80088fdfd1b757d6f0b7f25c637c372050e9308f3e63d81bbbe5d2a81a9f34c35402d8c2d5e4c2846321c5522b801b5d89f4873680c99b2a15aee18', '2025-09-07 14:00:42', '2026-04-19 02:31:53', NULL, 'ACC00000089', 'primary', 'Fall', '2025-2026', NULL, NULL), +(90, 2500085, 'Shariq', 'Nakhawa', 'Male', '617-834-0298', 'ssha33@gmail.com', '35 Woodlawn Avenue', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$f9d87723f3337e64be5c606ff6c042db$77a1cc4600df8440afffe030763e47d7685c771b7c6ab3384df0a28e2b4adaa9257d7937f3a318926adc7ac28ddfe10e8ada23fe63940fafa777f40f22e97550', '2025-09-07 14:12:25', '2026-05-31 16:37:41', NULL, 'ACC00000090', 'primary', 'Fall', '2025-2026', NULL, NULL), +(92, 2500086, 'Abdul', 'Ghasir', 'Male', '978-648-1708', 'abdulghasir25@gmail.com', '15 Davis Rd', 'C-7', 'Acton', 'MA', '01720', 1, 1, 'Active', 0, 0, 'sha256$100000$c2c2622b438afcf60ec83f14b7e6fa10$74ad3a32c19caf4d9d5e611b6792dcde7653c80622541234593d0cb7db8dca79963cfba3666c5f2ae8b7a9679123bfab3cb1932d79b2665ba20c9abf0cc6ede0', '2025-09-07 18:47:00', '2026-03-21 15:32:26', '', 'ACC00000092', 'primary', 'Fall', '2025-2026', '', NULL), +(93, 2500087, 'Mustapha', 'Sheriff', 'Male', '978-221-0766', 'musty2012@gmail.com', '96 Adams Street', '', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$121dbed4e0a37ec66d74141fc057f6e3$60168a260fb5ccbc001fd02bd7277c7868176d5a6ff8eaba754e13e857a88cbe41e9d38eb95cdba5874f6aec1a9c21ab0f9c2d7affa7049cafa4855194b94c67', '2025-09-07 18:49:04', '2026-05-17 13:57:01', NULL, 'ACC00000093', 'primary', 'Fall', '2025-2026', NULL, NULL), +(94, 2500088, 'Mariam', 'Mahmoud', 'Female', '978-856-5147', 'maboumahmoud@gmail.com', '7 Freedom Court', '', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$9e2a9707f7e091d98b8075fed7383a1c$85a68ead455e9ae96c724d35ccc9924d8e04d3cd95664f2d9fee988fab8c527222598832e2a65e501fff03ae1f5fcc58801bf041494db0bc4495b3c8e2fdd76f', '2025-09-07 21:46:00', '2026-05-10 04:13:42', '', 'ACC00000094', 'primary', 'Fall', '2025-2026', '', NULL), +(96, 2500089, 'Haithem', 'Mustafa', 'Male', '216-262-7407', 'haithemmustafa@gmail.com', '207 Merrimack Meadows Lane', '', 'Tewksbury', 'MA', '01876', 1, 1, 'Active', 0, 0, 'sha256$100000$085e4db258fc15d8f27c8d98a9527f70$e08ad3e671416f87c064f6e31298ef74795764b386030d4c8d048bee23867cad64a6a97ebdb2191439e07ff4ceb5a1403376672b54644e5b1e3e8d29267716bb', '2025-09-08 00:30:59', '2026-05-03 15:56:52', NULL, 'ACC00000096', 'primary', 'Fall', '2025-2026', NULL, NULL), +(97, 2500090, 'Oumkaltoum', 'El Amri', 'Female', '857-326-4801', 'makaltoum1990@hotmail.com', '44 Liberty Street', 'UNIT 1', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$e5aca50aba6b847897ae3b6b4cc73492$ee62e5d5740ca6decc62fc1d2df1e8950d23d4ec7191d1aa495876159c859160a6c9c17028db1a39ace072caca52cf48d6153d20db142ff6daa8002896c8b3ba', '2025-09-08 00:58:02', '2026-05-20 22:48:56', NULL, 'ACC00000097', 'primary', 'Fall', '2025-2026', NULL, NULL), +(98, 2500091, 'Mohammed', 'Gaabass', 'Male', '508-776-3922', 'moe_gaabass@yahoo.com', '8 Crawford Way', '', 'Pepperell', 'MA', '01463', 1, 1, 'Active', 0, 0, 'sha256$100000$7c357a2ea5eb24772f3633412f5a73b5$e6d18aef40b69bdfcc6ca61db2a9f223d3254e13321bd9bc5c80ab0dbc25841466e14c82a750a2223436983994258db8e1db846d2627e2f1389baa6cfb276697', '2025-09-08 02:31:23', '2026-05-30 00:48:35', NULL, 'ACC00000098', 'primary', 'Fall', '2025-2026', NULL, NULL), +(99, 2500092, 'Hassan', 'Jafri', 'Male', '603-930-6499', 'hassan.jafri10@gmail.com', '50 Majestic Ave', '', 'Nashua', 'NH', '03063', 1, 1, 'Active', 0, 0, 'sha256$100000$f12a2547e4161bd330d1c9f1a376c517$86cc6a270c4855c629a75a84d024c428314c26e02210dd10e875d322de6df21d5e0f5a0552b7056895065c991fd92af4d7197da7a42e71861a474b1c9ccb767b', '2025-09-08 16:40:14', '2026-06-16 17:13:56', NULL, 'ACC00000099', 'primary', 'Fall', '2025-2026', NULL, NULL), +(100, 2500093, 'Abdelhak', 'Elmalki', 'Male', '351-220-3163', 'abdelhaklmlk@gmail.com', '2321 Tech Valley Dr', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$6911d71f929ef91e22d9dddf22c2193e$f3cb4e7eb28fc56faf96383df7eb9469af0c87f6ca6183716b912ec4a1eb1f5f361c0c38481c893b847fc80bb1799af6488c42bb2e3acb864af77884e94addb1', '2025-09-08 16:42:01', '2026-05-24 02:47:48', NULL, 'ACC00000100', 'primary', 'Fall', '2025-2026', NULL, NULL), +(101, 2500094, 'Amin', 'Abdul Ghani', 'Male', '480-406-2800', 'aminazgani@gmail.com', '39 Carl Street', '', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$8862f98f657462a6a8c38d2abe8c631c$92934ac8970a8c946e8ae4ab5281e3326f905d86023712274f85b6728464b0d72c2351abed2c1afdfaafcf99291190f1bc32f73ffe38dad46190e3191574f3f0', '2025-09-08 20:58:00', '2026-05-16 22:37:06', '', 'ACC00000101', 'primary', 'Fall', '2025-2026', '', NULL), +(102, 2500095, 'Amina', 'Mukhtar', 'Female', '617-401-6638', 'aminah.mukhtar@gmail.com', '193 Middlesex Street', '', 'North Chelmsfor', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$91ec5c071ce9fcc8ec714f81dccb877a$0261c18445529d4054a812e6588112da8c59d7b24cb703f3c2255711b8ef29343cb9098011d940455148645c540f7620b6e62bbd4bfbb343c9cd9e26f190739d', '2025-09-08 21:59:23', '2026-05-05 18:43:59', NULL, 'ACC00000102', 'primary', 'Fall', '2025-2026', NULL, NULL), +(104, 2500096, 'Kadijatou', 'Balde Diallo', 'Female', '978-930-0170', 'kbdiallo@gmail.com', '200 Massmills Dr', '419', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$d562f2517b6cf735ef0bf3790599d6ac$2966e1c57604b9348932c55fa68a890271bf86fec5eb8a8b0e52bf659bd5240ef1888d9be99005caaf515f79600480609a83d974e0d97a459d0adf63435b8c2f', '2025-09-08 23:56:48', '2025-09-12 23:59:14', NULL, 'ACC00000104', 'primary', 'Fall', '2025-2026', NULL, NULL), +(105, 2500097, 'Atiqullah', 'Miakhel', 'Male', '857-417-8708', 'atiqullahfnu60@gmail.com', '165 Mammoth Rd', '', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$fd5a50acdea435731cd719e565825c0a$0b2e2be39dcd70cfab27b0b4098d49953e3f80af58ec09a3bb9725899328ab0885347569d5ae05ec27309f3304c00619329aafc68ae0216508f45d896464955f', '2025-09-09 21:53:50', '2026-06-07 13:15:05', NULL, 'ACC00000105', 'primary', 'Fall', '2025-2026', NULL, NULL), +(106, 2500098, 'Oumar', 'Ba', 'Male', '617-888-0300', 'oumar4@aol.com', '17 Rivers Edge Pl', '', 'Methuen', 'MA', '01844', 1, 1, 'Active', 0, 0, 'sha256$100000$97aed949b86624cefdf89464561a9089$f67fe5fb7f10853475e4ca8fa0068ee7b8d378965b0d10bd24ad5494be0f66124b53637c7b637c465e54e280d7668052529b22306f669d7650d4da8c6643a3a4', '2025-09-10 05:55:38', '2026-03-20 00:26:38', NULL, 'ACC00000106', 'primary', 'Fall', '2025-2026', NULL, NULL), +(107, 2500099, 'Maria', 'Karachi', 'Female', '978-319-1631', 'maria.k.boudjemaa@gmail.com', '86 Linton St', '', 'Nashua', 'NH', '03060', 1, 1, 'Active', 0, 0, 'sha256$100000$017feee5b2e8755b22798600104b1fc2$47e4f472397840c96485220b6a1677f87d85c4082bd26bbc5694c25b5844cd0a98c767a35548173db357beed6eef464db87352ecef2cfcf71ad6173fdb73cec7', '2025-09-10 12:14:08', '2026-05-17 16:31:56', NULL, 'ACC00000107', 'primary', 'Fall', '2025-2026', NULL, NULL), +(108, 2500100, 'Shadab', 'Anwar', 'Male', '513-510-7922', 'shadabanwar07@gmail.com', '40 Stuart Avenue', 'APT 16', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$f2c46ca1d10c17307bdfa8a4cc0949f6$882565c17fc18e2ad90421f7427add0a3d2d8e3c202551f9d28538c61e15bdc9bee5fad75aa75cc72e7939bb1029e8c929e594fb21294a4735116839facec61a', '2025-09-11 01:50:07', '2026-05-17 15:18:05', NULL, 'ACC00000108', 'primary', 'Fall', '2025-2026', NULL, NULL), +(109, 2500101, 'Ciatra', 'Oneal', 'Female', '978-930-5297', 'nwweylamatovu99@gmail.com', '500 Skylune Drive', '4', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$7b7d26706a16c762b06299044894f807$d563269cef1b6c198fb35b39c03ee708077d4a4ec40bfe2837e86db147e1decede87e83837b3cc0f5070148b8af117de4435d8c6f7113e80c4c4a8880265230b', '2025-09-11 14:35:21', '2026-06-01 13:57:06', NULL, 'ACC00000109', 'primary', 'Fall', '2025-2026', NULL, NULL), +(110, 2500102, 'Shabana', 'Aarzoo', 'Female', '617-602-5961', 'ssaarzoo@gmail.com', '3 Russells Way', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$a68cce06e4bb6e3db1e302e1cbdf3244$2b86b76d4ee425556dfb52de7f27bb5a282ed568d0d33eb74e16e5a7ee7816fdf5c14f4bcb08b2f3110ba6d625027235cdf04e7fbb297b97b72d5f93f70132e6', '2025-09-11 15:26:04', '2025-09-16 13:44:46', NULL, 'ACC00000110', 'primary', 'Fall', '2025-2026', NULL, NULL), +(113, 2500103, 'Mohamad', 'Daniar', 'Male', '978-930-6100', 'daniar@gmail.com', '15 Spaulding Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$9876e3366ace7ade39d1f0d619019ec5$07f32bdd975197b26d3d532dca0a8f975122963c95ac0ae211daf87498cd258c7d557ba77dcc361311a7068eb86002365ed22a8aefce87ecb4f088b060b0946c', '2025-09-13 12:53:49', '2026-04-04 14:00:32', NULL, 'ACC00000113', 'primary', 'Fall', '2025-2026', NULL, NULL), +(114, 2500104, 'Munazza', 'Quadri', 'Female', '978-793-3839', 'munazza6pk@yahoo.com', '372 Farrwood Dr', '', 'Haverhill', 'MA', '01835', 1, 1, 'Active', 0, 0, 'sha256$100000$091aa08c6ddaa4bc6352dbe7759fd8a4$1701119dde1454b0900190e0d3d8ff3f017fc22721cc057edd7c687b17139c8771f9688aa508a8c2aeea8b4ef79d1fdf53b74c893af59fd0742f3063413cd736', '2025-09-13 13:57:36', '2026-05-03 16:59:04', NULL, 'ACC00000114', 'primary', 'Fall', '2025-2026', NULL, NULL), +(115, 2500105, 'Alaa', 'Ahmed', 'Female', '978-314-0592', 'alaa.reda.mahmoud@gmail.com', '600 Skyline Dr', '2', 'Lowell', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$ba791c241fe80bcaa1dc58b3f7fc2b4a$509625ba5c42eb7672bd8cd5d5b7b755f8f64bfa008d1332d470c5329ba77d98dc42f01ac360a9c92da4c9a4de507d9a246b47c0d197b4b3a25f8f7e506ece66', '2025-09-13 14:41:55', '2026-05-17 13:56:14', NULL, 'ACC00000115', 'primary', 'Fall', '2025-2026', NULL, NULL), +(117, 2500107, 'Lana', 'Abu-Tarboush', 'Female', '941-241-7266', 'latarboush@hotmail.com', '2 Poplar Ln', '', 'North Chelmsfor', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$b0224fa660fe6f724e8ec59c68b9108c$48c0a7f125ca65d5bb7c81c062cf44055898834219bbca628cc8242299e97ae15d6da3172c1c0d9e9ca4ab29df1971364589a1992fe50fc5845a96075a1a0022', '2025-09-13 17:50:37', '2026-06-01 00:35:40', NULL, 'ACC00000117', 'primary', 'Fall', '2025-2026', NULL, NULL), +(118, 2500108, 'Farrukh', 'Shaikh', 'Male', '857-707-2460', 'farrukh.ahmedd@gmail.com', '7 Bristol St', '', 'Billerica', 'MA', '01862', 1, 1, 'Active', 0, 0, 'sha256$100000$cd8225c905a5924fbc6da55eef4d1879$6cedeeb697a00694af917bdf2956f1b941bb5926ab2f0c1db132cec18b6748bdb2ad93b973357c495c593a9e8801bb3415b0a38b19ef17bb6e340fd5e9451e67', '2025-09-13 18:48:56', '2026-05-31 19:09:41', NULL, 'ACC00000118', 'primary', 'Fall', '2025-2026', NULL, NULL), +(120, 2500109, 'Ayesha', 'Irfan', 'Female', '978-494-2031', 'a.irfan4155@gmail.com', 'Line Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$428b1fcceeaad4bd689231601703bb46$1cbd7452e1773c78b53b17a316a607deb5d5d36e5be8bda47187b3d72f103219f417a4a42d620097f8f98179b71f489c0b3789c0ee5d5492beeb91a4c6a74a67', '2025-09-14 01:45:25', '2026-05-25 21:05:07', NULL, 'ACC00000120', 'primary', 'Fall', '2025-2026', NULL, NULL), +(121, 2500110, 'Ahmed', 'Abdalaoui', 'Male', '617-415-3666', 'ahmedabdalaoui@gmail.com', '1260 Westford St', 'C-5', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$62488bacf20e515f4df6c4565b1e5791$d2585743661b9d0f65560991d291c0ca6acbbf299ed8bae841fb02c331bfa81fd538cef837c12d571a941430d1b203ba815ed381f2c03934e2cc8cbcee238c99', '2025-09-14 13:09:08', '2026-05-23 02:24:39', NULL, 'ACC00000121', 'primary', 'Fall', '2025-2026', NULL, NULL), +(122, 2500111, 'Muhammad', 'Shahid', 'Male', '857-492-8253', 'shahid.2704@gmail.com', '262 Littleton Road', '28', 'Chelmsford', 'MA', '02360', 1, 1, 'Active', 0, 0, 'sha256$100000$9cdfdac3b905b7a855dc054527446c02$b4621b0c2e723a9b54b129b206c1af1b08b815128045a165f9e3d874804c72c66b2d329691b7f276b930446d9572ae1c91edbb3edc1d2fdb75f134493c9b9bd5', '2025-09-14 14:24:44', '2026-05-10 20:05:10', NULL, 'ACC00000122', 'primary', 'Fall', '2025-2026', NULL, NULL), +(123, 2500112, 'Foday', 'Momoh', 'Male', '978-606-5113', 'fodaymomoh3@gmail.com', '500 Merrill Lane', '5', 'Dracut', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$ed64a4c24e96aa986076c5e008f0446b$d77be2996920572b9dafb7fd3a76b89b2c41b5730f807c9fcfaf9e86fdf51e00d10d0879327da3c49813d7d600933b62bc7c474a661ca6a6e81100174f2c5e1a', '2025-09-14 17:32:06', '2026-05-09 20:46:40', NULL, 'ACC00000123', 'primary', 'Fall', '2025-2026', NULL, NULL), +(124, 2500113, 'Jalil', 'Wambuzi', 'Male', '978-996-3098', 'jaliljalos75@gmail.com', '255 Pricenton St', 'TH20', 'North Chelms', 'MA', '01826', 1, 1, 'Active', 0, 0, 'sha256$100000$cc0a13a1344a92e4087797016f7455a4$3b52b4feac417fe77088c9d85bfe67174934f6ce2457791ffcf942d415da9010913b3f4b7f9dbd758da35d41f51fb3e5ee144a23d0db3f45454ffaf81a0ed463', '2025-09-14 17:43:12', '2026-06-08 03:24:09', NULL, 'ACC00000124', 'primary', 'Fall', '2025-2026', NULL, NULL), +(125, 2500114, 'Faridah', 'Senkubuge', 'Female', '978-375-8816', 'fnalunkuma@gmail.com', '1990 Middlesex St', '26', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$8e3b304f97c8bc7b90f69443c99606bd$80ddcadb999bfc150c4ee6f0e3ffb99470b4f4daf88c012e27ef1c83642f183d0fb65fc82c3b4e57b473064c92266ceb7413344c2f9fb938f6c4e33b04455407', '2025-09-14 17:53:07', '2026-05-31 16:30:44', NULL, 'ACC00000125', 'primary', 'Fall', '2025-2026', NULL, NULL), +(126, 2500115, 'Wasif', 'Nazar', 'Male', '203-726-5569', 'wasif.nazar@gmail.com', '7 Farmers Way', '7A', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$1be2a4d1e43cd64f9ade1db4da00948f$8e49b9a10b9508a751a7016cb16b77f7b83f294f9b0dae080ba86e215c7d8287a0773b43bc85772bb06c643f94555d617d5004746c2dcf162249c379934dd3de', '2025-09-14 18:38:47', '2026-02-01 15:14:00', NULL, 'ACC00000126', 'primary', 'Fall', '2025-2026', NULL, NULL), +(128, 2500116, 'Ajmal', 'Sediqi', 'Male', '540-310-7494', 'asediqi10@gmail.com', '347 Pawtucket Blvd', 'UNIT 1', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$b35cc8ff907d1207500ea0f7a7891c90$025479e45f55e5d38b2ebefb44ab7855e7c9a4072c8353bf674ac3aef23f1145841cc2318bfb5ffd702c0063b7db0dd3263c91cc5f510b322faa5f9e2a1db364', '2025-09-14 20:21:26', '2026-05-31 18:47:02', NULL, 'ACC00000128', 'primary', 'Fall', '2025-2026', NULL, NULL), +(129, 2500117, 'Emman', 'Ben Jamil', 'Female', '613-981-1335', 'emman.benjamel@gmail.com', '3 Arapahoe Way', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$d5766497f8e8ed4c7f38eaf3d96efef8$b811a2a33f436a8711efb354d22cfa180129e164164e0517611ba722bb2875a4dbe151be0d4472561c9f88f9fd2c1823e4730eb7c5abf7063d3e618e5065d51b', '2025-09-15 01:46:31', '2026-05-16 18:01:17', NULL, 'ACC00000129', 'primary', 'Fall', '2025-2026', NULL, NULL), +(130, 2500118, 'Ishmael', 'Kallon', 'Male', '857-207-6216', 'ikallon@hotmail.com', '33 Audrey Avenue', '', 'Tyngsborough Ma', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$7e95cb2ee42aab041a2ca6445b5574a3$8c942efeb1b168b4c30af498acfa50b3f7700396a38ce4e739ca9115141b3c550412e57a17a8ec816f4c1a8c4d206674948e28a2c57f9c8e94a8300a1cbaf779', '2025-09-15 19:41:55', '2025-09-15 19:46:12', NULL, 'ACC00000130', 'primary', 'Fall', '2025-2026', NULL, NULL); +INSERT INTO `users` (`id`, `school_id`, `firstname`, `lastname`, `gender`, `cellphone`, `email`, `address_street`, `apt`, `city`, `state`, `zip`, `accept_school_policy`, `is_verified`, `status`, `is_suspended`, `failed_attempts`, `password`, `created_at`, `updated_at`, `token`, `account_id`, `user_type`, `semester`, `school_year`, `rfid_tag`, `last_failed_at`) VALUES +(132, 2500119, 'Badia', 'Nourti', 'Female', '978-551-2692', 'badianourti@yahoo.com', 'E Meadow Rd', '142', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$7032f17f7a81753c95487869a8dc1c7d$afd1ba455ebb98e1caebe04ca12068678a41efaa3ff40d3a5c49535fa07462cb5c2375723e9d1e1aa14d5d42f11ca0851c4a11dc06b8aa88cc1b78e4037df136', '2025-09-16 03:21:16', '2026-05-17 14:34:10', NULL, 'ACC00000132', 'primary', 'Fall', '2025-2026', NULL, NULL), +(133, 2500120, 'Faisal', 'Qabba', 'Male', '617-669-3076', 'fqabba242@gmail.com', '29 Pratt Avenue', 'APT 5', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$ab291310857650249d7dd9b200f66f1c$e34d8a5aef4497156058615e4e69ce7cf6323cefe2fa9634da900c80a42dc3278831fac3ee5a8f4f509db3c94a3f41fd80808769a75d3af22ac6af3bc98d67cd', '2025-09-16 14:47:11', '2026-05-16 13:52:16', NULL, 'ACC00000133', 'primary', 'Fall', '2025-2026', NULL, NULL), +(134, 2500121, 'Talha', 'Kamran', 'Male', '978-893-9703', 'talha.haider1010@gmail.com', '20 Dairy Farm Way', '', 'Tewksbury', 'MA', '01876', 1, 1, 'Active', 0, 0, 'sha256$100000$694b3b9d486d58480ce2c55fb3a89bf6$aaa46900adfd827f94d454a3727e08352f2d59fe8bd253e10a6da82d1b72fe3526f4970611a3970ee25ffbaf4cc61b0ed220d8b84319788f3a17ce9227ab8508', '2025-09-16 19:44:24', '2026-05-29 18:05:20', NULL, 'ACC00000134', 'primary', 'Fall', '2025-2026', NULL, NULL), +(135, 2500122, 'Saima', 'Jaffri', 'Female', '978-457-6694', 'saima.jaffri@gmail.com', '10 River Road', '', 'Andover', 'MA', '01810', 1, 1, 'Active', 0, 0, 'sha256$100000$1a00fd8b38dad305687da5ef7deffec3$9995b6466660ea35f2d35a086b122a546ed8b571b5cc37fbef2b457eab19112c679bc0410ce8882869ea2ca71386db522b8cece2129b8fdcf9381fd3ec5e9610', '2025-09-17 01:37:25', '2026-05-11 21:58:15', NULL, 'ACC00000135', 'primary', 'Fall', '2025-2026', NULL, NULL), +(136, 2500123, 'Nu', 'Komarudin', 'Male', '781-632-3817', 'nganjuk1973@gmail.com', '79 Warwick St', '', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$7bc7b11b5f75fc5a967c1a86430ebc6b$47c2073b4de1a3dfbb136f31db53ce886b5815677861d3365916f875a276611988a57a3da6b12226806d2d97fc3339cf3481b9c1d0bfd7278c32f4b03ba73760', '2025-09-17 01:53:48', '2026-05-02 13:54:00', NULL, 'ACC00000136', 'primary', 'Fall', '2025-2026', NULL, NULL), +(137, 2500124, 'Souad', 'Alai', 'Female', '978-305-8891', 'souad81retbi@gmail.com', '4 Viles Avenue', '', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$3a470f4242b96ba86bb965f5d7e7ff27$5773505a1ba449c8ee78fc542e57f094a74f761dbd65bdbc635142c70c4953d2a8b3248b828bfbea7c1033f07591e31f8373d014649f3d4b68926ea8ed06ea33', '2025-09-18 00:08:00', '2025-12-07 19:36:54', '', 'ACC00000137', 'primary', 'Fall', '2025-2026', '', NULL), +(138, 2500125, 'Safa', 'Dawood', 'Female', '847-510-7537', 'safdaw486@gmail.com', '179 Littleton Rd', 'UNIT 4', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$f94df506f81947b6aee93a906a96583f$db448b0749af58694280356262cbb8ad94578d4364f60dfb19e49af6f08bb6bd41e41b4d5350e5aa6b3065549f25956c33a4ee123abdc79eccef03662b70691b', '2025-09-18 00:10:21', '2026-05-24 01:06:46', NULL, 'ACC00000138', 'primary', 'Fall', '2025-2026', NULL, NULL), +(139, 2500126, 'Md', 'Al-Amin', 'Male', '662-370-9910', 'alamintex20@yahoo.com', '40 Highland St', '1', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$937bbe60229b8dd91f311fd9472016bf$e615e915037553be82e399712926578a312c20915cd914c4b5bc531a9a3b05951ef9be5a69a72d44c8a81031d7358862ef43be6d9d2be89f5c522e6b336c6293', '2025-09-18 01:27:54', '2026-06-01 00:42:14', NULL, 'ACC00000139', 'primary', 'Fall', '2025-2026', NULL, NULL), +(140, 2500127, 'Noor', 'Bhatti', 'Female', '781-885-4528', 'noor.bhatti202@gmail.com', '35 Hideaway Lane', '', 'Methuen', 'MA', '01844', 1, 1, 'Active', 0, 0, 'sha256$100000$066229caf8d8580e0e82ec103ed767db$489e4b6dda86e2f7c3db84f90b41e61daf1baa278d4c77101aabdc4248d6aa76c5f8c02c0de9d902329cf1c675b0fd9073e801edad9e6c752ac47cb01159b52a', '2025-09-18 15:18:59', '2026-05-24 02:17:32', NULL, 'ACC00000140', 'primary', 'Fall', '2025-2026', NULL, NULL), +(141, 2500128, 'Khalid', 'Seddane', 'Male', '781-479-3282', 'seddanek@gmail.com', '393 Wilder St', '12', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$11f2501afda0ccdc44167fa8be0d919c$3a5036120cebd0215d304ac6907e8f7ddd8f2dca1ca9672b5042d42dcd37ea5f685ae12ef3b8f752f2f548b2a02496997dca545e88204ae3f435fbc3f66ed3f5', '2025-09-18 21:58:00', '2026-05-17 14:43:52', '', 'ACC00000141', 'primary', 'Fall', '2025-2026', '', NULL), +(142, 2500129, 'Maimouna', 'Albertorio', 'Female', '978-888-5842', 'moumyba@gmail.com', '174 Pleasant Street', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$6632401d286ff14e471f9d9ae22b46bd$a91e4182b5355d5783d29134ead5183ca50217b68eb54f37f4969f78439c5a7102dcf5da71751d1198fad3fc829568ce41e5e84b26e037102ef34003a9621ccd', '2025-09-19 12:25:32', '2025-09-21 13:57:50', NULL, 'ACC00000142', 'primary', 'Fall', '2025-2026', NULL, NULL), +(145, 2500131, 'Irum', 'Malik', 'Female', '978-846-4365', 'inmalik73@gmail.com', '16 Bandon Circle', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$d3af60533673d61d5707cb0ff71e1ec7$90134036cac1bbfab7c6af4c489ccc51d5c2bc300689adaced135bf363e21a9238fa065bf7e2050451459e9ffbb92704419d1de952589b21e8fc2fc0227531c3', '2025-09-19 21:54:59', '2025-09-21 13:50:39', NULL, 'ACC00000145', 'primary', 'Fall', '2025-2026', NULL, NULL), +(146, 2500132, 'Mustafa', 'Saracevic', 'Male', '814-218-9295', 'mustafasaracevic@outlook.com', '179 Littleton Rd', '4', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 1, 3, 'sha256$100000$ee7e0800fd7c4aee96bd39eda89e92dc$c7483e2b7ff15d613570d7f2d23d791d0cc63b10128c9bee58fd7e39f67b01da50df5a587e06945454ae5fa52702940344aa17722aa0cc9d2dbf743a1863972c', '2025-09-20 01:09:00', '2026-01-11 17:18:53', '', 'ACC00000146', 'primary', 'Fall', '2025-2026', '', '2026-01-11 17:18:52'), +(147, 2500133, 'Ebad', 'Rahman', 'Male', '603-860-2854', 'rahmanek@gmail.com', '74 Park St', '1', 'Woburn', 'MA', '01801', 1, 1, 'Active', 0, 0, 'sha256$100000$fd3bc7265174637802066df9efded4d7$f64af87a8affbdf40252fefe6d3f3789f271a0cc9ac3196ec20bcfd4403a995ed57ae78b53639c4d3b07dfda3a3c5f6db2c0901b48b64803f1d1786d3f0fd5d1', '2025-09-20 01:46:49', '2026-05-24 13:47:19', NULL, 'ACC00000147', 'primary', 'Fall', '2025-2026', NULL, NULL), +(149, 2500134, 'Sikandar', 'Bhutto', 'Male', '857-334-1480', 'sbhutto@gmail.com', '116 Turnpike Rd', '10', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$93af9c3fbe4ab3b2717cbaede2f405e9$fb1c7ba7846de549fe1064cba0b3e02224df6c7dde772a3d8a985a51ee1c1efec7f37b4b73cc80fd420a48205eb503ae53e500bc27169e2ebc4a33dc86b923b7', '2025-09-20 15:02:10', '2026-05-04 22:23:57', NULL, 'ACC00000149', 'primary', 'Fall', '2025-2026', NULL, NULL), +(150, 2500135, 'Yusuf', 'Abdi', 'Male', '802-355-3435', 'yuabdi@hotmail.com', '3 River Place', 'A212', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$4096e2709f1b016a2521ed0b92001a55$87ad598e835bb56b91f8591c2e818eb88c8c875d95eeb0474ff58ed2097c4bb95e587d47bb2f2c2c048bbde9decac84958f35d4334926e7de81c606967b65b7b', '2025-09-20 15:56:03', '2026-06-02 02:48:26', NULL, 'ACC00000150', 'primary', 'Fall', '2025-2026', NULL, NULL), +(151, 2500136, 'Hana', 'Elshamy', 'Female', '978-227-8673', 'hanaelshamy29@gmail.com', '3 River Place', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$d972b7ab8d3bb2ce810f1c8689c0ad3c$9858f6ba61b377d829333788a276b35141a262db7708ddf18d62f775fc98d0fb2cb6b0e8ff80b7e81e8a003ad0a3e64e62d1753a4fac8f3e14686c82e7ab1aab', '2025-09-20 16:28:31', '2026-05-17 05:24:28', NULL, 'ACC00000151', 'primary', 'Fall', '2025-2026', NULL, NULL), +(153, 2500137, 'Abdessamad', 'Koukou', 'Male', '617-953-7463', 'kousami@gmail.com', '797 Varnum Ave', '', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$8ca136ad2aeefac82a51de118dbc5ef8$6f5d05d7a44056401993cd2ba706d9173c1130fdc387dbd2412b76f2acdb8304748f990c5939192cf3b177236c9a0384f8bf24e84f97f96f63615d06af6a14fc', '2025-09-20 20:14:24', '2026-05-31 16:02:20', NULL, 'ACC00000153', 'primary', 'Fall', '2025-2026', NULL, NULL), +(155, 2500139, 'Mahin', 'Shaikh', 'Female', '978-907-5158', 'mahinshaikh4069@gmail.com', '2 Walter G Weide St', 'UNIT 5', 'Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$4947ecdda69e6151e3ceff44ab446ab9$fccbe634163ca47fc0bcb2f8f6380db889fde2c971419d947f6f44656831f8b6369cd8daedf1ca3ab3f8af12eed00fadb77f926128f57057c5f424c0a5f04b1c', '2025-09-20 21:12:00', '2026-05-29 16:23:20', '', 'ACC00000155', 'primary', 'Fall', '2025-2026', '', NULL), +(156, 2500140, 'Mouctar', 'Diallo', 'Male', '978-677-8096', 'dmmdiallo@yahoo.com', '760 Broadway St', '', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$5786828a064f04c44383db66aeb64d2c$ecbe74374d8c60cafb6657e68efe12efff142ae10c91fcc9ed6aff939a28a2fe7340b7537dbcded74ac6dbab971084ab94bc6c285c8c323d61fe7f0d7fd9394c', '2025-09-21 00:48:49', '2026-02-25 13:51:06', NULL, 'ACC00000156', 'primary', 'Fall', '2025-2026', NULL, NULL), +(157, 2500141, 'Maria', 'Mir', 'Female', '978-727-6071', 'mariatalhamir@icloud.com', '96 Richardson Rd', 'A2', 'Chelmsford', 'MA', '01863', 1, 1, 'Active', 0, 0, 'sha256$100000$e5c13250b6528025b7a3e26074a6c041$665b776dfd4b37c9b09148d1ecf5593b509fc62ffb6f28a4c56bf8d4afc6934157a456d8e5ac16a515e9cca04a1a5678d57230572801126c4154c7a38c95158f', '2025-09-21 01:09:05', '2025-09-29 19:05:51', NULL, 'ACC00000157', 'primary', 'Fall', '2025-2026', NULL, NULL), +(158, 2500142, 'Nadeem', 'Mohid', 'Male', '732-895-6633', 'nmohid@gmail.com', '75 Birchwood Rd', '', 'Tewksbury', 'MA', '01876', 1, 1, 'Active', 0, 0, 'sha256$100000$2f8b438da38699bce07d285ccc69f515$1223d61ec7f3dfa1be375af84d48b3af3d8062e25dc995e7b4fd6da309a53cb8aedb7db6d2c01ca0b20a739f6990b70f310aaba4f08f90d64e60ee4ce84e6ec0', '2025-09-21 01:16:45', '2026-05-17 17:12:37', NULL, 'ACC00000158', 'primary', 'Fall', '2025-2026', NULL, NULL), +(160, 2500143, 'Zain', 'Irfan', 'Male', '978-850-2990', 'ms-ai@hotmail.com', 'Line Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$4761fdaf8cb5cd79aa34aefd8e17c187$dd5a9118175a55af54705c7dda63f17b41c21bc45b4f02aa211ddf82d8fa0cf8e2b538646c846a3a0d53d1771d03264a69458c9a5f443e008ae4b62941e47178', '2025-09-21 02:04:56', '2026-05-10 14:10:27', NULL, 'ACC00000160', 'primary', 'Fall', '2025-2026', NULL, NULL), +(161, 2500144, 'Shamima', 'Akter', 'Female', '573-202-1103', 'shamimasume2@gmail.com', '15 Sleigh Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$971c3dd663008e403d9ad4d9edc284c2$49ed8e38be74caab0d7f11e8d9ca70d3a824d46708d73a129cdde15c7647f39cf7f3e867390501e817aded34fa62aee54bac52f2ff85525acd210fbf3cd72655', '2025-09-21 02:14:38', '2026-05-25 12:30:15', NULL, 'ACC00000161', 'primary', 'Fall', '2025-2026', '', NULL), +(163, 2500146, 'Misbah', 'Ilyas', 'Female', '603-892-7416', 'msaqib.nh@gmail.com', '4 Lane Way', '', 'Londonderry', 'NH', '03053', 1, 1, 'Active', 0, 0, 'sha256$100000$e679a1fb8432f8d5536ca0db9f696080$23eb56cc09c22df687e19b6f718280bdf1de2dc99bcc767b764d9347b8d891f1f0a458859327263997f86141d841d968797e3b100fceed26b631c50bb24d49bf', '2025-09-21 03:37:49', '2026-04-15 02:06:42', NULL, 'ACC00000163', 'primary', 'Fall', '2025-2026', NULL, NULL), +(164, 2500147, 'Adam', 'Meah', 'Male', '651-353-6827', 'adam.meah@gmail.com', '1597 Hollywood Court', '', 'Falcon Heights', 'MA', '55108', 1, 1, 'Active', 0, 0, 'sha256$100000$0ada0d52ee0f4814ef4e6c8ee51029f9$9360adfcebe7759320e432ef553fc3cd31f5b69cb19fbb011cb4cabc4635376ecb4a8fd32b93b2f89849f36b924234003f5b224aa779dae9873a5e2432c2430b', '2025-09-21 11:38:41', '2026-05-31 14:48:43', NULL, 'ACC00000164', 'primary', 'Fall', '2025-2026', NULL, NULL), +(165, 2500148, 'Bilal', 'Yaqubee', 'Male', '978-751-2523', 'bilalyaqubee@gmail.com', '110 Chapel Street', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$bb75ae6a5285430d0a0984c4cdab7cab$1c32080465cfdf67c0eb16e25bc70e3d153fce67dd1a050d2aa59f0a06be1a9f9394ec4c4114c492c1b8e67254a4c4d2d9eed3f2cbf3bbf611bec963bdf09356', '2025-09-21 11:46:21', '2026-04-21 13:33:25', NULL, 'ACC00000165', 'primary', 'Fall', '2025-2026', NULL, NULL), +(167, 2500150, 'Mousumi', 'Akter', 'Female', '978-967-0975', 'mou.jmc@gmail.com', '18 Jefferson Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$efcd2b3d8b28c111760beab26d7cfa68$07f9a1f927a9eda206a8630612c2b17246d7c14fd2142b364be912435ad9fcd447da7b5cab9c805005f5dd17cc297e4f08481ea223a9a44c65bcd9a0b66585de', '2025-09-21 14:10:49', '2026-04-19 13:12:00', NULL, 'ACC00000167', 'primary', 'Fall', '2025-2026', NULL, NULL), +(168, 2500151, 'Basharat', 'Sheikh', 'Male', '617-966-4830', 'bashyh@gmail.com', '55r North Street', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$b8714942e8d730132ff66c99a65bcbb0$00d70bf4ed0984cba0f86333e4ae63ffeee09d0d93dc0f3fd4b289e558047ad9a029c0419b9b41fde323462f874af280721500152d360bb54b032af920267b3a', '2025-09-21 14:13:50', '2025-09-21 14:30:25', NULL, 'ACC00000168', 'primary', 'Fall', '2025-2026', NULL, NULL), +(169, 2500152, 'Mohammad', 'Yusuf', 'Male', '646-204-7565', 'zahidbin2003@yahoo.com', '130 Turnpike Road', 'UNIT 6', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$ad8d8c145f7fb494c10440c76b7ab812$c3e28649c58a9ff022132e0db1c1992c23a77b34af82e70ceccb89df74ad06c9375af120f41b82211695b8a2fd1e03b90aeaf3d277bc56bab2c42e4389dbb743', '2025-09-21 14:31:27', '2026-05-05 00:51:50', NULL, 'ACC00000169', 'primary', 'Fall', '2025-2026', NULL, NULL), +(172, 2500155, 'Abdalla', 'Idris', 'Male', '978-552-8083', 'abdallaidris05@gmail.com', '36 Mead St', '1', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$2dd42a215df436b5e232ecc813369b7f$264434117bf1f747c938e8073eaa4a37cd4da0a189e50c5d26ffa89ea3938ee87f93d092f6e0446adc92faecb5ee5abde63097e625359241cd081a236cf3d1cb', '2025-09-21 14:57:30', '2025-09-21 15:06:15', NULL, 'ACC00000172', 'primary', 'Fall', '2025-2026', NULL, NULL), +(173, 2500156, 'Ammar', 'Ishaq', 'Male', '603-219-9797', 'drammarishaq@gmail.com', '120 Skyline Dr', '11', 'Dracut', 'MA', '01826', 1, 1, 'Active', 1, 3, 'sha256$100000$3821ce4ff7d25b5cd180fb43f46ee6ab$5375b98e5672ab8c61d00ec4f59b7d6d43e18b7224ae1ab72233f42160e8165eeb0d4db4057888759283d64db5c07384d5ec88087dd409c2c066a68cbcb77090', '2025-09-21 14:59:17', '2026-06-01 04:10:45', NULL, 'ACC00000173', 'primary', 'Fall', '2025-2026', NULL, '2026-06-01 04:10:44'), +(174, 2500157, 'Saira', 'Iftikhar', 'Female', '978-654-8171', 'sairaiftikhar6232@gmail.com', '167 North Rd Chelmsford', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$590edca6686f8189b3b7aacf85e07b8d$1d36c06d318e7114f7fe78ccfa8dee32e8b0d3ce4a3a4bb22364cfa410c444f9887e171c3385d5fc815659880ddeb9a75f310a8d7c378bbd34d0d0e9d69ace65', '2025-09-21 15:00:49', '2025-09-21 16:32:19', NULL, 'ACC00000174', 'primary', 'Fall', '2025-2026', NULL, NULL), +(175, 2500158, 'Zakaria', 'Akil', 'Male', '978-960-3558', 'zakakil2024@gmail.com', '11 Crescent St', '11', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$67034f5629e7ce2eb3dd914c06360ea6$404fae57de43d765a432fadb8af99be8f5a61835496d95f6592227ba030894e518ca85ed451e4cd77b4e08018737539bafea11e447ba93ac1ad34ea4d512ec9f', '2025-09-21 15:10:00', '2025-09-21 15:18:00', '', 'ACC00000175', 'primary', 'Fall', '2025-2026', '', NULL), +(176, 2500159, 'Nabeel', 'Sembatya', 'Male', '774-386-8492', 'spokent@yahoo.com', '1842 Middlesex Street', '16', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$79b79bbd388ec4aaebf1e933d766a105$3f02a86ebb43286ffe78fdc3ecd70090d0b7a630a25c453d0a362f8b3e3ce1faf434dd503e0573a2a7ae7119d18e807c76fbd86a82b94d6a6337453269f13146', '2025-09-21 15:15:15', '2026-05-10 13:08:47', NULL, 'ACC00000176', 'primary', 'Fall', '2025-2026', NULL, NULL), +(177, 2500160, 'Sadia', 'Majeed', 'Female', '603-402-8449', 'malaikaxhk1927@gmail.com', '2 Village Lane', '22', 'Tyngsborough', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$17836668a893007f0b62575c06d0abd9$cab82d2871d80323badce28dfe68187464e7aa7a456564f5d6e60a48a7559e0bec3d08d1345e02993a4793e903a31ba732de9be888f428a103c57f2eaf42637b', '2025-09-21 15:26:54', '2025-09-21 15:28:15', NULL, 'ACC00000177', 'primary', 'Fall', '2025-2026', NULL, NULL), +(178, 2500161, 'Imane', 'Aidi', 'Female', '197-848-8838', 'imaneaidi9@gmail.com', '12 Savoy St', '', 'North Bellerica', 'MA', '01862', 1, 1, 'Active', 0, 0, 'sha256$100000$1097773ca4069d6f8e4bf1c5be2d0a7d$ababadd86a61e089468dc9d096104958149ca587185de039ebb49d4be3dda9f8f69b76b5fc2bc959cc42b3fd20aa566b2b9b14a73eb465ce2ddab0f696e36df2', '2025-09-21 15:34:08', '2025-09-21 16:32:03', NULL, 'ACC00000178', 'primary', 'Fall', '2025-2026', NULL, NULL), +(180, 2500163, 'Selma', 'Khayal', 'Female', '978-852-7157', 'selma.tkhayal@gmail.com', '33 Leanne Drive', '', 'North Andover', 'MA', '01845', 1, 1, 'Active', 0, 0, 'sha256$100000$1e3a0b4b80b3e5ec8d5999be1fe8ebf2$075b1cad217c15786de2ab2af2369ae08ce144ee23f1095c8e9a44afca4f4045e6870a9b4ac20b943eec932c6ccd9e22d86970bf6711aeb6e36b82efd5ae52b7', '2025-09-21 16:20:46', '2025-09-28 14:18:03', NULL, 'ACC00000180', 'primary', 'Fall', '2025-2026', NULL, NULL), +(181, 2500164, 'Shamsul', 'Chowdhury', 'Male', '978-303-7617', 'shams.chowd@gmail.com', '66 Plain Rd', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$25e45b15a64c0c0f97d0652acacd4724$97355cb5b55e11d16051fe1e84046292014773874e3c39da3715aa378b4ed4cc19c67a3f4aa96e9c12937150dcf139bfa9c29f7b5beb2db22c46d064bfbd8a0b', '2025-09-21 16:43:52', '2025-09-21 16:55:02', NULL, 'ACC00000181', 'primary', 'Fall', '2025-2026', NULL, NULL), +(182, 2500165, 'Bayan', 'Hadri', 'Female', '978-960-3559', 'bayan.hadri.24@gmail.com', '11 Cracant', '', 'Lowel', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$44b3ab8029ca1a7a4a35b191d2386afb$73d4911bfd5dd726cc5a52a2200fba454e98bc8ca0fd1ac33f477b81cf47ff7f82f59324702eecb4121613d0b1e3d2d041ff19d574b50cae8a1dd4d57f4dd2a3', '2025-09-21 17:20:31', '2025-09-28 14:01:17', NULL, 'ACC00000182', 'primary', 'Fall', '2025-2026', NULL, NULL), +(183, 2500166, 'Imran', 'Sheikh', 'Male', '617-906-1210', 'i.sheikh2003@gmail.com', '35 Dacia St', '', 'Boston', 'MA', '02125', 1, 1, 'Active', 0, 0, 'sha256$100000$1fd0a672b68d46308d3a210baa428274$5d483ca8bf8d30db49f19622479e8c58c0270ea36972de9a1bf8bae6add82a7d5056c6d7292d08e9363793ffcaf9afce6f1373d4559eb56c2b16e08e188076b4', '2025-09-21 18:09:06', '2026-04-04 13:52:57', NULL, 'ACC00000183', 'primary', 'Fall', '2025-2026', NULL, NULL), +(184, 2500167, 'Essaadia', 'Elbakhtaoui', 'Female', '978-439-2087', 'elbakhtaouiessaadia@gmail.com', '187 Fletcher Street', '1', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$fa26ead5417a05cec806e5b496ff428e$3d8c61afe94d37c9296a69c92baa9eeba935b4046dfed276eb58fa0b5aefefd3fcd03ceb07465c5ef9f06f3c3eb0aefd8e2b43d79f22a6edbf603e3f2b72bb1e', '2025-09-21 18:12:13', '2025-09-21 18:19:58', NULL, 'ACC00000184', 'primary', 'Fall', '2025-2026', NULL, NULL), +(186, 2500168, 'Awab', 'Basil', 'Male', '978-930-0838', 'awab.basil00@gmail.com', '1 Wampanoag Way', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$9a74b4b9ccde60136de62a26715b576b$014d3ff357b7fe909641d676e1f1764cb8c2f625a31a0e113e65d02cafb9701e2ee94595b23c1de2f22a25ff53f585ae0111cfd946339a8ae52a02030f9d23c2', '2025-09-21 21:29:13', '2026-05-17 15:56:08', NULL, 'ACC00000186', 'primary', 'Fall', '2025-2026', NULL, NULL), +(187, 2500169, 'Vicki', 'Finn', 'Female', '781-962-5099', 'fivespot14@gmail.com', '7 Vista Way', '', 'Tyngsborough', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$217e190af033d756d36eec625d25ad78$5103b9192ae1b808185df6443d3981787724fbd2212e108b977fba2726a2ff5217021225ca67d226e6ca1b0adf4d6814d89d5d0d689f14579a543d5d61785d94', '2025-09-22 00:36:22', '2026-06-06 20:45:53', NULL, 'ACC00000187', 'primary', 'Fall', '2025-2026', NULL, NULL), +(189, 2500171, 'Saad', 'Mirza', 'Male', '978-569-5544', 'saad_mirza_87@hotmail.com', '1 Pinehurst Ave', '', 'Tyngsboro', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$cd6690ccdce2ffd283c694c4a7eb2bad$f41316e1d84c032743fc1863acffd4fc97b4a20f187158a4c91fe632669d3c5893e1b1efccc95f597c0e7c07945677337ba854fab39796a051ff9447889e814c', '2025-09-23 13:21:34', '2026-05-17 16:16:42', NULL, 'ACC00000189', 'primary', 'Fall', '2025-2026', NULL, NULL), +(190, 2500172, 'Yaseen', 'Mirza', 'Male', '978-399-4329', 'binamirza@hotmail.com', '1 Pinehurst Ave', '', 'Tyngsboro', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$0fe09463ebe736578556083181d3f3e8$ecf17202a7d645c448e68a2da15c39d5d1684a93e587566d14018b0318d016a7efa70a178f09588cf59d59654632e7484a1ca0f8705aa389c34a83a59e0882d4', '2025-09-23 14:36:47', '2026-06-01 02:22:54', NULL, 'ACC00000190', 'primary', 'Fall', '2025-2026', NULL, NULL), +(191, 2500173, 'Sohaib', 'Hasan', 'Male', '603-470-0079', 'sohaibh@gmail.com', '28 Harris Rd', '', 'Windham', 'NH', '03087', 1, 1, 'Active', 0, 0, 'sha256$100000$97af475fddf264c22f5404ab037ea199$e09034f8a37e40b525aff68f2c3044ed4baa473a92bff24f801679fe39b4adb82429e48b2d3f1ca4633b2d75f936be72df3415a8c5d58eaec4ff1d14f7b62d98', '2025-09-23 20:34:47', '2025-09-23 20:35:21', NULL, 'ACC00000191', 'primary', 'Fall', '2025-2026', NULL, NULL), +(196, 2500176, 'Tanvir', 'Nowaz', 'Male', '617-347-8172', 'tanvirnowaz@yahoo.com', '6 Lindsay Road', '', 'Billerica', 'MA', '01821', 1, 1, 'Active', 0, 0, 'sha256$100000$fc053d1584c1cd1110f3af2776524c8c$6ec00e1aee4c92172958efc327c04f335f0bd79b9acb4595db6d7c87d6e8cf1f20dec81f42f45decb5e08b7c901f327b062766f970a37568d3dc9f5c62aef2fd', '2025-09-27 21:20:00', '2025-09-28 14:28:51', '', 'ACC00000196', 'primary', 'Fall', '2025-2026', '', NULL), +(198, 2500178, 'Omar', 'Waid', 'Male', '617-949-9190', 'omaralwaidh@gmail.com', '1 Edgar Road', '', 'Billerica', 'MA', '01821', 1, 1, 'Active', 0, 0, 'sha256$100000$748b6abca67c7e718649d3167415db6f$9516d6ac83b7fc250a764b16a06742313090e86135591ab4e175e64ffea9e3ad7799ff6136cd9047815ca2d594b4f5c73e756ab319b7aff1dbd6dc617fb781fe', '2025-09-27 21:51:00', '2026-05-03 15:55:58', NULL, 'ACC00000198', 'primary', 'Fall', '2025-2026', NULL, NULL), +(199, 2500179, 'Hala', 'Elshamy', 'Female', '978-227-6084', 'halaelshamy2006@gmail.com', '3 River Place', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$e3f0767e4e8b09f5b946a4b68432b29a$6678ad42132cd5fb2698be8ed2514ec90962f0803f77b285e813607b56fa1505513e380975fccaf83e4e7684a6ac3cc7f94fec7fc9792fd41ef197379637e27d', '2025-09-28 02:07:37', '2026-05-17 05:32:42', NULL, 'ACC00000199', 'primary', 'Fall', '2025-2026', NULL, NULL), +(200, 2500180, 'Fauzan', 'Hasanbasri', 'Male', '314-685-6591', 'fauzanh.hasanbasri@gmail.com', '850 Lawrence St', '315', 'Lowell', 'MA', '01862', 1, 1, 'Active', 0, 0, 'sha256$100000$cd52be50c20bb9d19f519b3d7b9bf4e7$a261e8992f20c9a9d3d36ecac4da3ea7f07673cdaa24fac380b15ac84e081db7e2af121475d7f58971248e3ba71226b659477a39f1a0d845d180578b0c10912c', '2025-09-28 02:21:15', '2026-04-12 09:31:58', NULL, 'ACC00000200', 'primary', 'Fall', '2025-2026', NULL, NULL), +(202, 2500181, 'Lukia', 'Namatovu', 'Female', '857-237-2963', 'adocts315@gmail.com', '24 Floyd Ave', '', 'Tewksbury', 'MA', '02421', 1, 1, 'Active', 0, 0, 'sha256$100000$60c985b22bb0e07d6c0016c21213be50$c18cdd12ea245fa85c7a6b75db2e3e247f9609b29f5477f0f56eda82516534508b84d8a55f6b5ba472c6506a48adb77e24bde9e0d31cbd982c93b948444e813e', '2025-09-28 15:10:55', '2025-09-28 15:18:43', NULL, 'ACC00000202', 'primary', 'Fall', '2025-2026', NULL, NULL), +(203, 2500182, 'Iftekhar Ahmad', 'Hamdard', 'Male', '978-305-3612', 'iftikharhamdard@gmail.com', '42 Fulton St', '2R', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$280c88776bec7fdbf7ee6f52148d911d$c46b4b6a1212029bcf177ec43b5f43092d4d0b4a33defc1e6ea2b3edcad3ab7da25aea679ebc88241ca0c3b576bbf14ce52ff46ce2d131c6bd334f122e044eb7', '2025-09-29 19:36:44', '2026-05-17 14:05:43', NULL, 'ACC00000203', 'primary', 'Fall', '2025-2026', NULL, NULL), +(204, 2500183, 'Christy', 'Wyatt', 'Female', '603-205-9253', 'christy.lee.wyatt@gmail.com', '4 Cherokee Court', '', 'Londonderry', 'NH', '03053', 1, 1, 'Active', 0, 0, 'sha256$100000$f5978dbbd161bf596b1790deb2282a8e$99767e66f403915c986587f1369fdd34b2227071f8e57d90fce87f53b328fcad430ce8d05911f1223b7842919e3772a75a57a7232729ae286ce2ddca5d79438e', '2025-09-30 16:59:00', '2025-09-30 17:00:00', '', 'ACC00000204', 'primary', 'Fall', '2025-2026', '', NULL), +(205, 2500184, 'Diana', 'Streete', 'Female', '857-389-8435', 'diana.streete85@gmail.com', '9 Prince Ave', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$dc6d631658d38b7a20812d5520da4b1f$5451bd29852d5dc25f81915479ee2c7a1ade4fb37318fc049b5a1123ea166e85d09428561c4b9ede2e4c6a79cc4e3fcaa29e0e48c2a8dd96a7442933c462dab3', '2025-10-01 17:58:59', '2026-03-29 01:57:55', NULL, 'ACC00000205', 'primary', 'Fall', '2025-2026', NULL, NULL), +(206, 2500185, 'Afshan', 'Maase', 'Female', '978-758-4203', 'afshan.maase@gmail.com', '137 Old Westford Road', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$974c5104d250249873aff19b4e2e262e$8f05b66f6ea0dc1a378f8358e5676828422fa8280fd66ee8ab863e27c76e55fbfb70bb07375ed266b5da156432c6d70104ed318dfe421961685834d2fc264711', '2025-10-05 02:02:19', '2026-04-11 15:26:43', NULL, 'ACC00000206', 'primary', 'Fall', '2025-2026', NULL, NULL), +(207, 2500186, 'Abdul', 'Razzaq', 'Male', '978-804-1573', 'arazzaq2131@gmail.com', '20 Walker St', '', 'Lowell', 'MA', '01854', 1, 1, 'Active', 0, 0, 'sha256$100000$d18d8ef8db7015d7c6192a3453a9d070$1b44630d60379a6d08172a2d343cf06f0db31de621ab9338c05ebbaa8f19a740f690bf7ce844f592004d46d2fec7bbea0a2cd0fcba6ecd72531c7a3c412db3af', '2025-10-05 14:02:50', '2025-10-05 14:13:14', NULL, 'ACC00000207', 'primary', 'Fall', '2025-2026', NULL, NULL), +(208, 2500187, 'Maissa', 'Shatela', 'Female', '978-960-3693', 'satilameyse@gmail.com', '87 W 3rd St', '1', 'Lowell', 'MA', '01850', 1, 1, 'Active', 0, 0, 'sha256$100000$0cd46f52ceea05bc6c7c9192356f0ac5$085d1b7b5770bb2fa5ae91be8d337dd110a3b98e4be5752ab0f5857a8cdece8d54677160d8f5e7dd9c992781553c1a0cb50e76888666a9bd6e97c84b4376c96b', '2025-10-05 15:28:28', '2025-10-05 15:31:47', NULL, 'ACC00000208', 'primary', 'Fall', '2025-2026', NULL, NULL), +(209, 2500188, 'Sheba', 'Mubiru', 'Female', '978-767-5992', 'shebamubiru@yahoo.com', '147 Rangeway Rd', '2203', 'North Billerica', 'MA', '01862', 1, 1, 'Active', 0, 0, 'sha256$100000$86cd675b661248b27229cc3afcc403be$2bf05581cdf99e2684b110381b9c8d641a9fef2cc87ce80a945f3573871e1bc32416c67fe80f1a6a120e6fab6c12efa0ea9e3c3d4d9e817bf28d1e4d783142fe', '2025-10-05 16:36:33', '2025-10-05 16:41:00', NULL, 'ACC00000209', 'primary', 'Fall', '2025-2026', NULL, NULL), +(210, 2500189, 'Sabina', 'Shaikh', 'Female', '978-655-0420', 'sabina_khalifa@yahoo.com', '55 Plain Street', '', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$fcdd59254057c3e959a71b2ff62a463f$c426d9fa1b6834bff668ee62bc539b7719ac97a0fbe4290ec6a8cf56543c09e90885223fe717b671d91f1cd76eebde42e11b4a1430d33162862d0db6babf753a', '2025-10-15 14:09:41', '2025-10-15 14:10:38', NULL, 'ACC00000210', 'primary', 'Fall', '2025-2026', NULL, NULL), +(211, NULL, 'Abdel', 'Boumnina', NULL, '', 'aboumnina@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(212, NULL, 'Farah', 'Shahjin', NULL, '', 'farahshahjin1552@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, 'sha256$100000$ad940ab784eb94071473654a2fd6d713$0a3ae58dbf49c44420580c2142fb221e14e81580a42f04ae92abe9cb78b51ac8ee6492f7f5bb0a4b28ac55d149058ab405c5fba73ace753f042f319557bf8ad4', '2025-10-26 06:29:15', '2026-05-10 12:45:58', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(213, NULL, 'Ayman', 'Ismail', NULL, '', 'ismailo80@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(214, NULL, 'Radwa', 'Soliman', NULL, '', 'radwa.ragab55@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(215, NULL, 'Ahmad', 'Bushnaq', NULL, '', 'abushnaq@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(216, NULL, 'Tania', 'Ahmed', NULL, '', 'bgmtani@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(217, NULL, 'Eddie', 'Cotton', NULL, '', 'cottonman1000@icloud.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(218, NULL, 'Zainab', 'Al-Tabaqchali', NULL, '', 'zainab.nabil@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(219, NULL, 'Zinat', 'Seddiqy', NULL, '', 'zinatseddiqy95@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(220, NULL, 'Sarfraz', 'Ahmad', NULL, '', 'i.sarfraz@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(221, NULL, 'Muhammad', 'Imran', NULL, '', 'imranrabia@verizon.net', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(222, NULL, 'Anne', 'Shahab', NULL, '', 'anneshahab@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(223, NULL, 'Umme Arfa', 'Ummer Siraj', NULL, '', 'arfa.mexy@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(224, NULL, 'Abdoul Karim', 'Ba', NULL, '', 'karimba08@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, 'sha256$100000$d3afd78a609b0f904f646688fe1e6596$d33c1346aeb0f34e37b474b9c233d9340fc41b5ac5fce3af7fad1a46183166831c724dbb4fdfd124566802336993a2863b13ab8d15f8d46960716807be74d624', '2025-10-26 06:29:15', '2026-05-03 16:30:59', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(225, NULL, 'Sara', 'Brahimya', NULL, '', 'arasbr@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(226, NULL, 'Shagufta', 'Pathan', NULL, '', 'shaguftapathan85@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(227, NULL, 'Nishat', 'Perveen', NULL, '', 'nishat_shamim@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(228, NULL, 'Ananna', 'Islam', NULL, '', 'ananna913@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(229, NULL, 'Imran', 'Nawaz', NULL, '', 'ihnawaz@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(230, NULL, 'Hasina', 'Ferdousi', NULL, '', 'hferdousi12@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(231, NULL, 'Afreen', 'Anjum', NULL, '', 'aanjum101@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(232, NULL, 'Sulemana', 'Mohammed', NULL, '', 'koeman4040@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(233, NULL, 'Hawa', 'Naiga', NULL, '', 'hawanaiga6@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(234, NULL, 'Samer', 'Abdallah', NULL, '', 'sabdalla80@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 1, 3, '', '2025-10-26 06:29:15', '2026-04-19 17:07:32', NULL, NULL, 'secondary', '', NULL, NULL, '2026-04-19 17:07:31'), +(235, NULL, 'Khalid', 'Oukerro', NULL, '', 'koukerro@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(236, NULL, 'Basheer', 'Basha', NULL, '', 'haibasheer@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(237, NULL, 'Aboo Siddiq', 'Shahul', NULL, '', 'aboosiddiq@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(238, NULL, 'Imran', 'Mohammad', NULL, '', 'imran_m2@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(239, NULL, 'Safeena', 'Niazi', NULL, '', 'safeena.niazi@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(240, NULL, 'Sara', 'Durrani', NULL, '', 'saradurrani86@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(241, NULL, 'Fahimaathahar', 'Shaik', NULL, '', 'shaikfahimaathahar@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 1, '', '2025-10-26 06:29:15', '2026-02-26 23:30:17', NULL, NULL, 'secondary', '', NULL, NULL, '2026-02-26 23:30:17'), +(242, NULL, 'Ishaq', 'Omar', NULL, '', 'ishaqom20@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(243, NULL, 'Aaqsa', 'Siddiqui', NULL, '', 'siddiquiaaqsa@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(244, NULL, 'Halima Shoaib', 'Shawoo', NULL, '', 'halimashawoo@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(245, NULL, 'Taslima', 'Akter', NULL, '', 'tasjan2007@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(246, NULL, 'Sulaiman', 'Sserugooti', NULL, '', 'sserugootik@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(247, NULL, 'Azrina', 'Rahman', NULL, '', 'azrina_rahman@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(248, NULL, 'Adeel', 'Irshad', NULL, '', 'adeelirshad_890@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(249, NULL, 'Muhammad', 'Ashfaq', NULL, '', 'ashfaqkhn@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(250, NULL, 'Muhammad', 'Ashfaq', NULL, '', 'ashfaqkhngv@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(251, NULL, 'Asifa', 'Iqbal', NULL, '', 'asifaiqbal2011@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(252, NULL, 'Kausharbanu', 'Khalifa', NULL, '', 'khalifakaushar4@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, 'sha256$100000$ec36e2103f25c00cd4e9692eec75cea9$634fe56c33c6f706b0e4fbab163c9e08ebfdb51579002faf1e9904339279a4d624bf6586a5582289ca63a52301756162f7d71474628d3a73f60250fbb0db5e36', '2025-10-26 06:29:15', '2026-05-17 02:51:38', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(253, NULL, 'Ali', 'Abdelouahhab', NULL, '', 'alimaho1971@outlook.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(254, NULL, 'Ali', 'Bahadur', NULL, '', 'ali.bahadur@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(255, NULL, 'Asim', 'Mushtaq', NULL, '', 'asmmtaq@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(256, NULL, 'Tashfeena', 'Mahmud', NULL, '', 'tashfeena.mahmud@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(257, NULL, 'Ausi', 'Nsereko', NULL, '', 'ausi077@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(258, NULL, 'Walid', 'Tyawil', NULL, '', 'walityawi@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(259, NULL, 'Sheikh Bilal', 'Ahmad', NULL, '', 'bilalxhk04@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(260, NULL, 'Sumaiya', 'Nakhawa', NULL, '', 'arabised@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(261, NULL, 'Zeinab', 'Ibrahim', NULL, '', 'zuba32@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(262, NULL, 'Feda', 'Abdelghani', NULL, '', 'eng_1998@hotmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(263, NULL, 'Khadija', 'Hmima', NULL, '', 'khhmima@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(264, NULL, 'Amir', 'Azmi', NULL, '', 'amirazmi@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(265, NULL, 'Syed', 'Quadri', NULL, '', 'smq65@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(266, NULL, 'Hira', 'Khan', NULL, '', 'hirakhan601@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(267, NULL, 'Irfan', 'Saleem', NULL, '', 'irfan_saleem@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(268, NULL, 'Humaira', 'Tabassum', NULL, '', 'htabassum85@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(269, NULL, 'Aminata', 'Kamara', NULL, '', 'amishakmomoh@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(270, NULL, 'Shilat', 'Mutesi', NULL, '', 'shilatm9@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(271, NULL, 'Mohammed', 'Senkubuge', NULL, '', 'msenkubuge@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(272, NULL, 'Zanib', 'Wasif', NULL, '', 'zanib.wasif@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(273, NULL, 'Marzia', 'Sediqi', NULL, '', 'sediqimarzia60@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(274, NULL, 'Memounatou', 'Soumah', NULL, '', 'memunasumah@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(275, NULL, 'Mahdi', 'Garelnabi', NULL, '', 'garelnabi@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(276, NULL, 'Soumaya', 'Tajeddine', NULL, '', 'tsoumaya2023@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(277, 0, 'Brahim', 'Alai', '', '9789479626', 'brahimalai863@gmail.com', '', '', '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:00', '2025-10-26 06:29:00', '', '', 'secondary', '', '', '', NULL), +(278, NULL, 'Mosamad', 'Jannati', NULL, '', 'only1jannti@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(279, NULL, 'Bouchra', 'Affani', NULL, '', 'affanibouchra@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(280, NULL, 'Asmat', 'Bhutto', NULL, '', 'asmat.parveen.bhutto@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(281, NULL, 'Khadija', 'Hasan', NULL, '', 'khadija991@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(282, NULL, 'Fatoumata', 'Diallo', NULL, '', 'diallofatumata99@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(283, NULL, 'Tasneem', 'Mohid', NULL, '', 'tasneem.mohid@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(284, NULL, 'Nazir', 'Hossain', NULL, '', 'abu.nazir1987@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(285, NULL, 'Shazia', 'Sheikh', NULL, '', 'shaziashah321@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(286, NULL, 'Rumana', 'Afroz', NULL, '', 'rumazd@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(287, NULL, 'Hina', 'Munir', NULL, '', 'drhoneymunir12@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(288, NULL, 'Aamir', 'Ishaq', NULL, '', 'aamirishaq2131@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(289, NULL, 'Shariat', 'Makanga', NULL, '', 'sharit811@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(290, NULL, 'Muhammad', 'Yahya', NULL, '', 'yahyaxhk2131@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(291, NULL, 'Sumona', 'Jahan', NULL, '', 'nupursjahan@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(292, NULL, 'Nabil', 'Benchekroun', NULL, '', 'bnabil@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(293, NULL, 'Be', 'Lun', NULL, '', 'willaways_be@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(294, NULL, 'Rabiya', 'Tahir', NULL, '', 'rbyatahr@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(295, NULL, 'Sana', 'Bazzaz', NULL, '', 'sana.bazzaz@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, 'sha256$100000$2f673918efedb4241ed3639661159f1e$ddc9a1a9a9b3aa65886a1f0f789ff8fdbb3032fb9a87266f0b1c939f65cfbb9b54f5e470bf0c85ea836a123465d91e10325af03e6eda6431300f6f52da89a4ce', '2025-10-26 06:29:15', '2026-05-07 23:58:30', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(296, NULL, 'Bibi Sabza Gul', 'Hamdard', NULL, '', 'sabzagulhamdard@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(297, NULL, 'Christy', 'Wyatt', NULL, '', 'clwyatt83@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(298, NULL, 'Eric', 'Maase', NULL, '', 'emaase@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(299, NULL, 'Badr', 'Jlelati', NULL, '', 'badrjlelati@gmail.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(300, NULL, 'Fezal', 'Shaikh', NULL, '', 'fezalsabina@yahoo.com', '', NULL, '', '', '', 0, 0, 'Active', 0, 0, '', '2025-10-26 06:29:15', '2025-10-26 06:29:15', NULL, NULL, 'secondary', '', NULL, NULL, NULL), +(301, 2500071, 'Sub1', 'Teacher', 'Male', '000-000-0000', 'sub1@gmail.com', 'No Address', '', 'lowell', 'ma', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$b734fc8fbb9453d3463ad0d173931497$8109ca26d19ef84de108b7f2cdd236de6ca7656eadb3ed69631b8aded6ea3cbd433a3e4050148da9d12aa95ec77772d56970bc9c7846895750113b3c3278695e', '2024-08-02 00:24:00', '2026-03-29 15:35:49', '', 'ACC00000211', 'primary', 'Fall', '2024-2025', '000000001', NULL), +(302, 2500072, 'Sub2', 'Teacher', 'Male', '000-000-0000', 'sub2@gmail.com', 'No Address', '', 'Lowell', 'MA', '01852', 1, 1, 'Active', 1, 0, 'sha256$100000$c0a0a637efa12fbbe4be2081deb5e0b4$2438ac5a525fcf6cfb0ad189224940e7275479ae1cd6c5e41ac71359252fc32d204735caed15c2e1ea8c7be41b51a9ee6d24698e98d43da8fc01b3829c177150', '2025-09-02 16:56:07', '2025-10-01 06:18:01', NULL, 'ACC00000212', 'primary', 'Fall', '2025-2026', NULL, '2025-10-01 06:18:00'), +(304, 2500190, 'Shamsia', 'Muktar', 'Female', '197-899-6500', 'sham.muktar@gmail.com', '77 Turnpike Rd', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$7bdccbdbc2125e1ed38fc87fa3d496b2$835ade5deeda7fc3f3f370d4176466734cdc1e1bdd3e3fb05168c9a53f80794630b0ab0e7880d68815280d44485c03bded18fee6aec0d92df7c4a27a2ff5178a', '2025-11-04 19:09:14', '2025-11-04 19:10:03', NULL, 'ACC00000304', 'primary', 'Fall', '2025-2026', NULL, NULL), +(305, 2500191, 'Misbah', 'Ilyas', 'Female', '6038927416', 'milyas@alrahmaisgl.org', '4 Lane Way', '', 'Londonderry', 'NH', '03053', 1, 1, 'Active', 0, 0, 'sha256$100000$3a70102735f281024766e6abba71e518$f031c2760e3ff8b29ef1adf10551ce700ac98f8b4b9f7d506594993e71b9b7ebcc5284dc6a06af46f925f85f3d8484d23b4c07f899f7359e9f747a6686988c23', '2025-12-07 02:08:08', '2025-12-07 18:26:35', NULL, 'ACC00000305', 'primary', 'Fall', '2025-2026', NULL, NULL), +(306, 2500192, 'Syed Zia', 'Uddin', 'Male', '915-356-8889', 'syedzia.buet@gmail.com', '30 Angle St', '36', 'Lowell', 'MA', '01851', 1, 1, 'Active', 0, 0, 'sha256$100000$91fdbf2bfa39f2cd58292b41d8f7aa9e$7207dd3dad7961569fe67e7e604ed420a78d310b72b895c1135aaf5a6d6647a0c7c9031bd146ed0a8ca076a2bed7971a040e0cce1b578714edeafc72a3162d94', '2025-12-07 21:28:13', '2025-12-07 21:29:47', NULL, 'ACC00000306', 'primary', 'Fall', '2025-2026', NULL, NULL), +(307, 2500193, 'Noor', 'Khalid', 'Female', '603-275-6302', 'noorkhalid1215@gmail.com', '20 Friendship Dr', '', 'Salem', 'NH', '03079', 1, 1, 'Active', 0, 0, 'sha256$100000$1c2f827472c189a02f70f7d4e7740ca7$05f0c26297c2f9a88e1611100d0222f2b9cd8218c00850a6689fce67a51964a18ba85788515263c78286b328eed9d3ab9099b13fe21a6cc896cc2f0d5754ebe7', '2025-12-13 20:18:02', '2025-12-13 20:19:16', NULL, 'ACC00000307', 'primary', 'Fall', '2025-2026', NULL, NULL), +(308, 2500194, 'Aliyah', 'Kalule', 'Female', '857-237-2963', 'lianamatovu@gmail.com', '24 Floyd Ave', '', 'Tewksbury', 'MA', '01876', 1, 1, 'Active', 0, 0, 'sha256$100000$71f6e24614c8b49de839c35970148735$29143a606eb9dcf0257f8a635ab241226bcf40338416e60e80be0ccec857ba8fc34f6c7cbffbbadaf680c775dc8632b1c6ead639076b40038c17a57b8986e73c', '2025-12-14 15:12:58', '2025-12-14 16:05:02', NULL, 'ACC00000308', 'primary', 'Fall', '2025-2026', NULL, NULL); +INSERT INTO `users` (`id`, `school_id`, `firstname`, `lastname`, `gender`, `cellphone`, `email`, `address_street`, `apt`, `city`, `state`, `zip`, `accept_school_policy`, `is_verified`, `status`, `is_suspended`, `failed_attempts`, `password`, `created_at`, `updated_at`, `token`, `account_id`, `user_type`, `semester`, `school_year`, `rfid_tag`, `last_failed_at`) VALUES +(310, 2600001, 'Ibrahim', 'Afzal', 'Male', '948-972-1261', 'ibrahimafzal.m@gmail.com', '9 Danielian Way', '', 'Methuen', 'MA', '01844', 1, 1, 'Active', 0, 0, 'sha256$100000$83af5394f3d1b4fe6448c3ab79e27ed1$132e1f47ba4eb349822bff4253705483bf0cc6e38e82970447a2a5d23a404c140bdf1ff53537908c066589339412142b2b9862ade816c5a7d53fa650e0e6a03c', '2026-02-01 17:06:37', '2026-05-23 17:48:40', NULL, 'ACC00000310', 'primary', 'Spring', '2025-2026', NULL, NULL), +(311, 2600002, 'Ekram', 'Yassin', 'Female', '978-401-5595', 'ekramyassin2025@gmail.com', '36 Mead St', '1', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$80585fd4fa51994c09340bec5ec9a7ea$4bae3cabfef3e17bb660e2f4c1c15c5a5dffb2d760c0e816e75d2640e92522c03da067119ce5e5d2b82b80e07016bd6ee8deed44342693a18d749cc2c6be0a97', '2026-02-01 17:11:17', '2026-04-10 21:34:28', NULL, 'ACC00000311', 'primary', 'Spring', '2025-2026', NULL, NULL), +(312, 2600003, 'Maryam', 'Gul', 'Female', '217-898-7340', 'mgul0885@gmail.com', '85 Indian Rock Road', '', 'Bedford', 'NH', '03110', 1, 1, 'Active', 0, 0, 'sha256$100000$01f86e820a47e74a4cf1b275fbc8722a$80f25d7d4cfd3767300fe61191c5c79e7fd2931b929020df3e97c8fe9e6951bb0d3b56610e71a1a02d045bab621117226a7701b30f48c3d6eb435bce3df3330b', '2026-03-13 15:02:25', '2026-03-13 18:57:10', NULL, 'ACC00000312', 'primary', 'Spring', '2025-2026', NULL, NULL), +(313, 2600004, 'Amara', 'Sulaiman', 'Female', '978-227-7892', 'amarasuleiman35@gmail.com', '36 Mead St', '1', 'Lowell', 'MA', '01852', 1, 1, 'Active', 0, 0, 'sha256$100000$9e471553a580b44eb2741da9a695afc2$572666457dd44827c9e0274bed4af83ae9b0eec10ea2739b8d902a4ae712f76a622b3ab3690799147eb3efc6aaa0875a33ff6bd5baf7f1d25d45eea9e0e62565', '2026-03-29 06:26:46', '2026-03-29 06:28:55', NULL, 'ACC00000313', 'primary', 'Spring', '2025-2026', NULL, NULL), +(314, 2600005, 'Humera', 'Nissar', 'Female', '978-319-3021', 'humaira1429@gmail.com', '1 Sawyer Ln', '', 'Littleton', 'MA', '01460', 1, 1, 'Active', 0, 0, 'sha256$100000$9b167b929ec64891ed198f1a3ae93757$210dee88a4bc182ee769eb3e3df4b8a3844320bc19866084dd114954c502e07ce2097c8ae30ce442301cf124876ae31c29fc14925f345febc80db80608e1a074', '2026-04-05 03:26:19', '2026-04-14 01:09:23', NULL, 'ACC00000314', 'primary', 'Spring', '2025-2026', NULL, NULL), +(316, 2600006, 'Elizabeth', 'Kallon', 'Female', '978-715-9259', 'lizaaek@icloud.com', '33 Audrey Ave', '', 'Tyngsboro', 'MA', '01879', 1, 1, 'Active', 0, 0, 'sha256$100000$efd8b6134fbb0ff93320e7359ad7b292$554d5a5f51173c7628c207b351b0ce0bacd717028a2186a087d2d70fcbf4551b4f5f05605044b6bdc6d0c4c1dfeaba6b694681f916ec301462110f5180840922', '2026-05-09 23:58:37', '2026-05-10 00:00:49', NULL, 'ACC00000316', 'primary', 'Spring', '2025-2026', NULL, NULL), +(317, 2600007, 'Rushlan', 'Khan', 'Male', '978-221-9780', 'rushlan78@gmail.com', '37 Berkeley Drive', '', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$14b5210011cb4a799a4935f1d3a1a249$66fb7c4393efe63305b88fd8ff67d5b6014584e395c9b5f634646a35d04ed4f8bc4402e2593ce2f9a07c636daf46d2aa09ffbf409787cf2abccc283c92202300', '2026-05-18 21:59:58', '2026-05-18 22:02:12', NULL, 'ACC00000317', 'primary', 'Spring', '2025-2026', NULL, NULL), +(318, 2600008, 'Doaa', 'Alsekaily', 'Female', '781-869-0648', 'doaasokaily@gmail.com', 'Chelmsford', '501', 'Chelmsford', 'MA', '01824', 1, 1, 'Active', 0, 0, 'sha256$100000$2545212fb9462d3970e097aa55685690$0d396c8bd92dd75fde0c63c20a4a24d76eb8bda83cbfb297426bd10c3e8a50d440c361e77d7e771493ec20a9de87911764f39ccf1bf391185f4c02a24228dc67', '2026-07-16 21:04:30', '2026-07-16 21:05:47', NULL, 'ACC00000318', 'primary', 'Fall', '2025-2026', NULL, NULL), +(319, 2600009, 'Saifur', 'Rahaman', 'Male', '978-941-1024', 'mdsaifur@gmail.com', '4000 Princeton Way', '4309', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$80fa512d5d3af2fd9af45dc39d1a28f6$3ec3b01ae046674647510c5c20875d10d341180d30a3b4626ad255ac82887f9d8dcb8ab4c5bc270759ed9fd7f45cd8bba2dd75c956998f43c8581288b138179d', '2026-07-25 04:16:14', '2026-07-25 04:22:30', NULL, 'ACC00000319', 'primary', 'Fall', '2025-2026', NULL, NULL), +(320, 2600010, 'Mahbubul', 'Alam', 'Male', '917-415-7235', 'maha.x.alam@gmail.com', '81 Barry Dr', '', 'Tewksbury', 'MA', '01876', 1, 1, 'Active', 0, 0, 'sha256$100000$b6abb86d81edf56e1a9619b78a83cfc0$0155dd4ac1946494820256a8a7f051c73e2a8c3a703d5440cee021daf662fdaa24e86b7356334f70e9ebf97afce4152506f0786f04101e7d5fd887941bfb684e', '2026-07-28 23:22:41', '2026-08-18 19:41:05', NULL, 'ACC00000320', 'primary', 'Fall', '2025-2026', NULL, NULL), +(322, 2600011, 'Muhammad', 'Majid', 'Male', '617-895-9498', 'owais12245@gmail.com', '15 Endmoor Road', '', 'Westford', 'MA', '01886', 1, 1, 'Active', 0, 0, 'sha256$100000$90a718f8be80e27d6e2a8ce9f1eae4a0$35a4f2691c4d6b88c465f4fe5710f4be360419c7972e50a5e55c3e7d7d6c24e90a4c534f81d66dd9ec92cee98c32221fb34805224b2f303f33af3525b5284801', '2026-08-25 05:18:03', '2026-08-25 05:19:00', NULL, 'ACC00000322', 'primary', 'Fall', NULL, NULL, NULL), +(323, 2600012, 'Zainab', 'Al Hakeem', 'Female', '513-223-9660', 'nzh2006ha@yahoo.com', '16 Balmoral St', '', 'Andover', 'MA', '01810', 1, 1, 'Active', 0, 0, 'sha256$100000$ad94c823290e9230b7c434d59671119e$cbb3987d5c2e018e89048f07f7e29eb2ecebd255f39613faa839a9af91f2ac0c162addaeab6af50ac552e0225a0214afdc82530afe6e3a8ec328fc99a7d22be8', '2026-08-25 21:17:17', '2026-08-25 21:23:05', NULL, 'ACC00000323', 'primary', 'Fall', NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `user_notifications` +-- + +CREATE TABLE `user_notifications` ( + `id` int(11) UNSIGNED NOT NULL, + `notification_id` int(11) NOT NULL, + `user_id` int(11) NOT NULL, + `is_read` tinyint(1) DEFAULT 0, + `delivered` tinyint(1) DEFAULT 0, + `delivered_at` datetime DEFAULT NULL, + `school_year` varchar(20) DEFAULT NULL, + `semester` varchar(10) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `user_notifications` +-- + +INSERT INTO `user_notifications` (`id`, `notification_id`, `user_id`, `is_read`, `delivered`, `delivered_at`, `school_year`, `semester`) VALUES +(1, 1, 2, 0, 0, NULL, NULL, NULL), +(2, 2, 3, 0, 0, NULL, NULL, NULL), +(3, 3, 4, 0, 0, NULL, NULL, NULL), +(4, 4, 6, 0, 0, NULL, NULL, NULL), +(5, 5, 7, 0, 0, NULL, NULL, NULL), +(6, 6, 11, 0, 0, NULL, NULL, NULL), +(7, 7, 10, 0, 0, NULL, NULL, NULL), +(8, 8, 13, 0, 0, NULL, NULL, NULL), +(9, 9, 14, 0, 0, NULL, NULL, NULL), +(10, 10, 16, 0, 0, NULL, NULL, NULL), +(11, 11, 15, 0, 0, NULL, NULL, NULL), +(12, 12, 18, 0, 0, NULL, NULL, NULL), +(13, 13, 22, 0, 0, NULL, NULL, NULL), +(14, 14, 21, 0, 0, NULL, NULL, NULL), +(15, 15, 23, 0, 0, NULL, NULL, NULL), +(16, 16, 5, 0, 0, NULL, NULL, NULL), +(17, 17, 25, 0, 0, NULL, NULL, NULL), +(18, 18, 27, 0, 0, NULL, NULL, NULL), +(19, 19, 27, 0, 0, NULL, NULL, NULL), +(20, 20, 20, 0, 0, NULL, NULL, NULL), +(21, 21, 28, 0, 0, NULL, NULL, NULL), +(22, 22, 28, 0, 0, NULL, NULL, NULL), +(23, 23, 29, 0, 0, NULL, NULL, NULL), +(24, 24, 30, 0, 0, NULL, NULL, NULL), +(25, 25, 17, 0, 0, NULL, NULL, NULL), +(26, 26, 17, 0, 0, NULL, NULL, NULL), +(27, 27, 26, 0, 0, NULL, NULL, NULL), +(28, 28, 34, 0, 0, NULL, NULL, NULL), +(29, 29, 35, 0, 0, NULL, NULL, NULL), +(30, 30, 31, 0, 0, NULL, NULL, NULL), +(31, 31, 9, 0, 0, NULL, NULL, NULL), +(32, 32, 38, 0, 0, NULL, NULL, NULL), +(33, 33, 39, 0, 0, NULL, NULL, NULL), +(34, 34, 42, 0, 0, NULL, NULL, NULL), +(35, 35, 24, 0, 0, NULL, NULL, NULL), +(36, 36, 43, 0, 0, NULL, NULL, NULL), +(37, 37, 47, 0, 0, NULL, NULL, NULL), +(38, 38, 49, 0, 0, NULL, NULL, NULL), +(39, 39, 52, 0, 0, NULL, NULL, NULL), +(40, 40, 53, 0, 0, NULL, NULL, NULL), +(41, 41, 55, 0, 0, NULL, NULL, NULL), +(42, 42, 56, 0, 0, NULL, NULL, NULL), +(43, 43, 3, 0, 0, NULL, NULL, NULL), +(44, 44, 2, 0, 0, NULL, NULL, NULL), +(45, 45, 2, 0, 0, NULL, NULL, NULL), +(46, 46, 57, 0, 0, NULL, NULL, NULL), +(47, 47, 59, 0, 0, NULL, NULL, NULL), +(48, 48, 5, 0, 0, NULL, NULL, NULL), +(49, 49, 7, 0, 0, NULL, NULL, NULL), +(50, 50, 6, 0, 0, NULL, NULL, NULL), +(51, 51, 60, 0, 0, NULL, NULL, NULL), +(52, 52, 9, 0, 0, NULL, NULL, NULL), +(53, 53, 10, 0, 0, NULL, NULL, NULL), +(54, 54, 11, 0, 0, NULL, NULL, NULL), +(55, 55, 10, 0, 0, NULL, NULL, NULL), +(56, 56, 60, 0, 0, NULL, NULL, NULL), +(57, 57, 13, 0, 0, NULL, NULL, NULL), +(58, 58, 14, 0, 0, NULL, NULL, NULL), +(59, 59, 16, 0, 0, NULL, NULL, NULL), +(60, 60, 18, 0, 0, NULL, NULL, NULL), +(61, 61, 22, 0, 0, NULL, NULL, NULL), +(62, 62, 21, 0, 0, NULL, NULL, NULL), +(63, 63, 23, 0, 0, NULL, NULL, NULL), +(64, 64, 26, 0, 0, NULL, NULL, NULL), +(65, 65, 25, 0, 0, NULL, NULL, NULL), +(66, 66, 63, 0, 0, NULL, NULL, NULL), +(67, 67, 20, 0, 0, NULL, NULL, NULL), +(68, 68, 64, 0, 0, NULL, NULL, NULL), +(69, 69, 27, 0, 0, NULL, NULL, NULL), +(70, 70, 66, 0, 0, NULL, NULL, NULL), +(71, 71, 28, 0, 0, NULL, NULL, NULL), +(72, 72, 29, 0, 0, NULL, NULL, NULL), +(73, 73, 30, 0, 0, NULL, NULL, NULL), +(74, 74, 17, 0, 0, NULL, NULL, NULL), +(75, 75, 31, 0, 0, NULL, NULL, NULL), +(76, 76, 34, 0, 0, NULL, NULL, NULL), +(77, 77, 35, 0, 0, NULL, NULL, NULL), +(78, 78, 38, 0, 0, NULL, NULL, NULL), +(79, 79, 39, 0, 0, NULL, NULL, NULL), +(80, 80, 42, 0, 0, NULL, NULL, NULL), +(81, 81, 24, 0, 0, NULL, NULL, NULL), +(82, 82, 43, 0, 0, NULL, NULL, NULL), +(83, 83, 47, 0, 0, NULL, NULL, NULL), +(84, 84, 49, 0, 0, NULL, NULL, NULL), +(85, 85, 52, 0, 0, NULL, NULL, NULL), +(86, 86, 52, 0, 0, NULL, NULL, NULL), +(87, 87, 53, 0, 0, NULL, NULL, NULL), +(88, 88, 56, 0, 0, NULL, NULL, NULL), +(89, 89, 57, 0, 0, NULL, NULL, NULL), +(90, 90, 59, 0, 0, NULL, NULL, NULL), +(91, 91, 63, 0, 0, NULL, NULL, NULL), +(92, 92, 64, 0, 0, NULL, NULL, NULL), +(93, 93, 66, 0, 0, NULL, NULL, NULL), +(94, 94, 69, 0, 0, NULL, NULL, NULL), +(95, 95, 46, 0, 0, NULL, NULL, NULL), +(96, 96, 37, 0, 0, NULL, NULL, NULL), +(97, 97, 44, 0, 0, NULL, NULL, NULL), +(98, 98, 72, 0, 0, NULL, NULL, NULL), +(99, 99, 74, 0, 0, NULL, NULL, NULL), +(100, 100, 19, 0, 0, NULL, NULL, NULL), +(101, 101, 73, 0, 0, NULL, NULL, NULL), +(102, 102, 81, 0, 0, NULL, NULL, NULL), +(103, 103, 84, 0, 0, NULL, NULL, NULL), +(104, 104, 12, 0, 0, NULL, NULL, NULL), +(105, 105, 90, 0, 0, NULL, NULL, NULL), +(106, 106, 69, 0, 0, NULL, NULL, NULL), +(107, 107, 74, 0, 0, NULL, NULL, NULL), +(108, 108, 19, 0, 0, NULL, NULL, NULL), +(109, 109, 73, 0, 0, NULL, NULL, NULL), +(110, 110, 81, 0, 0, NULL, NULL, NULL), +(111, 111, 84, 0, 0, NULL, NULL, NULL), +(112, 112, 92, 0, 0, NULL, NULL, NULL), +(113, 113, 93, 0, 0, NULL, NULL, NULL), +(114, 114, 71, 0, 0, NULL, NULL, NULL), +(115, 115, 75, 0, 0, NULL, NULL, NULL), +(116, 116, 96, 0, 0, NULL, NULL, NULL), +(117, 117, 90, 0, 0, NULL, NULL, NULL), +(118, 118, 71, 0, 0, NULL, NULL, NULL), +(119, 119, 12, 0, 0, NULL, NULL, NULL), +(120, 120, 37, 0, 0, NULL, NULL, NULL), +(121, 121, 92, 0, 0, NULL, NULL, NULL), +(122, 122, 46, 0, 0, NULL, NULL, NULL), +(123, 123, 102, 0, 0, NULL, NULL, NULL), +(124, 124, 104, 0, 0, NULL, NULL, NULL), +(125, 125, 105, 0, 0, NULL, NULL, NULL), +(126, 126, 93, 0, 0, NULL, NULL, NULL), +(127, 127, 75, 0, 0, NULL, NULL, NULL), +(128, 128, 96, 0, 0, NULL, NULL, NULL), +(129, 129, 102, 0, 0, NULL, NULL, NULL), +(130, 130, 105, 0, 0, NULL, NULL, NULL), +(131, 131, 70, 0, 0, NULL, NULL, NULL), +(132, 132, 97, 0, 0, NULL, NULL, NULL), +(133, 133, 98, 0, 0, NULL, NULL, NULL), +(134, 134, 109, 0, 0, NULL, NULL, NULL), +(135, 135, 110, 0, 0, NULL, NULL, NULL), +(136, 136, 100, 0, 0, NULL, NULL, NULL), +(137, 137, 70, 0, 0, NULL, NULL, NULL), +(138, 138, 97, 0, 0, NULL, NULL, NULL), +(139, 139, 98, 0, 0, NULL, NULL, NULL), +(140, 140, 114, 0, 0, NULL, NULL, NULL), +(141, 141, 114, 0, 0, NULL, NULL, NULL), +(142, 142, 117, 0, 0, NULL, NULL, NULL), +(143, 143, 118, 0, 0, NULL, NULL, NULL), +(144, 144, 122, 0, 0, NULL, NULL, NULL), +(145, 145, 60, 0, 0, NULL, NULL, NULL), +(146, 146, 123, 0, 0, NULL, NULL, NULL), +(147, 147, 124, 0, 0, NULL, NULL, NULL), +(148, 148, 88, 0, 0, NULL, NULL, NULL), +(149, 149, 126, 0, 0, NULL, NULL, NULL), +(150, 150, 126, 0, 0, NULL, NULL, NULL), +(151, 151, 128, 0, 0, NULL, NULL, NULL), +(152, 152, 129, 0, 0, NULL, NULL, NULL), +(153, 153, 130, 0, 0, NULL, NULL, NULL), +(154, 154, 72, 0, 0, NULL, NULL, NULL), +(155, 155, 55, 0, 0, NULL, NULL, NULL), +(156, 156, 88, 0, 0, NULL, NULL, NULL), +(157, 157, 132, 0, 0, NULL, NULL, NULL), +(158, 158, 109, 0, 0, NULL, NULL, NULL), +(159, 159, 110, 0, 0, NULL, NULL, NULL), +(160, 160, 117, 0, 0, NULL, NULL, NULL), +(161, 161, 2, 0, 0, NULL, NULL, NULL), +(162, 162, 3, 0, 0, NULL, NULL, NULL), +(163, 163, 118, 0, 0, NULL, NULL, NULL), +(164, 164, 122, 0, 0, NULL, NULL, NULL), +(165, 165, 5, 0, 0, NULL, NULL, NULL), +(166, 166, 6, 0, 0, NULL, NULL, NULL), +(167, 167, 26, 0, 0, NULL, NULL, NULL), +(168, 168, 27, 0, 0, NULL, NULL, NULL), +(169, 169, 17, 0, 0, NULL, NULL, NULL), +(170, 170, 39, 0, 0, NULL, NULL, NULL), +(171, 171, 24, 0, 0, NULL, NULL, NULL), +(172, 172, 43, 0, 0, NULL, NULL, NULL), +(173, 173, 47, 0, 0, NULL, NULL, NULL), +(174, 174, 57, 0, 0, NULL, NULL, NULL), +(175, 175, 74, 0, 0, NULL, NULL, NULL), +(176, 176, 19, 0, 0, NULL, NULL, NULL), +(177, 177, 84, 0, 0, NULL, NULL, NULL), +(178, 178, 19, 0, 0, NULL, NULL, NULL), +(179, 179, 84, 0, 0, NULL, NULL, NULL), +(180, 180, 123, 0, 0, NULL, NULL, NULL), +(181, 181, 71, 0, 0, NULL, NULL, NULL), +(182, 182, 97, 0, 0, NULL, NULL, NULL), +(183, 183, 98, 0, 0, NULL, NULL, NULL), +(184, 184, 88, 0, 0, NULL, NULL, NULL), +(185, 185, 110, 0, 0, NULL, NULL, NULL), +(186, 186, 130, 0, 0, NULL, NULL, NULL), +(187, 187, 19, 0, 0, NULL, NULL, NULL), +(188, 188, 84, 0, 0, NULL, NULL, NULL), +(189, 189, 73, 0, 0, NULL, NULL, NULL), +(190, 190, 129, 0, 0, NULL, NULL, NULL), +(191, 191, 132, 0, 0, NULL, NULL, NULL), +(192, 192, 100, 0, 0, NULL, NULL, NULL), +(193, 193, 100, 0, 0, NULL, NULL, NULL), +(194, 194, 129, 0, 0, NULL, NULL, NULL), +(195, 195, 132, 0, 0, NULL, NULL, NULL), +(196, 196, 133, 0, 0, NULL, NULL, NULL), +(197, 197, 136, 0, 0, NULL, NULL, NULL), +(198, 198, 32, 0, 0, NULL, NULL, NULL), +(199, 199, 137, 0, 0, NULL, NULL, NULL), +(200, 200, 139, 0, 0, NULL, NULL, NULL), +(201, 201, 141, 0, 0, NULL, NULL, NULL), +(202, 202, 80, 0, 0, NULL, NULL, NULL), +(203, 203, 145, 0, 0, NULL, NULL, NULL), +(204, 204, 68, 0, 0, NULL, NULL, NULL), +(205, 205, 8, 0, 0, NULL, NULL, NULL), +(206, 206, 8, 0, 0, NULL, NULL, NULL), +(207, 207, 8, 0, 0, NULL, NULL, NULL), +(208, 208, 149, 0, 0, NULL, NULL, NULL), +(209, 209, 150, 0, 0, NULL, NULL, NULL), +(210, 210, 50, 0, 0, NULL, NULL, NULL), +(211, 211, 32, 0, 0, NULL, NULL, NULL), +(212, 212, 50, 0, 0, NULL, NULL, NULL), +(213, 213, 80, 0, 0, NULL, NULL, NULL), +(214, 214, 133, 0, 0, NULL, NULL, NULL), +(215, 215, 136, 0, 0, NULL, NULL, NULL), +(216, 216, 137, 0, 0, NULL, NULL, NULL), +(217, 217, 139, 0, 0, NULL, NULL, NULL), +(218, 218, 141, 0, 0, NULL, NULL, NULL), +(219, 219, 145, 0, 0, NULL, NULL, NULL), +(220, 220, 68, 0, 0, NULL, NULL, NULL), +(221, 221, 8, 0, 0, NULL, NULL, NULL), +(222, 222, 149, 0, 0, NULL, NULL, NULL), +(223, 223, 153, 0, 0, NULL, NULL, NULL), +(224, 224, 153, 0, 0, NULL, NULL, NULL), +(225, 225, 120, 0, 0, NULL, NULL, NULL), +(226, 226, 120, 0, 0, NULL, NULL, NULL), +(227, 227, 156, 0, 0, NULL, NULL, NULL), +(228, 228, 158, 0, 0, NULL, NULL, NULL), +(229, 229, 156, 0, 0, NULL, NULL, NULL), +(230, 230, 158, 0, 0, NULL, NULL, NULL), +(231, 231, 165, 0, 0, NULL, NULL, NULL), +(232, 232, 158, 0, 0, NULL, NULL, NULL), +(233, 233, 158, 0, 0, NULL, NULL, NULL), +(234, 234, 53, 0, 0, NULL, NULL, NULL), +(235, 235, 53, 0, 0, NULL, NULL, NULL), +(236, 236, 70, 0, 0, NULL, NULL, NULL), +(237, 237, 70, 0, 0, NULL, NULL, NULL), +(238, 238, 104, 0, 0, NULL, NULL, NULL), +(239, 239, 145, 0, 0, NULL, NULL, NULL), +(240, 240, 145, 0, 0, NULL, NULL, NULL), +(241, 241, 9, 0, 0, NULL, NULL, NULL), +(242, 242, 9, 0, 0, NULL, NULL, NULL), +(243, 243, 104, 0, 0, NULL, NULL, NULL), +(244, 244, 123, 0, 0, NULL, NULL, NULL), +(245, 245, 123, 0, 0, NULL, NULL, NULL), +(246, 246, 35, 0, 0, NULL, NULL, NULL), +(247, 247, 35, 0, 0, NULL, NULL, NULL), +(248, 248, 22, 0, 0, NULL, NULL, NULL), +(249, 249, 22, 0, 0, NULL, NULL, NULL), +(250, 250, 128, 0, 0, NULL, NULL, NULL), +(251, 251, 104, 0, 0, NULL, NULL, NULL), +(252, 252, 104, 0, 0, NULL, NULL, NULL), +(253, 253, 31, 0, 0, NULL, NULL, NULL), +(254, 254, 31, 0, 0, NULL, NULL, NULL), +(255, 255, 49, 0, 0, NULL, NULL, NULL), +(256, 256, 49, 0, 0, NULL, NULL, NULL), +(257, 257, 17, 0, 0, NULL, NULL, NULL), +(258, 258, 128, 0, 0, NULL, NULL, NULL), +(259, 259, 59, 0, 0, NULL, NULL, NULL), +(260, 260, 59, 0, 0, NULL, NULL, NULL), +(261, 261, 14, 0, 0, NULL, NULL, NULL), +(262, 262, 14, 0, 0, NULL, NULL, NULL), +(263, 263, 64, 0, 0, NULL, NULL, NULL), +(264, 264, 64, 0, 0, NULL, NULL, NULL), +(265, 265, 39, 0, 0, NULL, NULL, NULL), +(266, 266, 133, 0, 0, NULL, NULL, NULL), +(267, 267, 133, 0, 0, NULL, NULL, NULL), +(268, 268, 23, 0, 0, NULL, NULL, NULL), +(269, 269, 23, 0, 0, NULL, NULL, NULL), +(270, 270, 66, 0, 0, NULL, NULL, NULL), +(271, 271, 66, 0, 0, NULL, NULL, NULL), +(272, 272, 12, 0, 0, NULL, NULL, NULL), +(273, 273, 12, 0, 0, NULL, NULL, NULL), +(274, 274, 42, 0, 0, NULL, NULL, NULL), +(275, 275, 42, 0, 0, NULL, NULL, NULL), +(276, 276, 10, 0, 0, NULL, NULL, NULL), +(277, 277, 21, 0, 0, NULL, NULL, NULL), +(278, 278, 10, 0, 0, NULL, NULL, NULL), +(279, 279, 21, 0, 0, NULL, NULL, NULL), +(280, 280, 165, 0, 0, NULL, NULL, NULL), +(281, 281, 16, 0, 0, NULL, NULL, NULL), +(282, 282, 16, 0, 0, NULL, NULL, NULL), +(283, 283, 37, 0, 0, NULL, NULL, NULL), +(284, 284, 37, 0, 0, NULL, NULL, NULL), +(285, 285, 106, 0, 0, NULL, NULL, NULL), +(286, 286, 29, 0, 0, NULL, NULL, NULL), +(287, 287, 29, 0, 0, NULL, NULL, NULL), +(288, 288, 8, 0, 0, NULL, NULL, NULL), +(289, 289, 8, 0, 0, NULL, NULL, NULL), +(290, 290, 142, 0, 0, NULL, NULL, NULL), +(291, 291, 28, 0, 0, NULL, NULL, NULL), +(292, 292, 28, 0, 0, NULL, NULL, NULL), +(293, 293, 7, 0, 0, NULL, NULL, NULL), +(294, 294, 7, 0, 0, NULL, NULL, NULL), +(295, 295, 34, 0, 0, NULL, NULL, NULL), +(296, 296, 34, 0, 0, NULL, NULL, NULL), +(297, 297, 30, 0, 0, NULL, NULL, NULL), +(298, 298, 30, 0, 0, NULL, NULL, NULL), +(299, 299, 165, 0, 0, NULL, NULL, NULL), +(300, 300, 118, 0, 0, NULL, NULL, NULL), +(301, 301, 118, 0, 0, NULL, NULL, NULL), +(302, 302, 106, 0, 0, NULL, NULL, NULL), +(303, 303, 13, 0, 0, NULL, NULL, NULL), +(304, 304, 69, 0, 0, NULL, NULL, NULL), +(305, 305, 13, 0, 0, NULL, NULL, NULL), +(306, 306, 69, 0, 0, NULL, NULL, NULL), +(307, 307, 114, 0, 0, NULL, NULL, NULL), +(308, 308, 114, 0, 0, NULL, NULL, NULL), +(309, 309, 55, 0, 0, NULL, NULL, NULL), +(310, 310, 55, 0, 0, NULL, NULL, NULL), +(311, 311, 18, 0, 0, NULL, NULL, NULL), +(312, 312, 18, 0, 0, NULL, NULL, NULL), +(313, 313, 93, 0, 0, NULL, NULL, NULL), +(314, 314, 93, 0, 0, NULL, NULL, NULL), +(315, 315, 72, 0, 0, NULL, NULL, NULL), +(316, 316, 72, 0, 0, NULL, NULL, NULL), +(317, 317, 32, 0, 0, NULL, NULL, NULL), +(318, 318, 32, 0, 0, NULL, NULL, NULL), +(319, 319, 105, 0, 0, NULL, NULL, NULL), +(320, 320, 105, 0, 0, NULL, NULL, NULL), +(321, 321, 75, 0, 0, NULL, NULL, NULL), +(322, 322, 75, 0, 0, NULL, NULL, NULL), +(323, 323, 149, 0, 0, NULL, NULL, NULL), +(324, 324, 149, 0, 0, NULL, NULL, NULL), +(325, 325, 56, 0, 0, NULL, NULL, NULL), +(326, 326, 102, 0, 0, NULL, NULL, NULL), +(327, 327, 102, 0, 0, NULL, NULL, NULL), +(328, 328, 136, 0, 0, NULL, NULL, NULL), +(329, 329, 136, 0, 0, NULL, NULL, NULL), +(330, 330, 122, 0, 0, NULL, NULL, NULL), +(331, 331, 122, 0, 0, NULL, NULL, NULL), +(332, 332, 52, 0, 0, NULL, NULL, NULL), +(333, 333, 52, 0, 0, NULL, NULL, NULL), +(334, 334, 80, 0, 0, NULL, NULL, NULL), +(335, 335, 80, 0, 0, NULL, NULL, NULL), +(336, 336, 165, 0, 0, NULL, NULL, NULL), +(337, 337, 96, 0, 0, NULL, NULL, NULL), +(338, 338, 165, 0, 0, NULL, NULL, NULL), +(339, 339, 96, 0, 0, NULL, NULL, NULL), +(340, 340, 165, 0, 0, NULL, NULL, NULL), +(341, 341, 142, 0, 0, NULL, NULL, NULL), +(342, 342, 11, 0, 0, NULL, NULL, NULL), +(343, 343, 11, 0, 0, NULL, NULL, NULL), +(344, 344, 90, 0, 0, NULL, NULL, NULL), +(345, 345, 90, 0, 0, NULL, NULL, NULL), +(346, 346, 117, 0, 0, NULL, NULL, NULL), +(347, 347, 117, 0, 0, NULL, NULL, NULL), +(348, 348, 56, 0, 0, NULL, NULL, NULL), +(349, 349, 167, 0, 0, NULL, NULL, NULL), +(350, 350, 56, 0, 0, NULL, NULL, NULL), +(351, 351, 142, 0, 0, NULL, NULL, NULL), +(352, 352, 106, 0, 0, NULL, NULL, NULL), +(353, 353, 106, 0, 0, NULL, NULL, NULL), +(354, 354, 167, 0, 0, NULL, NULL, NULL), +(355, 355, 44, 0, 0, NULL, NULL, NULL), +(356, 356, 128, 0, 0, NULL, NULL, NULL), +(357, 357, 128, 0, 0, NULL, NULL, NULL), +(358, 358, 142, 0, 0, NULL, NULL, NULL), +(359, 359, 142, 0, 0, NULL, NULL, NULL), +(360, 360, 44, 0, 0, NULL, NULL, NULL), +(361, 361, 44, 0, 0, NULL, NULL, NULL), +(362, 362, 38, 0, 0, NULL, NULL, NULL), +(363, 363, 38, 0, 0, NULL, NULL, NULL), +(364, 364, 139, 0, 0, NULL, NULL, NULL), +(365, 365, 139, 0, 0, NULL, NULL, NULL), +(366, 366, 60, 0, 0, NULL, NULL, NULL), +(367, 367, 142, 0, 0, NULL, NULL, NULL), +(368, 368, 168, 0, 0, NULL, NULL, NULL), +(369, 369, 169, 0, 0, NULL, NULL, NULL), +(370, 370, 168, 0, 0, NULL, NULL, NULL), +(371, 371, 164, 0, 0, NULL, NULL, NULL), +(372, 372, 164, 0, 0, NULL, NULL, NULL), +(373, 373, 168, 0, 0, NULL, NULL, NULL), +(374, 374, 168, 0, 0, NULL, NULL, NULL), +(375, 375, 167, 0, 0, NULL, NULL, NULL), +(376, 376, 167, 0, 0, NULL, NULL, NULL), +(377, 377, 164, 0, 0, NULL, NULL, NULL), +(378, 378, 164, 0, 0, NULL, NULL, NULL), +(379, 379, 169, 0, 0, NULL, NULL, NULL), +(380, 380, 86, 0, 0, NULL, NULL, NULL), +(381, 381, 32, 0, 0, NULL, NULL, NULL), +(382, 382, 32, 0, 0, NULL, NULL, NULL), +(383, 383, 32, 0, 0, NULL, NULL, NULL), +(384, 384, 32, 0, 0, NULL, NULL, NULL), +(385, 385, 169, 0, 0, NULL, NULL, NULL), +(386, 386, 169, 0, 0, NULL, NULL, NULL), +(387, 387, 86, 0, 0, NULL, NULL, NULL), +(388, 388, 173, 0, 0, NULL, NULL, NULL), +(389, 389, 86, 0, 0, NULL, NULL, NULL), +(390, 390, 86, 0, 0, NULL, NULL, NULL), +(391, 391, 173, 0, 0, NULL, NULL, NULL), +(392, 392, 174, 0, 0, NULL, NULL, NULL), +(393, 393, 174, 0, 0, NULL, NULL, NULL), +(394, 394, 173, 0, 0, NULL, NULL, NULL), +(395, 395, 173, 0, 0, NULL, NULL, NULL), +(396, 396, 176, 0, 0, NULL, NULL, NULL), +(397, 397, 174, 0, 0, NULL, NULL, NULL), +(398, 398, 176, 0, 0, NULL, NULL, NULL), +(399, 399, 175, 0, 0, NULL, NULL, NULL), +(400, 400, 172, 0, 0, NULL, NULL, NULL), +(401, 401, 176, 0, 0, NULL, NULL, NULL), +(402, 402, 172, 0, 0, NULL, NULL, NULL), +(403, 403, 175, 0, 0, NULL, NULL, NULL), +(404, 404, 177, 0, 0, NULL, NULL, NULL), +(405, 405, 172, 0, 0, NULL, NULL, NULL), +(406, 406, 177, 0, 0, NULL, NULL, NULL), +(407, 407, 177, 0, 0, NULL, NULL, NULL), +(408, 408, 3, 0, 0, NULL, NULL, NULL), +(409, 409, 63, 0, 0, NULL, NULL, NULL), +(410, 410, 63, 0, 0, NULL, NULL, NULL), +(411, 411, 181, 0, 0, NULL, NULL, NULL), +(412, 412, 175, 0, 0, NULL, NULL, NULL), +(413, 413, 181, 0, 0, NULL, NULL, NULL), +(414, 414, 137, 0, 0, NULL, NULL, NULL), +(415, 415, 137, 0, 0, NULL, NULL, NULL), +(416, 416, 133, 0, 0, NULL, NULL, NULL), +(417, 417, 181, 0, 0, NULL, NULL, NULL), +(418, 418, 181, 0, 0, NULL, NULL, NULL), +(419, 419, 176, 0, 0, NULL, NULL, NULL), +(420, 420, 176, 0, 0, NULL, NULL, NULL), +(421, 421, 110, 0, 0, NULL, NULL, NULL), +(422, 422, 153, 0, 0, NULL, NULL, NULL), +(423, 423, 153, 0, 0, NULL, NULL, NULL), +(424, 424, 88, 0, 0, NULL, NULL, NULL), +(425, 425, 88, 0, 0, NULL, NULL, NULL), +(426, 426, 165, 0, 0, NULL, NULL, NULL), +(427, 427, 5, 0, 0, NULL, NULL, NULL), +(428, 428, 26, 0, 0, NULL, NULL, NULL), +(429, 429, 74, 0, 0, NULL, NULL, NULL), +(430, 430, 74, 0, 0, NULL, NULL, NULL), +(431, 431, 43, 0, 0, NULL, NULL, NULL), +(432, 432, 47, 0, 0, NULL, NULL, NULL), +(433, 433, 22, 0, 0, NULL, NULL, NULL), +(434, 434, 53, 0, 0, NULL, NULL, NULL), +(435, 435, 27, 0, 0, NULL, NULL, NULL), +(436, 436, 71, 0, 0, NULL, NULL, NULL), +(437, 437, 19, 0, 0, NULL, NULL, NULL), +(438, 438, 84, 0, 0, NULL, NULL, NULL), +(439, 439, 90, 0, 0, NULL, NULL, NULL), +(440, 440, 100, 0, 0, NULL, NULL, NULL), +(441, 441, 98, 0, 0, NULL, NULL, NULL), +(442, 442, 97, 0, 0, NULL, NULL, NULL), +(443, 443, 120, 0, 0, NULL, NULL, NULL), +(444, 444, 68, 0, 0, NULL, NULL, NULL), +(445, 445, 32, 0, 0, NULL, NULL, NULL), +(446, 446, 174, 0, 0, NULL, NULL, NULL), +(447, 447, 175, 0, 0, NULL, NULL, NULL), +(448, 448, 172, 0, 0, NULL, NULL, NULL), +(449, 449, 177, 0, 0, NULL, NULL, NULL), +(450, 450, 132, 0, 0, NULL, NULL, NULL), +(451, 451, 187, 0, 0, NULL, NULL, NULL), +(452, 452, 187, 0, 0, NULL, NULL, NULL), +(453, 453, 187, 0, 0, NULL, NULL, NULL), +(454, 454, 189, 0, 0, NULL, NULL, NULL), +(455, 455, 189, 0, 0, NULL, NULL, NULL), +(456, 456, 6, 0, 0, NULL, NULL, NULL), +(457, 457, 129, 0, 0, NULL, NULL, NULL), +(458, 458, 129, 0, 0, NULL, NULL, NULL), +(459, 459, 129, 0, 0, NULL, NULL, NULL), +(460, 460, 188, 0, 0, NULL, NULL, NULL), +(461, 461, 188, 0, 0, NULL, NULL, NULL), +(462, 462, 125, 0, 0, NULL, NULL, NULL), +(463, 463, 139, 0, 0, NULL, NULL, NULL), +(464, 464, 0, 0, 0, NULL, NULL, NULL), +(465, 465, 0, 0, 0, NULL, NULL, NULL), +(466, 466, 0, 0, 0, NULL, NULL, NULL), +(467, 467, 15, 0, 0, NULL, NULL, NULL), +(468, 468, 15, 0, 0, NULL, NULL, NULL), +(469, 469, 0, 0, 0, NULL, NULL, NULL), +(470, 470, 198, 0, 0, NULL, NULL, NULL), +(471, 471, 107, 0, 0, NULL, NULL, NULL), +(472, 472, 141, 0, 0, NULL, NULL, NULL), +(473, 473, 141, 0, 0, NULL, NULL, NULL), +(474, 474, 50, 0, 0, NULL, NULL, NULL), +(475, 475, 50, 0, 0, NULL, NULL, NULL), +(476, 476, 124, 0, 0, NULL, NULL, NULL), +(477, 477, 189, 0, 0, NULL, NULL, NULL), +(478, 478, 189, 0, 0, NULL, NULL, NULL), +(479, 479, 124, 0, 0, NULL, NULL, NULL), +(480, 480, 124, 0, 0, NULL, NULL, NULL), +(481, 481, 109, 0, 0, NULL, NULL, NULL), +(482, 482, 109, 0, 0, NULL, NULL, NULL), +(483, 483, 198, 0, 0, NULL, NULL, NULL), +(484, 484, 60, 0, 0, NULL, NULL, NULL), +(485, 485, 60, 0, 0, NULL, NULL, NULL), +(486, 486, 107, 0, 0, NULL, NULL, NULL), +(487, 487, 46, 0, 0, NULL, NULL, NULL), +(488, 488, 46, 0, 0, NULL, NULL, NULL), +(489, 489, 25, 0, 0, NULL, NULL, NULL), +(490, 490, 25, 0, 0, NULL, NULL, NULL), +(491, 491, 198, 0, 0, NULL, NULL, NULL), +(492, 492, 198, 0, 0, NULL, NULL, NULL), +(493, 493, 93, 0, 0, NULL, NULL, NULL), +(494, 494, 107, 0, 0, NULL, NULL, NULL), +(495, 495, 107, 0, 0, NULL, NULL, NULL), +(496, 496, 81, 0, 0, NULL, NULL, NULL), +(497, 497, 81, 0, 0, NULL, NULL, NULL), +(498, 498, 156, 0, 0, NULL, NULL, NULL), +(499, 499, 156, 0, 0, NULL, NULL, NULL), +(500, 500, 156, 0, 0, NULL, NULL, NULL), +(501, 501, 150, 0, 0, NULL, NULL, NULL), +(502, 502, 196, 0, 0, NULL, NULL, NULL), +(503, 503, 196, 0, 0, NULL, NULL, NULL), +(504, 504, 196, 0, 0, NULL, NULL, NULL), +(505, 505, 196, 0, 0, NULL, NULL, NULL), +(506, 506, 150, 0, 0, NULL, NULL, NULL), +(507, 507, 150, 0, 0, NULL, NULL, NULL), +(508, 508, 130, 0, 0, NULL, NULL, NULL), +(509, 509, 130, 0, 0, NULL, NULL, NULL), +(510, 510, 130, 0, 0, NULL, NULL, NULL), +(511, 511, 202, 0, 0, NULL, NULL, NULL), +(512, 512, 202, 0, 0, NULL, NULL, NULL), +(513, 513, 203, 0, 0, NULL, NULL, NULL), +(514, 514, 0, 0, 0, NULL, NULL, NULL), +(515, 515, 134, 0, 0, NULL, NULL, NULL), +(516, 516, 205, 0, 0, NULL, NULL, NULL), +(517, 517, 134, 0, 0, NULL, NULL, NULL), +(518, 518, 134, 0, 0, NULL, NULL, NULL), +(519, 519, 134, 0, 0, NULL, NULL, NULL), +(520, 520, 134, 0, 0, NULL, NULL, NULL), +(521, 521, 134, 0, 0, NULL, NULL, NULL), +(522, 522, 106, 0, 0, NULL, NULL, NULL), +(523, 523, 203, 0, 0, NULL, NULL, NULL), +(524, 524, 203, 0, 0, NULL, NULL, NULL), +(525, 525, 203, 0, 0, NULL, NULL, NULL), +(526, 526, 206, 0, 0, NULL, NULL, NULL), +(527, 527, 206, 0, 0, NULL, NULL, NULL), +(528, 528, 206, 0, 0, NULL, NULL, NULL), +(529, 529, 206, 0, 0, NULL, NULL, NULL), +(530, 530, 206, 0, 0, NULL, NULL, NULL), +(531, 531, 125, 0, 0, NULL, NULL, NULL), +(532, 532, 207, 0, 0, NULL, NULL, NULL), +(533, 533, 207, 0, 0, NULL, NULL, NULL), +(534, 534, 125, 0, 0, NULL, NULL, NULL), +(535, 535, 125, 0, 0, NULL, NULL, NULL), +(536, 536, 205, 0, 0, NULL, NULL, NULL), +(537, 537, 205, 0, 0, NULL, NULL, NULL), +(538, 538, 207, 0, 0, NULL, NULL, NULL), +(539, 539, 207, 0, 0, NULL, NULL, NULL), +(540, 540, 207, 0, 0, NULL, NULL, NULL), +(541, 541, 203, 0, 0, NULL, NULL, NULL), +(542, 542, 203, 0, 0, NULL, NULL, NULL), +(543, 543, 203, 0, 0, NULL, NULL, NULL), +(544, 544, 128, 0, 0, NULL, NULL, NULL), +(545, 545, 209, 0, 0, NULL, NULL, NULL), +(546, 546, 209, 0, 0, NULL, NULL, NULL), +(547, 547, 205, 0, 0, NULL, NULL, NULL), +(548, 548, 205, 0, 0, NULL, NULL, NULL), +(549, 549, 129, 0, 0, NULL, NULL, NULL), +(550, 550, 20, 0, 0, NULL, NULL, NULL), +(551, 551, 20, 0, 0, NULL, NULL, NULL), +(552, 552, 209, 0, 0, NULL, NULL, NULL), +(553, 553, 209, 0, 0, NULL, NULL, NULL), +(554, 554, 73, 0, 0, NULL, NULL, NULL), +(555, 555, 35, 0, 0, NULL, NULL, NULL), +(556, 556, 172, 0, 0, NULL, NULL, NULL), +(557, 557, 174, 0, 0, NULL, NULL, NULL), +(558, 558, 173, 0, 0, NULL, NULL, NULL), +(559, 559, 164, 0, 0, NULL, NULL, NULL), +(560, 560, 176, 0, 0, NULL, NULL, NULL), +(561, 561, 165, 0, 0, NULL, NULL, NULL), +(562, 562, 132, 0, 0, NULL, NULL, NULL), +(563, 563, 128, 0, 0, NULL, NULL, NULL), +(564, 564, 107, 0, 0, NULL, NULL, NULL), +(565, 565, 90, 0, 0, NULL, NULL, NULL), +(566, 566, 15, 0, 0, NULL, NULL, NULL), +(567, 567, 24, 0, 0, NULL, NULL, NULL), +(568, 568, 0, 0, 0, NULL, NULL, NULL), +(569, 569, 100, 0, 0, NULL, NULL, NULL), +(570, 570, 137, 0, 0, NULL, NULL, NULL), +(571, 571, 32, 0, 0, NULL, NULL, NULL), +(572, 572, 32, 0, 0, NULL, NULL, NULL), +(573, 573, 80, 0, 0, NULL, NULL, NULL), +(574, 574, 204, 0, 0, NULL, NULL, NULL), +(575, 575, 204, 0, 0, NULL, NULL, NULL), +(576, 576, 141, 0, 0, NULL, NULL, NULL), +(577, 577, 206, 0, 0, NULL, NULL, NULL), +(578, 578, 187, 0, 0, NULL, NULL, NULL), +(579, 579, 187, 0, 0, NULL, NULL, NULL), +(580, 580, 31, 0, 0, NULL, NULL, NULL), +(581, 581, 150, 0, 0, NULL, NULL, NULL), +(582, 582, 202, 0, 0, NULL, NULL, NULL), +(583, 583, 202, 0, 0, NULL, NULL, NULL), +(584, 584, 198, 0, 0, NULL, NULL, NULL), +(585, 585, 8, 0, 0, NULL, NULL, NULL), +(586, 586, 21, 0, 0, NULL, NULL, NULL), +(587, 587, 209, 0, 0, NULL, NULL, NULL), +(588, 588, 205, 0, 0, NULL, NULL, NULL), +(589, 589, 137, 0, 0, NULL, NULL, NULL), +(590, 590, 32, 0, 0, NULL, NULL, NULL), +(591, 591, 13, 0, 0, NULL, NULL, NULL), +(592, 592, 124, 0, 0, NULL, NULL, NULL), +(593, 593, 173, 0, 0, NULL, NULL, NULL), +(594, 594, 105, 0, 0, NULL, NULL, NULL), +(595, 595, 109, 0, 0, NULL, NULL, NULL), +(596, 596, 37, 0, 0, NULL, NULL, NULL), +(597, 597, 68, 0, 0, NULL, NULL, NULL), +(598, 598, 3, 0, 0, NULL, NULL, NULL), +(599, 599, 66, 0, 0, NULL, NULL, NULL), +(600, 600, 80, 0, 0, NULL, NULL, NULL), +(601, 601, 32, 0, 0, NULL, NULL, NULL), +(602, 602, 86, 0, 0, NULL, NULL, NULL), +(603, 603, 31, 0, 0, NULL, NULL, NULL), +(604, 604, 167, 0, 0, NULL, NULL, NULL), +(605, 605, 176, 0, 0, NULL, NULL, NULL), +(606, 606, 141, 0, 0, NULL, NULL, NULL), +(607, 607, 146, 0, 0, NULL, NULL, NULL), +(608, 607, 147, 0, 0, NULL, NULL, NULL), +(609, 607, 200, 0, 0, NULL, NULL, NULL), +(610, 608, 146, 0, 0, NULL, NULL, NULL), +(611, 608, 147, 0, 0, NULL, NULL, NULL), +(612, 608, 200, 0, 0, NULL, NULL, NULL), +(613, 609, 146, 0, 0, NULL, NULL, NULL), +(614, 609, 147, 0, 0, NULL, NULL, NULL), +(615, 609, 200, 0, 0, NULL, NULL, NULL), +(616, 610, 146, 0, 0, NULL, NULL, NULL), +(617, 610, 147, 0, 0, NULL, NULL, NULL), +(618, 610, 200, 0, 0, NULL, NULL, NULL), +(619, 611, 146, 0, 0, NULL, NULL, NULL), +(620, 611, 147, 0, 0, NULL, NULL, NULL), +(621, 611, 200, 0, 0, NULL, NULL, NULL), +(622, 612, 146, 0, 0, NULL, NULL, NULL), +(623, 612, 147, 0, 0, NULL, NULL, NULL), +(624, 612, 200, 0, 0, NULL, NULL, NULL), +(625, 613, 13, 0, 0, NULL, NULL, NULL), +(626, 614, 146, 0, 0, NULL, NULL, NULL), +(627, 614, 147, 0, 0, NULL, NULL, NULL), +(628, 614, 200, 0, 0, NULL, NULL, NULL), +(629, 615, 146, 0, 0, NULL, NULL, NULL), +(630, 615, 147, 0, 0, NULL, NULL, NULL), +(631, 615, 200, 0, 0, NULL, NULL, NULL), +(632, 616, 146, 0, 0, NULL, NULL, NULL), +(633, 616, 147, 0, 0, NULL, NULL, NULL), +(634, 616, 200, 0, 0, NULL, NULL, NULL), +(635, 617, 146, 0, 0, NULL, NULL, NULL), +(636, 617, 147, 0, 0, NULL, NULL, NULL), +(637, 617, 200, 0, 0, NULL, NULL, NULL), +(638, 618, 146, 0, 0, NULL, NULL, NULL), +(639, 618, 147, 0, 0, NULL, NULL, NULL), +(640, 618, 200, 0, 0, NULL, NULL, NULL), +(641, 619, 146, 0, 0, NULL, NULL, NULL), +(642, 619, 147, 0, 0, NULL, NULL, NULL), +(643, 619, 200, 0, 0, NULL, NULL, NULL), +(644, 620, 150, 0, 0, NULL, NULL, NULL), +(645, 621, 146, 0, 0, NULL, NULL, NULL), +(646, 621, 147, 0, 0, NULL, NULL, NULL), +(647, 621, 200, 0, 0, NULL, NULL, NULL), +(648, 622, 146, 0, 0, NULL, NULL, NULL), +(649, 622, 147, 0, 0, NULL, NULL, NULL), +(650, 622, 200, 0, 0, NULL, NULL, NULL), +(651, 623, 146, 0, 0, NULL, NULL, NULL), +(652, 623, 147, 0, 0, NULL, NULL, NULL), +(653, 623, 200, 0, 0, NULL, NULL, NULL), +(654, 624, 146, 0, 0, NULL, NULL, NULL), +(655, 624, 147, 0, 0, NULL, NULL, NULL), +(656, 624, 200, 0, 0, NULL, NULL, NULL), +(657, 625, 128, 0, 0, NULL, NULL, NULL), +(658, 626, 129, 0, 0, NULL, NULL, NULL), +(659, 627, 128, 0, 0, NULL, NULL, NULL), +(660, 628, 146, 0, 0, NULL, NULL, NULL), +(661, 628, 147, 0, 0, NULL, NULL, NULL), +(662, 628, 200, 0, 0, NULL, NULL, NULL), +(663, 629, 146, 0, 0, NULL, NULL, NULL), +(664, 629, 147, 0, 0, NULL, NULL, NULL), +(665, 629, 200, 0, 0, NULL, NULL, NULL), +(666, 630, 146, 0, 0, NULL, NULL, NULL), +(667, 630, 147, 0, 0, NULL, NULL, NULL), +(668, 630, 200, 0, 0, NULL, NULL, NULL), +(669, 631, 146, 0, 0, NULL, NULL, NULL), +(670, 631, 147, 0, 0, NULL, NULL, NULL), +(671, 631, 200, 0, 0, NULL, NULL, NULL), +(672, 632, 146, 0, 0, NULL, NULL, NULL), +(673, 632, 147, 0, 0, NULL, NULL, NULL), +(674, 632, 200, 0, 0, NULL, NULL, NULL), +(675, 633, 146, 0, 0, NULL, NULL, NULL), +(676, 633, 147, 0, 0, NULL, NULL, NULL), +(677, 633, 200, 0, 0, NULL, NULL, NULL), +(678, 634, 146, 0, 0, NULL, NULL, NULL), +(679, 634, 147, 0, 0, NULL, NULL, NULL), +(680, 634, 200, 0, 0, NULL, NULL, NULL), +(681, 635, 146, 0, 0, NULL, NULL, NULL), +(682, 635, 147, 0, 0, NULL, NULL, NULL), +(683, 635, 200, 0, 0, NULL, NULL, NULL), +(684, 636, 146, 0, 0, NULL, NULL, NULL), +(685, 636, 147, 0, 0, NULL, NULL, NULL), +(686, 636, 200, 0, 0, NULL, NULL, NULL), +(687, 637, 146, 0, 0, NULL, NULL, NULL), +(688, 637, 147, 0, 0, NULL, NULL, NULL), +(689, 637, 200, 0, 0, NULL, NULL, NULL), +(690, 638, 146, 0, 0, NULL, NULL, NULL), +(691, 638, 147, 0, 0, NULL, NULL, NULL), +(692, 638, 200, 0, 0, NULL, NULL, NULL), +(693, 639, 146, 0, 0, NULL, NULL, NULL), +(694, 639, 147, 0, 0, NULL, NULL, NULL), +(695, 639, 200, 0, 0, NULL, NULL, NULL), +(696, 640, 146, 0, 0, NULL, NULL, NULL), +(697, 640, 147, 0, 0, NULL, NULL, NULL), +(698, 640, 200, 0, 0, NULL, NULL, NULL), +(699, 641, 146, 0, 0, NULL, NULL, NULL), +(700, 641, 147, 0, 0, NULL, NULL, NULL), +(701, 641, 200, 0, 0, NULL, NULL, NULL), +(702, 642, 146, 0, 0, NULL, NULL, NULL), +(703, 642, 147, 0, 0, NULL, NULL, NULL), +(704, 642, 200, 0, 0, NULL, NULL, NULL), +(705, 643, 146, 0, 0, NULL, NULL, NULL), +(706, 643, 147, 0, 0, NULL, NULL, NULL), +(707, 643, 200, 0, 0, NULL, NULL, NULL), +(708, 644, 31, 0, 0, NULL, NULL, NULL), +(709, 645, 137, 0, 0, NULL, NULL, NULL), +(710, 646, 146, 0, 0, NULL, NULL, NULL), +(711, 646, 147, 0, 0, NULL, NULL, NULL), +(712, 646, 200, 0, 0, NULL, NULL, NULL), +(713, 647, 146, 0, 0, NULL, NULL, NULL), +(714, 647, 147, 0, 0, NULL, NULL, NULL), +(715, 647, 200, 0, 0, NULL, NULL, NULL), +(716, 648, 146, 0, 0, NULL, NULL, NULL), +(717, 648, 147, 0, 0, NULL, NULL, NULL), +(718, 648, 200, 0, 0, NULL, NULL, NULL), +(719, 649, 146, 0, 0, NULL, NULL, NULL), +(720, 649, 147, 0, 0, NULL, NULL, NULL), +(721, 649, 200, 0, 0, NULL, NULL, NULL), +(722, 650, 146, 0, 0, NULL, NULL, NULL), +(723, 650, 147, 0, 0, NULL, NULL, NULL), +(724, 650, 200, 0, 0, NULL, NULL, NULL), +(725, 651, 146, 0, 0, NULL, NULL, NULL), +(726, 651, 147, 0, 0, NULL, NULL, NULL), +(727, 651, 200, 0, 0, NULL, NULL, NULL), +(728, 652, 146, 0, 0, NULL, NULL, NULL), +(729, 652, 147, 0, 0, NULL, NULL, NULL), +(730, 652, 200, 0, 0, NULL, NULL, NULL), +(731, 653, 146, 0, 0, NULL, NULL, NULL), +(732, 653, 147, 0, 0, NULL, NULL, NULL), +(733, 653, 200, 0, 0, NULL, NULL, NULL), +(734, 654, 146, 0, 0, NULL, NULL, NULL), +(735, 654, 147, 0, 0, NULL, NULL, NULL), +(736, 654, 200, 0, 0, NULL, NULL, NULL), +(737, 655, 146, 0, 0, NULL, NULL, NULL), +(738, 655, 147, 0, 0, NULL, NULL, NULL), +(739, 655, 200, 0, 0, NULL, NULL, NULL), +(740, 656, 146, 0, 0, NULL, NULL, NULL), +(741, 656, 147, 0, 0, NULL, NULL, NULL), +(742, 656, 200, 0, 0, NULL, NULL, NULL), +(743, 657, 146, 0, 0, NULL, NULL, NULL), +(744, 657, 147, 0, 0, NULL, NULL, NULL), +(745, 657, 200, 0, 0, NULL, NULL, NULL), +(746, 658, 146, 0, 0, NULL, NULL, NULL), +(747, 658, 147, 0, 0, NULL, NULL, NULL), +(748, 658, 200, 0, 0, NULL, NULL, NULL), +(749, 659, 146, 0, 0, NULL, NULL, NULL), +(750, 659, 147, 0, 0, NULL, NULL, NULL), +(751, 659, 200, 0, 0, NULL, NULL, NULL), +(752, 660, 146, 0, 0, NULL, NULL, NULL), +(753, 660, 147, 0, 0, NULL, NULL, NULL), +(754, 660, 200, 0, 0, NULL, NULL, NULL), +(755, 661, 146, 0, 0, NULL, NULL, NULL), +(756, 661, 147, 0, 0, NULL, NULL, NULL), +(757, 661, 200, 0, 0, NULL, NULL, NULL), +(758, 662, 146, 0, 0, NULL, NULL, NULL), +(759, 662, 147, 0, 0, NULL, NULL, NULL), +(760, 662, 200, 0, 0, NULL, NULL, NULL), +(761, 663, 146, 0, 0, NULL, NULL, NULL), +(762, 663, 147, 0, 0, NULL, NULL, NULL), +(763, 663, 200, 0, 0, NULL, NULL, NULL), +(764, 664, 146, 0, 0, NULL, NULL, NULL), +(765, 664, 147, 0, 0, NULL, NULL, NULL), +(766, 664, 200, 0, 0, NULL, NULL, NULL), +(767, 665, 146, 0, 0, NULL, NULL, NULL), +(768, 665, 147, 0, 0, NULL, NULL, NULL), +(769, 665, 200, 0, 0, NULL, NULL, NULL), +(770, 666, 146, 0, 0, NULL, NULL, NULL), +(771, 666, 147, 0, 0, NULL, NULL, NULL), +(772, 666, 200, 0, 0, NULL, NULL, NULL), +(773, 667, 146, 0, 0, NULL, NULL, NULL), +(774, 667, 147, 0, 0, NULL, NULL, NULL), +(775, 667, 200, 0, 0, NULL, NULL, NULL), +(776, 668, 146, 0, 0, NULL, NULL, NULL), +(777, 668, 147, 0, 0, NULL, NULL, NULL), +(778, 668, 200, 0, 0, NULL, NULL, NULL), +(779, 669, 38, 0, 0, NULL, NULL, NULL), +(780, 670, 146, 0, 0, NULL, NULL, NULL), +(781, 670, 147, 0, 0, NULL, NULL, NULL), +(782, 670, 200, 0, 0, NULL, NULL, NULL), +(783, 671, 146, 0, 0, NULL, NULL, NULL), +(784, 671, 147, 0, 0, NULL, NULL, NULL), +(785, 671, 200, 0, 0, NULL, NULL, NULL), +(786, 672, 146, 0, 0, NULL, NULL, NULL), +(787, 672, 147, 0, 0, NULL, NULL, NULL), +(788, 672, 200, 0, 0, NULL, NULL, NULL), +(789, 673, 86, 0, 0, NULL, NULL, NULL), +(790, 674, 146, 0, 0, NULL, NULL, NULL), +(791, 674, 147, 0, 0, NULL, NULL, NULL), +(792, 674, 200, 0, 0, NULL, NULL, NULL), +(793, 675, 32, 0, 0, NULL, NULL, NULL), +(794, 676, 156, 0, 0, NULL, NULL, NULL), +(795, 677, 146, 0, 0, NULL, NULL, NULL), +(796, 677, 147, 0, 0, NULL, NULL, NULL), +(797, 677, 200, 0, 0, NULL, NULL, NULL), +(798, 678, 146, 0, 0, NULL, NULL, NULL), +(799, 678, 147, 0, 0, NULL, NULL, NULL), +(800, 678, 200, 0, 0, NULL, NULL, NULL), +(801, 679, 146, 0, 0, NULL, NULL, NULL), +(802, 679, 147, 0, 0, NULL, NULL, NULL), +(803, 679, 200, 0, 0, NULL, NULL, NULL), +(804, 680, 146, 0, 0, NULL, NULL, NULL), +(805, 680, 147, 0, 0, NULL, NULL, NULL), +(806, 680, 200, 0, 0, NULL, NULL, NULL), +(807, 681, 146, 0, 0, NULL, NULL, NULL), +(808, 681, 147, 0, 0, NULL, NULL, NULL), +(809, 681, 200, 0, 0, NULL, NULL, NULL), +(810, 682, 146, 0, 0, NULL, NULL, NULL), +(811, 682, 147, 0, 0, NULL, NULL, NULL), +(812, 682, 200, 0, 0, NULL, NULL, NULL), +(813, 683, 146, 0, 0, NULL, NULL, NULL), +(814, 683, 147, 0, 0, NULL, NULL, NULL), +(815, 683, 200, 0, 0, NULL, NULL, NULL), +(816, 684, 146, 0, 0, NULL, NULL, NULL), +(817, 684, 147, 0, 0, NULL, NULL, NULL), +(818, 684, 200, 0, 0, NULL, NULL, NULL), +(819, 685, 146, 0, 0, NULL, NULL, NULL), +(820, 685, 147, 0, 0, NULL, NULL, NULL), +(821, 685, 200, 0, 0, NULL, NULL, NULL), +(822, 686, 146, 0, 0, NULL, NULL, NULL), +(823, 686, 147, 0, 0, NULL, NULL, NULL), +(824, 686, 200, 0, 0, NULL, NULL, NULL), +(825, 687, 146, 0, 0, NULL, NULL, NULL), +(826, 687, 147, 0, 0, NULL, NULL, NULL), +(827, 687, 200, 0, 0, NULL, NULL, NULL), +(828, 688, 146, 0, 0, NULL, NULL, NULL), +(829, 688, 147, 0, 0, NULL, NULL, NULL), +(830, 688, 200, 0, 0, NULL, NULL, NULL), +(831, 689, 146, 0, 0, NULL, NULL, NULL), +(832, 689, 147, 0, 0, NULL, NULL, NULL), +(833, 689, 200, 0, 0, NULL, NULL, NULL), +(834, 690, 146, 0, 0, NULL, NULL, NULL), +(835, 690, 147, 0, 0, NULL, NULL, NULL), +(836, 690, 200, 0, 0, NULL, NULL, NULL), +(837, 691, 146, 0, 0, NULL, NULL, NULL), +(838, 691, 147, 0, 0, NULL, NULL, NULL), +(839, 691, 200, 0, 0, NULL, NULL, NULL), +(840, 692, 146, 0, 0, NULL, NULL, NULL), +(841, 692, 147, 0, 0, NULL, NULL, NULL), +(842, 692, 200, 0, 0, NULL, NULL, NULL), +(843, 693, 146, 0, 0, NULL, NULL, NULL), +(844, 693, 147, 0, 0, NULL, NULL, NULL), +(845, 693, 200, 0, 0, NULL, NULL, NULL), +(846, 694, 122, 0, 0, NULL, NULL, NULL), +(847, 695, 146, 0, 0, NULL, NULL, NULL), +(848, 695, 147, 0, 0, NULL, NULL, NULL), +(849, 695, 200, 0, 0, NULL, NULL, NULL), +(850, 696, 146, 0, 0, NULL, NULL, NULL), +(851, 696, 147, 0, 0, NULL, NULL, NULL), +(852, 696, 200, 0, 0, NULL, NULL, NULL), +(853, 697, 80, 0, 0, NULL, NULL, NULL), +(854, 698, 126, 0, 0, NULL, NULL, NULL), +(855, 699, 126, 0, 0, NULL, NULL, NULL), +(856, 700, 126, 0, 0, NULL, NULL, NULL), +(857, 701, 146, 0, 0, NULL, NULL, NULL), +(858, 701, 147, 0, 0, NULL, NULL, NULL), +(859, 701, 200, 0, 0, NULL, NULL, NULL), +(860, 702, 106, 0, 0, NULL, NULL, NULL), +(861, 703, 146, 0, 0, NULL, NULL, NULL), +(862, 703, 147, 0, 0, NULL, NULL, NULL), +(863, 703, 200, 0, 0, NULL, NULL, NULL), +(864, 704, 146, 0, 0, NULL, NULL, NULL), +(865, 704, 147, 0, 0, NULL, NULL, NULL), +(866, 704, 200, 0, 0, NULL, NULL, NULL), +(867, 705, 38, 0, 0, NULL, NULL, NULL), +(868, 706, 46, 0, 0, NULL, NULL, NULL), +(869, 707, 146, 0, 0, NULL, NULL, NULL), +(870, 707, 147, 0, 0, NULL, NULL, NULL), +(871, 707, 200, 0, 0, NULL, NULL, NULL), +(872, 708, 173, 0, 0, NULL, NULL, NULL), +(873, 709, 86, 0, 0, NULL, NULL, NULL), +(874, 710, 38, 0, 0, NULL, NULL, NULL), +(875, 711, 146, 0, 0, NULL, NULL, NULL), +(876, 711, 147, 0, 0, NULL, NULL, NULL), +(877, 711, 200, 0, 0, NULL, NULL, NULL), +(878, 712, 146, 0, 0, NULL, NULL, NULL), +(879, 712, 147, 0, 0, NULL, NULL, NULL), +(880, 712, 200, 0, 0, NULL, NULL, NULL), +(881, 713, 146, 0, 0, NULL, NULL, NULL), +(882, 713, 147, 0, 0, NULL, NULL, NULL), +(883, 713, 200, 0, 0, NULL, NULL, NULL), +(884, 714, 146, 0, 0, NULL, NULL, NULL), +(885, 714, 147, 0, 0, NULL, NULL, NULL), +(886, 714, 200, 0, 0, NULL, NULL, NULL), +(887, 715, 146, 0, 0, NULL, NULL, NULL), +(888, 715, 147, 0, 0, NULL, NULL, NULL), +(889, 715, 200, 0, 0, NULL, NULL, NULL), +(890, 716, 146, 0, 0, NULL, NULL, NULL), +(891, 716, 147, 0, 0, NULL, NULL, NULL), +(892, 716, 200, 0, 0, NULL, NULL, NULL), +(893, 717, 146, 0, 0, NULL, NULL, NULL), +(894, 717, 147, 0, 0, NULL, NULL, NULL), +(895, 717, 200, 0, 0, NULL, NULL, NULL), +(896, 718, 146, 0, 0, NULL, NULL, NULL), +(897, 718, 147, 0, 0, NULL, NULL, NULL), +(898, 718, 200, 0, 0, NULL, NULL, NULL), +(899, 719, 146, 0, 0, NULL, NULL, NULL), +(900, 719, 147, 0, 0, NULL, NULL, NULL), +(901, 719, 200, 0, 0, NULL, NULL, NULL), +(902, 720, 146, 0, 0, NULL, NULL, NULL), +(903, 720, 147, 0, 0, NULL, NULL, NULL), +(904, 720, 200, 0, 0, NULL, NULL, NULL), +(905, 721, 146, 0, 0, NULL, NULL, NULL), +(906, 721, 147, 0, 0, NULL, NULL, NULL), +(907, 721, 200, 0, 0, NULL, NULL, NULL), +(908, 722, 207, 0, 0, NULL, NULL, NULL), +(909, 723, 81, 0, 0, NULL, NULL, NULL), +(910, 724, 146, 0, 0, NULL, NULL, NULL), +(911, 724, 147, 0, 0, NULL, NULL, NULL), +(912, 724, 200, 0, 0, NULL, NULL, NULL), +(913, 725, 146, 0, 0, NULL, NULL, NULL), +(914, 725, 147, 0, 0, NULL, NULL, NULL), +(915, 725, 200, 0, 0, NULL, NULL, NULL), +(916, 726, 146, 0, 0, NULL, NULL, NULL), +(917, 726, 147, 0, 0, NULL, NULL, NULL), +(918, 726, 200, 0, 0, NULL, NULL, NULL), +(919, 727, 146, 0, 0, NULL, NULL, NULL), +(920, 727, 147, 0, 0, NULL, NULL, NULL), +(921, 727, 200, 0, 0, NULL, NULL, NULL), +(922, 728, 146, 0, 0, NULL, NULL, NULL), +(923, 728, 147, 0, 0, NULL, NULL, NULL), +(924, 728, 200, 0, 0, NULL, NULL, NULL), +(925, 729, 146, 0, 0, NULL, NULL, NULL), +(926, 729, 147, 0, 0, NULL, NULL, NULL), +(927, 729, 200, 0, 0, NULL, NULL, NULL), +(928, 730, 13, 0, 0, NULL, NULL, NULL), +(929, 731, 209, 0, 0, NULL, NULL, NULL), +(930, 732, 60, 0, 0, NULL, NULL, NULL), +(931, 733, 146, 0, 0, NULL, NULL, NULL), +(932, 733, 147, 0, 0, NULL, NULL, NULL), +(933, 733, 200, 0, 0, NULL, NULL, NULL), +(934, 734, 146, 0, 0, NULL, NULL, NULL), +(935, 734, 147, 0, 0, NULL, NULL, NULL), +(936, 734, 200, 0, 0, NULL, NULL, NULL), +(937, 735, 146, 0, 0, NULL, NULL, NULL), +(938, 735, 147, 0, 0, NULL, NULL, NULL), +(939, 735, 200, 0, 0, NULL, NULL, NULL), +(940, 736, 146, 0, 0, NULL, NULL, NULL), +(941, 736, 147, 0, 0, NULL, NULL, NULL), +(942, 736, 200, 0, 0, NULL, NULL, NULL), +(943, 737, 86, 0, 0, NULL, NULL, NULL), +(944, 738, 173, 0, 0, NULL, NULL, NULL), +(945, 739, 146, 0, 0, NULL, NULL, NULL), +(946, 739, 147, 0, 0, NULL, NULL, NULL), +(947, 739, 200, 0, 0, NULL, NULL, NULL), +(948, 740, 146, 0, 0, NULL, NULL, NULL), +(949, 740, 147, 0, 0, NULL, NULL, NULL), +(950, 740, 200, 0, 0, NULL, NULL, NULL), +(951, 741, 146, 0, 0, NULL, NULL, NULL), +(952, 741, 147, 0, 0, NULL, NULL, NULL), +(953, 741, 200, 0, 0, NULL, NULL, NULL), +(954, 742, 146, 0, 0, NULL, NULL, NULL), +(955, 742, 147, 0, 0, NULL, NULL, NULL), +(956, 742, 200, 0, 0, NULL, NULL, NULL), +(957, 743, 146, 0, 0, NULL, NULL, NULL), +(958, 743, 147, 0, 0, NULL, NULL, NULL), +(959, 743, 200, 0, 0, NULL, NULL, NULL), +(960, 744, 146, 0, 0, NULL, NULL, NULL), +(961, 744, 147, 0, 0, NULL, NULL, NULL), +(962, 744, 200, 0, 0, NULL, NULL, NULL), +(963, 745, 146, 0, 0, NULL, NULL, NULL), +(964, 745, 147, 0, 0, NULL, NULL, NULL), +(965, 745, 200, 0, 0, NULL, NULL, NULL), +(966, 746, 146, 0, 0, NULL, NULL, NULL), +(967, 746, 147, 0, 0, NULL, NULL, NULL), +(968, 746, 200, 0, 0, NULL, NULL, NULL), +(969, 747, 146, 0, 0, NULL, NULL, NULL), +(970, 747, 147, 0, 0, NULL, NULL, NULL), +(971, 747, 200, 0, 0, NULL, NULL, NULL), +(972, 748, 146, 0, 0, NULL, NULL, NULL), +(973, 748, 147, 0, 0, NULL, NULL, NULL), +(974, 748, 200, 0, 0, NULL, NULL, NULL), +(975, 749, 146, 0, 0, NULL, NULL, NULL), +(976, 749, 147, 0, 0, NULL, NULL, NULL), +(977, 749, 200, 0, 0, NULL, NULL, NULL), +(978, 750, 146, 0, 0, NULL, NULL, NULL), +(979, 750, 147, 0, 0, NULL, NULL, NULL), +(980, 750, 200, 0, 0, NULL, NULL, NULL), +(981, 751, 146, 0, 0, NULL, NULL, NULL), +(982, 751, 147, 0, 0, NULL, NULL, NULL), +(983, 751, 200, 0, 0, NULL, NULL, NULL), +(984, 752, 146, 0, 0, NULL, NULL, NULL), +(985, 752, 147, 0, 0, NULL, NULL, NULL), +(986, 752, 200, 0, 0, NULL, NULL, NULL), +(987, 753, 146, 0, 0, NULL, NULL, NULL), +(988, 753, 147, 0, 0, NULL, NULL, NULL), +(989, 753, 200, 0, 0, NULL, NULL, NULL), +(990, 754, 146, 0, 0, NULL, NULL, NULL), +(991, 754, 147, 0, 0, NULL, NULL, NULL), +(992, 754, 200, 0, 0, NULL, NULL, NULL), +(993, 755, 146, 0, 0, NULL, NULL, NULL), +(994, 755, 147, 0, 0, NULL, NULL, NULL), +(995, 755, 200, 0, 0, NULL, NULL, NULL), +(996, 756, 146, 0, 0, NULL, NULL, NULL), +(997, 756, 147, 0, 0, NULL, NULL, NULL), +(998, 756, 200, 0, 0, NULL, NULL, NULL), +(999, 757, 146, 0, 0, NULL, NULL, NULL), +(1000, 757, 147, 0, 0, NULL, NULL, NULL), +(1001, 757, 200, 0, 0, NULL, NULL, NULL), +(1002, 758, 146, 0, 0, NULL, NULL, NULL), +(1003, 758, 147, 0, 0, NULL, NULL, NULL), +(1004, 758, 200, 0, 0, NULL, NULL, NULL), +(1005, 759, 146, 0, 0, NULL, NULL, NULL), +(1006, 759, 147, 0, 0, NULL, NULL, NULL), +(1007, 759, 200, 0, 0, NULL, NULL, NULL), +(1008, 760, 146, 0, 0, NULL, NULL, NULL), +(1009, 760, 147, 0, 0, NULL, NULL, NULL), +(1010, 760, 200, 0, 0, NULL, NULL, NULL), +(1011, 761, 81, 0, 0, NULL, NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `user_preferences` +-- + +CREATE TABLE `user_preferences` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) NOT NULL, + `notification_email` tinyint(1) DEFAULT 1, + `notification_sms` tinyint(1) DEFAULT 1, + `theme` varchar(50) DEFAULT 'light', + `language` varchar(50) DEFAULT 'en', + `style_color` varchar(32) DEFAULT NULL, + `menu_color` varchar(32) DEFAULT NULL, + `menu_custom_bg` varchar(16) DEFAULT NULL, + `menu_custom_text` varchar(16) DEFAULT NULL, + `menu_custom_mode` varchar(8) DEFAULT NULL, + `created_at` timestamp NULL DEFAULT current_timestamp(), + `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `user_preferences` +-- + +INSERT INTO `user_preferences` (`id`, `user_id`, `notification_email`, `notification_sms`, `theme`, `language`, `style_color`, `menu_color`, `menu_custom_bg`, `menu_custom_text`, `menu_custom_mode`, `created_at`, `updated_at`) VALUES +(1, 2, 1, 1, 'light', 'en', 'green', 'dark', NULL, NULL, NULL, '2026-02-28 01:28:48', '2026-02-28 01:29:05'), +(2, 47, 1, 1, 'light', 'en', 'green', 'emerald', NULL, NULL, NULL, '2026-02-28 20:00:48', '2026-02-28 20:01:11'), +(3, 10, 1, 1, 'light', 'en', NULL, 'dark', NULL, NULL, NULL, '2026-03-09 22:38:40', '2026-03-09 22:38:40'), +(4, 160, 1, 1, 'light', 'en', 'amber', 'dark', NULL, NULL, NULL, '2026-04-05 14:52:59', '2026-04-19 14:31:45'), +(5, 100, 1, 1, 'light', 'en', NULL, 'dark', NULL, NULL, NULL, '2026-04-05 15:30:40', '2026-04-05 15:30:40'), +(6, 140, 1, 1, 'light', 'en', 'purple', NULL, NULL, NULL, NULL, '2026-04-12 16:26:18', '2026-04-12 16:26:18'), +(7, 138, 1, 1, 'light', 'en', 'purple', 'plum', NULL, NULL, NULL, '2026-05-03 16:06:44', '2026-05-03 16:06:54'), +(8, 129, 1, 1, 'light', 'en', 'blue', NULL, NULL, NULL, NULL, '2026-05-16 18:01:41', '2026-05-16 18:01:41'), +(9, 1, 1, 1, 'light', 'en', 'green', 'emerald', NULL, NULL, NULL, '2026-05-23 22:59:46', '2026-05-30 04:35:47'), +(10, 153, 1, 1, 'light', 'en', 'orange', NULL, NULL, NULL, NULL, '2026-05-24 03:03:16', '2026-05-24 03:03:44'), +(11, 125, 1, 1, 'light', 'en', 'purple', NULL, NULL, NULL, NULL, '2026-05-31 16:31:52', '2026-05-31 16:31:52'), +(12, 105, 1, 1, 'light', 'en', NULL, 'white', NULL, NULL, NULL, '2026-05-31 19:25:09', '2026-05-31 19:25:09'), +(13, 20, 1, 1, 'light', 'en', 'green', NULL, NULL, NULL, NULL, '2026-05-31 20:21:29', '2026-05-31 20:21:29'), +(14, 99, 1, 1, 'light', 'en', NULL, 'emerald', NULL, NULL, NULL, '2026-06-16 17:14:49', '2026-06-16 17:15:05'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `user_roles` +-- + +CREATE TABLE `user_roles` ( + `id` int(11) UNSIGNED NOT NULL, + `user_id` int(11) UNSIGNED NOT NULL, + `role_id` int(11) UNSIGNED NOT NULL, + `created_at` datetime DEFAULT current_timestamp(), + `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `deleted_at` datetime DEFAULT NULL, + `updated_by` int(11) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `user_roles` +-- + +INSERT INTO `user_roles` (`id`, `user_id`, `role_id`, `created_at`, `updated_at`, `deleted_at`, `updated_by`) VALUES +(4, 3, 4, '2025-09-02 21:51:23', '2025-09-02 21:51:23', NULL, 1), +(5, 3, 7, '2025-09-02 21:51:23', '2025-09-02 21:51:23', NULL, 1), +(8, 6, 7, '2025-09-03 00:13:15', '2025-09-03 00:13:15', NULL, NULL), +(9, 7, 7, '2025-09-03 00:14:12', '2025-09-03 00:14:12', NULL, NULL), +(10, 8, 7, '2025-09-03 00:16:35', '2025-09-03 00:16:35', NULL, NULL), +(11, 9, 7, '2025-09-03 00:35:07', '2025-09-03 00:35:07', NULL, NULL), +(12, 10, 7, '2025-09-03 00:40:48', '2025-09-03 00:40:48', NULL, NULL), +(13, 11, 7, '2025-09-03 00:50:36', '2025-09-03 00:50:36', NULL, NULL), +(14, 12, 7, '2025-09-03 00:53:40', '2025-09-03 00:53:40', NULL, NULL), +(15, 13, 7, '2025-09-03 00:57:09', '2025-09-03 00:57:09', NULL, NULL), +(16, 14, 7, '2025-09-03 00:58:44', '2025-09-03 00:58:44', NULL, NULL), +(17, 15, 7, '2025-09-03 01:13:31', '2025-09-03 01:13:31', NULL, NULL), +(18, 16, 7, '2025-09-03 01:20:19', '2025-09-03 01:20:19', NULL, NULL), +(19, 17, 7, '2025-09-03 01:21:27', '2025-09-03 01:21:27', NULL, NULL), +(22, 5, 4, '2025-09-03 01:36:16', '2025-09-03 01:36:16', NULL, 1), +(23, 5, 7, '2025-09-03 01:36:16', '2025-09-03 01:36:16', NULL, 1), +(24, 18, 7, '2025-09-03 01:46:34', '2025-09-03 01:46:34', NULL, NULL), +(31, 20, 7, '2025-09-03 02:08:10', '2025-09-03 02:08:10', NULL, NULL), +(32, 21, 7, '2025-09-03 02:17:35', '2025-09-03 02:17:35', NULL, NULL), +(33, 22, 7, '2025-09-03 02:18:02', '2025-09-03 02:18:02', NULL, NULL), +(34, 23, 7, '2025-09-03 02:33:40', '2025-09-03 02:33:40', NULL, NULL), +(36, 25, 7, '2025-09-03 02:36:37', '2025-09-03 02:36:37', NULL, NULL), +(37, 26, 7, '2025-09-03 02:37:17', '2025-09-03 02:37:17', NULL, NULL), +(39, 28, 7, '2025-09-03 08:36:13', '2025-09-03 08:36:13', NULL, NULL), +(41, 30, 7, '2025-09-03 10:37:46', '2025-09-03 10:37:46', NULL, NULL), +(43, 32, 7, '2025-09-03 15:05:50', '2025-09-03 15:05:50', NULL, NULL), +(45, 34, 7, '2025-09-03 15:19:06', '2025-09-03 15:19:06', NULL, NULL), +(46, 35, 7, '2025-09-03 15:19:37', '2025-09-03 15:19:37', NULL, NULL), +(47, 33, 4, '2025-09-03 15:19:46', '2025-09-03 15:19:46', NULL, 1), +(49, 37, 7, '2025-09-03 20:11:31', '2025-09-03 20:11:31', NULL, NULL), +(50, 38, 7, '2025-09-03 20:54:41', '2025-09-03 20:54:41', NULL, NULL), +(51, 39, 7, '2025-09-03 22:32:55', '2025-09-03 22:32:55', NULL, NULL), +(53, 41, 7, '2025-09-03 23:48:14', '2025-09-03 23:48:14', NULL, NULL), +(54, 42, 7, '2025-09-03 23:57:04', '2025-09-03 23:57:04', NULL, NULL), +(56, 44, 7, '2025-09-04 02:23:07', '2025-09-04 02:23:07', NULL, NULL), +(58, 45, 4, '2025-09-04 02:45:38', '2025-09-04 02:45:38', NULL, 1), +(63, 46, 7, '2025-09-04 12:22:09', '2025-09-04 12:22:09', NULL, NULL), +(66, 49, 7, '2025-09-04 17:10:59', '2025-09-04 17:10:59', NULL, NULL), +(67, 40, 4, '2025-09-04 18:22:28', '2025-09-04 18:22:28', NULL, 1), +(68, 43, 4, '2025-09-05 03:07:45', '2025-09-05 03:07:45', NULL, 1), +(69, 43, 7, '2025-09-05 03:07:45', '2025-09-05 03:07:45', NULL, 1), +(70, 50, 7, '2025-09-05 11:11:20', '2025-09-05 11:11:20', NULL, NULL), +(72, 52, 7, '2025-09-05 16:00:50', '2025-09-05 16:00:50', NULL, NULL), +(73, 53, 7, '2025-09-05 18:28:51', '2025-09-05 18:28:51', NULL, NULL), +(74, 54, 7, '2025-09-05 19:07:52', '2025-09-05 19:07:52', NULL, NULL), +(75, 55, 7, '2025-09-05 20:25:13', '2025-09-05 20:25:13', NULL, NULL), +(76, 56, 7, '2025-09-06 01:23:30', '2025-09-06 01:23:30', NULL, NULL), +(81, 59, 7, '2025-09-06 17:59:31', '2025-09-06 17:59:31', NULL, NULL), +(82, 60, 7, '2025-09-06 19:29:19', '2025-09-06 19:29:19', NULL, NULL), +(85, 63, 7, '2025-09-06 20:35:04', '2025-09-06 20:35:04', NULL, NULL), +(86, 64, 7, '2025-09-06 20:46:59', '2025-09-06 20:46:59', NULL, NULL), +(88, 66, 7, '2025-09-06 21:10:37', '2025-09-06 21:10:37', NULL, NULL), +(91, 27, 5, '2025-09-06 21:15:43', '2025-09-06 21:15:43', NULL, 1), +(92, 27, 7, '2025-09-06 21:15:43', '2025-09-06 21:15:43', NULL, 1), +(95, 69, 7, '2025-09-06 22:40:42', '2025-09-06 22:40:42', NULL, NULL), +(96, 70, 7, '2025-09-06 22:45:51', '2025-09-06 22:45:51', NULL, NULL), +(98, 72, 7, '2025-09-06 22:57:20', '2025-09-06 22:57:20', NULL, NULL), +(106, 80, 7, '2025-09-07 00:31:46', '2025-09-07 00:31:46', NULL, NULL), +(107, 81, 7, '2025-09-07 01:29:51', '2025-09-07 01:29:51', NULL, NULL), +(110, 78, 4, '2025-09-07 02:13:34', '2025-09-07 02:13:34', NULL, 1), +(111, 82, 4, '2025-09-07 02:14:43', '2025-09-07 02:14:43', NULL, 1), +(112, 83, 5, '2025-09-07 02:15:41', '2025-09-07 02:15:41', NULL, 1), +(113, 79, 5, '2025-09-07 02:16:05', '2025-09-07 02:16:05', NULL, 1), +(118, 86, 7, '2025-09-07 05:25:26', '2025-09-07 05:25:26', NULL, NULL), +(122, 90, 7, '2025-09-07 14:12:25', '2025-09-07 14:12:25', NULL, NULL), +(125, 93, 7, '2025-09-07 18:49:04', '2025-09-07 18:49:04', NULL, NULL), +(126, 75, 7, '2025-09-07 19:28:58', '2025-09-07 19:28:58', NULL, 1), +(129, 96, 7, '2025-09-08 00:30:59', '2025-09-08 00:30:59', NULL, NULL), +(131, 97, 4, '2025-09-08 01:08:04', '2025-09-08 01:08:04', NULL, 1), +(132, 97, 7, '2025-09-08 01:08:04', '2025-09-08 01:08:04', NULL, 1), +(133, 89, 5, '2025-09-08 02:08:06', '2025-09-08 02:08:06', NULL, 1), +(134, 94, 5, '2025-09-08 02:09:40', '2025-09-08 02:09:40', NULL, 1), +(139, 88, 7, '2025-09-08 04:24:39', '2025-09-08 04:24:39', NULL, 1), +(145, 102, 7, '2025-09-08 21:59:23', '2025-09-08 21:59:23', NULL, NULL), +(147, 104, 7, '2025-09-08 23:56:48', '2025-09-08 23:56:48', NULL, NULL), +(148, 105, 7, '2025-09-09 21:53:50', '2025-09-09 21:53:50', NULL, NULL), +(153, 106, 7, '2025-09-10 05:55:38', '2025-09-10 05:55:38', NULL, NULL), +(154, 107, 7, '2025-09-10 12:14:08', '2025-09-10 12:14:08', NULL, NULL), +(157, 109, 7, '2025-09-11 14:35:21', '2025-09-11 14:35:21', NULL, NULL), +(158, 110, 7, '2025-09-11 15:26:04', '2025-09-11 15:26:04', NULL, NULL), +(160, 84, 7, '2025-09-12 07:29:23', '2025-09-12 07:29:23', NULL, 1), +(161, 84, 5, '2025-09-12 07:29:23', '2025-09-12 07:29:23', NULL, 1), +(162, 29, 7, '2025-09-12 07:29:49', '2025-09-12 07:29:49', NULL, 1), +(163, 29, 5, '2025-09-12 07:29:49', '2025-09-12 07:29:49', NULL, 1), +(166, 74, 7, '2025-09-12 07:30:47', '2025-09-12 07:30:47', NULL, 1), +(167, 74, 4, '2025-09-12 07:30:47', '2025-09-12 07:30:47', NULL, 1), +(169, 68, 7, '2025-09-12 07:31:34', '2025-09-12 07:31:34', NULL, 1), +(170, 68, 4, '2025-09-12 07:31:34', '2025-09-12 07:31:34', NULL, 1), +(171, 73, 7, '2025-09-12 07:32:03', '2025-09-12 07:32:03', NULL, 1), +(172, 73, 4, '2025-09-12 07:32:03', '2025-09-12 07:32:03', NULL, 1), +(173, 99, 5, '2025-09-12 07:38:25', '2025-09-12 07:38:25', NULL, 1), +(181, 114, 7, '2025-09-13 13:57:36', '2025-09-13 13:57:36', NULL, NULL), +(184, 117, 7, '2025-09-13 17:50:37', '2025-09-13 17:50:37', NULL, NULL), +(185, 118, 7, '2025-09-13 18:48:56', '2025-09-13 18:48:56', NULL, NULL), +(196, 122, 7, '2025-09-14 14:24:44', '2025-09-14 14:24:44', NULL, NULL), +(197, 123, 7, '2025-09-14 17:32:06', '2025-09-14 17:32:06', NULL, NULL), +(198, 124, 7, '2025-09-14 17:43:12', '2025-09-14 17:43:12', NULL, NULL), +(199, 125, 7, '2025-09-14 17:53:07', '2025-09-14 17:53:07', NULL, NULL), +(200, 126, 7, '2025-09-14 18:38:47', '2025-09-14 18:38:47', NULL, NULL), +(202, 128, 7, '2025-09-14 20:21:26', '2025-09-14 20:21:26', NULL, NULL), +(207, 130, 7, '2025-09-15 19:41:55', '2025-09-15 19:41:55', NULL, NULL), +(210, 133, 7, '2025-09-16 14:47:11', '2025-09-16 14:47:11', NULL, NULL), +(231, 136, 7, '2025-09-17 01:53:48', '2025-09-17 01:53:48', NULL, NULL), +(232, 113, 14, '2025-09-17 06:47:30', '2025-09-17 06:47:30', NULL, 1), +(233, 137, 7, '2025-09-18 00:08:56', '2025-09-18 00:08:56', NULL, NULL), +(235, 139, 7, '2025-09-18 01:27:54', '2025-09-18 01:27:54', NULL, NULL), +(239, 141, 7, '2025-09-18 21:58:41', '2025-09-18 21:58:41', NULL, NULL), +(240, 140, 5, '2025-09-18 22:42:35', '2025-09-18 22:42:35', NULL, 1), +(249, 142, 7, '2025-09-19 12:25:32', '2025-09-19 12:25:32', NULL, NULL), +(252, 145, 7, '2025-09-19 21:54:59', '2025-09-19 21:54:59', NULL, NULL), +(258, 146, 8, '2025-09-20 03:58:58', '2025-09-20 03:58:58', NULL, 1), +(260, 149, 7, '2025-09-20 15:02:10', '2025-09-20 15:02:10', NULL, NULL), +(261, 150, 7, '2025-09-20 15:56:03', '2025-09-20 15:56:03', NULL, NULL), +(266, 153, 7, '2025-09-20 20:14:24', '2025-09-20 20:14:24', NULL, NULL), +(267, 115, 7, '2025-09-20 20:52:47', '2025-09-20 20:52:47', NULL, 1), +(268, 115, 4, '2025-09-20 20:52:47', '2025-09-20 20:52:47', NULL, 1), +(269, 71, 7, '2025-09-20 20:57:01', '2025-09-20 20:57:01', NULL, 1), +(270, 71, 4, '2025-09-20 20:57:01', '2025-09-20 20:57:01', NULL, 1), +(273, 132, 7, '2025-09-20 21:02:17', '2025-09-20 21:02:17', NULL, 1), +(274, 132, 5, '2025-09-20 21:02:17', '2025-09-20 21:02:17', NULL, 1), +(278, 155, 4, '2025-09-20 21:20:16', '2025-09-20 21:20:16', NULL, 1), +(279, 151, 5, '2025-09-20 21:30:02', '2025-09-20 21:30:02', NULL, 1), +(280, 129, 7, '2025-09-20 21:32:16', '2025-09-20 21:32:16', NULL, 1), +(281, 129, 5, '2025-09-20 21:32:16', '2025-09-20 21:32:16', NULL, 1), +(282, 135, 5, '2025-09-20 21:36:06', '2025-09-20 21:36:06', NULL, 1), +(283, 138, 4, '2025-09-20 22:08:47', '2025-09-20 22:08:47', NULL, 1), +(288, 92, 8, '2025-09-20 22:49:29', '2025-09-20 22:49:29', NULL, 1), +(289, 120, 7, '2025-09-20 23:05:24', '2025-09-20 23:05:24', NULL, 1), +(290, 120, 4, '2025-09-20 23:05:24', '2025-09-20 23:05:24', NULL, 1), +(291, 156, 7, '2025-09-21 00:48:49', '2025-09-21 00:48:49', NULL, NULL), +(293, 158, 7, '2025-09-21 01:16:45', '2025-09-21 01:16:45', NULL, NULL), +(299, 160, 5, '2025-09-21 02:18:38', '2025-09-21 02:18:38', NULL, 1), +(310, 57, 12, '2025-09-21 08:15:48', '2025-09-21 08:15:48', NULL, 1), +(311, 57, 7, '2025-09-21 08:15:48', '2025-09-21 08:15:48', NULL, 1), +(312, 57, 14, '2025-09-21 08:15:48', '2025-09-21 08:15:48', NULL, 1), +(313, 57, 20, '2025-09-21 08:15:48', '2025-09-21 08:15:48', NULL, 1), +(329, 165, 7, '2025-09-21 11:46:21', '2025-09-21 11:46:21', NULL, NULL), +(333, 167, 7, '2025-09-21 14:10:49', '2025-09-21 14:10:49', NULL, NULL), +(334, 168, 7, '2025-09-21 14:13:50', '2025-09-21 14:13:50', NULL, NULL), +(335, 164, 7, '2025-09-21 14:23:43', '2025-09-21 14:23:43', NULL, 1), +(336, 169, 7, '2025-09-21 14:31:27', '2025-09-21 14:31:27', NULL, NULL), +(340, 173, 7, '2025-09-21 14:59:17', '2025-09-21 14:59:17', NULL, NULL), +(343, 176, 7, '2025-09-21 15:15:15', '2025-09-21 15:15:15', NULL, NULL), +(344, 177, 7, '2025-09-21 15:26:54', '2025-09-21 15:26:54', NULL, NULL), +(348, 178, 5, '2025-09-21 16:30:52', '2025-09-21 16:30:52', NULL, 1), +(350, 181, 7, '2025-09-21 16:43:52', '2025-09-21 16:43:52', NULL, NULL), +(354, 184, 5, '2025-09-21 18:18:15', '2025-09-21 18:18:15', NULL, 1), +(356, 182, 5, '2025-09-21 18:21:08', '2025-09-21 18:21:08', NULL, 1), +(359, 187, 7, '2025-09-22 00:36:22', '2025-09-22 00:36:22', NULL, NULL), +(361, 189, 7, '2025-09-23 13:21:34', '2025-09-23 13:21:34', NULL, NULL), +(362, 190, 7, '2025-09-23 14:36:47', '2025-09-23 14:36:47', NULL, NULL), +(363, 191, 7, '2025-09-23 20:34:47', '2025-09-23 20:34:47', NULL, NULL), +(366, 180, 5, '2025-09-25 17:19:55', '2025-09-25 17:19:55', NULL, 1), +(367, 163, 5, '2025-09-26 04:46:19', '2025-09-26 04:46:19', NULL, 1), +(368, 161, 5, '2025-09-26 04:46:46', '2025-09-26 04:46:46', NULL, 1), +(380, 101, 15, '2025-09-27 04:59:51', '2025-09-27 04:59:51', NULL, 1), +(381, 101, 20, '2025-09-27 04:59:51', '2025-09-27 04:59:51', NULL, 1), +(382, 100, 7, '2025-09-27 05:00:06', '2025-09-27 05:00:06', NULL, 1), +(383, 100, 16, '2025-09-27 05:00:06', '2025-09-27 05:00:06', NULL, 1), +(384, 31, 7, '2025-09-27 17:23:05', '2025-09-27 17:23:05', NULL, 1), +(385, 121, 7, '2025-09-27 17:28:45', '2025-09-27 17:28:45', NULL, 1), +(386, 121, 18, '2025-09-27 17:28:45', '2025-09-27 17:28:45', NULL, 1), +(387, 121, 20, '2025-09-27 17:28:45', '2025-09-27 17:28:45', NULL, 1), +(388, 183, 21, '2025-09-27 17:48:06', '2025-09-27 17:48:06', NULL, 1), +(389, 186, 5, '2025-09-27 19:13:17', '2025-09-27 19:13:17', NULL, 1), +(402, 198, 7, '2025-09-27 21:51:00', '2025-09-27 21:51:00', NULL, NULL), +(405, 98, 7, '2025-09-28 05:38:03', '2025-09-28 05:38:03', NULL, 1), +(406, 98, 3, '2025-09-28 05:38:03', '2025-09-28 05:38:03', NULL, 1), +(407, 199, 5, '2025-09-28 05:41:00', '2025-09-28 05:41:00', NULL, 1), +(411, 24, 7, '2025-09-28 14:02:23', '2025-09-28 14:02:23', NULL, 1), +(412, 24, 14, '2025-09-28 14:02:23', '2025-09-28 14:02:23', NULL, 1), +(413, 24, 20, '2025-09-28 14:02:23', '2025-09-28 14:02:23', NULL, 1), +(414, 196, 7, '2025-09-28 14:27:52', '2025-09-28 14:27:52', NULL, 1), +(425, 202, 7, '2025-09-28 15:10:55', '2025-09-28 15:10:55', NULL, NULL), +(426, 157, 7, '2025-09-29 19:24:25', '2025-09-29 19:24:25', NULL, 1), +(427, 157, 5, '2025-09-29 19:24:25', '2025-09-29 19:24:25', NULL, 1), +(428, 203, 7, '2025-09-29 19:36:44', '2025-09-29 19:36:44', NULL, NULL), +(429, 204, 7, '2025-09-30 16:59:04', '2025-09-30 16:59:04', NULL, NULL), +(430, 205, 7, '2025-10-01 17:58:59', '2025-10-01 17:58:59', NULL, NULL), +(442, 206, 7, '2025-10-05 02:02:19', '2025-10-05 02:02:19', NULL, NULL), +(444, 207, 7, '2025-10-05 14:12:49', '2025-10-05 14:12:49', NULL, 4), +(447, 174, 7, '2025-10-05 14:45:55', '2025-10-05 14:45:55', NULL, 4), +(448, 174, 5, '2025-10-05 14:45:55', '2025-10-05 14:45:55', NULL, 4), +(449, 175, 8, '2025-10-05 14:52:01', '2025-10-05 14:52:01', NULL, 4), +(450, 175, 7, '2025-10-05 14:52:01', '2025-10-05 14:52:01', NULL, 4), +(451, 172, 8, '2025-10-05 14:52:13', '2025-10-05 14:52:13', NULL, 4), +(452, 172, 7, '2025-10-05 14:52:13', '2025-10-05 14:52:13', NULL, 4), +(453, 208, 7, '2025-10-05 15:28:28', '2025-10-05 15:28:28', NULL, NULL), +(454, 209, 7, '2025-10-05 16:36:33', '2025-10-05 16:36:33', NULL, NULL), +(457, 210, 7, '2025-10-15 14:09:41', '2025-10-15 14:09:41', NULL, NULL), +(474, 302, 5, '2025-10-26 06:56:48', '2025-10-26 06:56:48', NULL, 1), +(488, 19, 20, '2025-11-04 02:20:10', '2025-11-04 02:20:10', NULL, 1), +(489, 19, 9, '2025-11-04 02:20:10', '2025-11-04 02:20:10', NULL, 1), +(490, 19, 7, '2025-11-04 02:20:10', '2025-11-04 02:20:10', NULL, 1), +(494, 304, 7, '2025-11-04 19:09:14', '2025-11-04 19:09:14', NULL, NULL), +(507, 200, 1, '2025-11-16 01:07:51', '2025-11-16 01:07:51', NULL, 1), +(518, 108, 14, '2025-11-22 05:32:28', '2025-11-22 05:32:28', NULL, 2), +(519, 108, 20, '2025-11-22 05:32:28', '2025-11-22 05:32:28', NULL, 2), +(520, 147, 1, '2025-12-05 22:59:55', '2025-12-05 22:59:55', NULL, 1), +(521, 305, 13, '2025-12-07 02:08:08', '2025-12-07 02:08:08', NULL, NULL), +(524, 307, 13, '2025-12-13 20:18:02', '2025-12-13 20:18:02', NULL, NULL), +(525, 308, 7, '2025-12-14 15:12:58', '2025-12-14 15:12:58', NULL, NULL), +(547, 310, 5, '2026-02-01 17:07:49', '2026-02-01 17:07:49', NULL, 2), +(550, 1, 8, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(551, 1, 1, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(552, 1, 14, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(553, 1, 16, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(554, 1, 20, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(555, 1, 21, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(556, 1, 9, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(557, 1, 11, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(558, 1, 12, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(559, 1, 15, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(560, 1, 18, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(561, 1, 10, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(562, 1, 19, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(563, 1, 7, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(564, 1, 2, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(565, 1, 17, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(566, 1, 22, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(567, 1, 4, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(568, 1, 5, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(569, 1, 3, '2026-02-04 14:27:13', '2026-02-04 14:27:13', NULL, 1), +(570, 311, 5, '2026-02-10 04:25:03', '2026-02-10 04:25:03', NULL, 1), +(571, 312, 7, '2026-03-13 15:02:25', '2026-03-13 15:02:25', NULL, NULL), +(572, 313, 7, '2026-03-29 06:26:46', '2026-03-29 06:26:46', NULL, NULL), +(573, 301, 5, '2026-03-29 15:29:43', '2026-03-29 15:29:43', NULL, 1), +(576, 314, 5, '2026-04-05 04:20:45', '2026-04-05 04:20:45', NULL, 1), +(577, 47, 7, '2026-04-05 04:23:01', '2026-04-05 04:23:01', NULL, 1), +(578, 47, 5, '2026-04-05 04:23:01', '2026-04-05 04:23:01', NULL, 1), +(579, 4, 1, '2026-04-05 15:02:45', '2026-04-05 15:02:45', NULL, 4), +(580, 4, 7, '2026-04-05 15:02:45', '2026-04-05 15:02:45', NULL, 4), +(581, 4, 2, '2026-04-05 15:02:45', '2026-04-05 15:02:45', NULL, 4), +(582, 4, 4, '2026-04-05 15:02:45', '2026-04-05 15:02:45', NULL, 4), +(584, 306, 13, '2026-05-03 15:17:39', '2026-05-03 15:17:39', NULL, 4), +(585, 316, 7, '2026-05-09 23:58:37', '2026-05-09 23:58:37', NULL, NULL), +(586, 317, 7, '2026-05-18 21:59:58', '2026-05-18 21:59:58', NULL, NULL), +(587, 2, 10, '2026-05-24 19:05:49', '2026-05-24 19:05:49', NULL, 1), +(588, 2, 7, '2026-05-24 19:05:49', '2026-05-24 19:05:49', NULL, 1), +(592, 134, 7, '2026-05-31 15:11:48', '2026-05-31 15:11:48', NULL, 1), +(593, 318, 7, '2026-07-16 21:04:30', '2026-07-16 21:04:30', NULL, NULL), +(594, 319, 7, '2026-07-25 04:16:14', '2026-07-25 04:16:14', NULL, NULL), +(595, 320, 7, '2026-07-28 23:22:41', '2026-07-28 23:22:41', NULL, NULL), +(597, 322, 7, '2026-08-25 05:18:03', '2026-08-25 05:18:03', NULL, NULL), +(598, 323, 7, '2026-08-25 21:17:17', '2026-08-25 21:17:17', NULL, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `whatsapp_group_links` +-- + +CREATE TABLE `whatsapp_group_links` ( + `id` int(11) NOT NULL, + `class_section_id` int(11) NOT NULL, + `class_section_name` varchar(255) NOT NULL, + `school_year` varchar(20) NOT NULL, + `semester` varchar(20) NOT NULL, + `invite_link` text NOT NULL, + `active` tinyint(1) NOT NULL DEFAULT 1, + `created_at` datetime NOT NULL DEFAULT current_timestamp(), + `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `whatsapp_group_links` +-- + +INSERT INTO `whatsapp_group_links` (`id`, `class_section_id`, `class_section_name`, `school_year`, `semester`, `invite_link`, `active`, `created_at`, `updated_at`) VALUES +(1, 10, '1', '2025-2026', 'Fall', 'https://chat.whatsapp.com/DqB1htQjpv32fYZl6KxByy', 1, '2025-10-01 05:07:11', '2025-10-01 05:07:11'), +(2, 80, '8', '2025-2026', 'Fall', 'https://chat.whatsapp.com/JVQt6IY6lwz5p3OHjycFBP', 1, '2025-10-01 05:07:39', '2025-10-01 05:07:39'), +(3, 52, '5-B', '2025-2026', 'Fall', 'https://chat.whatsapp.com/DA7PimOsRO76lCYcTejtPU', 1, '2025-10-01 05:08:32', '2025-10-01 05:08:32'), +(4, 51, '5-A', '2025-2026', 'Fall', 'https://chat.whatsapp.com/Ierzh9sOLULLuN2QMwoVjO', 1, '2025-10-01 05:09:06', '2025-10-01 05:09:06'), +(5, 1, 'KG', '2025-2026', 'Fall', 'https://chat.whatsapp.com/JfZbp0R30sRHI5TrtiplrQ', 1, '2025-10-01 05:10:14', '2025-10-26 15:06:27'), +(6, 70, '7', '2025-2026', 'Fall', 'https://chat.whatsapp.com/DaC8UWX1b9BFCK3GWztrnL', 1, '2025-10-01 15:56:41', '2025-10-01 15:56:41'), +(7, 31, '3-A', '2025-2026', 'Fall', 'https://chat.whatsapp.com/HFP954LdhidBxW1VwRdvAH', 1, '2025-10-02 01:11:08', '2025-10-02 01:11:08'), +(8, 21, '2-A', '2025-2026', 'Fall', 'https://chat.whatsapp.com/JG1X9UhJ4SH9FcT7S6xQpT', 1, '2025-10-02 01:12:02', '2025-10-02 01:12:02'), +(9, 22, '2-B', '2025-2026', 'Fall', 'https://chat.whatsapp.com/JM1k2bKprwnL7pdiJXgq0D', 0, '2025-10-02 01:12:36', '2025-10-26 15:07:50'), +(10, 32, '3-B', '2025-2026', 'Fall', 'https://chat.whatsapp.com/Ez1oAA79yfx5rKQk19xWp8', 1, '2025-10-02 01:13:08', '2025-10-02 01:13:08'), +(11, 41, '4-A', '2025-2026', 'Fall', 'https://chat.whatsapp.com/J78znRfZe1N2kpSgw99EPL', 1, '2025-10-02 01:13:47', '2025-10-02 01:13:47'), +(12, 42, '4-B', '2025-2026', 'Fall', 'https://chat.whatsapp.com/EjNRFOnL1CzHAZ1rChe9jM', 1, '2025-10-02 01:14:16', '2025-10-02 01:14:16'), +(13, 60, '6', '2025-2026', 'Fall', 'https://chat.whatsapp.com/DG2PM0oJiQS4pMtp7TfXBY', 1, '2025-10-02 01:15:59', '2025-10-02 01:15:59'), +(14, 90, '9', '2025-2026', 'Fall', 'https://chat.whatsapp.com/ICZ8ZCMqffW7qPfm6xIcPp', 1, '2025-10-02 01:17:22', '2025-10-02 01:17:22'), +(15, 120, 'Youth', '2025-2026', 'Fall', 'https://chat.whatsapp.com/EXaZ1r9sT9o4ZrFvSxhgqm', 1, '2025-10-02 01:18:10', '2025-10-02 01:18:10'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `whatsapp_group_memberships` +-- + +CREATE TABLE `whatsapp_group_memberships` ( + `id` int(11) UNSIGNED NOT NULL, + `class_section_id` int(11) NOT NULL, + `school_year` varchar(25) NOT NULL, + `semester` varchar(20) NOT NULL, + `subject_type` enum('primary','second') NOT NULL DEFAULT 'primary', + `subject_id` int(11) NOT NULL COMMENT 'users.id for primary; parents.id for second', + `is_member` tinyint(1) NOT NULL DEFAULT 0, + `verified_by` int(11) DEFAULT NULL, + `verified_at` datetime DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` datetime DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; + +-- +-- Dumping data for table `whatsapp_group_memberships` +-- + +INSERT INTO `whatsapp_group_memberships` (`id`, `class_section_id`, `school_year`, `semester`, `subject_type`, `subject_id`, `is_member`, `verified_by`, `verified_at`, `created_at`, `updated_at`) VALUES +(1, 1, '2025-2026', 'Fall', 'primary', 88, 1, NULL, NULL, '2025-10-26 14:23:20', '2025-10-26 14:23:20'), +(2, 1, '2025-2026', 'Fall', 'primary', 55, 1, NULL, NULL, '2025-10-26 14:23:40', '2025-10-26 14:28:09'), +(3, 1, '2025-2026', 'Fall', 'second', 44, 1, NULL, NULL, '2025-10-26 14:23:40', '2025-10-26 14:28:09'), +(4, 1, '2025-2026', 'Fall', 'primary', 64, 1, NULL, NULL, '2025-10-26 14:25:27', '2025-10-26 14:25:27'), +(5, 1, '2025-2026', 'Fall', 'second', 52, 0, NULL, NULL, '2025-10-26 14:25:27', '2025-10-26 14:25:27'), +(6, 1, '2025-2026', 'Fall', 'primary', 132, 1, NULL, NULL, '2025-10-26 14:25:51', '2025-10-26 14:25:51'), +(7, 1, '2025-2026', 'Fall', 'second', 95, 0, NULL, NULL, '2025-10-26 14:25:51', '2025-10-26 14:25:51'), +(8, 1, '2025-2026', 'Fall', 'primary', 123, 1, NULL, NULL, '2025-10-26 14:26:07', '2025-10-26 14:26:07'), +(9, 1, '2025-2026', 'Fall', 'second', 87, 0, NULL, NULL, '2025-10-26 14:26:07', '2025-10-26 14:26:07'), +(10, 1, '2025-2026', 'Fall', 'primary', 81, 1, NULL, NULL, '2025-10-26 14:26:59', '2025-10-26 14:26:59'), +(11, 1, '2025-2026', 'Fall', 'second', 64, 0, NULL, NULL, '2025-10-26 14:26:59', '2025-10-26 14:26:59'), +(12, 1, '2025-2026', 'Fall', 'primary', 117, 1, NULL, NULL, '2025-10-26 14:27:21', '2025-10-26 14:27:21'), +(13, 1, '2025-2026', 'Fall', 'primary', 71, 1, NULL, NULL, '2025-10-26 14:28:41', '2025-10-26 14:28:41'), +(14, 1, '2025-2026', 'Fall', 'second', 58, 0, NULL, NULL, '2025-10-26 14:28:41', '2025-10-26 14:28:41'), +(15, 1, '2025-2026', 'Fall', 'primary', 52, 1, NULL, NULL, '2025-10-26 14:28:56', '2025-10-26 14:28:56'), +(16, 1, '2025-2026', 'Fall', 'second', 41, 0, NULL, NULL, '2025-10-26 14:28:56', '2025-10-26 14:28:56'), +(17, 1, '2025-2026', 'Fall', 'primary', 124, 0, NULL, NULL, '2025-10-26 14:29:13', '2025-10-26 14:29:13'), +(18, 1, '2025-2026', 'Fall', 'second', 88, 1, NULL, NULL, '2025-10-26 14:29:13', '2025-10-26 14:29:13'), +(19, 10, '2025-2026', 'Fall', 'primary', 164, 1, NULL, NULL, '2025-10-26 15:13:05', '2025-10-26 15:13:05'), +(20, 10, '2025-2026', 'Fall', 'primary', 128, 1, NULL, NULL, '2025-10-26 15:13:23', '2025-10-26 15:13:23'), +(21, 10, '2025-2026', 'Fall', 'second', 92, 0, NULL, NULL, '2025-10-26 15:13:23', '2025-10-26 15:13:23'), +(22, 10, '2025-2026', 'Fall', 'primary', 32, 1, NULL, NULL, '2025-10-26 15:13:33', '2025-10-26 17:05:11'), +(23, 10, '2025-2026', 'Fall', 'second', 26, 1, NULL, NULL, '2025-10-26 15:13:33', '2025-10-26 17:05:11'), +(24, 10, '2025-2026', 'Fall', 'primary', 132, 1, NULL, NULL, '2025-10-26 15:14:29', '2025-10-26 15:14:29'), +(25, 10, '2025-2026', 'Fall', 'second', 95, 0, NULL, NULL, '2025-10-26 15:14:29', '2025-10-26 15:14:29'), +(26, 10, '2025-2026', 'Fall', 'primary', 173, 1, NULL, NULL, '2025-10-26 15:16:12', '2025-10-26 15:16:12'), +(27, 10, '2025-2026', 'Fall', 'second', 109, 0, NULL, NULL, '2025-10-26 15:16:12', '2025-10-26 15:16:12'), +(28, 10, '2025-2026', 'Fall', 'primary', 35, 1, NULL, NULL, '2025-10-26 15:16:26', '2025-10-26 15:16:26'), +(29, 10, '2025-2026', 'Fall', 'second', 27, 0, NULL, NULL, '2025-10-26 15:16:26', '2025-10-26 15:16:26'), +(30, 10, '2025-2026', 'Fall', 'primary', 90, 0, NULL, NULL, '2025-10-26 15:17:05', '2025-10-26 15:17:05'), +(31, 10, '2025-2026', 'Fall', 'second', 68, 1, NULL, NULL, '2025-10-26 15:17:05', '2025-10-26 15:17:05'), +(32, 10, '2025-2026', 'Fall', 'primary', 107, 1, NULL, NULL, '2025-10-26 15:17:16', '2025-10-26 15:17:16'), +(33, 21, '2025-2026', 'Fall', 'primary', 123, 1, NULL, NULL, '2025-10-26 15:26:29', '2025-10-26 15:57:56'), +(34, 21, '2025-2026', 'Fall', 'second', 87, 1, NULL, NULL, '2025-10-26 15:26:29', '2025-10-26 15:57:56'), +(35, 21, '2025-2026', 'Fall', 'primary', 125, 1, NULL, NULL, '2025-10-26 15:26:47', '2025-10-26 15:26:47'), +(36, 21, '2025-2026', 'Fall', 'second', 89, 0, NULL, NULL, '2025-10-26 15:26:47', '2025-10-26 15:26:47'), +(37, 32, '2025-2026', 'Fall', 'primary', 5, 1, NULL, NULL, '2025-10-26 15:34:24', '2025-10-26 15:34:24'), +(38, 32, '2025-2026', 'Fall', 'second', 1, 0, NULL, NULL, '2025-10-26 15:34:24', '2025-10-26 15:34:24'), +(39, 60, '2025-2026', 'Fall', 'primary', 122, 1, NULL, NULL, '2025-10-26 15:36:53', '2025-11-08 19:00:51'), +(40, 60, '2025-2026', 'Fall', 'second', 86, 1, NULL, NULL, '2025-10-26 15:36:53', '2025-11-08 19:00:51'), +(41, 52, '2025-2026', 'Fall', 'primary', 189, 1, NULL, NULL, '2025-10-26 15:37:13', '2025-10-26 15:37:13'), +(42, 52, '2025-2026', 'Fall', 'second', 117, 0, NULL, NULL, '2025-10-26 15:37:13', '2025-10-26 15:37:13'), +(43, 80, '2025-2026', 'Fall', 'primary', 158, 1, NULL, NULL, '2025-10-26 15:37:44', '2025-10-26 15:37:44'), +(44, 80, '2025-2026', 'Fall', 'second', 104, 0, NULL, NULL, '2025-10-26 15:37:44', '2025-10-26 15:37:44'), +(45, 80, '2025-2026', 'Fall', 'primary', 9, 1, NULL, NULL, '2025-10-26 15:38:02', '2025-11-09 16:34:14'), +(46, 80, '2025-2026', 'Fall', 'second', 5, 1, NULL, NULL, '2025-10-26 15:38:02', '2025-11-09 16:34:14'), +(47, 90, '2025-2026', 'Fall', 'primary', 17, 1, NULL, NULL, '2025-10-26 15:38:40', '2025-11-09 16:48:17'), +(48, 90, '2025-2026', 'Fall', 'second', 11, 1, NULL, NULL, '2025-10-26 15:38:40', '2025-11-09 16:48:17'), +(49, 21, '2025-2026', 'Fall', 'primary', 55, 1, NULL, NULL, '2025-10-26 15:57:00', '2025-10-26 16:03:31'), +(50, 21, '2025-2026', 'Fall', 'second', 44, 1, NULL, NULL, '2025-10-26 15:57:00', '2025-10-26 16:03:31'), +(51, 21, '2025-2026', 'Fall', 'primary', 153, 1, NULL, NULL, '2025-10-26 15:57:11', '2025-10-26 15:57:11'), +(52, 21, '2025-2026', 'Fall', 'primary', 206, 1, NULL, NULL, '2025-10-26 15:57:43', '2025-10-26 15:57:43'), +(53, 21, '2025-2026', 'Fall', 'second', 127, 0, NULL, NULL, '2025-10-26 15:57:43', '2025-10-26 15:57:43'), +(54, 21, '2025-2026', 'Fall', 'primary', 70, 1, NULL, NULL, '2025-10-26 15:58:13', '2025-10-26 15:58:13'), +(55, 21, '2025-2026', 'Fall', 'second', 57, 0, NULL, NULL, '2025-10-26 15:58:13', '2025-10-26 15:58:13'), +(56, 21, '2025-2026', 'Fall', 'primary', 168, 1, NULL, NULL, '2025-10-26 15:58:23', '2025-11-01 04:39:31'), +(57, 21, '2025-2026', 'Fall', 'second', 107, 1, NULL, NULL, '2025-10-26 15:58:23', '2025-11-01 04:39:31'), +(58, 21, '2025-2026', 'Fall', 'primary', 98, 1, NULL, NULL, '2025-10-26 15:58:49', '2025-11-23 16:01:19'), +(59, 21, '2025-2026', 'Fall', 'second', 71, 1, NULL, NULL, '2025-10-26 15:58:49', '2025-11-23 16:01:19'), +(60, 21, '2025-2026', 'Fall', 'primary', 156, 1, NULL, NULL, '2025-10-26 16:03:20', '2026-04-05 18:33:25'), +(61, 21, '2025-2026', 'Fall', 'second', 103, 1, NULL, NULL, '2025-10-26 16:03:20', '2026-04-05 18:33:25'), +(62, 21, '2025-2026', 'Fall', 'primary', 28, 1, NULL, NULL, '2025-10-26 16:04:12', '2025-10-26 16:04:12'), +(63, 21, '2025-2026', 'Fall', 'second', 22, 0, NULL, NULL, '2025-10-26 16:04:12', '2025-10-26 16:04:12'), +(64, 21, '2025-2026', 'Fall', 'primary', 96, 0, NULL, NULL, '2025-10-26 16:04:24', '2025-10-26 16:04:24'), +(65, 21, '2025-2026', 'Fall', 'second', 70, 1, NULL, NULL, '2025-10-26 16:04:24', '2025-10-26 16:04:24'), +(66, 1, '2025-2026', 'Fall', 'primary', 203, 1, NULL, NULL, '2025-10-26 16:58:16', '2025-10-26 16:58:16'), +(67, 1, '2025-2026', 'Fall', 'second', 125, 0, NULL, NULL, '2025-10-26 16:58:16', '2025-10-26 16:58:16'), +(68, 21, '2025-2026', 'Fall', 'primary', 203, 1, NULL, NULL, '2025-10-26 16:59:00', '2025-10-26 16:59:00'), +(69, 21, '2025-2026', 'Fall', 'second', 125, 0, NULL, NULL, '2025-10-26 16:59:00', '2025-10-26 16:59:00'), +(70, 32, '2025-2026', 'Fall', 'primary', 32, 1, NULL, NULL, '2025-10-26 17:04:34', '2025-11-02 16:09:28'), +(71, 32, '2025-2026', 'Fall', 'second', 26, 1, NULL, NULL, '2025-10-26 17:04:34', '2025-11-02 16:09:28'), +(72, 21, '2025-2026', 'Fall', 'primary', 29, 1, NULL, NULL, '2025-11-01 04:39:16', '2025-11-01 04:39:16'), +(73, 21, '2025-2026', 'Fall', 'second', 23, 0, NULL, NULL, '2025-11-01 04:39:16', '2025-11-01 04:39:16'), +(74, 41, '2025-2026', 'Fall', 'primary', 203, 1, NULL, NULL, '2025-11-01 04:40:36', '2025-11-01 04:40:36'), +(75, 41, '2025-2026', 'Fall', 'second', 125, 0, NULL, NULL, '2025-11-01 04:40:36', '2025-11-01 04:40:36'), +(76, 41, '2025-2026', 'Fall', 'primary', 168, 1, NULL, NULL, '2025-11-01 04:40:50', '2025-11-02 16:19:16'), +(77, 41, '2025-2026', 'Fall', 'second', 107, 1, NULL, NULL, '2025-11-01 04:40:50', '2025-11-02 16:19:16'), +(78, 41, '2025-2026', 'Fall', 'primary', 120, 1, NULL, NULL, '2025-11-01 04:41:15', '2025-11-01 04:41:15'), +(79, 41, '2025-2026', 'Fall', 'second', 84, 0, NULL, NULL, '2025-11-01 04:41:15', '2025-11-01 04:41:15'), +(80, 41, '2025-2026', 'Fall', 'primary', 74, 1, NULL, NULL, '2025-11-01 04:41:30', '2025-11-01 04:41:30'), +(81, 22, '2025-2026', 'Fall', 'primary', 52, 1, NULL, NULL, '2025-11-01 04:42:13', '2025-11-07 18:54:04'), +(82, 22, '2025-2026', 'Fall', 'second', 41, 1, NULL, NULL, '2025-11-01 04:42:13', '2025-11-07 18:54:04'), +(83, 31, '2025-2026', 'Fall', 'primary', 29, 1, NULL, NULL, '2025-11-01 04:43:18', '2025-11-01 04:43:18'), +(84, 31, '2025-2026', 'Fall', 'second', 23, 0, NULL, NULL, '2025-11-01 04:43:18', '2025-11-01 04:43:18'), +(85, 22, '2025-2026', 'Fall', 'primary', 126, 1, NULL, NULL, '2025-11-02 15:06:27', '2025-11-02 15:06:27'), +(86, 22, '2025-2026', 'Fall', 'second', 90, 0, NULL, NULL, '2025-11-02 15:06:27', '2025-11-02 15:06:27'), +(87, 22, '2025-2026', 'Fall', 'primary', 6, 1, NULL, NULL, '2025-11-02 15:09:17', '2025-11-02 15:11:35'), +(88, 22, '2025-2026', 'Fall', 'second', 2, 1, NULL, NULL, '2025-11-02 15:09:17', '2025-11-02 15:11:35'), +(89, 22, '2025-2026', 'Fall', 'primary', 59, 1, NULL, NULL, '2025-11-02 15:09:32', '2025-11-02 15:09:32'), +(90, 22, '2025-2026', 'Fall', 'second', 47, 0, NULL, NULL, '2025-11-02 15:09:32', '2025-11-02 15:09:32'), +(91, 22, '2025-2026', 'Fall', 'primary', 69, 1, NULL, NULL, '2025-11-02 15:09:52', '2025-11-02 15:13:23'), +(92, 22, '2025-2026', 'Fall', 'second', 56, 1, NULL, NULL, '2025-11-02 15:09:52', '2025-11-02 15:13:23'), +(93, 22, '2025-2026', 'Fall', 'primary', 66, 1, NULL, NULL, '2025-11-02 15:10:06', '2025-11-02 15:10:06'), +(94, 22, '2025-2026', 'Fall', 'second', 54, 0, NULL, NULL, '2025-11-02 15:10:06', '2025-11-02 15:10:06'), +(95, 22, '2025-2026', 'Fall', 'primary', 130, 1, NULL, NULL, '2025-11-02 15:11:22', '2025-11-02 15:11:52'), +(96, 22, '2025-2026', 'Fall', 'second', 93, 1, NULL, NULL, '2025-11-02 15:11:22', '2025-11-02 15:11:52'), +(97, 22, '2025-2026', 'Fall', 'primary', 50, 1, NULL, NULL, '2025-11-02 15:12:03', '2026-02-22 16:34:09'), +(98, 22, '2025-2026', 'Fall', 'second', 39, 1, NULL, NULL, '2025-11-02 15:12:03', '2026-02-22 16:34:09'), +(99, 22, '2025-2026', 'Fall', 'primary', 20, 1, NULL, NULL, '2025-11-02 15:12:26', '2026-04-05 18:35:34'), +(100, 22, '2025-2026', 'Fall', 'second', 14, 1, NULL, NULL, '2025-11-02 15:12:26', '2026-04-05 18:35:34'), +(101, 31, '2025-2026', 'Fall', 'primary', 88, 1, NULL, NULL, '2025-11-02 15:16:32', '2025-11-02 15:16:32'), +(102, 31, '2025-2026', 'Fall', 'primary', 9, 1, NULL, NULL, '2025-11-02 15:16:45', '2025-11-02 15:56:54'), +(103, 31, '2025-2026', 'Fall', 'second', 5, 1, NULL, NULL, '2025-11-02 15:16:45', '2025-11-02 15:56:54'), +(104, 31, '2025-2026', 'Fall', 'primary', 42, 1, NULL, NULL, '2025-11-02 15:16:59', '2025-11-02 16:06:08'), +(105, 31, '2025-2026', 'Fall', 'second', 32, 1, NULL, NULL, '2025-11-02 15:16:59', '2025-11-02 16:06:08'), +(106, 31, '2025-2026', 'Fall', 'primary', 44, 1, NULL, NULL, '2025-11-02 15:17:22', '2025-11-02 16:07:24'), +(107, 31, '2025-2026', 'Fall', 'second', 34, 1, NULL, NULL, '2025-11-02 15:17:22', '2025-11-02 16:07:24'), +(108, 31, '2025-2026', 'Fall', 'primary', 13, 1, NULL, NULL, '2025-11-02 15:21:19', '2025-11-02 15:21:19'), +(109, 31, '2025-2026', 'Fall', 'second', 8, 0, NULL, NULL, '2025-11-02 15:21:19', '2025-11-02 15:21:19'), +(110, 31, '2025-2026', 'Fall', 'primary', 12, 1, NULL, NULL, '2025-11-02 15:31:55', '2025-11-02 15:31:55'), +(111, 31, '2025-2026', 'Fall', 'primary', 198, 1, NULL, NULL, '2025-11-02 15:56:43', '2025-11-02 16:06:36'), +(112, 31, '2025-2026', 'Fall', 'second', 123, 1, NULL, NULL, '2025-11-02 15:56:43', '2025-11-02 16:06:36'), +(113, 31, '2025-2026', 'Fall', 'primary', 50, 0, NULL, NULL, '2025-11-02 15:57:16', '2025-11-02 15:57:16'), +(114, 31, '2025-2026', 'Fall', 'second', 39, 1, NULL, NULL, '2025-11-02 15:57:16', '2025-11-02 15:57:16'), +(115, 31, '2025-2026', 'Fall', 'primary', 11, 1, NULL, NULL, '2025-11-02 15:57:28', '2025-11-02 16:07:33'), +(116, 31, '2025-2026', 'Fall', 'second', 7, 1, NULL, NULL, '2025-11-02 15:57:28', '2025-11-02 16:07:33'), +(117, 31, '2025-2026', 'Fall', 'primary', 52, 1, NULL, NULL, '2025-11-02 16:06:46', '2025-11-07 18:53:41'), +(118, 31, '2025-2026', 'Fall', 'second', 41, 1, NULL, NULL, '2025-11-02 16:06:46', '2025-11-07 18:53:41'), +(119, 31, '2025-2026', 'Fall', 'primary', 122, 1, NULL, NULL, '2025-11-02 16:07:04', '2025-11-08 18:59:45'), +(120, 31, '2025-2026', 'Fall', 'second', 86, 1, NULL, NULL, '2025-11-02 16:07:04', '2025-11-08 18:59:45'), +(121, 31, '2025-2026', 'Fall', 'primary', 22, 1, NULL, NULL, '2025-11-02 16:07:46', '2025-11-02 16:07:46'), +(122, 31, '2025-2026', 'Fall', 'second', 16, 0, NULL, NULL, '2025-11-02 16:07:46', '2025-11-02 16:07:46'), +(123, 32, '2025-2026', 'Fall', 'primary', 84, 1, NULL, NULL, '2025-11-02 16:09:35', '2025-11-02 16:09:35'), +(124, 32, '2025-2026', 'Fall', 'second', 65, 0, NULL, NULL, '2025-11-02 16:09:35', '2025-11-02 16:09:35'), +(125, 32, '2025-2026', 'Fall', 'primary', 10, 1, NULL, NULL, '2025-11-02 16:09:44', '2025-11-02 16:11:33'), +(126, 32, '2025-2026', 'Fall', 'second', 6, 1, NULL, NULL, '2025-11-02 16:09:44', '2025-11-02 16:11:33'), +(127, 32, '2025-2026', 'Fall', 'primary', 47, 1, NULL, NULL, '2025-11-02 16:09:54', '2025-11-02 16:14:49'), +(128, 32, '2025-2026', 'Fall', 'second', 36, 1, NULL, NULL, '2025-11-02 16:09:54', '2025-11-02 16:14:49'), +(129, 32, '2025-2026', 'Fall', 'primary', 128, 1, NULL, NULL, '2025-11-02 16:10:04', '2025-11-02 16:10:04'), +(130, 32, '2025-2026', 'Fall', 'second', 92, 0, NULL, NULL, '2025-11-02 16:10:04', '2025-11-02 16:10:04'), +(131, 32, '2025-2026', 'Fall', 'primary', 139, 1, NULL, NULL, '2025-11-02 16:10:13', '2025-11-02 16:10:13'), +(132, 32, '2025-2026', 'Fall', 'second', 99, 0, NULL, NULL, '2025-11-02 16:10:13', '2025-11-02 16:10:13'), +(133, 32, '2025-2026', 'Fall', 'primary', 98, 0, NULL, NULL, '2025-11-02 16:13:21', '2025-11-02 16:13:21'), +(134, 32, '2025-2026', 'Fall', 'second', 71, 1, NULL, NULL, '2025-11-02 16:13:21', '2025-11-02 16:13:21'), +(135, 32, '2025-2026', 'Fall', 'primary', 133, 1, NULL, NULL, '2025-11-02 16:14:06', '2025-11-02 16:14:06'), +(136, 32, '2025-2026', 'Fall', 'second', 96, 0, NULL, NULL, '2025-11-02 16:14:06', '2025-11-02 16:14:06'), +(137, 32, '2025-2026', 'Fall', 'primary', 117, 1, NULL, NULL, '2025-11-02 16:15:01', '2025-11-02 16:15:01'), +(138, 32, '2025-2026', 'Fall', 'primary', 167, 1, NULL, NULL, '2025-11-02 16:15:10', '2025-11-02 16:15:10'), +(139, 32, '2025-2026', 'Fall', 'second', 106, 0, NULL, NULL, '2025-11-02 16:15:10', '2025-11-02 16:15:10'), +(140, 32, '2025-2026', 'Fall', 'primary', 90, 0, NULL, NULL, '2025-11-02 16:15:44', '2025-11-02 16:15:44'), +(141, 32, '2025-2026', 'Fall', 'second', 68, 1, NULL, NULL, '2025-11-02 16:15:44', '2025-11-02 16:15:44'), +(142, 32, '2025-2026', 'Fall', 'primary', 43, 1, NULL, NULL, '2025-11-02 16:15:57', '2025-11-02 16:15:57'), +(143, 32, '2025-2026', 'Fall', 'second', 33, 0, NULL, NULL, '2025-11-02 16:15:57', '2025-11-02 16:15:57'), +(144, 41, '2025-2026', 'Fall', 'primary', 6, 1, NULL, NULL, '2025-11-02 16:17:52', '2025-11-02 16:28:45'), +(145, 41, '2025-2026', 'Fall', 'second', 2, 1, NULL, NULL, '2025-11-02 16:17:52', '2025-11-02 16:28:45'), +(146, 41, '2025-2026', 'Fall', 'primary', 102, 1, NULL, NULL, '2025-11-02 16:18:02', '2025-11-02 16:18:19'), +(147, 41, '2025-2026', 'Fall', 'second', 73, 1, NULL, NULL, '2025-11-02 16:18:02', '2025-11-02 16:18:19'), +(148, 41, '2025-2026', 'Fall', 'primary', 81, 1, NULL, NULL, '2025-11-02 16:28:16', '2025-11-02 16:28:16'), +(149, 41, '2025-2026', 'Fall', 'second', 64, 0, NULL, NULL, '2025-11-02 16:28:16', '2025-11-02 16:28:16'), +(150, 41, '2025-2026', 'Fall', 'primary', 71, 1, NULL, NULL, '2025-11-02 16:29:06', '2025-11-02 16:29:06'), +(151, 41, '2025-2026', 'Fall', 'second', 58, 0, NULL, NULL, '2025-11-02 16:29:06', '2025-11-02 16:29:06'), +(152, 41, '2025-2026', 'Fall', 'primary', 18, 1, NULL, NULL, '2025-11-02 16:29:26', '2025-11-02 16:29:26'), +(153, 41, '2025-2026', 'Fall', 'second', 12, 0, NULL, NULL, '2025-11-02 16:29:26', '2025-11-02 16:29:26'), +(154, 41, '2025-2026', 'Fall', 'primary', 90, 1, NULL, NULL, '2025-11-02 16:29:55', '2025-11-23 17:19:31'), +(155, 41, '2025-2026', 'Fall', 'second', 68, 1, NULL, NULL, '2025-11-02 16:29:55', '2025-11-23 17:19:31'), +(156, 41, '2025-2026', 'Fall', 'primary', 19, 1, NULL, NULL, '2025-11-02 16:33:50', '2025-11-02 16:33:52'), +(157, 41, '2025-2026', 'Fall', 'second', 13, 1, NULL, NULL, '2025-11-02 16:33:50', '2025-11-02 16:33:52'), +(158, 42, '2025-2026', 'Fall', 'primary', 75, 1, NULL, NULL, '2025-11-02 16:39:21', '2025-11-02 16:39:21'), +(159, 42, '2025-2026', 'Fall', 'primary', 53, 1, NULL, NULL, '2025-11-02 16:39:36', '2025-11-02 17:08:50'), +(160, 42, '2025-2026', 'Fall', 'second', 42, 1, NULL, NULL, '2025-11-02 16:39:36', '2025-11-02 17:08:50'), +(161, 42, '2025-2026', 'Fall', 'primary', 42, 1, NULL, NULL, '2025-11-02 16:39:49', '2026-02-22 16:50:47'), +(162, 42, '2025-2026', 'Fall', 'second', 32, 1, NULL, NULL, '2025-11-02 16:39:49', '2026-02-22 16:50:47'), +(163, 42, '2025-2026', 'Fall', 'primary', 72, 1, NULL, NULL, '2025-11-02 17:09:29', '2025-11-02 17:09:29'), +(164, 42, '2025-2026', 'Fall', 'second', 59, 0, NULL, NULL, '2025-11-02 17:09:29', '2025-11-02 17:09:29'), +(165, 42, '2025-2026', 'Fall', 'primary', 21, 1, NULL, NULL, '2025-11-02 17:09:45', '2025-11-23 17:52:51'), +(166, 42, '2025-2026', 'Fall', 'second', 15, 1, NULL, NULL, '2025-11-02 17:09:45', '2025-11-23 17:52:51'), +(167, 42, '2025-2026', 'Fall', 'primary', 93, 1, NULL, NULL, '2025-11-02 17:09:55', '2025-11-02 17:09:55'), +(168, 42, '2025-2026', 'Fall', 'primary', 169, 0, NULL, NULL, '2025-11-02 17:10:08', '2025-11-02 17:10:08'), +(169, 42, '2025-2026', 'Fall', 'second', 108, 1, NULL, NULL, '2025-11-02 17:10:08', '2025-11-02 17:10:08'), +(170, 42, '2025-2026', 'Fall', 'primary', 35, 1, NULL, NULL, '2025-11-02 17:12:19', '2025-11-02 17:12:19'), +(171, 42, '2025-2026', 'Fall', 'second', 27, 0, NULL, NULL, '2025-11-02 17:12:19', '2025-11-02 17:12:19'), +(172, 42, '2025-2026', 'Fall', 'primary', 31, 1, NULL, NULL, '2025-11-02 17:12:29', '2025-11-02 17:12:29'), +(173, 42, '2025-2026', 'Fall', 'second', 25, 0, NULL, NULL, '2025-11-02 17:12:29', '2025-11-02 17:12:29'), +(174, 42, '2025-2026', 'Fall', 'primary', 96, 0, NULL, NULL, '2025-11-02 17:12:38', '2025-11-02 17:12:38'), +(175, 42, '2025-2026', 'Fall', 'second', 70, 1, NULL, NULL, '2025-11-02 17:12:38', '2025-11-02 17:12:38'), +(176, 51, '2025-2026', 'Fall', 'primary', 118, 1, NULL, NULL, '2025-11-02 17:15:35', '2025-11-02 17:15:35'), +(177, 51, '2025-2026', 'Fall', 'second', 82, 0, NULL, NULL, '2025-11-02 17:15:35', '2025-11-02 17:15:35'), +(178, 51, '2025-2026', 'Fall', 'primary', 206, 1, NULL, NULL, '2025-11-02 17:15:49', '2025-11-02 17:15:49'), +(179, 51, '2025-2026', 'Fall', 'second', 127, 0, NULL, NULL, '2025-11-02 17:15:49', '2025-11-02 17:15:49'), +(180, 51, '2025-2026', 'Fall', 'primary', 10, 1, NULL, NULL, '2025-11-02 17:15:58', '2025-11-02 17:16:07'), +(181, 51, '2025-2026', 'Fall', 'second', 6, 1, NULL, NULL, '2025-11-02 17:15:58', '2025-11-02 17:16:07'), +(182, 51, '2025-2026', 'Fall', 'primary', 68, 1, NULL, NULL, '2025-11-02 17:16:14', '2025-11-02 17:16:14'), +(183, 51, '2025-2026', 'Fall', 'primary', 3, 1, NULL, NULL, '2025-11-02 17:16:23', '2025-11-02 17:16:23'), +(184, 51, '2025-2026', 'Fall', 'primary', 117, 1, NULL, NULL, '2025-11-02 17:17:24', '2025-11-02 17:17:24'), +(185, 51, '2025-2026', 'Fall', 'primary', 22, 1, NULL, NULL, '2025-11-02 17:17:53', '2026-02-22 16:37:31'), +(186, 51, '2025-2026', 'Fall', 'second', 16, 1, NULL, NULL, '2025-11-02 17:17:53', '2026-02-22 16:37:31'), +(187, 51, '2025-2026', 'Fall', 'primary', 43, 1, NULL, NULL, '2025-11-02 17:18:01', '2025-11-02 17:18:01'), +(188, 51, '2025-2026', 'Fall', 'second', 33, 0, NULL, NULL, '2025-11-02 17:18:01', '2025-11-02 17:18:01'), +(189, 52, '2025-2026', 'Fall', 'primary', 69, 1, NULL, NULL, '2025-11-02 17:19:20', '2025-11-02 17:22:13'), +(190, 52, '2025-2026', 'Fall', 'second', 56, 1, NULL, NULL, '2025-11-02 17:19:20', '2025-11-02 17:22:13'), +(191, 52, '2025-2026', 'Fall', 'primary', 66, 1, NULL, NULL, '2025-11-02 17:19:35', '2025-11-02 17:19:35'), +(192, 52, '2025-2026', 'Fall', 'second', 54, 0, NULL, NULL, '2025-11-02 17:19:35', '2025-11-02 17:19:35'), +(193, 52, '2025-2026', 'Fall', 'primary', 86, 1, NULL, NULL, '2025-11-02 17:20:36', '2025-11-02 17:20:36'), +(194, 52, '2025-2026', 'Fall', 'second', 66, 0, NULL, NULL, '2025-11-02 17:20:36', '2025-11-02 17:20:36'), +(195, 52, '2025-2026', 'Fall', 'primary', 14, 1, NULL, NULL, '2025-11-02 17:20:50', '2025-11-02 17:20:50'), +(196, 52, '2025-2026', 'Fall', 'second', 9, 0, NULL, NULL, '2025-11-02 17:20:50', '2025-11-02 17:20:50'), +(197, 52, '2025-2026', 'Fall', 'primary', 31, 1, NULL, NULL, '2025-11-02 17:21:44', '2025-11-02 17:21:44'), +(198, 52, '2025-2026', 'Fall', 'second', 25, 0, NULL, NULL, '2025-11-02 17:21:44', '2025-11-02 17:21:44'), +(199, 52, '2025-2026', 'Fall', 'primary', 28, 1, NULL, NULL, '2025-11-02 17:23:25', '2025-11-02 17:23:25'), +(200, 52, '2025-2026', 'Fall', 'second', 22, 0, NULL, NULL, '2025-11-02 17:23:25', '2025-11-02 17:23:25'), +(201, 60, '2025-2026', 'Fall', 'primary', 75, 1, NULL, NULL, '2025-11-02 17:46:46', '2025-11-02 17:46:46'), +(202, 60, '2025-2026', 'Fall', 'primary', 25, 1, NULL, NULL, '2025-11-02 17:47:05', '2025-12-13 13:54:41'), +(203, 60, '2025-2026', 'Fall', 'second', 19, 1, NULL, NULL, '2025-11-02 17:47:05', '2025-12-13 13:54:41'), +(204, 60, '2025-2026', 'Fall', 'primary', 68, 1, NULL, NULL, '2025-11-02 17:47:13', '2025-11-02 17:47:13'), +(205, 60, '2025-2026', 'Fall', 'primary', 57, 1, NULL, NULL, '2025-11-02 17:47:50', '2025-11-08 19:01:31'), +(206, 60, '2025-2026', 'Fall', 'second', 45, 1, NULL, NULL, '2025-11-02 17:47:50', '2025-11-08 19:01:31'), +(207, 60, '2025-2026', 'Fall', 'primary', 81, 1, NULL, NULL, '2025-11-02 17:48:01', '2025-11-02 17:48:01'), +(208, 60, '2025-2026', 'Fall', 'second', 64, 0, NULL, NULL, '2025-11-02 17:48:01', '2025-11-02 17:48:01'), +(209, 60, '2025-2026', 'Fall', 'primary', 49, 1, NULL, NULL, '2025-11-02 17:48:12', '2025-11-02 17:48:43'), +(210, 60, '2025-2026', 'Fall', 'second', 38, 1, NULL, NULL, '2025-11-02 17:48:12', '2025-11-02 17:48:43'), +(211, 60, '2025-2026', 'Fall', 'primary', 96, 0, NULL, NULL, '2025-11-02 17:51:27', '2025-11-02 17:51:27'), +(212, 60, '2025-2026', 'Fall', 'second', 70, 1, NULL, NULL, '2025-11-02 17:51:27', '2025-11-02 17:51:27'), +(213, 90, '2025-2026', 'Fall', 'primary', 110, 1, NULL, NULL, '2025-11-05 20:20:21', '2025-11-05 20:20:21'), +(214, 90, '2025-2026', 'Fall', 'second', 77, 0, NULL, NULL, '2025-11-05 20:20:21', '2025-11-05 20:20:21'), +(215, 60, '2025-2026', 'Fall', 'primary', 7, 1, NULL, NULL, '2025-11-08 18:55:58', '2025-11-08 18:56:08'), +(216, 60, '2025-2026', 'Fall', 'second', 3, 1, NULL, NULL, '2025-11-08 18:55:58', '2025-11-08 18:56:08'), +(217, 31, '2025-2026', 'Fall', 'primary', 8, 1, NULL, NULL, '2025-11-08 18:56:40', '2025-11-08 18:56:40'), +(218, 31, '2025-2026', 'Fall', 'second', 4, 0, NULL, NULL, '2025-11-08 18:56:40', '2025-11-08 18:56:40'), +(219, 22, '2025-2026', 'Fall', 'primary', 37, 1, NULL, NULL, '2025-11-09 15:48:50', '2025-11-09 15:48:50'), +(220, 22, '2025-2026', 'Fall', 'second', 28, 0, NULL, NULL, '2025-11-09 15:48:50', '2025-11-09 15:48:50'), +(221, 52, '2025-2026', 'Fall', 'primary', 8, 1, NULL, NULL, '2025-11-09 16:05:20', '2026-02-22 16:58:21'), +(222, 52, '2025-2026', 'Fall', 'second', 4, 1, NULL, NULL, '2025-11-09 16:05:20', '2026-02-22 16:58:21'), +(223, 70, '2025-2026', 'Fall', 'primary', 88, 1, NULL, NULL, '2025-11-09 16:12:36', '2025-11-09 16:12:36'), +(224, 70, '2025-2026', 'Fall', 'primary', 59, 1, NULL, NULL, '2025-11-09 16:12:52', '2025-11-09 16:12:52'), +(225, 70, '2025-2026', 'Fall', 'second', 47, 0, NULL, NULL, '2025-11-09 16:12:52', '2025-11-09 16:12:52'), +(226, 70, '2025-2026', 'Fall', 'primary', 102, 1, NULL, NULL, '2025-11-09 16:13:06', '2025-11-09 16:13:06'), +(227, 70, '2025-2026', 'Fall', 'second', 73, 0, NULL, NULL, '2025-11-09 16:13:06', '2025-11-09 16:13:06'), +(228, 70, '2025-2026', 'Fall', 'primary', 44, 1, NULL, NULL, '2025-11-09 16:13:20', '2025-11-09 16:26:12'), +(229, 70, '2025-2026', 'Fall', 'second', 34, 1, NULL, NULL, '2025-11-09 16:13:20', '2025-11-09 16:26:12'), +(230, 70, '2025-2026', 'Fall', 'primary', 21, 0, NULL, NULL, '2025-11-09 16:14:54', '2025-11-09 16:14:54'), +(231, 70, '2025-2026', 'Fall', 'second', 15, 1, NULL, NULL, '2025-11-09 16:14:54', '2025-11-09 16:14:54'), +(232, 70, '2025-2026', 'Fall', 'primary', 106, 1, NULL, NULL, '2025-11-09 16:24:14', '2025-11-09 16:24:14'), +(233, 70, '2025-2026', 'Fall', 'second', 75, 0, NULL, NULL, '2025-11-09 16:24:14', '2025-11-09 16:24:14'), +(234, 70, '2025-2026', 'Fall', 'primary', 18, 1, NULL, NULL, '2025-11-09 16:24:23', '2025-11-09 16:24:23'), +(235, 70, '2025-2026', 'Fall', 'second', 12, 0, NULL, NULL, '2025-11-09 16:24:23', '2025-11-09 16:24:23'), +(236, 70, '2025-2026', 'Fall', 'primary', 5, 1, NULL, NULL, '2025-11-09 16:25:04', '2025-11-09 16:25:04'), +(237, 70, '2025-2026', 'Fall', 'second', 1, 0, NULL, NULL, '2025-11-09 16:25:04', '2025-11-09 16:25:04'), +(238, 70, '2025-2026', 'Fall', 'primary', 73, 1, NULL, NULL, '2025-11-09 16:27:38', '2025-11-09 16:27:38'), +(239, 70, '2025-2026', 'Fall', 'second', 60, 0, NULL, NULL, '2025-11-09 16:27:38', '2025-11-09 16:27:38'), +(240, 70, '2025-2026', 'Fall', 'primary', 187, 1, NULL, NULL, '2025-11-09 16:27:50', '2025-11-09 16:27:50'), +(241, 70, '2025-2026', 'Fall', 'second', 115, 0, NULL, NULL, '2025-11-09 16:27:50', '2025-11-09 16:27:50'), +(242, 70, '2025-2026', 'Fall', 'primary', 22, 1, NULL, NULL, '2025-11-09 16:28:03', '2025-11-09 16:28:03'), +(243, 70, '2025-2026', 'Fall', 'second', 16, 0, NULL, NULL, '2025-11-09 16:28:03', '2025-11-09 16:28:03'), +(244, 70, '2025-2026', 'Fall', 'primary', 43, 1, NULL, NULL, '2025-11-09 16:28:11', '2025-11-09 16:28:11'), +(245, 70, '2025-2026', 'Fall', 'second', 33, 0, NULL, NULL, '2025-11-09 16:28:11', '2025-11-09 16:28:11'), +(246, 70, '2025-2026', 'Fall', 'primary', 2, 1, NULL, NULL, '2025-11-09 16:28:50', '2025-11-09 16:28:50'), +(247, 80, '2025-2026', 'Fall', 'primary', 34, 1, NULL, NULL, '2025-11-09 16:30:35', '2025-11-09 16:30:35'), +(248, 80, '2025-2026', 'Fall', 'primary', 23, 1, NULL, NULL, '2025-11-09 16:31:28', '2025-11-09 16:39:03'), +(249, 80, '2025-2026', 'Fall', 'second', 17, 1, NULL, NULL, '2025-11-09 16:31:28', '2025-11-09 16:39:03'), +(250, 80, '2025-2026', 'Fall', 'primary', 17, 1, NULL, NULL, '2025-11-09 16:31:50', '2025-11-09 16:34:53'), +(251, 80, '2025-2026', 'Fall', 'second', 11, 1, NULL, NULL, '2025-11-09 16:31:50', '2025-11-09 16:34:53'), +(252, 80, '2025-2026', 'Fall', 'primary', 53, 1, NULL, NULL, '2025-11-09 16:32:52', '2025-11-09 16:34:36'), +(253, 80, '2025-2026', 'Fall', 'second', 42, 1, NULL, NULL, '2025-11-09 16:32:52', '2025-11-09 16:34:36'), +(254, 80, '2025-2026', 'Fall', 'primary', 6, 1, NULL, NULL, '2025-11-09 16:33:11', '2025-11-09 16:38:07'), +(255, 80, '2025-2026', 'Fall', 'second', 2, 1, NULL, NULL, '2025-11-09 16:33:11', '2025-11-09 16:38:07'), +(256, 80, '2025-2026', 'Fall', 'primary', 42, 1, NULL, NULL, '2025-11-09 16:34:28', '2025-11-09 16:38:53'), +(257, 80, '2025-2026', 'Fall', 'second', 32, 1, NULL, NULL, '2025-11-09 16:34:28', '2025-11-09 16:38:53'), +(258, 80, '2025-2026', 'Fall', 'primary', 66, 1, NULL, NULL, '2025-11-09 16:36:47', '2025-11-09 16:36:47'), +(259, 80, '2025-2026', 'Fall', 'second', 54, 0, NULL, NULL, '2025-11-09 16:36:47', '2025-11-09 16:36:47'), +(260, 80, '2025-2026', 'Fall', 'primary', 49, 1, NULL, NULL, '2025-11-09 16:37:10', '2025-11-09 16:37:52'), +(261, 80, '2025-2026', 'Fall', 'second', 38, 1, NULL, NULL, '2025-11-09 16:37:10', '2025-11-09 16:37:52'), +(262, 80, '2025-2026', 'Fall', 'primary', 145, 1, NULL, NULL, '2025-11-09 16:37:22', '2025-11-09 16:37:22'), +(263, 80, '2025-2026', 'Fall', 'primary', 56, 1, NULL, NULL, '2025-11-09 16:37:38', '2025-11-09 16:37:38'), +(264, 80, '2025-2026', 'Fall', 'primary', 86, 1, NULL, NULL, '2025-11-09 16:38:14', '2025-11-09 16:38:14'), +(265, 80, '2025-2026', 'Fall', 'second', 66, 0, NULL, NULL, '2025-11-09 16:38:14', '2025-11-09 16:38:14'), +(266, 80, '2025-2026', 'Fall', 'primary', 114, 1, NULL, NULL, '2025-11-09 16:38:22', '2025-12-07 17:22:35'), +(267, 80, '2025-2026', 'Fall', 'second', 79, 1, NULL, NULL, '2025-11-09 16:38:22', '2025-12-07 17:22:35'), +(268, 80, '2025-2026', 'Fall', 'primary', 26, 0, NULL, NULL, '2025-11-09 16:39:12', '2025-11-09 16:39:12'), +(269, 80, '2025-2026', 'Fall', 'second', 20, 1, NULL, NULL, '2025-11-09 16:39:12', '2025-11-09 16:39:12'), +(270, 80, '2025-2026', 'Fall', 'primary', 43, 1, NULL, NULL, '2025-11-09 16:39:20', '2025-11-09 16:39:20'), +(271, 80, '2025-2026', 'Fall', 'second', 33, 0, NULL, NULL, '2025-11-09 16:39:20', '2025-11-09 16:39:20'), +(272, 90, '2025-2026', 'Fall', 'primary', 46, 1, NULL, NULL, '2025-11-09 16:48:29', '2025-11-09 16:48:29'), +(273, 90, '2025-2026', 'Fall', 'second', 35, 0, NULL, NULL, '2025-11-09 16:48:29', '2025-11-09 16:48:29'), +(274, 90, '2025-2026', 'Fall', 'primary', 69, 1, NULL, NULL, '2025-11-09 16:48:39', '2025-11-09 16:51:05'), +(275, 90, '2025-2026', 'Fall', 'second', 56, 1, NULL, NULL, '2025-11-09 16:48:39', '2025-11-09 16:51:05'), +(276, 90, '2025-2026', 'Fall', 'primary', 71, 1, NULL, NULL, '2025-11-09 16:48:55', '2025-11-09 16:48:55'), +(277, 90, '2025-2026', 'Fall', 'second', 58, 0, NULL, NULL, '2025-11-09 16:48:55', '2025-11-09 16:48:55'), +(278, 90, '2025-2026', 'Fall', 'primary', 73, 1, NULL, NULL, '2025-11-09 16:50:55', '2025-11-09 16:50:55'), +(279, 90, '2025-2026', 'Fall', 'second', 60, 0, NULL, NULL, '2025-11-09 16:50:55', '2025-11-09 16:50:55'), +(280, 120, '2025-2026', 'Fall', 'primary', 19, 1, NULL, NULL, '2025-11-09 17:08:39', '2025-11-09 17:08:43'), +(281, 120, '2025-2026', 'Fall', 'second', 13, 1, NULL, NULL, '2025-11-09 17:08:39', '2025-11-09 17:08:43'), +(282, 120, '2025-2026', 'Fall', 'primary', 30, 1, NULL, NULL, '2025-11-09 17:29:56', '2025-11-09 17:29:56'), +(283, 120, '2025-2026', 'Fall', 'second', 24, 0, NULL, NULL, '2025-11-09 17:29:56', '2025-11-09 17:29:56'), +(284, 120, '2025-2026', 'Fall', 'primary', 129, 1, NULL, NULL, '2025-11-09 17:30:19', '2025-11-09 17:30:19'), +(285, 120, '2025-2026', 'Fall', 'primary', 56, 1, NULL, NULL, '2025-11-09 17:30:28', '2025-11-09 17:30:28'), +(286, 120, '2025-2026', 'Fall', 'primary', 71, 1, NULL, NULL, '2025-11-09 17:30:46', '2025-11-09 17:30:46'), +(287, 120, '2025-2026', 'Fall', 'second', 58, 0, NULL, NULL, '2025-11-09 17:30:46', '2025-11-09 17:30:46'), +(288, 120, '2025-2026', 'Fall', 'primary', 169, 0, NULL, NULL, '2025-11-09 17:31:06', '2025-11-09 17:31:06'), +(289, 120, '2025-2026', 'Fall', 'second', 108, 1, NULL, NULL, '2025-11-09 17:31:06', '2025-11-09 17:31:06'), +(290, 120, '2025-2026', 'Fall', 'primary', 181, 1, NULL, NULL, '2025-11-09 17:31:23', '2025-11-09 17:31:23'), +(291, 120, '2025-2026', 'Fall', 'second', 113, 0, NULL, NULL, '2025-11-09 17:31:23', '2025-11-09 17:31:23'), +(292, 120, '2025-2026', 'Fall', 'primary', 134, 1, NULL, NULL, '2025-11-09 17:31:34', '2025-11-09 17:31:34'), +(293, 120, '2025-2026', 'Fall', 'primary', 187, 1, NULL, NULL, '2025-11-09 17:31:46', '2025-11-10 03:24:24'), +(294, 120, '2025-2026', 'Fall', 'second', 115, 1, NULL, NULL, '2025-11-09 17:31:46', '2025-11-10 03:24:24'), +(295, 120, '2025-2026', 'Fall', 'primary', 39, 1, NULL, NULL, '2025-11-10 03:22:58', '2025-11-10 03:22:58'), +(296, 120, '2025-2026', 'Fall', 'second', 30, 0, NULL, NULL, '2025-11-10 03:22:58', '2025-11-10 03:22:58'), +(297, 120, '2025-2026', 'Fall', 'primary', 21, 1, NULL, NULL, '2025-11-10 03:23:18', '2025-11-10 03:23:18'), +(298, 120, '2025-2026', 'Fall', 'second', 15, 0, NULL, NULL, '2025-11-10 03:23:18', '2025-11-10 03:23:18'), +(299, 120, '2025-2026', 'Fall', 'primary', 204, 1, NULL, NULL, '2025-11-10 03:24:09', '2025-11-23 17:55:28'), +(300, 120, '2025-2026', 'Fall', 'second', 126, 1, NULL, NULL, '2025-11-10 03:24:09', '2025-11-23 17:55:28'), +(301, 120, '2025-2026', 'Fall', 'primary', 205, 1, NULL, NULL, '2025-11-10 03:24:40', '2025-11-10 03:24:40'), +(302, 120, '2025-2026', 'Fall', 'primary', 156, 1, NULL, NULL, '2025-11-13 01:44:38', '2025-11-13 01:44:38'), +(303, 120, '2025-2026', 'Fall', 'second', 103, 0, NULL, NULL, '2025-11-13 01:44:38', '2025-11-13 01:44:38'), +(304, 60, '2025-2026', 'Fall', 'primary', 165, 1, NULL, NULL, '2025-11-13 01:45:20', '2025-11-13 01:45:20'), +(305, 60, '2025-2026', 'Fall', 'second', 105, 0, NULL, NULL, '2025-11-13 01:45:20', '2025-11-13 01:45:20'), +(306, 60, '2025-2026', 'Fall', 'primary', 205, 1, NULL, NULL, '2025-11-15 16:30:58', '2025-11-15 16:30:58'), +(307, 21, '2025-2026', 'Fall', 'primary', 174, 1, NULL, NULL, '2025-11-16 15:13:56', '2025-11-16 15:13:56'), +(308, 21, '2025-2026', 'Fall', 'second', 110, 0, NULL, NULL, '2025-11-16 15:13:56', '2025-11-16 15:13:56'), +(309, 31, '2025-2026', 'Fall', 'primary', 46, 1, NULL, NULL, '2025-11-16 15:26:36', '2025-11-16 15:26:36'), +(310, 31, '2025-2026', 'Fall', 'second', 35, 0, NULL, NULL, '2025-11-16 15:26:36', '2025-11-16 15:26:36'), +(311, 90, '2025-2026', 'Fall', 'primary', 174, 1, NULL, NULL, '2025-11-16 17:57:15', '2025-11-16 17:57:15'), +(312, 90, '2025-2026', 'Fall', 'second', 110, 0, NULL, NULL, '2025-11-16 17:57:15', '2025-11-16 17:57:15'), +(313, 41, '2025-2026', 'Fall', 'primary', 105, 1, NULL, NULL, '2025-11-16 20:57:17', '2025-11-16 20:57:17'), +(314, 60, '2025-2026', 'Fall', 'primary', 109, 1, NULL, NULL, '2025-11-16 20:57:41', '2025-11-16 20:57:41'), +(315, 60, '2025-2026', 'Fall', 'second', 76, 0, NULL, NULL, '2025-11-16 20:57:41', '2025-11-16 20:57:41'), +(316, 21, '2025-2026', 'Fall', 'primary', 105, 1, NULL, NULL, '2025-11-16 20:58:59', '2025-11-16 20:58:59'), +(317, 52, '2025-2026', 'Fall', 'primary', 68, 1, NULL, NULL, '2025-11-16 20:59:36', '2025-11-16 20:59:36'), +(318, 52, '2025-2026', 'Fall', 'primary', 174, 1, NULL, NULL, '2025-11-16 20:59:59', '2025-11-16 20:59:59'), +(319, 52, '2025-2026', 'Fall', 'second', 110, 0, NULL, NULL, '2025-11-16 20:59:59', '2025-11-16 20:59:59'), +(320, 10, '2025-2026', 'Fall', 'primary', 174, 1, NULL, NULL, '2025-11-16 21:01:55', '2025-11-16 21:01:55'), +(321, 10, '2025-2026', 'Fall', 'second', 110, 0, NULL, NULL, '2025-11-16 21:01:55', '2025-11-16 21:01:55'), +(322, 51, '2025-2026', 'Fall', 'primary', 156, 1, NULL, NULL, '2025-11-18 03:24:01', '2025-11-18 03:24:01'), +(323, 51, '2025-2026', 'Fall', 'second', 103, 0, NULL, NULL, '2025-11-18 03:24:01', '2025-11-18 03:24:01'), +(324, 90, '2025-2026', 'Fall', 'primary', 156, 1, NULL, NULL, '2025-11-18 03:25:00', '2025-11-18 03:25:00'), +(325, 90, '2025-2026', 'Fall', 'second', 103, 0, NULL, NULL, '2025-11-18 03:25:00', '2025-11-18 03:25:00'), +(326, 90, '2025-2026', 'Fall', 'primary', 165, 1, NULL, NULL, '2025-11-21 21:24:19', '2025-11-21 21:24:19'), +(327, 90, '2025-2026', 'Fall', 'second', 105, 0, NULL, NULL, '2025-11-21 21:24:19', '2025-11-21 21:24:19'), +(328, 51, '2025-2026', 'Fall', 'primary', 165, 1, NULL, NULL, '2025-11-21 21:24:42', '2025-11-21 21:24:42'), +(329, 51, '2025-2026', 'Fall', 'second', 105, 0, NULL, NULL, '2025-11-21 21:24:42', '2025-11-21 21:24:42'), +(330, 10, '2025-2026', 'Fall', 'primary', 165, 1, NULL, NULL, '2025-11-21 21:25:15', '2025-11-21 21:25:15'), +(331, 10, '2025-2026', 'Fall', 'second', 105, 0, NULL, NULL, '2025-11-21 21:25:15', '2025-11-21 21:25:15'), +(332, 60, '2025-2026', 'Fall', 'primary', 150, 1, NULL, NULL, '2025-11-23 15:21:26', '2025-11-23 15:21:26'), +(333, 60, '2025-2026', 'Fall', 'second', 102, 0, NULL, NULL, '2025-11-23 15:21:26', '2025-11-23 15:21:26'), +(334, 21, '2025-2026', 'Fall', 'primary', 74, 1, NULL, NULL, '2025-11-23 15:59:30', '2025-11-23 15:59:30'), +(335, 21, '2025-2026', 'Fall', 'primary', 26, 0, NULL, NULL, '2025-11-23 16:02:07', '2025-11-23 16:02:07'), +(336, 21, '2025-2026', 'Fall', 'second', 20, 1, NULL, NULL, '2025-11-23 16:02:07', '2025-11-23 16:02:07'), +(337, 22, '2025-2026', 'Fall', 'primary', 149, 1, NULL, NULL, '2025-11-23 16:12:38', '2025-11-23 16:12:38'), +(338, 22, '2025-2026', 'Fall', 'second', 101, 0, NULL, NULL, '2025-11-23 16:12:38', '2025-11-23 16:12:38'), +(339, 22, '2025-2026', 'Fall', 'primary', 64, 1, NULL, NULL, '2025-11-23 16:37:55', '2025-11-23 16:37:55'), +(340, 22, '2025-2026', 'Fall', 'second', 52, 0, NULL, NULL, '2025-11-23 16:37:55', '2025-11-23 16:37:55'), +(341, 32, '2025-2026', 'Fall', 'primary', 118, 1, NULL, NULL, '2025-11-23 17:29:26', '2025-11-23 17:29:26'), +(342, 32, '2025-2026', 'Fall', 'second', 82, 0, NULL, NULL, '2025-11-23 17:29:26', '2025-11-23 17:29:26'), +(343, 42, '2025-2026', 'Fall', 'primary', 27, 1, NULL, NULL, '2025-11-23 17:41:07', '2025-11-23 17:41:07'), +(344, 42, '2025-2026', 'Fall', 'primary', 80, 1, NULL, NULL, '2025-11-23 17:53:19', '2025-11-23 17:53:19'), +(345, 42, '2025-2026', 'Fall', 'second', 63, 0, NULL, NULL, '2025-11-23 17:53:19', '2025-11-23 17:53:19'), +(346, 120, '2025-2026', 'Fall', 'primary', 174, 1, NULL, NULL, '2025-11-23 17:56:35', '2025-11-23 17:56:35'), +(347, 120, '2025-2026', 'Fall', 'second', 110, 0, NULL, NULL, '2025-11-23 17:56:35', '2025-11-23 17:56:35'), +(348, 80, '2025-2026', 'Fall', 'primary', 27, 1, NULL, NULL, '2025-12-07 15:31:13', '2025-12-07 15:31:13'), +(349, 22, '2025-2026', 'Fall', 'primary', 102, 1, NULL, NULL, '2025-12-07 15:43:41', '2025-12-07 15:43:41'), +(350, 22, '2025-2026', 'Fall', 'second', 73, 0, NULL, NULL, '2025-12-07 15:43:41', '2025-12-07 15:43:41'), +(351, 31, '2025-2026', 'Fall', 'primary', 150, 1, NULL, NULL, '2025-12-07 15:46:53', '2025-12-07 15:46:53'), +(352, 31, '2025-2026', 'Fall', 'second', 102, 0, NULL, NULL, '2025-12-07 15:46:53', '2025-12-07 15:46:53'), +(353, 42, '2025-2026', 'Fall', 'primary', 126, 1, NULL, NULL, '2025-12-07 16:00:35', '2025-12-07 16:00:35'), +(354, 42, '2025-2026', 'Fall', 'second', 90, 0, NULL, NULL, '2025-12-07 16:00:35', '2025-12-07 16:00:35'), +(355, 51, '2025-2026', 'Fall', 'primary', 97, 1, NULL, NULL, '2025-12-07 16:38:40', '2025-12-07 16:38:40'), +(356, 52, '2025-2026', 'Fall', 'primary', 3, 1, NULL, NULL, '2025-12-07 16:42:50', '2025-12-07 16:42:50'), +(357, 70, '2025-2026', 'Fall', 'primary', 24, 1, NULL, NULL, '2025-12-07 17:20:19', '2025-12-13 13:55:15'), +(358, 70, '2025-2026', 'Fall', 'second', 18, 1, NULL, NULL, '2025-12-07 17:20:19', '2025-12-13 13:55:15'), +(359, 120, '2025-2026', 'Fall', 'primary', 120, 1, NULL, NULL, '2025-12-07 17:32:03', '2025-12-07 17:32:03'), +(360, 120, '2025-2026', 'Fall', 'second', 84, 0, NULL, NULL, '2025-12-07 17:32:03', '2025-12-07 17:32:03'), +(361, 70, '2025-2026', 'Fall', 'primary', 137, 1, NULL, NULL, '2025-12-13 13:55:31', '2025-12-13 13:55:31'), +(362, 70, '2025-2026', 'Fall', 'second', 98, 0, NULL, NULL, '2025-12-13 13:55:31', '2025-12-13 13:55:31'), +(363, 1, '2025-2026', 'Spring', 'primary', 128, 1, NULL, NULL, '2026-02-01 19:25:33', '2026-02-01 19:25:33'), +(364, 1, '2025-2026', 'Spring', 'second', 92, 0, NULL, NULL, '2026-02-01 19:25:33', '2026-02-01 19:25:33'), +(365, 22, '2025-2026', '', 'primary', 173, 0, NULL, NULL, '2026-02-22 16:42:43', '2026-02-22 16:42:43'), +(366, 22, '2025-2026', '', 'second', 109, 1, NULL, NULL, '2026-02-22 16:42:43', '2026-02-22 16:42:43'), +(367, 31, '2025-2026', '', 'primary', 37, 1, NULL, NULL, '2026-02-22 16:46:42', '2026-02-22 16:46:42'), +(368, 31, '2025-2026', '', 'second', 28, 0, NULL, NULL, '2026-02-22 16:46:42', '2026-02-22 16:46:42'), +(369, 52, '2025-2026', '', 'primary', 137, 1, NULL, NULL, '2026-02-22 16:56:45', '2026-02-22 16:56:45'), +(370, 52, '2025-2026', '', 'second', 98, 0, NULL, NULL, '2026-02-22 16:56:45', '2026-02-22 16:56:45'), +(371, 52, '2025-2026', '', 'primary', 38, 1, NULL, NULL, '2026-02-22 16:57:34', '2026-02-22 16:57:34'), +(372, 52, '2025-2026', '', 'second', 29, 0, NULL, NULL, '2026-02-22 16:57:34', '2026-02-22 16:57:34'), +(373, 52, '2025-2026', '', 'primary', 136, 1, NULL, NULL, '2026-02-22 16:57:53', '2026-02-22 16:57:53'), +(374, 52, '2025-2026', '', 'second', 97, 0, NULL, NULL, '2026-02-22 16:57:53', '2026-02-22 16:57:53'), +(375, 52, '2025-2026', '', 'primary', 16, 1, NULL, NULL, '2026-02-22 16:58:08', '2026-02-22 16:58:08'), +(376, 70, '2025-2026', '', 'primary', 80, 1, NULL, NULL, '2026-02-22 17:09:54', '2026-02-22 17:09:54'), +(377, 70, '2025-2026', '', 'second', 63, 0, NULL, NULL, '2026-02-22 17:09:54', '2026-02-22 17:09:54'), +(378, 80, '2025-2026', '', 'primary', 97, 1, NULL, NULL, '2026-02-22 17:13:05', '2026-02-22 17:13:05'), +(379, 80, '2025-2026', '', 'primary', 141, 0, NULL, NULL, '2026-02-22 17:15:14', '2026-02-22 17:15:14'), +(380, 80, '2025-2026', '', 'second', 100, 1, NULL, NULL, '2026-02-22 17:15:14', '2026-02-22 17:15:14'), +(381, 51, '2025-2026', '', 'primary', 60, 1, NULL, NULL, '2026-02-26 22:25:08', '2026-02-26 22:25:08'), +(382, 51, '2025-2026', '', 'second', 48, 0, NULL, NULL, '2026-02-26 22:25:08', '2026-02-26 22:25:08'), +(383, 70, '2025-2026', '', 'primary', 60, 1, NULL, NULL, '2026-02-26 22:25:59', '2026-02-26 22:25:59'), +(384, 70, '2025-2026', '', 'second', 48, 0, NULL, NULL, '2026-02-26 22:25:59', '2026-02-26 22:25:59'), +(385, 120, '2025-2026', '', 'primary', 63, 0, NULL, NULL, '2026-02-26 22:26:35', '2026-02-26 22:26:35'), +(386, 120, '2025-2026', '', 'second', 51, 1, NULL, NULL, '2026-02-26 22:26:35', '2026-02-26 22:26:35'), +(387, 120, '2025-2026', '', 'primary', 27, 1, NULL, NULL, '2026-03-29 14:13:22', '2026-03-29 14:13:22'), +(388, 120, '2025-2026', '', 'primary', 60, 1, NULL, NULL, '2026-04-12 14:31:16', '2026-04-12 14:31:16'), +(389, 120, '2025-2026', '', 'second', 48, 0, NULL, NULL, '2026-04-12 14:31:16', '2026-04-12 14:31:16'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `whatsapp_invites_log` +-- + +CREATE TABLE `whatsapp_invites_log` ( + `id` int(11) NOT NULL, + `parent_id` int(11) NOT NULL, + `email` varchar(255) NOT NULL, + `class_section_id` int(11) DEFAULT NULL, + `link_id` int(11) DEFAULT NULL, + `status` varchar(20) NOT NULL, + `error_message` text DEFAULT NULL, + `sent_at` datetime NOT NULL DEFAULT current_timestamp() +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- +-- Dumping data for table `whatsapp_invites_log` +-- + +INSERT INTO `whatsapp_invites_log` (`id`, `parent_id`, `email`, `class_section_id`, `link_id`, `status`, `error_message`, `sent_at`) VALUES +(46, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:13:53'), +(47, 88, 'ayaan.ghasir@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:13:54'), +(48, 117, 'latarboush@hotmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:13:55'), +(49, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:13:58'), +(50, 107, 'maria.k.boudjemaa@gmail.com', 10, NULL, 'sent', NULL, '2025-10-11 23:14:01'), +(51, 165, 'bilalyaqubee@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:02'), +(52, 164, 'adam.meah@gmail.com', 10, NULL, 'sent', NULL, '2025-10-11 23:14:03'), +(53, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:05'), +(54, 29, 'noony127@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:07'), +(55, 105, 'atiqullahfnu60@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:10'), +(56, 153, 'kousami@gmail.com', 21, NULL, 'sent', NULL, '2025-10-11 23:14:11'), +(57, 102, 'aminah.mukhtar@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:17'), +(58, 12, 'hassanplumbing33@gmail.com', 31, NULL, 'sent', NULL, '2025-10-11 23:14:21'), +(59, 34, 'sabeeh3@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:27'), +(60, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:33'), +(61, 31, 'sidikie0227@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:34'), +(62, 93, 'musty2012@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:36'), +(63, 75, 'mkolia1@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:37'), +(64, 3, 'kelabidi0@gmail.com', 51, NULL, 'sent', NULL, '2025-10-11 23:14:38'), +(65, 97, 'makaltoum1990@hotmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:39'), +(66, 68, 'farahbb86@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:40'), +(67, 16, 'kobbie6@gmail.com', 52, NULL, 'sent', NULL, '2025-10-11 23:14:40'), +(68, 38, 'arshedsheikh101@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:41'), +(69, 136, 'nganjuk1973@gmail.com', 52, NULL, 'sent', NULL, '2025-10-11 23:14:42'), +(70, 109, 'nwweylamatovu99@gmail.com', 60, NULL, 'sent', NULL, '2025-10-11 23:14:45'), +(71, 205, 'diana.streete85@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:46'), +(72, 209, 'shebamubiru@yahoo.com', 60, NULL, 'sent', NULL, '2025-10-11 23:14:46'), +(73, 2, 'moulay.elabidi@gmail.com', 70, NULL, 'sent', NULL, '2025-10-11 23:14:47'), +(74, 106, 'oumar4@aol.com', 70, NULL, 'sent', NULL, '2025-10-11 23:14:48'), +(75, 56, 'kdulkarim@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:50'), +(76, 145, 'inmalik73@gmail.com', 80, NULL, 'sent', NULL, '2025-10-11 23:14:51'), +(77, 129, 'emman.benjamel@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:14:52'), +(78, 207, 'arazzaq2131@gmail.com', 80, NULL, 'sent', NULL, '2025-10-11 23:14:52'), +(79, 104, 'kbdiallo@gmail.com', 90, NULL, 'sent', NULL, '2025-10-11 23:14:53'), +(80, 142, 'moumyba@gmail.com', 90, NULL, 'sent', NULL, '2025-10-11 23:14:54'), +(81, 196, 'tanvirnowaz@yahoo.com', 120, NULL, 'sent', NULL, '2025-10-11 23:14:57'), +(82, 202, 'adocts315@gmail.com', 120, NULL, 'sent', NULL, '2025-10-11 23:14:57'), +(83, 134, 'talha.haider1010@gmail.com', 120, NULL, 'sent', NULL, '2025-10-11 23:14:58'), +(84, 153, 'kousami@gmail.com', 21, NULL, 'sent', NULL, '2025-10-11 23:29:28'), +(85, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:26'), +(86, 88, 'ayaan.ghasir@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:28'), +(87, 117, 'latarboush@hotmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:29'), +(88, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:32'), +(89, 107, 'maria.k.boudjemaa@gmail.com', 10, NULL, 'sent', NULL, '2025-10-11 23:38:36'), +(90, 165, 'bilalyaqubee@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:37'), +(91, 164, 'adam.meah@gmail.com', 10, NULL, 'sent', NULL, '2025-10-11 23:38:38'), +(92, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:40'), +(93, 29, 'noony127@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:43'), +(94, 105, 'atiqullahfnu60@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:46'), +(95, 153, 'kousami@gmail.com', 21, NULL, 'sent', NULL, '2025-10-11 23:38:47'), +(96, 102, 'aminah.mukhtar@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:38:54'), +(97, 12, 'hassanplumbing33@gmail.com', 31, NULL, 'sent', NULL, '2025-10-11 23:38:59'), +(98, 34, 'sabeeh3@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:07'), +(99, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:15'), +(100, 31, 'sidikie0227@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:15'), +(101, 93, 'musty2012@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:17'), +(102, 75, 'mkolia1@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:18'), +(103, 3, 'kelabidi0@gmail.com', 51, NULL, 'sent', NULL, '2025-10-11 23:39:19'), +(104, 97, 'makaltoum1990@hotmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:20'), +(105, 68, 'farahbb86@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:21'), +(106, 16, 'kobbie6@gmail.com', 52, NULL, 'sent', NULL, '2025-10-11 23:39:22'), +(107, 38, 'arshedsheikh101@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:23'), +(108, 136, 'nganjuk1973@gmail.com', 52, NULL, 'sent', NULL, '2025-10-11 23:39:24'), +(109, 109, 'nwweylamatovu99@gmail.com', 60, NULL, 'sent', NULL, '2025-10-11 23:39:28'), +(110, 205, 'diana.streete85@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:29'), +(111, 209, 'shebamubiru@yahoo.com', 60, NULL, 'sent', NULL, '2025-10-11 23:39:30'), +(112, 2, 'moulay.elabidi@gmail.com', 70, NULL, 'sent', NULL, '2025-10-11 23:39:30'), +(113, 106, 'oumar4@aol.com', 70, NULL, 'sent', NULL, '2025-10-11 23:39:31'), +(114, 56, 'kdulkarim@yahoo.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:33'), +(115, 145, 'inmalik73@gmail.com', 80, NULL, 'sent', NULL, '2025-10-11 23:39:34'), +(116, 129, 'emman.benjamel@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-11 23:39:35'), +(117, 207, 'arazzaq2131@gmail.com', 80, NULL, 'sent', NULL, '2025-10-11 23:39:36'), +(118, 104, 'kbdiallo@gmail.com', 90, NULL, 'sent', NULL, '2025-10-11 23:39:36'), +(119, 142, 'moumyba@gmail.com', 90, NULL, 'sent', NULL, '2025-10-11 23:39:37'), +(120, 196, 'tanvirnowaz@yahoo.com', 120, NULL, 'sent', NULL, '2025-10-11 23:39:40'), +(121, 202, 'adocts315@gmail.com', 120, NULL, 'sent', NULL, '2025-10-11 23:39:40'), +(122, 134, 'talha.haider1010@gmail.com', 120, NULL, 'sent', NULL, '2025-10-11 23:39:41'), +(123, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-26 15:08:10'), +(124, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-10-26 15:09:13'), +(125, 27, 'asharismyson@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:17'), +(126, 38, 'arshedsheikh101@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:18'), +(127, 56, 'kdulkarim@yahoo.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:19'), +(128, 93, 'musty2012@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:22'), +(129, 129, 'emman.benjamel@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:22'), +(130, 196, 'tanvirnowaz@yahoo.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:28'), +(131, 202, 'adocts315@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:28'), +(132, 134, 'talha.haider1010@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:29'), +(133, 205, 'diana.streete85@gmail.com', 120, NULL, 'sent', NULL, '2025-11-09 17:33:29'), +(134, 102, 'aminah.mukhtar@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 17:30:31'), +(135, 109, 'nwweylamatovu99@gmail.com', 60, NULL, 'sent', NULL, '2025-11-16 17:31:16'), +(136, 105, 'atiqullahfnu60@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 18:08:26'), +(137, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 18:09:05'), +(138, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 18:10:14'), +(139, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 18:11:26'), +(140, 165, 'bilalyaqubee@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-16 18:13:15'), +(141, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 15:53:42'), +(142, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 15:54:07'), +(143, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 15:55:26'), +(144, 109, 'nwweylamatovu99@gmail.com', 60, NULL, 'sent', NULL, '2025-11-23 16:37:43'), +(145, 16, 'kobbie6@gmail.com', 52, NULL, 'sent', NULL, '2025-11-23 17:22:11'), +(146, 106, 'oumar4@aol.com', 70, NULL, 'sent', NULL, '2025-11-23 17:25:54'), +(147, 12, 'hassanplumbing33@gmail.com', 31, NULL, 'sent', NULL, '2025-11-23 17:32:56'), +(148, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 17:36:27'), +(149, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 17:37:30'), +(150, 38, 'arshedsheikh101@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 17:58:23'), +(151, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 17:58:43'), +(152, 202, 'adocts315@gmail.com', 120, NULL, 'sent', NULL, '2025-11-23 18:00:41'), +(153, 196, 'tanvirnowaz@yahoo.com', 120, NULL, 'sent', NULL, '2025-11-23 18:01:21'), +(154, 93, 'musty2012@gmail.com', NULL, NULL, 'sent', NULL, '2025-11-23 18:01:43'), +(155, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 15:36:38'), +(156, 74, 'ielassab89@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 15:36:52'), +(157, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 15:39:38'), +(158, 109, 'nwweylamatovu99@gmail.com', 60, NULL, 'sent', NULL, '2025-12-07 15:45:39'), +(159, 34, 'sabeeh3@yahoo.com', NULL, NULL, 'sent', NULL, '2025-12-07 15:55:38'), +(160, 38, 'arshedsheikh101@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 16:43:51'), +(161, 136, 'nganjuk1973@gmail.com', 52, NULL, 'sent', NULL, '2025-12-07 16:44:25'), +(162, 16, 'kobbie6@gmail.com', 52, NULL, 'sent', NULL, '2025-12-07 16:45:08'), +(163, 129, 'emman.benjamel@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 17:23:46'), +(164, 97, 'makaltoum1990@hotmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 17:24:03'), +(165, 207, 'arazzaq2131@gmail.com', 80, NULL, 'sent', NULL, '2025-12-07 17:26:54'), +(166, 142, 'moumyba@gmail.com', 90, NULL, 'sent', NULL, '2025-12-07 17:30:21'), +(167, 104, 'kbdiallo@gmail.com', 90, NULL, 'sent', NULL, '2025-12-07 17:30:37'), +(168, 93, 'musty2012@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 17:33:38'), +(169, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2025-12-07 17:33:55'), +(170, 172, 'abdallaidris05@gmail.com', NULL, NULL, 'sent', NULL, '2026-02-22 16:47:17'), +(171, 34, 'sabeeh3@yahoo.com', NULL, NULL, 'sent', NULL, '2026-02-22 16:49:23'), +(172, 175, 'zakakil2024@gmail.com', NULL, NULL, 'sent', NULL, '2026-02-22 16:51:19'), +(173, 209, 'shebamubiru@yahoo.com', 60, NULL, 'sent', NULL, '2026-02-22 17:05:00'), +(174, 129, 'emman.benjamel@gmail.com', NULL, NULL, 'sent', NULL, '2026-02-22 17:12:47'), +(175, 207, 'arazzaq2131@gmail.com', 80, NULL, 'sent', NULL, '2026-02-22 17:14:48'), +(176, 142, 'moumyba@gmail.com', 90, NULL, 'sent', NULL, '2026-02-22 17:16:20'), +(177, 104, 'kbdiallo@gmail.com', 90, NULL, 'sent', NULL, '2026-02-22 17:16:35'), +(178, 27, 'asharismyson@gmail.com', NULL, NULL, 'sent', NULL, '2026-02-22 17:20:20'), +(179, 202, 'adocts315@gmail.com', 120, NULL, 'sent', NULL, '2026-02-22 17:24:43'), +(180, 196, 'tanvirnowaz@yahoo.com', 120, NULL, 'sent', NULL, '2026-02-22 17:25:43'), +(181, 93, 'musty2012@gmail.com', NULL, NULL, 'sent', NULL, '2026-02-22 17:26:18'); + +-- +-- Indexes for dumped tables +-- + +-- +-- Indexes for table `additional_charges` +-- +ALTER TABLE `additional_charges` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_parent` (`parent_id`), + ADD KEY `idx_invoice` (`invoice_id`), + ADD KEY `idx_term` (`school_year`,`semester`); + +-- +-- Indexes for table `admin_notification_subjects` +-- +ALTER TABLE `admin_notification_subjects` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_admin_subject` (`admin_id`,`subject`), + ADD KEY `admin_id` (`admin_id`); + +-- +-- Indexes for table `attendance_comment_template` +-- +ALTER TABLE `attendance_comment_template` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_min_max_score` (`min_score`,`max_score`), + ADD KEY `idx_is_active` (`is_active`); + +-- +-- Indexes for table `attendance_data` +-- +ALTER TABLE `attendance_data` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `attendance_day` +-- +ALTER TABLE `attendance_day` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_section_date_term` (`class_section_id`,`date`,`semester`,`school_year`), + ADD KEY `idx_status_autopublish` (`status`,`auto_publish_at`), + ADD KEY `idx_term` (`semester`,`school_year`); + +-- +-- Indexes for table `attendance_record` +-- +ALTER TABLE `attendance_record` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_student_id` (`student_id`), + ADD KEY `idx_class_section_id` (`class_section_id`); + +-- +-- Indexes for table `attendance_tracking` +-- +ALTER TABLE `attendance_tracking` + ADD PRIMARY KEY (`id`), + ADD KEY `student_id` (`student_id`); + +-- +-- Indexes for table `authorized_users` +-- +ALTER TABLE `authorized_users` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `badge_print_logs` +-- +ALTER TABLE `badge_print_logs` + ADD PRIMARY KEY (`id`), + ADD KEY `user_id` (`user_id`), + ADD KEY `school_year` (`school_year`); + +-- +-- Indexes for table `below_sixty_decisions` +-- +ALTER TABLE `below_sixty_decisions` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `student_id_semester_school_year` (`student_id`,`semester`,`school_year`), + ADD KEY `school_year_semester` (`school_year`,`semester`); + +-- +-- Indexes for table `calendar_events` +-- +ALTER TABLE `calendar_events` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `certificate_records` +-- +ALTER TABLE `certificate_records` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `certificate_number` (`certificate_number`), + ADD UNIQUE KEY `uniq_certificate_verification_token` (`verification_token`), + ADD KEY `idx_school_year_student` (`school_year`,`student_id`); + +-- +-- Indexes for table `chapters` +-- +ALTER TABLE `chapters` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `classes` +-- +ALTER TABLE `classes` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `classSection` +-- +ALTER TABLE `classSection` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `class_preparation_log` +-- +ALTER TABLE `class_preparation_log` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `class_prep_adjustments` +-- +ALTER TABLE `class_prep_adjustments` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `class_progress_attachments` +-- +ALTER TABLE `class_progress_attachments` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_report_id` (`report_id`); + +-- +-- Indexes for table `class_progress_reports` +-- +ALTER TABLE `class_progress_reports` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_class_week` (`class_section_id`,`week_start`,`week_end`); + +-- +-- Indexes for table `competitions` +-- +ALTER TABLE `competitions` + ADD PRIMARY KEY (`id`), + ADD KEY `class_section_id` (`class_section_id`), + ADD KEY `is_published` (`is_published`); + +-- +-- Indexes for table `competition_class_winners` +-- +ALTER TABLE `competition_class_winners` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `competition_id_class_section_id` (`competition_id`,`class_section_id`); + +-- +-- Indexes for table `competition_scores` +-- +ALTER TABLE `competition_scores` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `competition_id_student_id_class_section_id` (`competition_id`,`student_id`,`class_section_id`), + ADD KEY `competition_id` (`competition_id`), + ADD KEY `student_id` (`student_id`), + ADD KEY `class_section_id` (`class_section_id`); + +-- +-- Indexes for table `competition_winners` +-- +ALTER TABLE `competition_winners` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `competition_id_class_section_id_student_id` (`competition_id`,`class_section_id`,`student_id`), + ADD KEY `competition_id` (`competition_id`), + ADD KEY `class_section_id` (`class_section_id`); + +-- +-- Indexes for table `configuration` +-- +ALTER TABLE `configuration` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `contactus` +-- +ALTER TABLE `contactus` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `current_flag` +-- +ALTER TABLE `current_flag` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `discount_usages` +-- +ALTER TABLE `discount_usages` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `discount_vouchers` +-- +ALTER TABLE `discount_vouchers` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `early_dismissal_signatures` +-- +ALTER TABLE `early_dismissal_signatures` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_early_dismissal_signature` (`report_date`,`school_year`,`semester`), + ADD KEY `report_date` (`report_date`); + +-- +-- Indexes for table `email_templates` +-- +ALTER TABLE `email_templates` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_code_variant` (`code`,`variant`); + +-- +-- Indexes for table `emergency_contacts` +-- +ALTER TABLE `emergency_contacts` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `enrollments` +-- +ALTER TABLE `enrollments` + ADD PRIMARY KEY (`id`), + ADD KEY `student_id` (`student_id`), + ADD KEY `class_section_id` (`class_section_id`), + ADD KEY `parent_id` (`parent_id`); + +-- +-- Indexes for table `events` +-- +ALTER TABLE `events` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `event_charges` +-- +ALTER TABLE `event_charges` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `examquestiondistribution` +-- +ALTER TABLE `examquestiondistribution` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `examquestions` +-- +ALTER TABLE `examquestions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `exams` +-- +ALTER TABLE `exams` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `exam_drafts` +-- +ALTER TABLE `exam_drafts` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_author_id` (`author_id`), + ADD KEY `idx_class_section_id` (`class_section_id`), + ADD KEY `idx_reviewer_id` (`reviewer_id`), + ADD KEY `idx_status` (`status`), + ADD KEY `idx_previous_draft_id` (`previous_draft_id`); + +-- +-- Indexes for table `expenses` +-- +ALTER TABLE `expenses` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `families` +-- +ALTER TABLE `families` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `family_code` (`family_code`); + +-- +-- Indexes for table `family_comm_prefs` +-- +ALTER TABLE `family_comm_prefs` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `family_id_category` (`family_id`,`category`); + +-- +-- Indexes for table `family_guardians` +-- +ALTER TABLE `family_guardians` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `family_id_user_id` (`family_id`,`user_id`), + ADD KEY `family_guardians_user_id_foreign` (`user_id`); + +-- +-- Indexes for table `family_students` +-- +ALTER TABLE `family_students` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `family_id_student_id` (`family_id`,`student_id`), + ADD KEY `family_students_student_id_foreign` (`student_id`); + +-- +-- Indexes for table `final_exam` +-- +ALTER TABLE `final_exam` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `final_score` +-- +ALTER TABLE `final_score` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `flag` +-- +ALTER TABLE `flag` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `grading_locks` +-- +ALTER TABLE `grading_locks` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_grading_locks_section_term` (`class_section_id`,`semester`,`school_year`), + ADD KEY `idx_grading_locks_section_term` (`class_section_id`,`semester`,`school_year`); + +-- +-- Indexes for table `homework` +-- +ALTER TABLE `homework` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `inventory_categories` +-- +ALTER TABLE `inventory_categories` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `type_name` (`type`,`name`), + ADD KEY `idx_cat_type_grade_range` (`type`,`grade_min`,`grade_max`); + +-- +-- Indexes for table `inventory_items` +-- +ALTER TABLE `inventory_items` + ADD PRIMARY KEY (`id`), + ADD KEY `type_name` (`type`,`name`), + ADD KEY `school_year_semester` (`school_year`,`semester`), + ADD KEY `category_id` (`category_id`), + ADD KEY `updated_by` (`updated_by`), + ADD KEY `idx_items_schoolyear_semester` (`school_year`,`semester`); + +-- +-- Indexes for table `inventory_movements` +-- +ALTER TABLE `inventory_movements` + ADD PRIMARY KEY (`id`), + ADD KEY `item_id` (`item_id`), + ADD KEY `school_year_semester` (`school_year`,`semester`), + ADD KEY `movement_type` (`movement_type`); + +-- +-- Indexes for table `invoices` +-- +ALTER TABLE `invoices` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `invoice_event` +-- +ALTER TABLE `invoice_event` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `invoice_students_list` +-- +ALTER TABLE `invoice_students_list` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `ip_attempts` +-- +ALTER TABLE `ip_attempts` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `late_slip_logs` +-- +ALTER TABLE `late_slip_logs` + ADD PRIMARY KEY (`id`), + ADD KEY `school_year` (`school_year`), + ADD KEY `student_name` (`student_name`), + ADD KEY `idx_late_slip_year_sem` (`school_year`,`semester`); + +-- +-- Indexes for table `login_activity` +-- +ALTER TABLE `login_activity` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `longanswerquestions` +-- +ALTER TABLE `longanswerquestions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `manual_payments` +-- +ALTER TABLE `manual_payments` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `messages` +-- +ALTER TABLE `messages` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `midterm_exam` +-- +ALTER TABLE `midterm_exam` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `migrations` +-- +ALTER TABLE `migrations` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `missing_score_overrides` +-- +ALTER TABLE `missing_score_overrides` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `missing_score_overrides_unique` (`student_id`,`class_section_id`,`semester`,`school_year`,`item_type`,`item_index`), + ADD KEY `missing_score_overrides_scope` (`class_section_id`,`semester`,`school_year`,`item_type`); + +-- +-- Indexes for table `nav_items` +-- +ALTER TABLE `nav_items` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `notifications` +-- +ALTER TABLE `notifications` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `notification_recipients` +-- +ALTER TABLE `notification_recipients` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `parents` +-- +ALTER TABLE `parents` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `parent_attendance_reports` +-- +ALTER TABLE `parent_attendance_reports` + ADD PRIMARY KEY (`id`), + ADD KEY `parent_attendance_reports_parent_id_foreign` (`parent_id`), + ADD KEY `report_date` (`report_date`), + ADD KEY `student_id_report_date` (`student_id`,`report_date`); + +-- +-- Indexes for table `parent_meeting_schedules` +-- +ALTER TABLE `parent_meeting_schedules` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_pms_student_id` (`student_id`), + ADD KEY `idx_pms_parent_user_id` (`parent_user_id`), + ADD KEY `idx_pms_date_time` (`date`,`time`), + ADD KEY `idx_pms_semester_year` (`semester`,`school_year`), + ADD KEY `idx_pms_status` (`status`); + +-- +-- Indexes for table `parent_notifications` +-- +ALTER TABLE `parent_notifications` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_notif` (`student_id`,`code`,`incident_date`,`channel`,`to_address`); + +-- +-- Indexes for table `participation` +-- +ALTER TABLE `participation` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `password_resets` +-- +ALTER TABLE `password_resets` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `password_reset_requests` +-- +ALTER TABLE `password_reset_requests` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `payments` +-- +ALTER TABLE `payments` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `payment_error` +-- +ALTER TABLE `payment_error` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `payment_notification_logs` +-- +ALTER TABLE `payment_notification_logs` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `parent_id_period_year_period_month_type` (`parent_id`,`period_year`,`period_month`,`type`), + ADD KEY `parent_id` (`parent_id`), + ADD KEY `invoice_id` (`invoice_id`), + ADD KEY `school_year` (`school_year`), + ADD KEY `period_year_period_month` (`period_year`,`period_month`); + +-- +-- Indexes for table `payment_transactions` +-- +ALTER TABLE `payment_transactions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `paypal_payments` +-- +ALTER TABLE `paypal_payments` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `paypal_transactions` +-- +ALTER TABLE `paypal_transactions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `permissions` +-- +ALTER TABLE `permissions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `placement_batches` +-- +ALTER TABLE `placement_batches` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_placement_test_school_year` (`placement_test`,`school_year`); + +-- +-- Indexes for table `placement_levels` +-- +ALTER TABLE `placement_levels` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_student_year` (`student_id`,`school_year`), + ADD KEY `idx_school_year` (`school_year`), + ADD KEY `fk_placement_levels_created_by` (`created_by`), + ADD KEY `fk_placement_levels_updated_by` (`updated_by`); + +-- +-- Indexes for table `placement_scores` +-- +ALTER TABLE `placement_scores` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uq_batch_student` (`batch_id`,`student_id`), + ADD KEY `idx_batch_id` (`batch_id`); + +-- +-- Indexes for table `preferences` +-- +ALTER TABLE `preferences` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `print_requests` +-- +ALTER TABLE `print_requests` + ADD PRIMARY KEY (`id`), + ADD KEY `print_requests_teacher_id_foreign` (`teacher_id`), + ADD KEY `print_requests_admin_id_foreign` (`admin_id`), + ADD KEY `print_requests_class_id_foreign` (`class_id`); + +-- +-- Indexes for table `project` +-- +ALTER TABLE `project` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `promotion_queue` +-- +ALTER TABLE `promotion_queue` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uq_student_year_to` (`student_id`,`school_year_to`), + ADD KEY `to_class_id` (`to_class_id`); + +-- +-- Indexes for table `qcmquestions` +-- +ALTER TABLE `qcmquestions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `questions` +-- +ALTER TABLE `questions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `questionstruefalse` +-- +ALTER TABLE `questionstruefalse` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `questiontypes` +-- +ALTER TABLE `questiontypes` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `quiz` +-- +ALTER TABLE `quiz` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `refunds` +-- +ALTER TABLE `refunds` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `reimbursements` +-- +ALTER TABLE `reimbursements` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `reimbursement_batches` +-- +ALTER TABLE `reimbursement_batches` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_status` (`status`), + ADD KEY `idx_created_by` (`created_by`), + ADD KEY `fk_batch_closed_by` (`closed_by`); + +-- +-- Indexes for table `reimbursement_batch_admin_files` +-- +ALTER TABLE `reimbursement_batch_admin_files` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `batch_admin_unique` (`batch_id`,`admin_id`), + ADD KEY `batch_id` (`batch_id`), + ADD KEY `admin_id` (`admin_id`); + +-- +-- Indexes for table `reimbursement_batch_items` +-- +ALTER TABLE `reimbursement_batch_items` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uq_batch_expense` (`batch_id`,`expense_id`), + ADD KEY `idx_admin_id` (`admin_id`), + ADD KEY `idx_batch` (`batch_id`), + ADD KEY `fk_batch_items_expense` (`expense_id`), + ADD KEY `fk_batch_items_reimbursement` (`reimbursement_id`); + +-- +-- Indexes for table `report_card_acknowledgements` +-- +ALTER TABLE `report_card_acknowledgements` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `parent_id_student_id_school_year_semester` (`parent_id`,`student_id`,`school_year`,`semester`); + +-- +-- Indexes for table `roles` +-- +ALTER TABLE `roles` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `role_nav_items` +-- +ALTER TABLE `role_nav_items` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `role_permissions` +-- +ALTER TABLE `role_permissions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `scan_log` +-- +ALTER TABLE `scan_log` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `score_comments` +-- +ALTER TABLE `score_comments` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `sections` +-- +ALTER TABLE `sections` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `semester_scores` +-- +ALTER TABLE `semester_scores` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uq_semester_scores_nk` (`student_id`,`class_section_id`,`semester`,`school_year`), + ADD KEY `idx_student_id` (`student_id`), + ADD KEY `idx_semester_school_year` (`semester`,`school_year`); + +-- +-- Indexes for table `settings` +-- +ALTER TABLE `settings` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `shortanswerquestions` +-- +ALTER TABLE `shortanswerquestions` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `staff` +-- +ALTER TABLE `staff` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `email` (`email`), + ADD UNIQUE KEY `user_id` (`user_id`); + +-- +-- Indexes for table `staff_attendance` +-- +ALTER TABLE `staff_attendance` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_staff_att` (`user_id`,`role_name`,`date`,`semester`,`school_year`), + ADD KEY `idx_staff_att_user` (`user_id`); + +-- +-- Indexes for table `students` +-- +ALTER TABLE `students` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `student_allergies` +-- +ALTER TABLE `student_allergies` + ADD PRIMARY KEY (`id`), + ADD KEY `student_id` (`student_id`); + +-- +-- Indexes for table `student_class` +-- +ALTER TABLE `student_class` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `student_decisions` +-- +ALTER TABLE `student_decisions` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `student_id_semester_school_year` (`student_id`,`school_year`), + ADD KEY `school_year_semester` (`school_year`); + +-- +-- Indexes for table `student_medical_conditions` +-- +ALTER TABLE `student_medical_conditions` + ADD PRIMARY KEY (`id`), + ADD KEY `student_id` (`student_id`); + +-- +-- Indexes for table `subject_curriculum_items` +-- +ALTER TABLE `subject_curriculum_items` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_class_subject` (`class_id`,`subject`); + +-- +-- Indexes for table `support_requests` +-- +ALTER TABLE `support_requests` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `teacher_attendance_data` +-- +ALTER TABLE `teacher_attendance_data` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_teacher_att` (`class_section_id`,`teacher_id`,`date`,`semester`,`school_year`), + ADD KEY `idx_att_by_day` (`class_section_id`,`date`,`semester`,`school_year`), + ADD KEY `fk_tatt_user` (`teacher_id`); + +-- +-- Indexes for table `teacher_class` +-- +ALTER TABLE `teacher_class` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `unique_teacher_assignment` (`teacher_id`,`class_section_id`,`semester`,`school_year`); + +-- +-- Indexes for table `teacher_submission_notification_history` +-- +ALTER TABLE `teacher_submission_notification_history` + ADD PRIMARY KEY (`id`), + ADD KEY `idx_teacher_class` (`teacher_id`,`class_section_id`); + +-- +-- Indexes for table `users` +-- +ALTER TABLE `users` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `user_notifications` +-- +ALTER TABLE `user_notifications` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `user_preferences` +-- +ALTER TABLE `user_preferences` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `user_roles` +-- +ALTER TABLE `user_roles` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `whatsapp_group_links` +-- +ALTER TABLE `whatsapp_group_links` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uq_section_term` (`class_section_id`,`school_year`,`semester`); + +-- +-- Indexes for table `whatsapp_group_memberships` +-- +ALTER TABLE `whatsapp_group_memberships` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `uniq_whatsapp_membership` (`class_section_id`,`school_year`,`semester`,`subject_type`,`subject_id`), + ADD KEY `class_section_id_school_year_semester` (`class_section_id`,`school_year`,`semester`); + +-- +-- Indexes for table `whatsapp_invites_log` +-- +ALTER TABLE `whatsapp_invites_log` + ADD PRIMARY KEY (`id`); + +-- +-- AUTO_INCREMENT for dumped tables +-- + +-- +-- AUTO_INCREMENT for table `additional_charges` +-- +ALTER TABLE `additional_charges` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; + +-- +-- AUTO_INCREMENT for table `admin_notification_subjects` +-- +ALTER TABLE `admin_notification_subjects` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT for table `attendance_comment_template` +-- +ALTER TABLE `attendance_comment_template` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT for table `attendance_data` +-- +ALTER TABLE `attendance_data` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6327; + +-- +-- AUTO_INCREMENT for table `attendance_day` +-- +ALTER TABLE `attendance_day` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=385; + +-- +-- AUTO_INCREMENT for table `attendance_record` +-- +ALTER TABLE `attendance_record` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=496; + +-- +-- AUTO_INCREMENT for table `attendance_tracking` +-- +ALTER TABLE `attendance_tracking` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=216; + +-- +-- AUTO_INCREMENT for table `authorized_users` +-- +ALTER TABLE `authorized_users` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `badge_print_logs` +-- +ALTER TABLE `badge_print_logs` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=87; + +-- +-- AUTO_INCREMENT for table `below_sixty_decisions` +-- +ALTER TABLE `below_sixty_decisions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; + +-- +-- AUTO_INCREMENT for table `calendar_events` +-- +ALTER TABLE `calendar_events` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; + +-- +-- AUTO_INCREMENT for table `certificate_records` +-- +ALTER TABLE `certificate_records` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202; + +-- +-- AUTO_INCREMENT for table `chapters` +-- +ALTER TABLE `chapters` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `classes` +-- +ALTER TABLE `classes` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; + +-- +-- AUTO_INCREMENT for table `classSection` +-- +ALTER TABLE `classSection` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; + +-- +-- AUTO_INCREMENT for table `class_preparation_log` +-- +ALTER TABLE `class_preparation_log` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=144; + +-- +-- AUTO_INCREMENT for table `class_prep_adjustments` +-- +ALTER TABLE `class_prep_adjustments` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; + +-- +-- AUTO_INCREMENT for table `class_progress_attachments` +-- +ALTER TABLE `class_progress_attachments` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; + +-- +-- AUTO_INCREMENT for table `class_progress_reports` +-- +ALTER TABLE `class_progress_reports` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=285; + +-- +-- AUTO_INCREMENT for table `competitions` +-- +ALTER TABLE `competitions` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `competition_class_winners` +-- +ALTER TABLE `competition_class_winners` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; + +-- +-- AUTO_INCREMENT for table `competition_scores` +-- +ALTER TABLE `competition_scores` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=346; + +-- +-- AUTO_INCREMENT for table `competition_winners` +-- +ALTER TABLE `competition_winners` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1046; + +-- +-- AUTO_INCREMENT for table `configuration` +-- +ALTER TABLE `configuration` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53; + +-- +-- AUTO_INCREMENT for table `contactus` +-- +ALTER TABLE `contactus` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `current_flag` +-- +ALTER TABLE `current_flag` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; + +-- +-- AUTO_INCREMENT for table `discount_usages` +-- +ALTER TABLE `discount_usages` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; + +-- +-- AUTO_INCREMENT for table `discount_vouchers` +-- +ALTER TABLE `discount_vouchers` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; + +-- +-- AUTO_INCREMENT for table `early_dismissal_signatures` +-- +ALTER TABLE `early_dismissal_signatures` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT for table `email_templates` +-- +ALTER TABLE `email_templates` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; + +-- +-- AUTO_INCREMENT for table `emergency_contacts` +-- +ALTER TABLE `emergency_contacts` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=131; + +-- +-- AUTO_INCREMENT for table `enrollments` +-- +ALTER TABLE `enrollments` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=262; + +-- +-- AUTO_INCREMENT for table `events` +-- +ALTER TABLE `events` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `event_charges` +-- +ALTER TABLE `event_charges` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=182; + +-- +-- AUTO_INCREMENT for table `examquestiondistribution` +-- +ALTER TABLE `examquestiondistribution` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `examquestions` +-- +ALTER TABLE `examquestions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `exams` +-- +ALTER TABLE `exams` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `exam_drafts` +-- +ALTER TABLE `exam_drafts` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136; + +-- +-- AUTO_INCREMENT for table `expenses` +-- +ALTER TABLE `expenses` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111; + +-- +-- AUTO_INCREMENT for table `families` +-- +ALTER TABLE `families` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=154; + +-- +-- AUTO_INCREMENT for table `family_comm_prefs` +-- +ALTER TABLE `family_comm_prefs` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `family_guardians` +-- +ALTER TABLE `family_guardians` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1037; + +-- +-- AUTO_INCREMENT for table `family_students` +-- +ALTER TABLE `family_students` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1871; + +-- +-- AUTO_INCREMENT for table `final_exam` +-- +ALTER TABLE `final_exam` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=234; + +-- +-- AUTO_INCREMENT for table `final_score` +-- +ALTER TABLE `final_score` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `flag` +-- +ALTER TABLE `flag` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `grading_locks` +-- +ALTER TABLE `grading_locks` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105; + +-- +-- AUTO_INCREMENT for table `homework` +-- +ALTER TABLE `homework` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3844; + +-- +-- AUTO_INCREMENT for table `inventory_categories` +-- +ALTER TABLE `inventory_categories` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43; + +-- +-- AUTO_INCREMENT for table `inventory_items` +-- +ALTER TABLE `inventory_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; + +-- +-- AUTO_INCREMENT for table `inventory_movements` +-- +ALTER TABLE `inventory_movements` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=421; + +-- +-- AUTO_INCREMENT for table `invoices` +-- +ALTER TABLE `invoices` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130; + +-- +-- AUTO_INCREMENT for table `invoice_event` +-- +ALTER TABLE `invoice_event` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `invoice_students_list` +-- +ALTER TABLE `invoice_students_list` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `ip_attempts` +-- +ALTER TABLE `ip_attempts` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=186; + +-- +-- AUTO_INCREMENT for table `late_slip_logs` +-- +ALTER TABLE `late_slip_logs` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=344; + +-- +-- AUTO_INCREMENT for table `login_activity` +-- +ALTER TABLE `login_activity` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3133; + +-- +-- AUTO_INCREMENT for table `longanswerquestions` +-- +ALTER TABLE `longanswerquestions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `manual_payments` +-- +ALTER TABLE `manual_payments` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `messages` +-- +ALTER TABLE `messages` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `midterm_exam` +-- +ALTER TABLE `midterm_exam` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=234; + +-- +-- AUTO_INCREMENT for table `migrations` +-- +ALTER TABLE `migrations` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; + +-- +-- AUTO_INCREMENT for table `missing_score_overrides` +-- +ALTER TABLE `missing_score_overrides` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=860; + +-- +-- AUTO_INCREMENT for table `nav_items` +-- +ALTER TABLE `nav_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109; + +-- +-- AUTO_INCREMENT for table `notifications` +-- +ALTER TABLE `notifications` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=762; + +-- +-- AUTO_INCREMENT for table `notification_recipients` +-- +ALTER TABLE `notification_recipients` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `parents` +-- +ALTER TABLE `parents` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=142; + +-- +-- AUTO_INCREMENT for table `parent_attendance_reports` +-- +ALTER TABLE `parent_attendance_reports` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=208; + +-- +-- AUTO_INCREMENT for table `parent_meeting_schedules` +-- +ALTER TABLE `parent_meeting_schedules` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `parent_notifications` +-- +ALTER TABLE `parent_notifications` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=463; + +-- +-- AUTO_INCREMENT for table `participation` +-- +ALTER TABLE `participation` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=462; + +-- +-- AUTO_INCREMENT for table `password_resets` +-- +ALTER TABLE `password_resets` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=123; + +-- +-- AUTO_INCREMENT for table `password_reset_requests` +-- +ALTER TABLE `password_reset_requests` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105; + +-- +-- AUTO_INCREMENT for table `payments` +-- +ALTER TABLE `payments` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=327; + +-- +-- AUTO_INCREMENT for table `payment_error` +-- +ALTER TABLE `payment_error` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `payment_notification_logs` +-- +ALTER TABLE `payment_notification_logs` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111; + +-- +-- AUTO_INCREMENT for table `payment_transactions` +-- +ALTER TABLE `payment_transactions` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `paypal_payments` +-- +ALTER TABLE `paypal_payments` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `paypal_transactions` +-- +ALTER TABLE `paypal_transactions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `permissions` +-- +ALTER TABLE `permissions` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132; + +-- +-- AUTO_INCREMENT for table `placement_batches` +-- +ALTER TABLE `placement_batches` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `placement_levels` +-- +ALTER TABLE `placement_levels` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `placement_scores` +-- +ALTER TABLE `placement_scores` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `preferences` +-- +ALTER TABLE `preferences` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `print_requests` +-- +ALTER TABLE `print_requests` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97; + +-- +-- AUTO_INCREMENT for table `project` +-- +ALTER TABLE `project` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=500; + +-- +-- AUTO_INCREMENT for table `promotion_queue` +-- +ALTER TABLE `promotion_queue` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `qcmquestions` +-- +ALTER TABLE `qcmquestions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `questions` +-- +ALTER TABLE `questions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `questionstruefalse` +-- +ALTER TABLE `questionstruefalse` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `questiontypes` +-- +ALTER TABLE `questiontypes` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `quiz` +-- +ALTER TABLE `quiz` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=829; + +-- +-- AUTO_INCREMENT for table `refunds` +-- +ALTER TABLE `refunds` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `reimbursements` +-- +ALTER TABLE `reimbursements` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104; + +-- +-- AUTO_INCREMENT for table `reimbursement_batches` +-- +ALTER TABLE `reimbursement_batches` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; + +-- +-- AUTO_INCREMENT for table `reimbursement_batch_admin_files` +-- +ALTER TABLE `reimbursement_batch_admin_files` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; + +-- +-- AUTO_INCREMENT for table `reimbursement_batch_items` +-- +ALTER TABLE `reimbursement_batch_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=218; + +-- +-- AUTO_INCREMENT for table `report_card_acknowledgements` +-- +ALTER TABLE `report_card_acknowledgements` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; + +-- +-- AUTO_INCREMENT for table `roles` +-- +ALTER TABLE `roles` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; + +-- +-- AUTO_INCREMENT for table `role_nav_items` +-- +ALTER TABLE `role_nav_items` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=663; + +-- +-- AUTO_INCREMENT for table `role_permissions` +-- +ALTER TABLE `role_permissions` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=620; + +-- +-- AUTO_INCREMENT for table `scan_log` +-- +ALTER TABLE `scan_log` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `score_comments` +-- +ALTER TABLE `score_comments` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1422; + +-- +-- AUTO_INCREMENT for table `sections` +-- +ALTER TABLE `sections` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; + +-- +-- AUTO_INCREMENT for table `semester_scores` +-- +ALTER TABLE `semester_scores` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=505; + +-- +-- AUTO_INCREMENT for table `settings` +-- +ALTER TABLE `settings` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `shortanswerquestions` +-- +ALTER TABLE `shortanswerquestions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `staff` +-- +ALTER TABLE `staff` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; + +-- +-- AUTO_INCREMENT for table `staff_attendance` +-- +ALTER TABLE `staff_attendance` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1655; + +-- +-- AUTO_INCREMENT for table `students` +-- +ALTER TABLE `students` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=261; + +-- +-- AUTO_INCREMENT for table `student_allergies` +-- +ALTER TABLE `student_allergies` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=270; + +-- +-- AUTO_INCREMENT for table `student_class` +-- +ALTER TABLE `student_class` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=259; + +-- +-- AUTO_INCREMENT for table `student_decisions` +-- +ALTER TABLE `student_decisions` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=684; + +-- +-- AUTO_INCREMENT for table `student_medical_conditions` +-- +ALTER TABLE `student_medical_conditions` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=261; + +-- +-- AUTO_INCREMENT for table `subject_curriculum_items` +-- +ALTER TABLE `subject_curriculum_items` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=333; + +-- +-- AUTO_INCREMENT for table `support_requests` +-- +ALTER TABLE `support_requests` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `teacher_attendance_data` +-- +ALTER TABLE `teacher_attendance_data` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=119; + +-- +-- AUTO_INCREMENT for table `teacher_class` +-- +ALTER TABLE `teacher_class` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=96; + +-- +-- AUTO_INCREMENT for table `teacher_submission_notification_history` +-- +ALTER TABLE `teacher_submission_notification_history` + MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97; + +-- +-- AUTO_INCREMENT for table `users` +-- +ALTER TABLE `users` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=324; + +-- +-- AUTO_INCREMENT for table `user_notifications` +-- +ALTER TABLE `user_notifications` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1012; + +-- +-- AUTO_INCREMENT for table `user_preferences` +-- +ALTER TABLE `user_preferences` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; + +-- +-- AUTO_INCREMENT for table `user_roles` +-- +ALTER TABLE `user_roles` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=599; + +-- +-- AUTO_INCREMENT for table `whatsapp_group_links` +-- +ALTER TABLE `whatsapp_group_links` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; + +-- +-- AUTO_INCREMENT for table `whatsapp_group_memberships` +-- +ALTER TABLE `whatsapp_group_memberships` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=390; + +-- +-- AUTO_INCREMENT for table `whatsapp_invites_log` +-- +ALTER TABLE `whatsapp_invites_log` + MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=182; + +-- +-- Constraints for dumped tables +-- + +-- +-- Constraints for table `attendance_tracking` +-- +ALTER TABLE `attendance_tracking` + ADD CONSTRAINT `attendance_tracking_ibfk_1` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `class_progress_attachments` +-- +ALTER TABLE `class_progress_attachments` + ADD CONSTRAINT `fk_class_progress_attachments_report_id` FOREIGN KEY (`report_id`) REFERENCES `class_progress_reports` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `exam_drafts` +-- +ALTER TABLE `exam_drafts` + ADD CONSTRAINT `fk_previous_draft` FOREIGN KEY (`previous_draft_id`) REFERENCES `exam_drafts` (`id`) ON DELETE SET NULL; + +-- +-- Constraints for table `family_comm_prefs` +-- +ALTER TABLE `family_comm_prefs` + ADD CONSTRAINT `family_comm_prefs_family_id_foreign` FOREIGN KEY (`family_id`) REFERENCES `families` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `family_guardians` +-- +ALTER TABLE `family_guardians` + ADD CONSTRAINT `family_guardians_family_id_foreign` FOREIGN KEY (`family_id`) REFERENCES `families` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + ADD CONSTRAINT `family_guardians_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `family_students` +-- +ALTER TABLE `family_students` + ADD CONSTRAINT `family_students_family_id_foreign` FOREIGN KEY (`family_id`) REFERENCES `families` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + ADD CONSTRAINT `family_students_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `inventory_items` +-- +ALTER TABLE `inventory_items` + ADD CONSTRAINT `inventory_items_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `inventory_categories` (`id`) ON DELETE CASCADE ON UPDATE SET NULL; + +-- +-- Constraints for table `inventory_movements` +-- +ALTER TABLE `inventory_movements` + ADD CONSTRAINT `inventory_movements_item_id_foreign` FOREIGN KEY (`item_id`) REFERENCES `inventory_items` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `parent_attendance_reports` +-- +ALTER TABLE `parent_attendance_reports` + ADD CONSTRAINT `parent_attendance_reports_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + ADD CONSTRAINT `parent_attendance_reports_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `placement_levels` +-- +ALTER TABLE `placement_levels` + ADD CONSTRAINT `fk_placement_levels_created_by` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, + ADD CONSTRAINT `fk_placement_levels_student` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, + ADD CONSTRAINT `fk_placement_levels_updated_by` FOREIGN KEY (`updated_by`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; + +-- +-- Constraints for table `print_requests` +-- +ALTER TABLE `print_requests` + ADD CONSTRAINT `print_requests_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, + ADD CONSTRAINT `print_requests_teacher_id_foreign` FOREIGN KEY (`teacher_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `reimbursement_batches` +-- +ALTER TABLE `reimbursement_batches` + ADD CONSTRAINT `fk_batch_closed_by` FOREIGN KEY (`closed_by`) REFERENCES `users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `fk_batch_created_by` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL; + +-- +-- Constraints for table `reimbursement_batch_items` +-- +ALTER TABLE `reimbursement_batch_items` + ADD CONSTRAINT `fk_batch_items_admin` FOREIGN KEY (`admin_id`) REFERENCES `users` (`id`) ON DELETE SET NULL, + ADD CONSTRAINT `fk_batch_items_batch` FOREIGN KEY (`batch_id`) REFERENCES `reimbursement_batches` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `fk_batch_items_expense` FOREIGN KEY (`expense_id`) REFERENCES `expenses` (`id`) ON DELETE CASCADE, + ADD CONSTRAINT `fk_batch_items_reimbursement` FOREIGN KEY (`reimbursement_id`) REFERENCES `reimbursements` (`id`) ON DELETE SET NULL; + +-- +-- Constraints for table `staff_attendance` +-- +ALTER TABLE `staff_attendance` + ADD CONSTRAINT `staff_attendance_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; + +-- +-- Constraints for table `student_allergies` +-- +ALTER TABLE `student_allergies` + ADD CONSTRAINT `student_allergies_ibfk_1` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON DELETE CASCADE; + +-- +-- Constraints for table `student_medical_conditions` +-- +ALTER TABLE `student_medical_conditions` + ADD CONSTRAINT `student_medical_conditions_ibfk_1` FOREIGN KEY (`student_id`) REFERENCES `students` (`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 */; diff --git a/app/Config/Routes.php b/app/Config/Routes.php index db6d027..d291133 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -854,7 +854,7 @@ $routes->group('api/time', ['namespace' => 'App\Controllers\Api'], static functi * routes for View\SchoolCalendarController * -------------------------------------------------------------------- */ -$routes->group('administrator', ['namespace' => 'App\Controllers', 'filter' => 'auth:admin'], function ($routes) { +$routes->group('administrator', ['namespace' => 'App\Controllers', 'filter' => 'auth:admin|administrator|principal|vice_principal|vice principal'], function ($routes) { $routes->get('calendar_view', 'View\SchoolCalendarController::index'); $routes->get('calendar_edit/(:num)', 'View\SchoolCalendarController::edit/$1'); $routes->get('calendar_delete/(:num)', 'View\SchoolCalendarController::delete/$1'); diff --git a/app/Support/Enrollment/EnrollmentEligibility.php b/app/Support/Enrollment/EnrollmentEligibility.php index c5eefc3..3d5806a 100644 --- a/app/Support/Enrollment/EnrollmentEligibility.php +++ b/app/Support/Enrollment/EnrollmentEligibility.php @@ -9,7 +9,7 @@ final class EnrollmentEligibility public const DEFERRED_MESSAGE = 'Re-enrollment cannot currently be completed because the final deliberation decision is deferred. Please contact the school administration for the next required step.'; public const KG_MISSING_DECISION_ELIGIBLE_MESSAGE = 'KG students may complete registration now. Their new-year grade placement will be based on the school age-placement rule.'; public const MISSING_DECISION_MESSAGE = 'Re-enrollment cannot currently be completed because no final deliberation decision is recorded for the student. Registration will become available after the school records a final decision.'; - public const ADULT_STUDENT_MESSAGE = 'This student will be 18 years old or older on September 1 of the selected school year. This student can no longer enroll with the school'; + public const ADULT_STUDENT_MESSAGE = 'This student will be 18 years old or older on September 1 of the selected school year. A parent or guardian cannot complete registration for this student. Please contact school administration.'; public const ADULT_STUDENT_PARENT_PORTAL_MESSAGE = self::ADULT_STUDENT_MESSAGE; public const WITHDRAWN_PORTAL_MESSAGE = 'This student is currently marked as Withdrawn and cannot be enrolled at this time. Please contact school administration.'; public const SIBLING_PORTAL_MESSAGE = 'Enrollment cannot continue because the family record requires administrative review. Please contact school administration.'; diff --git a/tests/app/Config/SchoolCalendarRouteIntegrityTest.php b/tests/app/Config/SchoolCalendarRouteIntegrityTest.php new file mode 100644 index 0000000..8d46336 --- /dev/null +++ b/tests/app/Config/SchoolCalendarRouteIntegrityTest.php @@ -0,0 +1,18 @@ +assertStringContainsString( + "\$routes->group('administrator', ['namespace' => 'App\\Controllers', 'filter' => 'auth:admin|administrator|principal|vice_principal|vice principal'], function (\$routes) {\n \$routes->get('calendar_view'", + $routes + ); + } +}